Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 5fabc20

Browse files
Release v1.44.208 (2023-02-23) (#4737)
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
1 parent f401fe6 commit 5fabc20

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6010
-6230
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.44.208 (2023-02-23)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appflow`: Updates service API and documentation
6+
* `service/ecs`: Updates service API and documentation
7+
* This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.
8+
* `service/grafana`: Updates service documentation
9+
* `service/guardduty`: Updates service documentation
10+
* Updated API and data types descriptions for CreateFilter, UpdateFilter, and TriggerDetails.
11+
* `service/iotwireless`: Updates service API and documentation
12+
* `service/location`: Updates service API, documentation, and paginators
13+
* `service/macie2`: Updates service API and documentation
14+
* `service/wafv2`: Updates service API and documentation
15+
116
Release v1.44.207 (2023-02-22)
217
===
318

aws/endpoints/defaults.go

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.207"
8+
const SDKVersion = "1.44.208"

models/apis/appflow/2020-08-23/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,8 @@
26952695
"type":"structure",
26962696
"members":{
26972697
"instanceUrl":{"shape":"InstanceUrl"},
2698-
"isSandboxEnvironment":{"shape":"Boolean"}
2698+
"isSandboxEnvironment":{"shape":"Boolean"},
2699+
"usePrivateLinkForMetadataAndAuthorization":{"shape":"Boolean"}
26992700
}
27002701
},
27012702
"SalesforceDataTransferApi":{

models/apis/appflow/2020-08-23/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
"PardotConnectorProfileProperties$isSandboxEnvironment": "<p>Indicates whether the connector profile applies to a sandbox or production environment.</p>",
256256
"RedshiftConnectorProfileProperties$isRedshiftServerless": "<p>Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.</p>",
257257
"SalesforceConnectorProfileProperties$isSandboxEnvironment": "<p> Indicates whether the connector profile applies to a sandbox or production environment. </p>",
258+
"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>",
258259
"SalesforceSourceProperties$enableDynamicFieldUpdate": "<p> The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. </p>",
259260
"SalesforceSourceProperties$includeDeletedRecords": "<p> Indicates whether Amazon AppFlow includes deleted files in the flow run. </p>",
260261
"SourceFieldProperties$isRetrievable": "<p> Indicates whether the field can be returned in a search result. </p>",

0 commit comments

Comments
 (0)