Skip to content

Commit

Permalink
Updates SDK to v2.900.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 4, 2021
1 parent c1080f2 commit 0dad03e
Show file tree
Hide file tree
Showing 25 changed files with 1,621 additions and 628 deletions.
22 changes: 22 additions & 0 deletions .changes/2.900.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "This release adds the KeyStorageSecurityStandard parameter to the CreateCertificateAuthority API to allow customers to mandate a security standard to which the CA key will be stored within."
},
{
"type": "feature",
"category": "Chime",
"description": "This release adds the ability to search for and order international phone numbers for Amazon Chime SIP media applications."
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Added GetCostEstimation and StartCostEstimation to get the monthly resource usage cost and added ability to view resource health by AWS service name and to search insights be AWS service name."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Enable retrying Training and Tuning Jobs that fail with InternalServerError by setting RetryStrategy."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.899.0-->
<!--LATEST=2.900.0-->
<!--ENTRYINSERT-->

## 2.900.0
* feature: ACMPCA: This release adds the KeyStorageSecurityStandard parameter to the CreateCertificateAuthority API to allow customers to mandate a security standard to which the CA key will be stored within.
* feature: Chime: This release adds the ability to search for and order international phone numbers for Amazon Chime SIP media applications.
* feature: DevOpsGuru: Added GetCostEstimation and StartCostEstimation to get the monthly resource usage cost and added ability to view resource health by AWS service name and to search insights be AWS service name.
* feature: SageMaker: Enable retrying Training and Tuning Jobs that fail with InternalServerError by setting RetryStrategy.

## 2.899.0
* feature: Chime: Added new BatchCreateChannelMembership API to support multiple membership creation for channels
* feature: Finspace: This is the initial SDK release for the management APIs for Amazon FinSpace. Amazon FinSpace is a data management and analytics service for the financial services industry (FSI).
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.899.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.900.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
32 changes: 17 additions & 15 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
},
"CertificateAuthorityType": {},
"IdempotencyToken": {},
"KeyStorageSecurityStandard": {},
"Tags": {
"shape": "Sy"
"shape": "Sz"
}
}
},
Expand Down Expand Up @@ -78,7 +79,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1d"
"shape": "S1e"
}
}
}
Expand Down Expand Up @@ -136,7 +137,7 @@
"type": "structure",
"members": {
"CertificateAuthority": {
"shape": "S1l"
"shape": "S1m"
}
}
}
Expand Down Expand Up @@ -338,10 +339,10 @@
"SigningAlgorithm": {},
"TemplateArn": {},
"Validity": {
"shape": "S2m"
"shape": "S2n"
},
"ValidityNotBefore": {
"shape": "S2m"
"shape": "S2n"
},
"IdempotencyToken": {}
}
Expand Down Expand Up @@ -371,7 +372,7 @@
"CertificateAuthorities": {
"type": "list",
"member": {
"shape": "S1l"
"shape": "S1m"
}
},
"NextToken": {}
Expand Down Expand Up @@ -407,7 +408,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1d"
"shape": "S1e"
},
"Policy": {}
}
Expand Down Expand Up @@ -435,7 +436,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "Sy"
"shape": "Sz"
},
"NextToken": {}
}
Expand Down Expand Up @@ -490,7 +491,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand All @@ -505,7 +506,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -678,7 +679,7 @@
}
}
},
"Sy": {
"Sz": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -691,11 +692,11 @@
}
}
},
"S1d": {
"S1e": {
"type": "list",
"member": {}
},
"S1l": {
"S1m": {
"type": "structure",
"members": {
"Arn": {},
Expand Down Expand Up @@ -724,10 +725,11 @@
},
"RestorableUntil": {
"type": "timestamp"
}
},
"KeyStorageSecurityStandard": {}
}
},
"S2m": {
"S2n": {
"type": "structure",
"required": [
"Value",
Expand Down
25 changes: 20 additions & 5 deletions apis/acm-pca-2017-08-22.normal.json

Large diffs are not rendered by default.

75 changes: 59 additions & 16 deletions apis/chime-2018-05-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
"type": "structure",
"members": {
"RetentionSettings": {
"shape": "S8u"
"shape": "S8v"
},
"InitiateDeletionTimestamp": {
"shape": "S2a"
Expand Down Expand Up @@ -2974,7 +2974,7 @@
"type": "structure",
"members": {
"SipMediaApplicationLoggingConfiguration": {
"shape": "S93"
"shape": "S94"
}
}
}
Expand Down Expand Up @@ -3065,7 +3065,7 @@
"type": "structure",
"members": {
"UserSettings": {
"shape": "S9a"
"shape": "S9b"
}
}
}
Expand Down Expand Up @@ -3119,7 +3119,7 @@
"type": "structure",
"members": {
"EmergencyCallingConfiguration": {
"shape": "S9g"
"shape": "S9h"
}
}
}
Expand Down Expand Up @@ -4424,6 +4424,43 @@
}
}
},
"ListSupportedPhoneNumberCountries": {
"http": {
"method": "GET",
"requestUri": "/phone-number-countries",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ProductType"
],
"members": {
"ProductType": {
"location": "querystring",
"locationName": "product-type"
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberCountries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CountryCode": {},
"SupportedPhoneNumberTypes": {
"type": "list",
"member": {}
}
}
}
}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -4744,15 +4781,15 @@
"locationName": "accountId"
},
"RetentionSettings": {
"shape": "S8u"
"shape": "S8v"
}
}
},
"output": {
"type": "structure",
"members": {
"RetentionSettings": {
"shape": "S8u"
"shape": "S8v"
},
"InitiateDeletionTimestamp": {
"shape": "S2a"
Expand All @@ -4777,15 +4814,15 @@
"locationName": "sipMediaApplicationId"
},
"SipMediaApplicationLoggingConfiguration": {
"shape": "S93"
"shape": "S94"
}
}
},
"output": {
"type": "structure",
"members": {
"SipMediaApplicationLoggingConfiguration": {
"shape": "S93"
"shape": "S94"
}
}
}
Expand All @@ -4808,15 +4845,15 @@
"locationName": "voiceConnectorId"
},
"EmergencyCallingConfiguration": {
"shape": "S9g"
"shape": "S9h"
}
}
},
"output": {
"type": "structure",
"members": {
"EmergencyCallingConfiguration": {
"shape": "S9g"
"shape": "S9h"
}
}
}
Expand Down Expand Up @@ -5235,6 +5272,10 @@
"location": "querystring",
"locationName": "toll-free-prefix"
},
"PhoneNumberType": {
"location": "querystring",
"locationName": "phone-number-type"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
Expand All @@ -5251,7 +5292,8 @@
"members": {
"E164PhoneNumbers": {
"shape": "S7"
}
},
"NextToken": {}
}
}
},
Expand Down Expand Up @@ -6032,7 +6074,7 @@
"locationName": "userId"
},
"UserSettings": {
"shape": "S9a"
"shape": "S9b"
}
}
}
Expand Down Expand Up @@ -6785,6 +6827,7 @@
"E164PhoneNumber": {
"shape": "S3"
},
"Country": {},
"Type": {},
"ProductType": {},
"Status": {},
Expand Down Expand Up @@ -6839,7 +6882,7 @@
}
}
},
"S8u": {
"S8v": {
"type": "structure",
"members": {
"RoomRetentionSettings": {
Expand All @@ -6860,15 +6903,15 @@
}
}
},
"S93": {
"S94": {
"type": "structure",
"members": {
"EnableSipMediaApplicationMessageLogs": {
"type": "boolean"
}
}
},
"S9a": {
"S9b": {
"type": "structure",
"required": [
"Telephony"
Expand All @@ -6895,7 +6938,7 @@
}
}
},
"S9g": {
"S9h": {
"type": "structure",
"members": {
"DNIS": {
Expand Down
Loading

0 comments on commit 0dad03e

Please sign in to comment.