Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.158 #4660

Merged
merged 1 commit into from Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
Release v1.44.158 (2022-12-12)
===

### Service Client Updates
* `service/customer-profiles`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
* `service/kinesisvideo`: Updates service API and documentation
* This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.
* `service/lookoutvision`: Updates service documentation
* `service/migration-hub-refactor-spaces`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Update the RDS API model to support copying option groups during the CopyDBSnapshot operation
* `service/rekognition`: Updates service API and documentation
* Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.
* `service/sagemaker-metrics`: Adds new service
* `service/wafv2`: Updates service documentation

Release v1.44.157 (2022-12-09)
===

Expand Down
137 changes: 137 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.157"
const SDKVersion = "1.44.158"
8 changes: 6 additions & 2 deletions models/apis/customer-profiles/2020-08-15/api-2.json
Expand Up @@ -929,7 +929,9 @@
"ShippingAddress":{"shape":"Address"},
"MailingAddress":{"shape":"Address"},
"BillingAddress":{"shape":"Address"},
"Attributes":{"shape":"Attributes"}
"Attributes":{"shape":"Attributes"},
"PartyTypeString":{"shape":"string1To255"},
"GenderString":{"shape":"string1To255"}
}
},
"CreateProfileResponse":{
Expand Down Expand Up @@ -2775,7 +2777,9 @@
"ShippingAddress":{"shape":"UpdateAddress"},
"MailingAddress":{"shape":"UpdateAddress"},
"BillingAddress":{"shape":"UpdateAddress"},
"Attributes":{"shape":"UpdateAttributes"}
"Attributes":{"shape":"UpdateAttributes"},
"PartyTypeString":{"shape":"string0To255"},
"GenderString":{"shape":"string0To255"}
}
},
"UpdateProfileResponse":{
Expand Down
6 changes: 5 additions & 1 deletion models/apis/customer-profiles/2020-08-15/docs-2.json
Expand Up @@ -1511,7 +1511,9 @@
"UpdateProfileRequest$BusinessPhoneNumber": "<p>The customer’s business phone number.</p>",
"UpdateProfileRequest$EmailAddress": "<p>The customer’s email address, which has not been specified as a personal or business address. </p>",
"UpdateProfileRequest$PersonalEmailAddress": "<p>The customer’s personal email address.</p>",
"UpdateProfileRequest$BusinessEmailAddress": "<p>The customer’s business email address.</p>"
"UpdateProfileRequest$BusinessEmailAddress": "<p>The customer’s business email address.</p>",
"UpdateProfileRequest$PartyTypeString": "<p>An alternative to <code>PartyType</code> which accepts any string as input.</p>",
"UpdateProfileRequest$GenderString": "<p>An alternative to <code>Gender</code> which accepts any string as input.</p>"
}
},
"string1To1000": {
Expand Down Expand Up @@ -1556,6 +1558,8 @@
"CreateProfileRequest$EmailAddress": "<p>The customer’s email address, which has not been specified as a personal or business address. </p>",
"CreateProfileRequest$PersonalEmailAddress": "<p>The customer’s personal email address.</p>",
"CreateProfileRequest$BusinessEmailAddress": "<p>The customer’s business email address.</p>",
"CreateProfileRequest$PartyTypeString": "<p>An alternative to <code>PartyType</code> which accepts any string as input.</p>",
"CreateProfileRequest$GenderString": "<p>An alternative to <code>Gender</code> which accepts any string as input.</p>",
"DeleteIntegrationRequest$Uri": "<p>The URI of the S3 bucket or any other type of data source.</p>",
"DeleteProfileObjectRequest$ProfileObjectUniqueKey": "<p>The unique identifier of the profile object generated by the service.</p>",
"DeleteWorkflowRequest$WorkflowId": "<p>Unique identifier for the workflow.</p>",
Expand Down
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down