Skip to content

Commit

Permalink
Updates SDK to v2.945.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 13, 2021
1 parent fefd186 commit 371ca9d
Show file tree
Hide file tree
Showing 28 changed files with 3,783 additions and 2,186 deletions.
32 changes: 32 additions & 0 deletions .changes/2.945.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "AmplifyBackend",
"description": "Added Sign in with Apple OAuth provider."
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Add paginator for GetCostEstimation"
},
{
"type": "feature",
"category": "DirectConnect",
"description": "This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot."
},
{
"type": "feature",
"category": "Redshift",
"description": "Release new APIs to support new Redshift feature - Authentication Profile"
},
{
"type": "feature",
"category": "SSM",
"description": "Changes to OpsCenter APIs to support a new feature, operational insights."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.944.0-->
<!--LATEST=2.945.0-->
<!--ENTRYINSERT-->

## 2.945.0
* feature: AmplifyBackend: Added Sign in with Apple OAuth provider.
* feature: DevOpsGuru: Add paginator for GetCostEstimation
* feature: DirectConnect: This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
* feature: LexModelBuildingService: Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.
* feature: Redshift: Release new APIs to support new Redshift feature - Authentication Profile
* feature: SSM: Changes to OpsCenter APIs to support a new feature, operational insights.

## 2.944.0
* feature: Kendra: Amazon Kendra now supports Principal Store

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.944.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.945.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
29 changes: 23 additions & 6 deletions apis/amplifybackend-2020-08-11.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@
"type": "structure",
"members": {
"AdditionalConstraints": {
"shape": "S15",
"shape": "S16",
"locationName": "additionalConstraints"
},
"MinimumLength": {
Expand Down Expand Up @@ -1246,7 +1246,7 @@
"locationName": "appId"
},
"LoginAuthConfig": {
"shape": "S2p",
"shape": "S2q",
"locationName": "loginAuthConfig"
}
},
Expand All @@ -1267,7 +1267,7 @@
"locationName": "error"
},
"LoginAuthConfig": {
"shape": "S2p",
"shape": "S2q",
"locationName": "loginAuthConfig"
}
}
Expand Down Expand Up @@ -1514,7 +1514,7 @@
"type": "structure",
"members": {
"AdditionalConstraints": {
"shape": "S15",
"shape": "S16",
"locationName": "additionalConstraints"
},
"MinimumLength": {
Expand Down Expand Up @@ -1602,6 +1602,23 @@
},
"LoginWithAmazon": {
"shape": "S13"
},
"SignInWithApple": {
"type": "structure",
"members": {
"ClientId": {
"locationName": "client_id"
},
"KeyId": {
"locationName": "key_id"
},
"PrivateKey": {
"locationName": "private_key"
},
"TeamId": {
"locationName": "team_id"
}
}
}
}
},
Expand All @@ -1616,11 +1633,11 @@
}
}
},
"S15": {
"S16": {
"type": "list",
"member": {}
},
"S2p": {
"S2q": {
"type": "structure",
"members": {
"AwsCognitoIdentityPoolId": {
Expand Down
55 changes: 42 additions & 13 deletions apis/amplifybackend-2020-08-11.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@
"ApiName": {
"shape": "__string",
"locationName": "apiName",
"documentation": "<p>The API name used to interact with the data model, configured as a part of the amplify project.</p>"
"documentation": "<p>The API name used to interact with the data model, configured as a part of your Amplify project.</p>"
},
"ConflictResolution": {
"shape": "BackendAPIConflictResolution",
Expand All @@ -979,18 +979,44 @@
},
"documentation": "<p>The resource config for the data model, configured as a part of the Amplify project.</p>"
},
"BackendAuthAppleProviderConfig": {
"type": "structure",
"members": {
"ClientId": {
"shape": "__string",
"locationName": "client_id",
"documentation": "<p>Describes the client_id (also called Services ID) that comes from Apple.</p>"
},
"KeyId": {
"shape": "__string",
"locationName": "key_id",
"documentation": "<p>Describes the key_id that comes from Apple.</p>"
},
"PrivateKey": {
"shape": "__string",
"locationName": "private_key",
"documentation": "<p>Describes the private_key that comes from Apple.</p>"
},
"TeamId": {
"shape": "__string",
"locationName": "team_id",
"documentation": "<p>Describes the team_id that comes from Apple.</p>"
}
},
"documentation": "<p>Describes Apple social federation configurations for allowing your app users to sign in using OAuth.</p>"
},
"BackendAuthSocialProviderConfig": {
"type": "structure",
"members": {
"ClientId": {
"shape": "__string",
"locationName": "client_id",
"documentation": "<p>Describes the client_id which can be obtained from the third-party social federation provider.</p>"
"documentation": "<p>Describes the client_id, which can be obtained from the third-party social federation provider.</p>"
},
"ClientSecret": {
"shape": "__string",
"locationName": "client_secret",
"documentation": "<p>Describes the client_secret which can be obtained from third-party social federation providers.</p>"
"documentation": "<p>Describes the client_secret, which can be obtained from third-party social federation providers.</p>"
}
},
"documentation": "<p>Describes third-party social federation configurations for allowing your app users to sign in using OAuth.</p>"
Expand Down Expand Up @@ -1182,7 +1208,7 @@
"DeliveryMethod": {
"shape": "DeliveryMethod",
"locationName": "deliveryMethod",
"documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>"
"documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>"
},
"EmailSettings": {
"shape": "EmailSettings",
Expand Down Expand Up @@ -1225,15 +1251,15 @@
"members": {
"MFAMode": {
"shape": "MFAMode",
"documentation": "<p>Describes whether MFA should be [ON, OFF, OPTIONAL] for authentication in your Amplify project.</p>"
"documentation": "<p>Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.</p>"
},
"Settings": {
"shape": "Settings",
"locationName": "settings",
"documentation": "<p>Describes the configuration settings and methods for your Amplify app users to use MFA.</p>"
}
},
"documentation": "<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>",
"documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>",
"required": [
"MFAMode"
]
Expand Down Expand Up @@ -1264,7 +1290,7 @@
"RedirectSignOutURIs": {
"shape": "ListOf__string",
"locationName": "redirectSignOutURIs",
"documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>"
"documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>"
},
"SocialProviderSettings": {
"shape": "SocialProviderSettings",
Expand Down Expand Up @@ -1409,7 +1435,7 @@
"Mfa": {
"shape": "CreateBackendAuthMFAConfig",
"locationName": "mfa",
"documentation": "<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>"
"documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
},
"OAuth": {
"shape": "CreateBackendAuthOAuthConfig",
Expand Down Expand Up @@ -2574,6 +2600,9 @@
},
"LoginWithAmazon": {
"shape": "BackendAuthSocialProviderConfig"
},
"SignInWithApple": {
"shape": "BackendAuthAppleProviderConfig"
}
},
"documentation": "<p>The settings for using the social identity providers for access to your Amplify app.</p>"
Expand Down Expand Up @@ -2680,7 +2709,7 @@
"UnauthenticatedLogin": {
"shape": "__boolean",
"locationName": "unauthenticatedLogin",
"documentation": "<p>A boolean value which can be set to allow or disallow guest-level authorization into your Amplify app.</p>"
"documentation": "<p>A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.</p>"
}
},
"documentation": "<p>Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.</p>"
Expand Down Expand Up @@ -2721,12 +2750,12 @@
"RedirectSignInURIs": {
"shape": "ListOf__string",
"locationName": "redirectSignInURIs",
"documentation": "<p>Redirect URLs used by OAuth when a user signs in to an Amplify app.</p>"
"documentation": "<p>Redirect URLs that OAuth uses when a user signs in to an Amplify app.</p>"
},
"RedirectSignOutURIs": {
"shape": "ListOf__string",
"locationName": "redirectSignOutURIs",
"documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>"
"documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>"
},
"SocialProviderSettings": {
"shape": "SocialProviderSettings",
Expand Down Expand Up @@ -2863,7 +2892,7 @@
"Mfa": {
"shape": "UpdateBackendAuthMFAConfig",
"locationName": "mfa",
"documentation": "<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>"
"documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
},
"OAuth": {
"shape": "UpdateBackendAuthOAuthConfig",
Expand Down Expand Up @@ -2947,7 +2976,7 @@
"Operation": {
"shape": "__string",
"locationName": "operation",
"documentation": "<p>Filters the list of response objects to only include those with the specified operation name.</p>"
"documentation": "<p>Filters the list of response objects to include only those with the specified operation name.</p>"
},
"Status": {
"shape": "__string",
Expand Down
9 changes: 8 additions & 1 deletion apis/devops-guru-2020-12-01.paginators.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
Loading

0 comments on commit 371ca9d

Please sign in to comment.