Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 31, 2023
1 parent bc19179 commit 483c58b
Show file tree
Hide file tree
Showing 45 changed files with 2,062 additions and 1,208 deletions.
37 changes: 37 additions & 0 deletions .changes/3.271.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "api-change",
"category": "HealthLake",
"description": "This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store."
},
{
"type": "api-change",
"category": "ConfigService",
"description": "Resource Types Exclusion feature launch by AWS Config"
},
{
"type": "api-change",
"category": "RDS",
"description": "This release adds support for changing the engine for Oracle using the ModifyDbInstance API"
},
{
"type": "api-change",
"category": "MainframeModernization",
"description": "Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types."
},
{
"type": "enhancement",
"category": "ServiceCatalog",
"description": "Documentation updates for ServiceCatalog."
},
{
"type": "api-change",
"category": "WorkSpacesWeb",
"description": "WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from."
},
{
"type": "api-change",
"category": "FraudDetector",
"description": "This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\ConfigService` - Resource Types Exclusion feature launch by AWS Config
* `Aws\FraudDetector` - This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.
* `Aws\HealthLake` - This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store.
* `Aws\MainframeModernization` - Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.
* `Aws\RDS` - This release adds support for changing the engine for Oracle using the ModifyDbInstance API
* `Aws\ServiceCatalog` - Documentation updates for ServiceCatalog.
* `Aws\WorkSpacesWeb` - WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.

## 3.271.4 - 2023-05-30

* `Aws\ChimeSDKVoice` - Added optional CallLeg field to StartSpeakerSearchTask API request
Expand Down
14 changes: 14 additions & 0 deletions src/WorkSpacesWeb/WorkSpacesWebClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* This client is used to interact with the **Amazon WorkSpaces Web** service.
* @method \Aws\Result associateBrowserSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateBrowserSettingsAsync(array $args = [])
* @method \Aws\Result associateIpAccessSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result associateNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateNetworkSettingsAsync(array $args = [])
* @method \Aws\Result associateTrustStore(array $args = [])
Expand All @@ -19,6 +21,8 @@
* @method \GuzzleHttp\Promise\Promise createBrowserSettingsAsync(array $args = [])
* @method \Aws\Result createIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise createIdentityProviderAsync(array $args = [])
* @method \Aws\Result createIpAccessSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise createIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result createNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise createNetworkSettingsAsync(array $args = [])
* @method \Aws\Result createPortal(array $args = [])
Expand All @@ -33,6 +37,8 @@
* @method \GuzzleHttp\Promise\Promise deleteBrowserSettingsAsync(array $args = [])
* @method \Aws\Result deleteIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteIdentityProviderAsync(array $args = [])
* @method \Aws\Result deleteIpAccessSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result deleteNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteNetworkSettingsAsync(array $args = [])
* @method \Aws\Result deletePortal(array $args = [])
Expand All @@ -45,6 +51,8 @@
* @method \GuzzleHttp\Promise\Promise deleteUserSettingsAsync(array $args = [])
* @method \Aws\Result disassociateBrowserSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateBrowserSettingsAsync(array $args = [])
* @method \Aws\Result disassociateIpAccessSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result disassociateNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateNetworkSettingsAsync(array $args = [])
* @method \Aws\Result disassociateTrustStore(array $args = [])
Expand All @@ -57,6 +65,8 @@
* @method \GuzzleHttp\Promise\Promise getBrowserSettingsAsync(array $args = [])
* @method \Aws\Result getIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIdentityProviderAsync(array $args = [])
* @method \Aws\Result getIpAccessSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result getNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getNetworkSettingsAsync(array $args = [])
* @method \Aws\Result getPortal(array $args = [])
Expand All @@ -75,6 +85,8 @@
* @method \GuzzleHttp\Promise\Promise listBrowserSettingsAsync(array $args = [])
* @method \Aws\Result listIdentityProviders(array $args = [])
* @method \GuzzleHttp\Promise\Promise listIdentityProvidersAsync(array $args = [])
* @method \Aws\Result listIpAccessSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise listIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result listNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise listNetworkSettingsAsync(array $args = [])
* @method \Aws\Result listPortals(array $args = [])
Expand All @@ -97,6 +109,8 @@
* @method \GuzzleHttp\Promise\Promise updateBrowserSettingsAsync(array $args = [])
* @method \Aws\Result updateIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateIdentityProviderAsync(array $args = [])
* @method \Aws\Result updateIpAccessSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result updateNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateNetworkSettingsAsync(array $args = [])
* @method \Aws\Result updatePortal(array $args = [])
Expand Down
24 changes: 23 additions & 1 deletion src/data/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2856,6 +2856,12 @@
"max":1000,
"min":0
},
"ExclusionByResourceTypes":{
"type":"structure",
"members":{
"resourceTypes":{"shape":"ResourceTypeList"}
}
},
"ExecutionControls":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4319,9 +4325,25 @@
"members":{
"allSupported":{"shape":"AllSupported"},
"includeGlobalResourceTypes":{"shape":"IncludeGlobalResourceTypes"},
"resourceTypes":{"shape":"ResourceTypeList"}
"resourceTypes":{"shape":"ResourceTypeList"},
"exclusionByResourceTypes":{"shape":"ExclusionByResourceTypes"},
"recordingStrategy":{"shape":"RecordingStrategy"}
}
},
"RecordingStrategy":{
"type":"structure",
"members":{
"useOnly":{"shape":"RecordingStrategyType"}
}
},
"RecordingStrategyType":{
"type":"string",
"enum":[
"ALL_SUPPORTED_RESOURCE_TYPES",
"INCLUSION_BY_RESOURCE_TYPES",
"EXCLUSION_BY_RESOURCE_TYPES"
]
},
"ReevaluateConfigRuleNames":{
"type":"list",
"member":{"shape":"ConfigRuleName"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/config/2014-11-12/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 483c58b

Please sign in to comment.