Skip to content

Commit

Permalink
Release v1.44.121 (2022-10-21) (#4596)
Browse files Browse the repository at this point in the history
Release v1.44.121 (2022-10-21)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/s3`: Updates service examples
  * S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
* `service/sagemaker`: Updates service API and documentation
  * CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
  • Loading branch information
aws-sdk-go-automation committed Oct 21, 2022
1 parent 17764bf commit c751f50
Show file tree
Hide file tree
Showing 15 changed files with 2,862 additions and 551 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.44.121 (2022-10-21)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/s3`: Updates service examples
* S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
* `service/sagemaker`: Updates service API and documentation
* CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.

Release v1.44.120 (2022-10-20)
===

Expand Down
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.120"
const SDKVersion = "1.44.121"
13 changes: 13 additions & 0 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Expand Up @@ -798,6 +798,7 @@
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"UnsupportedIdentityProviderException"},
{"shape":"ConcurrentModificationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NotAuthorizedException"},
{"shape":"TooManyRequestsException"},
Expand Down Expand Up @@ -888,6 +889,7 @@
{"shape":"InvalidParameterException"},
{"shape":"TooManyRequestsException"},
{"shape":"NotAuthorizedException"},
{"shape":"ConcurrentModificationException"},
{"shape":"InternalErrorException"}
]
},
Expand Down Expand Up @@ -1771,6 +1773,7 @@
{"shape":"InvalidParameterException"},
{"shape":"UnsupportedIdentityProviderException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConcurrentModificationException"},
{"shape":"NotAuthorizedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalErrorException"}
Expand Down Expand Up @@ -3064,6 +3067,7 @@
"members":{
"PoolName":{"shape":"UserPoolNameType"},
"Policies":{"shape":"UserPoolPolicyType"},
"DeletionProtection":{"shape":"DeletionProtectionType"},
"LambdaConfig":{"shape":"LambdaConfigType"},
"AutoVerifiedAttributes":{"shape":"VerifiedAttributesListType"},
"AliasAttributes":{"shape":"AliasAttributesListType"},
Expand Down Expand Up @@ -3239,6 +3243,13 @@
"AccessToken":{"shape":"TokenModelType"}
}
},
"DeletionProtectionType":{
"type":"string",
"enum":[
"ACTIVE",
"INACTIVE"
]
},
"DeliveryMediumListType":{
"type":"list",
"member":{"shape":"DeliveryMediumType"}
Expand Down Expand Up @@ -5236,6 +5247,7 @@
"members":{
"UserPoolId":{"shape":"UserPoolIdType"},
"Policies":{"shape":"UserPoolPolicyType"},
"DeletionProtection":{"shape":"DeletionProtectionType"},
"LambdaConfig":{"shape":"LambdaConfigType"},
"AutoVerifiedAttributes":{"shape":"VerifiedAttributesListType"},
"SmsVerificationMessage":{"shape":"SmsVerificationMessageType"},
Expand Down Expand Up @@ -5479,6 +5491,7 @@
"Id":{"shape":"UserPoolIdType"},
"Name":{"shape":"UserPoolNameType"},
"Policies":{"shape":"UserPoolPolicyType"},
"DeletionProtection":{"shape":"DeletionProtectionType"},
"LambdaConfig":{"shape":"LambdaConfigType"},
"Status":{"shape":"StatusType"},
"LastModifiedDate":{"shape":"DateType"},
Expand Down
52 changes: 30 additions & 22 deletions models/apis/cognito-idp/2016-04-18/docs-2.json

Large diffs are not rendered by default.

315 changes: 315 additions & 0 deletions models/apis/cognito-idp/2016-04-18/endpoint-rule-set-1.json
@@ -0,0 +1,315 @@
{
"version": "1.0",
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
"UseDualStack": {
"builtIn": "AWS::UseDualStack",
"required": true,
"default": false,
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
"type": "Boolean"
},
"UseFIPS": {
"builtIn": "AWS::UseFIPS",
"required": true,
"default": false,
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
"type": "Boolean"
},
"Endpoint": {
"builtIn": "SDK::Endpoint",
"required": false,
"documentation": "Override the endpoint used to send this request",
"type": "String"
}
},
"rules": [
{
"conditions": [
{
"fn": "aws.partition",
"argv": [
{
"ref": "Region"
}
],
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "isSet",
"argv": [
{
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
}
],
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [],
"endpoint": {
"url": {
"ref": "Endpoint"
},
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsFIPS"
]
}
]
},
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsDualStack"
]
}
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://cognito-idp-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsFIPS"
]
}
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://cognito-idp-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsDualStack"
]
}
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://cognito-idp.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
},
{
"conditions": [],
"endpoint": {
"url": "https://cognito-idp.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
}

0 comments on commit c751f50

Please sign in to comment.