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.49.5 #5115

Merged
merged 1 commit into from
Dec 18, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.49.5 (2023-12-18)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/eks`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service documentation
* A docs-only release to add missing entities to the API reference.
* `service/route53resolver`: Updates service API and documentation

Release v1.49.4 (2023-12-15)
===

Expand Down
76 changes: 76 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.49.4"
const SDKVersion = "1.49.5"
19 changes: 19 additions & 0 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4087,6 +4087,7 @@
"CreateAuthChallenge":{"shape":"ArnType"},
"VerifyAuthChallengeResponse":{"shape":"ArnType"},
"PreTokenGeneration":{"shape":"ArnType"},
"PreTokenGenerationConfig":{"shape":"PreTokenGenerationVersionConfigType"},
"UserMigration":{"shape":"ArnType"},
"CustomSMSSender":{"shape":"CustomSMSLambdaVersionConfigType"},
"CustomEmailSender":{"shape":"CustomEmailLambdaVersionConfigType"},
Expand Down Expand Up @@ -4461,6 +4462,24 @@
"max":2048,
"min":0
},
"PreTokenGenerationLambdaVersionType":{
"type":"string",
"enum":[
"V1_0",
"V2_0"
]
},
"PreTokenGenerationVersionConfigType":{
"type":"structure",
"required":[
"LambdaVersion",
"LambdaArn"
],
"members":{
"LambdaVersion":{"shape":"PreTokenGenerationLambdaVersionType"},
"LambdaArn":{"shape":"ArnType"}
}
},
"PrecedenceType":{
"type":"integer",
"min":0
Expand Down
163 changes: 88 additions & 75 deletions models/apis/cognito-idp/2016-04-18/docs-2.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions models/apis/cognito-idp/2016-04-18/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
Loading