Skip to content

Commit

Permalink
Updates SDK to v2.1314.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 13, 2023
1 parent 1477fdb commit 0366a24
Show file tree
Hide file tree
Showing 19 changed files with 1,118 additions and 217 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1314.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Account",
"description": "This release of the Account Management API enables customers to view and manage whether AWS Opt-In Regions are enabled or disabled for their Account. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html"
},
{
"type": "feature",
"category": "AppConfigData",
"description": "AWS AppConfig now offers the option to set a version label on hosted configuration versions. If a labeled hosted configuration version is deployed, its version label is available in the GetLatestConfiguration response."
},
{
"type": "feature",
"category": "Snowball",
"description": "Adds support for EKS Anywhere on Snowball. AWS Snow Family customers can now install EKS Anywhere service on Snowball Edge Compute Optimized devices."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1313.0-->
<!--LATEST=2.1314.0-->
<!--ENTRYINSERT-->

## 2.1314.0
* feature: Account: This release of the Account Management API enables customers to view and manage whether AWS Opt-In Regions are enabled or disabled for their Account. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html
* feature: AppConfigData: AWS AppConfig now offers the option to set a version label on hosted configuration versions. If a labeled hosted configuration version is deployed, its version label is available in the GetLatestConfiguration response.
* feature: Snowball: Adds support for EKS Anywhere on Snowball. AWS Snow Family customers can now install EKS Anywhere service on Snowball Edge Compute Optimized devices.

## 2.1313.0
* feature: AutoScaling: You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
* feature: Connect: This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1313.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1314.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
129 changes: 110 additions & 19 deletions apis/account-2021-02-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,38 @@
},
"idempotent": true
},
"DisableRegion": {
"http": {
"requestUri": "/disableRegion",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"RegionName"
],
"members": {
"AccountId": {},
"RegionName": {}
}
}
},
"EnableRegion": {
"http": {
"requestUri": "/enableRegion",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"RegionName"
],
"members": {
"AccountId": {},
"RegionName": {}
}
}
},
"GetAlternateContact": {
"http": {
"requestUri": "/getAlternateContact",
Expand All @@ -52,16 +84,16 @@
"members": {
"AlternateContactType": {},
"EmailAddress": {
"shape": "S7"
"shape": "Sa"
},
"Name": {
"shape": "S8"
"shape": "Sb"
},
"PhoneNumber": {
"shape": "S9"
"shape": "Sc"
},
"Title": {
"shape": "Sa"
"shape": "Sd"
}
}
}
Expand All @@ -83,7 +115,66 @@
"type": "structure",
"members": {
"ContactInformation": {
"shape": "Sd"
"shape": "Sg"
}
}
}
},
"GetRegionOptStatus": {
"http": {
"requestUri": "/getRegionOptStatus",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"RegionName"
],
"members": {
"AccountId": {},
"RegionName": {}
}
},
"output": {
"type": "structure",
"members": {
"RegionName": {},
"RegionOptStatus": {}
}
}
},
"ListRegions": {
"http": {
"requestUri": "/listRegions",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"AccountId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"RegionOptStatusContains": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"Regions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"RegionName": {},
"RegionOptStatus": {}
}
}
}
}
}
Expand All @@ -106,16 +197,16 @@
"AccountId": {},
"AlternateContactType": {},
"EmailAddress": {
"shape": "S7"
"shape": "Sa"
},
"Name": {
"shape": "S8"
"shape": "Sb"
},
"PhoneNumber": {
"shape": "S9"
"shape": "Sc"
},
"Title": {
"shape": "Sa"
"shape": "Sd"
}
}
},
Expand All @@ -134,31 +225,31 @@
"members": {
"AccountId": {},
"ContactInformation": {
"shape": "Sd"
"shape": "Sg"
}
}
},
"idempotent": true
}
},
"shapes": {
"S7": {
"Sa": {
"type": "string",
"sensitive": true
},
"S8": {
"Sb": {
"type": "string",
"sensitive": true
},
"S9": {
"Sc": {
"type": "string",
"sensitive": true
},
"Sa": {
"Sd": {
"type": "string",
"sensitive": true
},
"Sd": {
"Sg": {
"type": "structure",
"required": [
"AddressLine1",
Expand All @@ -170,13 +261,13 @@
],
"members": {
"AddressLine1": {
"shape": "Se"
"shape": "Sh"
},
"AddressLine2": {
"shape": "Se"
"shape": "Sh"
},
"AddressLine3": {
"shape": "Se"
"shape": "Sh"
},
"City": {
"type": "string",
Expand Down Expand Up @@ -216,7 +307,7 @@
}
}
},
"Se": {
"Sh": {
"type": "string",
"sensitive": true
}
Expand Down
Loading

0 comments on commit 0366a24

Please sign in to comment.