Skip to content

Commit

Permalink
Release v1.44.220 (2023-03-13) (#4756)
Browse files Browse the repository at this point in the history
Release v1.44.220 (2023-03-13)
===

### Service Client Updates
* `service/appintegrations`: Updates service API and documentation
* `service/lakeformation`: Updates service documentation
* `service/s3control`: Updates service API and documentation
  * Added support for cross-account Multi-Region Access Points. Added support for S3 Replication for S3 on Outposts.
* `service/tnb`: Updates service API and documentation
* `service/wisdom`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Mar 13, 2023
1 parent eab5e64 commit f9c4a37
Show file tree
Hide file tree
Showing 26 changed files with 4,799 additions and 867 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.220 (2023-03-13)
===

### Service Client Updates
* `service/appintegrations`: Updates service API and documentation
* `service/lakeformation`: Updates service documentation
* `service/s3control`: Updates service API and documentation
* Added support for cross-account Multi-Region Access Points. Added support for S3 Replication for S3 on Outposts.
* `service/tnb`: Updates service API and documentation
* `service/wisdom`: Updates service API and documentation

Release v1.44.219 (2023-03-10)
===

Expand Down
3 changes: 3 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.219"
const SDKVersion = "1.44.220"
84 changes: 69 additions & 15 deletions models/apis/appintegrations/2020-07-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,18 +278,25 @@
},
"CreateDataIntegrationRequest":{
"type":"structure",
"required":["Name"],
"required":[
"Name",
"KmsKey",
"SourceURI",
"ScheduleConfig"
],
"members":{
"Name":{"shape":"Name"},
"Description":{"shape":"Description"},
"KmsKey":{"shape":"NonBlankString"},
"SourceURI":{"shape":"NonBlankString"},
"SourceURI":{"shape":"SourceURI"},
"ScheduleConfig":{"shape":"ScheduleConfiguration"},
"Tags":{"shape":"TagMap"},
"ClientToken":{
"shape":"IdempotencyToken",
"idempotencyToken":true
}
},
"FileConfiguration":{"shape":"FileConfiguration"},
"ObjectConfiguration":{"shape":"ObjectConfiguration"}
}
},
"CreateDataIntegrationResponse":{
Expand All @@ -300,10 +307,12 @@
"Name":{"shape":"Name"},
"Description":{"shape":"Description"},
"KmsKey":{"shape":"NonBlankString"},
"SourceURI":{"shape":"NonBlankString"},
"SourceURI":{"shape":"SourceURI"},
"ScheduleConfiguration":{"shape":"ScheduleConfiguration"},
"Tags":{"shape":"TagMap"},
"ClientToken":{"shape":"IdempotencyToken"}
"ClientToken":{"shape":"IdempotencyToken"},
"FileConfiguration":{"shape":"FileConfiguration"},
"ObjectConfiguration":{"shape":"ObjectConfiguration"}
}
},
"CreateEventIntegrationRequest":{
Expand Down Expand Up @@ -350,7 +359,7 @@
"members":{
"Arn":{"shape":"Arn"},
"Name":{"shape":"Name"},
"SourceURI":{"shape":"NonBlankString"}
"SourceURI":{"shape":"SourceURI"}
}
},
"DataIntegrationsList":{
Expand Down Expand Up @@ -458,6 +467,37 @@
"max":50,
"min":1
},
"Fields":{
"type":"string",
"max":255,
"min":1,
"pattern":"^[a-zA-Z0-9\\/\\._\\-]+$"
},
"FieldsList":{
"type":"list",
"member":{"shape":"Fields"},
"max":2048,
"min":1
},
"FieldsMap":{
"type":"map",
"key":{"shape":"NonBlankString"},
"value":{"shape":"FieldsList"}
},
"FileConfiguration":{
"type":"structure",
"required":["Folders"],
"members":{
"Folders":{"shape":"FolderList"},
"Filters":{"shape":"FieldsMap"}
}
},
"FolderList":{
"type":"list",
"member":{"shape":"NonBlankLongString"},
"max":10,
"min":1
},
"GetDataIntegrationRequest":{
"type":"structure",
"required":["Identifier"],
Expand All @@ -477,9 +517,11 @@
"Name":{"shape":"Name"},
"Description":{"shape":"Description"},
"KmsKey":{"shape":"NonBlankString"},
"SourceURI":{"shape":"NonBlankString"},
"SourceURI":{"shape":"SourceURI"},
"ScheduleConfiguration":{"shape":"ScheduleConfiguration"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"FileConfiguration":{"shape":"FileConfiguration"},
"ObjectConfiguration":{"shape":"ObjectConfiguration"}
}
},
"GetEventIntegrationRequest":{
Expand Down Expand Up @@ -668,6 +710,12 @@
"min":1,
"pattern":".*"
},
"NonBlankLongString":{
"type":"string",
"max":200,
"min":1,
"pattern":".*\\S.*"
},
"NonBlankString":{
"type":"string",
"max":255,
Expand All @@ -680,6 +728,11 @@
"min":1,
"pattern":"^[a-zA-Z0-9\\/\\._\\-]+$"
},
"ObjectConfiguration":{
"type":"map",
"key":{"shape":"NonBlankString"},
"value":{"shape":"FieldsMap"}
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
Expand All @@ -696,18 +749,13 @@
"error":{"httpStatusCode":429},
"exception":true
},
"Schedule":{
"type":"string",
"max":255,
"min":1,
"pattern":"^[a-zA-Z0-9\\/\\._\\-]+$"
},
"ScheduleConfiguration":{
"type":"structure",
"required":["ScheduleExpression"],
"members":{
"FirstExecutionFrom":{"shape":"NonBlankString"},
"Object":{"shape":"Object"},
"ScheduleExpression":{"shape":"Schedule"}
"ScheduleExpression":{"shape":"NonBlankString"}
}
},
"Source":{
Expand All @@ -716,6 +764,12 @@
"min":1,
"pattern":"^aws\\.partner\\/.*$"
},
"SourceURI":{
"type":"string",
"max":1000,
"min":1,
"pattern":"^(\\w+\\:\\/\\/[\\w.-]+[\\w/!@#+=.-]+$)|(\\w+\\:\\/\\/[\\w.-]+[\\w/!@#+=.-]+[\\w/!@#+=.-]+[\\w/!@#+=.,-]+$)"
},
"TagKey":{
"type":"string",
"max":128,
Expand Down
95 changes: 72 additions & 23 deletions models/apis/appintegrations/2020-07-29/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"CreateDataIntegrationResponse$Arn": "<p>The Amazon Resource Name (ARN)</p>",
"CreateEventIntegrationResponse$EventIntegrationArn": "<p>The Amazon Resource Name (ARN) of the event integration. </p>",
"DataIntegrationAssociationSummary$DataIntegrationAssociationArn": "<p>The Amazon Resource Name (ARN) of the DataIntegration association.</p>",
"DataIntegrationAssociationSummary$DataIntegrationArn": "<p>The Amazon Resource Name (ARN)of the DataIntegration.</p>",
"DataIntegrationAssociationSummary$DataIntegrationArn": "<p>The Amazon Resource Name (ARN) of the DataIntegration.</p>",
"DataIntegrationSummary$Arn": "<p>The Amazon Resource Name (ARN) of the DataIntegration.</p>",
"EventIntegration$EventIntegrationArn": "<p>The Amazon Resource Name (ARN) of the event integration.</p>",
"EventIntegrationAssociation$EventIntegrationAssociationArn": "<p>The Amazon Resource Name (ARN) for the event integration association.</p>",
Expand All @@ -50,7 +50,7 @@
"ClientId": {
"base": null,
"refs": {
"DataIntegrationAssociationSummary$ClientId": "<p>The identifier for teh client that is associated with the DataIntegration association.</p>",
"DataIntegrationAssociationSummary$ClientId": "<p>The identifier for the client that is associated with the DataIntegration association.</p>",
"EventIntegrationAssociation$ClientId": "<p>The identifier for the client that is associated with the event integration.</p>"
}
},
Expand Down Expand Up @@ -182,6 +182,39 @@
"ListEventIntegrationsResponse$EventIntegrations": "<p>The event integrations.</p>"
}
},
"Fields": {
"base": null,
"refs": {
"FieldsList$member": null
}
},
"FieldsList": {
"base": null,
"refs": {
"FieldsMap$value": null
}
},
"FieldsMap": {
"base": null,
"refs": {
"FileConfiguration$Filters": "<p>Restrictions for what files should be pulled from the source.</p>",
"ObjectConfiguration$value": null
}
},
"FileConfiguration": {
"base": "<p>The configuration for what files should be pulled from the source.</p>",
"refs": {
"CreateDataIntegrationRequest$FileConfiguration": "<p>The configuration for what files should be pulled from the source.</p>",
"CreateDataIntegrationResponse$FileConfiguration": "<p>The configuration for what files should be pulled from the source.</p>",
"GetDataIntegrationResponse$FileConfiguration": "<p>The configuration for what files should be pulled from the source.</p>"
}
},
"FolderList": {
"base": null,
"refs": {
"FileConfiguration$Folders": "<p>Identifiers for the source folders to pull all files from recursively.</p>"
}
},
"GetDataIntegrationRequest": {
"base": null,
"refs": {
Expand All @@ -205,9 +238,9 @@
"IdempotencyToken": {
"base": null,
"refs": {
"CreateDataIntegrationRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
"CreateDataIntegrationResponse$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
"CreateEventIntegrationRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
"CreateDataIntegrationRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",
"CreateDataIntegrationResponse$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",
"CreateEventIntegrationRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>"
}
},
"Identifier": {
Expand Down Expand Up @@ -331,19 +364,24 @@
"ListEventIntegrationsResponse$NextToken": "<p>If there are additional results, this is the token for the next set of results.</p>"
}
},
"NonBlankLongString": {
"base": null,
"refs": {
"FolderList$member": null
}
},
"NonBlankString": {
"base": null,
"refs": {
"ClientAssociationMetadata$key": null,
"ClientAssociationMetadata$value": null,
"CreateDataIntegrationRequest$KmsKey": "<p>The KMS key for the DataIntegration.</p>",
"CreateDataIntegrationRequest$SourceURI": "<p>The URI of the data source.</p>",
"CreateDataIntegrationResponse$KmsKey": "<p>The KMS key for the DataIntegration.</p>",
"CreateDataIntegrationResponse$SourceURI": "<p>The URI of the data source.</p>",
"DataIntegrationSummary$SourceURI": "<p>The URI of the data source.</p>",
"FieldsMap$key": null,
"GetDataIntegrationResponse$KmsKey": "<p>The KMS key for the DataIntegration.</p>",
"GetDataIntegrationResponse$SourceURI": "<p>The URI of the data source.</p>",
"ScheduleConfiguration$FirstExecutionFrom": "<p>The start date for objects to import in the first flow run.</p>"
"ObjectConfiguration$key": null,
"ScheduleConfiguration$FirstExecutionFrom": "<p>The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.</p>",
"ScheduleConfiguration$ScheduleExpression": "<p>How often the data should be pulled from data source.</p>"
}
},
"Object": {
Expand All @@ -352,6 +390,14 @@
"ScheduleConfiguration$Object": "<p>The name of the object to pull from the data source.</p>"
}
},
"ObjectConfiguration": {
"base": "<p>The configuration for what data should be pulled from the source.</p>",
"refs": {
"CreateDataIntegrationRequest$ObjectConfiguration": "<p>The configuration for what data should be pulled from the source.</p>",
"CreateDataIntegrationResponse$ObjectConfiguration": "<p>The configuration for what data should be pulled from the source.</p>",
"GetDataIntegrationResponse$ObjectConfiguration": "<p>The configuration for what data should be pulled from the source.</p>"
}
},
"ResourceNotFoundException": {
"base": "<p>The specified resource was not found.</p>",
"refs": {
Expand All @@ -362,12 +408,6 @@
"refs": {
}
},
"Schedule": {
"base": null,
"refs": {
"ScheduleConfiguration$ScheduleExpression": "<p>How often the data should be pulled from data source.</p>"
}
},
"ScheduleConfiguration": {
"base": "<p>The name of the data and how often it should be pulled from the source.</p>",
"refs": {
Expand All @@ -382,6 +422,15 @@
"EventFilter$Source": "<p>The source of the events.</p>"
}
},
"SourceURI": {
"base": null,
"refs": {
"CreateDataIntegrationRequest$SourceURI": "<p>The URI of the data source.</p>",
"CreateDataIntegrationResponse$SourceURI": "<p>The URI of the data source.</p>",
"DataIntegrationSummary$SourceURI": "<p>The URI of the data source.</p>",
"GetDataIntegrationResponse$SourceURI": "<p>The URI of the data source.</p>"
}
},
"TagKey": {
"base": null,
"refs": {
Expand All @@ -398,14 +447,14 @@
"TagMap": {
"base": null,
"refs": {
"CreateDataIntegrationRequest$Tags": "<p>One or more tags.</p>",
"CreateDataIntegrationResponse$Tags": "<p>One or more tags.</p>",
"CreateEventIntegrationRequest$Tags": "<p>One or more tags.</p>",
"EventIntegration$Tags": "<p>The tags.</p>",
"GetDataIntegrationResponse$Tags": "<p>One or more tags.</p>",
"GetEventIntegrationResponse$Tags": "<p>One or more tags.</p>",
"CreateDataIntegrationRequest$Tags": "<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>",
"CreateDataIntegrationResponse$Tags": "<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>",
"CreateEventIntegrationRequest$Tags": "<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>",
"EventIntegration$Tags": "<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>",
"GetDataIntegrationResponse$Tags": "<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>",
"GetEventIntegrationResponse$Tags": "<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>",
"ListTagsForResourceResponse$tags": "<p>Information about the tags.</p>",
"TagResourceRequest$tags": "<p>One or more tags. </p>"
"TagResourceRequest$tags": "<p>The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>"
}
},
"TagResourceRequest": {
Expand Down
Loading

0 comments on commit f9c4a37

Please sign in to comment.