Skip to content

Commit

Permalink
Release v1.39.6 (2021-07-13) (#4005)
Browse files Browse the repository at this point in the history
Release v1.39.6 (2021-07-13)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API and documentation
* `service/devops-guru`: Updates service paginators
* `service/directconnect`: Updates service API and documentation
  * This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
* `service/lex-models`: Updates service API, documentation, and paginators
* `service/pricing`: Updates service documentation and examples
* `service/redshift`: Updates service API and documentation
  * Release new APIs to support new Redshift feature - Authentication Profile
* `service/ssm`: Updates service API and documentation
  * Changes to OpsCenter APIs to support a new feature, operational insights.
  • Loading branch information
aws-sdk-go-automation committed Jul 13, 2021
1 parent c5ad271 commit 341af66
Show file tree
Hide file tree
Showing 33 changed files with 6,306 additions and 3,360 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.39.6 (2021-07-13)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API and documentation
* `service/devops-guru`: Updates service paginators
* `service/directconnect`: Updates service API and documentation
* This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
* `service/lex-models`: Updates service API, documentation, and paginators
* `service/pricing`: Updates service documentation and examples
* `service/redshift`: Updates service API and documentation
* Release new APIs to support new Redshift feature - Authentication Profile
* `service/ssm`: Updates service API and documentation
* Changes to OpsCenter APIs to support a new feature, operational insights.

Release v1.39.5 (2021-07-12)
===

Expand Down
1 change: 1 addition & 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.39.5"
const SDKVersion = "1.39.6"
24 changes: 24 additions & 0 deletions models/apis/amplifybackend/2020-08-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,27 @@
},
"required" : [ "AppId", "BackendEnvironmentName" ]
},
"BackendAuthAppleProviderConfig" : {
"type" : "structure",
"members" : {
"ClientId" : {
"shape" : "__string",
"locationName" : "client_id"
},
"KeyId" : {
"shape" : "__string",
"locationName" : "key_id"
},
"PrivateKey" : {
"shape" : "__string",
"locationName" : "private_key"
},
"TeamId" : {
"shape" : "__string",
"locationName" : "team_id"
}
}
},
"BackendAuthRespObj" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -2596,6 +2617,9 @@
},
"LoginWithAmazon" : {
"shape" : "BackendAuthSocialProviderConfig"
},
"SignInWithApple" : {
"shape" : "BackendAuthAppleProviderConfig"
}
}
},
Expand Down
36 changes: 23 additions & 13 deletions models/apis/amplifybackend/2020-08-11/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
"base" : "<p>The response object sent when a backend is created.</p>",
"refs" : { }
},
"BackendAuthAppleProviderConfig" : {
"base" : "<p>Describes Apple social federation configurations for allowing your app users to sign in using OAuth.</p>",
"refs" : {
"SocialProviderSettings$SignInWithApple" : null
}
},
"BackendAuthRespObj" : {
"base" : "<p>The response object for this operation.</p>",
"refs" : { }
Expand Down Expand Up @@ -134,9 +140,9 @@
}
},
"CreateBackendAuthMFAConfig" : {
"base" : "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>",
"base" : "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>",
"refs" : {
"CreateBackendAuthUserPoolConfig$Mfa" : "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
"CreateBackendAuthUserPoolConfig$Mfa" : "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
}
},
"CreateBackendAuthOAuthConfig" : {
Expand Down Expand Up @@ -199,7 +205,7 @@
"DeliveryMethod" : {
"base" : null,
"refs" : {
"CreateBackendAuthForgotPasswordConfig$DeliveryMethod" : "<p>Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>",
"CreateBackendAuthForgotPasswordConfig$DeliveryMethod" : "<p>Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>",
"UpdateBackendAuthForgotPasswordConfig$DeliveryMethod" : "<p>Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>"
}
},
Expand Down Expand Up @@ -272,7 +278,7 @@
"MFAMode" : {
"base" : null,
"refs" : {
"CreateBackendAuthMFAConfig$MFAMode" : "<p>Describes whether MFA should be [ON, OFF, OPTIONAL] for authentication in your Amplify project.</p>",
"CreateBackendAuthMFAConfig$MFAMode" : "<p>Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.</p>",
"UpdateBackendAuthMFAConfig$MFAMode" : "<p>The MFA mode for the backend of your Amplify project.</p>"
}
},
Expand Down Expand Up @@ -380,7 +386,7 @@
"UpdateBackendAuthMFAConfig" : {
"base" : "<p>Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.</p>",
"refs" : {
"UpdateBackendAuthUserPoolConfig$Mfa" : "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
"UpdateBackendAuthUserPoolConfig$Mfa" : "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
}
},
"UpdateBackendAuthOAuthConfig" : {
Expand Down Expand Up @@ -445,7 +451,7 @@
"CreateBackendAuthIdentityPoolConfig$UnauthenticatedLogin" : "<p>Set to true or false based on whether you want to enable guest authorization to your Amplify app.</p>",
"DeleteTokenRespObj$IsSuccess" : "<p>Indicates whether the request succeeded or failed.</p>",
"RemoveAllBackendsReqObj$CleanAmplifyApp" : "<p>Cleans up the Amplify Console app if this value is set to true.</p>",
"UpdateBackendAuthIdentityPoolConfig$UnauthenticatedLogin" : "<p>A boolean value which can be set to allow or disallow guest-level authorization into your Amplify app.</p>"
"UpdateBackendAuthIdentityPoolConfig$UnauthenticatedLogin" : "<p>A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.</p>"
}
},
"__double" : {
Expand Down Expand Up @@ -504,10 +510,10 @@
"base" : null,
"refs" : {
"CreateBackendAuthOAuthConfig$RedirectSignInURIs" : "<p>The redirected URI for signing in to your Amplify app.</p>",
"CreateBackendAuthOAuthConfig$RedirectSignOutURIs" : "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>",
"CreateBackendAuthOAuthConfig$RedirectSignOutURIs" : "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>",
"GetBackendRespObj$BackendEnvironmentList" : "<p>A list of backend environments in an array.</p>",
"UpdateBackendAuthOAuthConfig$RedirectSignInURIs" : "<p>Redirect URLs used by OAuth when a user signs in to an Amplify app.</p>",
"UpdateBackendAuthOAuthConfig$RedirectSignOutURIs" : "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>"
"UpdateBackendAuthOAuthConfig$RedirectSignInURIs" : "<p>Redirect URLs that OAuth uses when a user signs in to an Amplify app.</p>",
"UpdateBackendAuthOAuthConfig$RedirectSignOutURIs" : "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>"
}
},
"__string" : {
Expand All @@ -528,7 +534,7 @@
"BackendAPICodegenRespObj$Operation" : "<p>The name of the operation.</p>",
"BackendAPICodegenRespObj$Status" : "<p>The current status of the request.</p>",
"BackendAPIReqObj$ResourceName" : "<p>The name of this resource.</p>",
"BackendAPIResourceConfig$ApiName" : "<p>The API name used to interact with the data model, configured as a part of the amplify project.</p>",
"BackendAPIResourceConfig$ApiName" : "<p>The API name used to interact with the data model, configured as a part of your Amplify project.</p>",
"BackendAPIResourceConfig$Service" : "<p>The service used to provision and interact with the data model.</p>",
"BackendAPIResourceConfig$TransformSchema" : "<p>The definition of the data model in the annotated transform of the GraphQL schema.</p>",
"BackendAPIRespObj$AppId" : "<p>The app ID.</p>",
Expand All @@ -537,18 +543,22 @@
"BackendAPIRespObj$JobId" : "<p>The ID for the job.</p>",
"BackendAPIRespObj$Operation" : "<p>The name of the operation.</p>",
"BackendAPIRespObj$Status" : "<p>The current status of the request.</p>",
"BackendAuthAppleProviderConfig$ClientId" : "<p>Describes the client_id (also called Services ID) that comes from Apple.</p>",
"BackendAuthAppleProviderConfig$KeyId" : "<p>Describes the key_id that comes from Apple.</p>",
"BackendAuthAppleProviderConfig$PrivateKey" : "<p>Describes the private_key that comes from Apple.</p>",
"BackendAuthAppleProviderConfig$TeamId" : "<p>Describes the team_id that comes from Apple.</p>",
"BackendAuthRespObj$AppId" : "<p>The app ID.</p>",
"BackendAuthRespObj$BackendEnvironmentName" : "<p>The name of the backend environment.</p>",
"BackendAuthRespObj$Error" : "<p>If the request fails, this error is returned.</p>",
"BackendAuthRespObj$JobId" : "<p>The ID for the job.</p>",
"BackendAuthRespObj$Operation" : "<p>The name of the operation.</p>",
"BackendAuthRespObj$Status" : "<p>The current status of the request.</p>",
"BackendAuthSocialProviderConfig$ClientId" : "<p>Describes the client_id which can be obtained from the third-party social federation provider.</p>",
"BackendAuthSocialProviderConfig$ClientSecret" : "<p>Describes the client_secret which can be obtained from third-party social federation providers.</p>",
"BackendAuthSocialProviderConfig$ClientId" : "<p>Describes the client_id, which can be obtained from the third-party social federation provider.</p>",
"BackendAuthSocialProviderConfig$ClientSecret" : "<p>Describes the client_secret, which can be obtained from third-party social federation providers.</p>",
"BackendConfigRespObj$AppId" : "<p>The app ID.</p>",
"BackendConfigRespObj$BackendManagerAppId" : "<p>The app ID for the backend manager.</p>",
"BackendConfigRespObj$Error" : "<p>If the request fails, this error is returned.</p>",
"BackendJobReqObj$Operation" : "<p>Filters the list of response objects to only include those with the specified operation name.</p>",
"BackendJobReqObj$Operation" : "<p>Filters the list of response objects to include only those with the specified operation name.</p>",
"BackendJobReqObj$Status" : "<p>Filters the list of response objects to include only those with the specified status.</p>",
"BackendJobRespObj$AppId" : "<p>The app ID.</p>",
"BackendJobRespObj$BackendEnvironmentName" : "<p>The name of the backend environment.</p>",
Expand Down
9 changes: 8 additions & 1 deletion models/apis/devops-guru/2020-12-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": [
"CloudFormation"
"CloudFormation",
"Service"
]
},
"GetCostEstimation": {
"input_token": "NextToken",
"non_aggregate_keys": [
"Status",
"TotalCost",
"TimeRange",
"ResourceCollection"
],
"output_token": "NextToken",
"result_key": [
"Costs"
Expand Down
8 changes: 7 additions & 1 deletion models/apis/directconnect/2012-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@
"deprecated":true
},
"AwsDeviceV2":{"type":"string"},
"AwsLogicalDeviceId":{"type":"string"},
"BGPAuthKey":{"type":"string"},
"BGPPeer":{
"type":"structure",
Expand All @@ -999,7 +1000,8 @@
"customerAddress":{"shape":"CustomerAddress"},
"bgpPeerState":{"shape":"BGPPeerState"},
"bgpStatus":{"shape":"BGPStatus"},
"awsDeviceV2":{"shape":"AwsDeviceV2"}
"awsDeviceV2":{"shape":"AwsDeviceV2"},
"awsLogicalDeviceId":{"shape":"AwsLogicalDeviceId"}
}
},
"BGPPeerId":{"type":"string"},
Expand Down Expand Up @@ -1109,6 +1111,7 @@
"awsDevice":{"shape":"AwsDevice"},
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
"awsDeviceV2":{"shape":"AwsDeviceV2"},
"awsLogicalDeviceId":{"shape":"AwsLogicalDeviceId"},
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
"tags":{"shape":"TagList"},
"providerName":{"shape":"ProviderName"},
Expand Down Expand Up @@ -1751,6 +1754,7 @@
"awsDevice":{"shape":"AwsDevice"},
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
"awsDeviceV2":{"shape":"AwsDeviceV2"},
"awsLogicalDeviceId":{"shape":"AwsLogicalDeviceId"},
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
"tags":{"shape":"TagList"},
"providerName":{"shape":"ProviderName"}
Expand Down Expand Up @@ -1795,6 +1799,7 @@
"minimumLinks":{"shape":"Count"},
"awsDevice":{"shape":"AwsDevice"},
"awsDeviceV2":{"shape":"AwsDeviceV2"},
"awsLogicalDeviceId":{"shape":"AwsLogicalDeviceId"},
"connections":{"shape":"ConnectionList"},
"allowsHostedConnections":{"shape":"BooleanFlag"},
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
Expand Down Expand Up @@ -2256,6 +2261,7 @@
"bgpPeers":{"shape":"BGPPeerList"},
"region":{"shape":"Region"},
"awsDeviceV2":{"shape":"AwsDeviceV2"},
"awsLogicalDeviceId":{"shape":"AwsLogicalDeviceId"},
"tags":{"shape":"TagList"}
}
},
Expand Down
Loading

0 comments on commit 341af66

Please sign in to comment.