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.174 #4681

Merged
merged 1 commit into from Jan 5, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.44.174 (2023-01-05)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API and documentation
* `service/apprunner`: Updates service API and documentation
* `service/connect`: Updates service API
* `service/emr-serverless`: Updates service API and documentation
* `service/lightsail`: Updates service documentation
* Documentation updates for Amazon Lightsail.
* `service/mwaa`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for specifying which certificate authority (CA) to use for a DB instance's server certificate during DB instance creation, as well as other CA enhancements.

Release v1.44.173 (2023-01-04)
===

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.173"
const SDKVersion = "1.44.174"
17 changes: 4 additions & 13 deletions models/apis/amplifybackend/2020-08-11/api-2.json
Expand Up @@ -2131,19 +2131,6 @@
}
}
},
"GetBackendAPICodegenRespObj" : {
"type" : "structure",
"members" : {
"Models" : {
"shape" : "__string",
"locationName" : "models"
},
"Status" : {
"shape" : "Status",
"locationName" : "status"
}
}
},
"GetBackendAPIModelsRequest" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -2174,6 +2161,10 @@
"Status" : {
"shape" : "Status",
"locationName" : "status"
},
"ModelIntrospectionSchema" : {
"shape" : "__string",
"locationName" : "modelIntrospectionSchema"
}
}
},
Expand Down
9 changes: 5 additions & 4 deletions models/apis/amplifybackend/2020-08-11/docs-2.json
Expand Up @@ -17,7 +17,7 @@
"GenerateBackendAPIModels" : "<p>Generates a model schema for an existing backend API resource.</p>",
"GetBackend" : "<p>Provides project-level details for your Amplify UI project.</p>",
"GetBackendAPI" : "<p>Gets the details for a backend API.</p>",
"GetBackendAPIModels" : "<p>Generates a model schema for existing backend API resource.</p>",
"GetBackendAPIModels" : "<p>Gets a model introspection schema for an existing backend API resource.</p>",
"GetBackendAuth" : "<p>Gets a backend auth details.</p>",
"GetBackendJob" : "<p>Returns information about a specific job.</p>",
"GetBackendStorage" : "<p>Gets details for a backend storage resource.</p>",
Expand Down Expand Up @@ -258,7 +258,7 @@
"base" : "<p>An error returned if there's a temporary issue with the service.</p>",
"refs" : { }
},
"GetBackendAPICodegenRespObj" : {
"GetBackendAPIModelsResponse" : {
"base" : "<p>The response object for this operation.</p>",
"refs" : { }
},
Expand Down Expand Up @@ -450,7 +450,7 @@
"Status" : {
"base" : null,
"refs" : {
"GetBackendAPICodegenRespObj$Status" : "<p>The current status of the request.</p>"
"GetBackendAPIModelsResponse$Status" : "<p>The current status of the request.</p>"
}
},
"TooManyRequestsException" : {
Expand Down Expand Up @@ -750,7 +750,8 @@
"DeleteBackendRespObj$Status" : "<p>The current status of the request.</p>",
"EmailSettings$EmailMessage" : "<p>The contents of the email message.</p>",
"EmailSettings$EmailSubject" : "<p>The contents of the subject line of the email message.</p>",
"GetBackendAPICodegenRespObj$Models" : "<p>Stringified JSON of the datastore model.</p>",
"GetBackendAPIModelsResponse$ModelIntrospectionSchema" : "<p>Stringified JSON of the model introspection schema for an existing backend API resource.</p>",
"GetBackendAPIModelsResponse$Models" : "<p>Stringified JSON of the datastore model.</p>",
"GetBackendAPIRespObj$AppId" : "<p>The app ID.</p>",
"GetBackendAPIRespObj$BackendEnvironmentName" : "<p>The name of the backend environment.</p>",
"GetBackendAPIRespObj$Error" : "<p>If the request fails, this error is returned.</p>",
Expand Down
306 changes: 306 additions & 0 deletions models/apis/amplifybackend/2020-08-11/endpoint-rule-set-1.json
@@ -0,0 +1,306 @@
{
"version": "1.0",
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": true,
"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"
}
]
}
],
"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://amplifybackend-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://amplifybackend-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://amplifybackend.{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://amplifybackend.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
}