Skip to content

Commit

Permalink
Release v1.46.7 (2023-10-30) (#5048)
Browse files Browse the repository at this point in the history
Release v1.46.7 (2023-10-30)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/dataexchange`: Updates service API and documentation
* `service/datasync`: Updates service API and documentation
* `service/finspace`: Updates service API and documentation
* `service/mediapackagev2`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
* `service/redshift-serverless`: Updates service API, documentation, and paginators
* `service/resiliencehub`: Updates service API and documentation
* `service/s3outposts`: Updates service API and documentation
* `service/wisdom`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Oct 30, 2023
1 parent 10d54ce commit 8b7baed
Show file tree
Hide file tree
Showing 47 changed files with 6,657 additions and 1,351 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.46.7 (2023-10-30)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/dataexchange`: Updates service API and documentation
* `service/datasync`: Updates service API and documentation
* `service/finspace`: Updates service API and documentation
* `service/mediapackagev2`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
* `service/redshift-serverless`: Updates service API, documentation, and paginators
* `service/resiliencehub`: Updates service API and documentation
* `service/s3outposts`: Updates service API and documentation
* `service/wisdom`: Updates service documentation

Release v1.46.6 (2023-10-27)
===

Expand Down
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.46.6"
const SDKVersion = "1.46.7"
19 changes: 9 additions & 10 deletions models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4029,12 +4029,10 @@
},
"ClaimPhoneNumberRequest":{
"type":"structure",
"required":[
"TargetArn",
"PhoneNumber"
],
"required":["PhoneNumber"],
"members":{
"TargetArn":{"shape":"ARN"},
"InstanceId":{"shape":"InstanceId"},
"PhoneNumber":{"shape":"PhoneNumber"},
"PhoneNumberDescription":{"shape":"PhoneNumberDescription"},
"Tags":{"shape":"TagMap"},
Expand All @@ -4061,6 +4059,7 @@
"PhoneNumberType":{"shape":"PhoneNumberType"},
"PhoneNumberDescription":{"shape":"PhoneNumberDescription"},
"TargetArn":{"shape":"ARN"},
"InstanceId":{"shape":"InstanceId"},
"Tags":{"shape":"TagMap"},
"PhoneNumberStatus":{"shape":"PhoneNumberStatus"}
}
Expand Down Expand Up @@ -8479,7 +8478,8 @@
"PhoneNumber":{"shape":"PhoneNumber"},
"PhoneNumberCountryCode":{"shape":"PhoneNumberCountryCode"},
"PhoneNumberType":{"shape":"PhoneNumberType"},
"TargetArn":{"shape":"ARN"}
"TargetArn":{"shape":"ARN"},
"InstanceId":{"shape":"InstanceId"}
}
},
"ListPhoneNumbersSummaryList":{
Expand All @@ -8490,6 +8490,7 @@
"type":"structure",
"members":{
"TargetArn":{"shape":"ARN"},
"InstanceId":{"shape":"InstanceId"},
"MaxResults":{
"shape":"MaxResult1000",
"box":true
Expand Down Expand Up @@ -10694,12 +10695,12 @@
"SearchAvailablePhoneNumbersRequest":{
"type":"structure",
"required":[
"TargetArn",
"PhoneNumberCountryCode",
"PhoneNumberType"
],
"members":{
"TargetArn":{"shape":"ARN"},
"InstanceId":{"shape":"InstanceId"},
"PhoneNumberCountryCode":{"shape":"PhoneNumberCountryCode"},
"PhoneNumberType":{"shape":"PhoneNumberType"},
"PhoneNumberPrefix":{"shape":"PhoneNumberPrefix"},
Expand Down Expand Up @@ -12305,17 +12306,15 @@
},
"UpdatePhoneNumberRequest":{
"type":"structure",
"required":[
"PhoneNumberId",
"TargetArn"
],
"required":["PhoneNumberId"],
"members":{
"PhoneNumberId":{
"shape":"PhoneNumberId",
"location":"uri",
"locationName":"PhoneNumberId"
},
"TargetArn":{"shape":"ARN"},
"InstanceId":{"shape":"InstanceId"},
"ClientToken":{
"shape":"ClientToken",
"idempotencyToken":true
Expand Down
42 changes: 24 additions & 18 deletions models/apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

162 changes: 162 additions & 0 deletions models/apis/dataexchange/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,24 @@
],
"endpoint":{"hostPrefix":"api-fulfill."}
},
"SendDataSetNotification":{
"name":"SendDataSetNotification",
"http":{
"method":"POST",
"requestUri":"/v1/data-sets/{DataSetId}/notification",
"responseCode":202
},
"input":{"shape":"SendDataSetNotificationRequest"},
"output":{"shape":"SendDataSetNotificationResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
]
},
"StartJob":{
"name":"StartJob",
"http":{
Expand Down Expand Up @@ -615,6 +633,12 @@
}
}
},
"ClientToken":{
"type":"string",
"max":64,
"min":1,
"pattern":"[\\x21-\\x7E]{1,64}"
},
"Code":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -798,6 +822,12 @@
"UpdatedAt":{"shape":"Timestamp"}
}
},
"DataUpdateRequestDetails":{
"type":"structure",
"members":{
"DataUpdatedAt":{"shape":"Timestamp"}
}
},
"DatabaseLFTagPolicy":{
"type":"structure",
"required":["Expression"],
Expand Down Expand Up @@ -886,6 +916,13 @@
}
}
},
"DeprecationRequestDetails":{
"type":"structure",
"required":["DeprecationAt"],
"members":{
"DeprecationAt":{"shape":"Timestamp"}
}
},
"Description":{"type":"string"},
"Details":{
"type":"structure",
Expand Down Expand Up @@ -1486,6 +1523,13 @@
"type":"string",
"enum":["LFTagPolicy"]
},
"LakeFormationTagPolicyDetails":{
"type":"structure",
"members":{
"Database":{"shape":"__string"},
"Table":{"shape":"__string"}
}
},
"LimitName":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1683,10 +1727,18 @@
"type":"list",
"member":{"shape":"LFTag"}
},
"ListOfLakeFormationTagPolicies":{
"type":"list",
"member":{"shape":"LakeFormationTagPolicyDetails"}
},
"ListOfRedshiftDataShareAssetSourceEntry":{
"type":"list",
"member":{"shape":"RedshiftDataShareAssetSourceEntry"}
},
"ListOfRedshiftDataShares":{
"type":"list",
"member":{"shape":"RedshiftDataShareDetails"}
},
"ListOfRevisionDestinationEntry":{
"type":"list",
"member":{"shape":"RevisionDestinationEntry"}
Expand All @@ -1695,6 +1747,14 @@
"type":"list",
"member":{"shape":"RevisionEntry"}
},
"ListOfS3DataAccesses":{
"type":"list",
"member":{"shape":"S3DataAccessDetails"}
},
"ListOfSchemaChangeDetails":{
"type":"list",
"member":{"shape":"SchemaChangeDetails"}
},
"ListOfTableTagPolicyLFPermissions":{
"type":"list",
"member":{"shape":"TableTagPolicyLFPermission"}
Expand Down Expand Up @@ -1771,6 +1831,23 @@
},
"Name":{"type":"string"},
"NextToken":{"type":"string"},
"NotificationDetails":{
"type":"structure",
"members":{
"DataUpdate":{"shape":"DataUpdateRequestDetails"},
"Deprecation":{"shape":"DeprecationRequestDetails"},
"SchemaChange":{"shape":"SchemaChangeRequestDetails"}
}
},
"NotificationType":{
"type":"string",
"enum":[
"DATA_DELAY",
"DATA_UPDATE",
"DEPRECATION",
"SCHEMA_CHANGE"
]
},
"Origin":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1803,6 +1880,21 @@
"DataShareArn":{"shape":"__string"}
}
},
"RedshiftDataShareDetails":{
"type":"structure",
"required":[
"Arn",
"Database"
],
"members":{
"Arn":{"shape":"__string"},
"Database":{"shape":"__string"},
"Function":{"shape":"__string"},
"Table":{"shape":"__string"},
"Schema":{"shape":"__string"},
"View":{"shape":"__string"}
}
},
"RequestDetails":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1960,13 +2052,56 @@
"KmsKeysToGrant":{"shape":"ListOfKmsKeysToGrant"}
}
},
"S3DataAccessDetails":{
"type":"structure",
"members":{
"KeyPrefixes":{"shape":"ListOf__string"},
"Keys":{"shape":"ListOf__string"}
}
},
"S3SnapshotAsset":{
"type":"structure",
"required":["Size"],
"members":{
"Size":{"shape":"__doubleMin0"}
}
},
"SchemaChangeDetails":{
"type":"structure",
"required":[
"Name",
"Type"
],
"members":{
"Name":{"shape":"__string"},
"Type":{"shape":"SchemaChangeType"},
"Description":{"shape":"__string"}
}
},
"SchemaChangeRequestDetails":{
"type":"structure",
"required":["SchemaChangeAt"],
"members":{
"Changes":{"shape":"ListOfSchemaChangeDetails"},
"SchemaChangeAt":{"shape":"Timestamp"}
}
},
"SchemaChangeType":{
"type":"string",
"enum":[
"ADD",
"REMOVE",
"MODIFY"
]
},
"ScopeDetails":{
"type":"structure",
"members":{
"LakeFormationTagPolicies":{"shape":"ListOfLakeFormationTagPolicies"},
"RedshiftDataShares":{"shape":"ListOfRedshiftDataShares"},
"S3DataAccesses":{"shape":"ListOfS3DataAccesses"}
}
},
"SendApiAssetRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2025,6 +2160,33 @@
},
"payload":"Body"
},
"SendDataSetNotificationRequest":{
"type":"structure",
"required":[
"DataSetId",
"Type"
],
"members":{
"Scope":{"shape":"ScopeDetails"},
"ClientToken":{
"shape":"ClientToken",
"idempotencyToken":true
},
"Comment":{"shape":"__stringMin0Max16384"},
"DataSetId":{
"shape":"__string",
"location":"uri",
"locationName":"DataSetId"
},
"Details":{"shape":"NotificationDetails"},
"Type":{"shape":"NotificationType"}
}
},
"SendDataSetNotificationResponse":{
"type":"structure",
"members":{
}
},
"ServerSideEncryptionTypes":{
"type":"string",
"enum":[
Expand Down

0 comments on commit 8b7baed

Please sign in to comment.