Skip to content

Commit

Permalink
Updates SDK to v2.523.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 4, 2019
1 parent 0b58702 commit 6853658
Show file tree
Hide file tree
Showing 19 changed files with 318 additions and 105 deletions.
17 changes: 17 additions & 0 deletions .changes/2.523.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EKS",
"description": "Amazon EKS DescribeCluster API returns a new OIDC issuer field that can be used to create OIDC identity provider for IAM for Service Accounts feature."
},
{
"type": "feature",
"category": "StepFunctions",
"description": "Added support for new history events"
},
{
"type": "feature",
"category": "TranscribeService",
"description": "MediaFormat is now optional for StartTranscriptionJob API."
}
]
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.522.0-->
<!--LATEST=2.523.0-->
<!--ENTRYINSERT-->

## 2.523.0
* feature: EKS: Amazon EKS DescribeCluster API returns a new OIDC issuer field that can be used to create OIDC identity provider for IAM for Service Accounts feature.
* feature: StepFunctions: Added support for new history events
* feature: TranscribeService: MediaFormat is now optional for StartTranscriptionJob API.

## 2.522.0
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for attaching Amazon Elastic Inference accelerators to your containers. This enables you to run deep learning inference workloads with hardware acceleration in a more efficient way.
* feature: GameLift: You can now make use of PKI resources to provide more secure connections between your game clients and servers. To learn more, please refer to the public Amazon GameLift documentation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.522.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.523.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
19 changes: 15 additions & 4 deletions apis/eks-2017-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"type": "structure",
"members": {
"update": {
"shape": "Sp"
"shape": "Sr"
}
}
}
Expand Down Expand Up @@ -225,7 +225,7 @@
"type": "structure",
"members": {
"update": {
"shape": "Sp"
"shape": "Sr"
}
}
}
Expand Down Expand Up @@ -255,7 +255,7 @@
"type": "structure",
"members": {
"update": {
"shape": "Sp"
"shape": "Sr"
}
}
}
Expand Down Expand Up @@ -335,6 +335,17 @@
"logging": {
"shape": "S7"
},
"identity": {
"type": "structure",
"members": {
"oidc": {
"type": "structure",
"members": {
"issuer": {}
}
}
}
},
"status": {},
"certificateAuthority": {
"type": "structure",
Expand All @@ -346,7 +357,7 @@
"platformVersion": {}
}
},
"Sp": {
"Sr": {
"type": "structure",
"members": {
"id": {},
Expand Down
24 changes: 24 additions & 0 deletions apis/eks-2017-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@
"shape": "Logging",
"documentation": "<p>The logging configuration for your cluster.</p>"
},
"identity": {
"shape": "Identity",
"documentation": "<p>The identity provider information for the cluster.</p>"
},
"status": {
"shape": "ClusterStatus",
"documentation": "<p>The current status of the cluster.</p>"
Expand Down Expand Up @@ -506,6 +510,16 @@
"shape": "ErrorDetail"
}
},
"Identity": {
"type": "structure",
"members": {
"oidc": {
"shape": "OIDC",
"documentation": "<p>The <a href=\"https://openid.net/connect/\">OpenID Connect</a> identity provider information for the cluster.</p>"
}
},
"documentation": "<p>An object representing an identity provider for authentication credentials.</p>"
},
"ListClustersRequest": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -633,6 +647,16 @@
},
"documentation": "<p>An object representing the logging configuration for resources in your cluster.</p>"
},
"OIDC": {
"type": "structure",
"members": {
"issuer": {
"shape": "String",
"documentation": "<p>The issuer URL for the OpenID Connect identity provider.</p>"
}
},
"documentation": "<p>An object representing the <a href=\"https://openid.net/connect/\">OpenID Connect</a> identity provider information for the cluster.</p>"
},
"String": {
"type": "string"
},
Expand Down
14 changes: 13 additions & 1 deletion apis/eks-2017-11-01.paginators.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"pagination": {
"ListClusters": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "clusters"
},
"ListUpdates": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "updateIds"
}
}
}
}
29 changes: 29 additions & 0 deletions apis/states-2016-11-23.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,26 @@
}
}
},
"mapStateStartedEventDetails": {
"type": "structure",
"members": {
"Length": {
"type": "integer"
}
}
},
"mapIterationStartedEventDetails": {
"shape": "S1v"
},
"mapIterationSucceededEventDetails": {
"shape": "S1v"
},
"mapIterationFailedEventDetails": {
"shape": "S1v"
},
"mapIterationAbortedEventDetails": {
"shape": "S1v"
},
"lambdaFunctionFailedEventDetails": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -991,6 +1011,15 @@
"S17": {
"type": "string",
"sensitive": true
},
"S1v": {
"type": "structure",
"members": {
"Name": {},
"Index": {
"type": "integer"
}
}
}
}
}
Loading

0 comments on commit 6853658

Please sign in to comment.