Skip to content

Commit

Permalink
Release v1.44.208 (2023-02-23) (#4737)
Browse files Browse the repository at this point in the history
Release v1.44.208 (2023-02-23)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
  * This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.
* `service/grafana`: Updates service documentation
* `service/guardduty`: Updates service documentation
  * Updated API and data types descriptions for CreateFilter, UpdateFilter, and TriggerDetails.
* `service/iotwireless`: Updates service API and documentation
* `service/location`: Updates service API, documentation, and paginators
* `service/macie2`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Feb 23, 2023
1 parent f401fe6 commit 5fabc20
Show file tree
Hide file tree
Showing 45 changed files with 6,010 additions and 6,230 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.44.208 (2023-02-23)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
* This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.
* `service/grafana`: Updates service documentation
* `service/guardduty`: Updates service documentation
* Updated API and data types descriptions for CreateFilter, UpdateFilter, and TriggerDetails.
* `service/iotwireless`: Updates service API and documentation
* `service/location`: Updates service API, documentation, and paginators
* `service/macie2`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation

Release v1.44.207 (2023-02-22)
===

Expand Down
34 changes: 34 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.207"
const SDKVersion = "1.44.208"
3 changes: 2 additions & 1 deletion models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2695,7 +2695,8 @@
"type":"structure",
"members":{
"instanceUrl":{"shape":"InstanceUrl"},
"isSandboxEnvironment":{"shape":"Boolean"}
"isSandboxEnvironment":{"shape":"Boolean"},
"usePrivateLinkForMetadataAndAuthorization":{"shape":"Boolean"}
}
},
"SalesforceDataTransferApi":{
Expand Down
1 change: 1 addition & 0 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"PardotConnectorProfileProperties$isSandboxEnvironment": "<p>Indicates whether the connector profile applies to a sandbox or production environment.</p>",
"RedshiftConnectorProfileProperties$isRedshiftServerless": "<p>Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.</p>",
"SalesforceConnectorProfileProperties$isSandboxEnvironment": "<p> Indicates whether the connector profile applies to a sandbox or production environment. </p>",
"SalesforceConnectorProfileProperties$usePrivateLinkForMetadataAndAuthorization": "<p>If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without being exposed to the public internet.</p> <p>Set either of the following values:</p> <dl> <dt>true</dt> <dd> <p>Amazon AppFlow sends all calls to Salesforce over the private network.</p> <p>These private calls are:</p> <ul> <li> <p>Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their fields.</p> </li> <li> <p>Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records.</p> </li> <li> <p>Calls to transfer your Salesforce records as part of a flow run.</p> </li> </ul> </dd> <dt>false</dt> <dd> <p>The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public internet.</p> <p>The public calls are: </p> <ul> <li> <p>Calls to get metadata about your Salesforce records.</p> </li> <li> <p>Calls to get or refresh access tokens.</p> </li> </ul> <p>The private calls are:</p> <ul> <li> <p>Calls to transfer your Salesforce records as part of a flow run.</p> </li> </ul> </dd> </dl>",
"SalesforceSourceProperties$enableDynamicFieldUpdate": "<p> The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. </p>",
"SalesforceSourceProperties$includeDeletedRecords": "<p> Indicates whether Amazon AppFlow includes deleted files in the flow run. </p>",
"SourceFieldProperties$isRetrievable": "<p> Indicates whether the field can be returned in a search result. </p>",
Expand Down

0 comments on commit 5fabc20

Please sign in to comment.