Skip to content

Commit f67c81c

Browse files
AWS SDK for Rubycjyclaire
authored andcommitted
Updated service API models for release.
1 parent e6d0e2c commit f67c81c

File tree

9 files changed

+654
-52
lines changed

9 files changed

+654
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::EKS - Updated the API, and documentation for Amazon Elastic Kubernetes Service.
5+
6+
* Feature - Aws::States - Updated the API, and documentation for AWS Step Functions.
7+
8+
* Feature - Aws::TranscribeService - Updated the API, and documentation for Amazon Transcribe Service.
9+
410
2.11.346 (2019-09-03)
511
------------------
612

aws-sdk-core/apis/eks/2017-11-01/api-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"roleArn":{"shape":"String"},
175175
"resourcesVpcConfig":{"shape":"VpcConfigResponse"},
176176
"logging":{"shape":"Logging"},
177+
"identity":{"shape":"Identity"},
177178
"status":{"shape":"ClusterStatus"},
178179
"certificateAuthority":{"shape":"Certificate"},
179180
"clientRequestToken":{"shape":"String"},
@@ -304,6 +305,12 @@
304305
"type":"list",
305306
"member":{"shape":"ErrorDetail"}
306307
},
308+
"Identity":{
309+
"type":"structure",
310+
"members":{
311+
"oidc":{"shape":"OIDC"}
312+
}
313+
},
307314
"InvalidParameterException":{
308315
"type":"structure",
309316
"members":{
@@ -415,6 +422,12 @@
415422
"clusterLogging":{"shape":"LogSetups"}
416423
}
417424
},
425+
"OIDC":{
426+
"type":"structure",
427+
"members":{
428+
"issuer":{"shape":"String"}
429+
}
430+
},
418431
"ResourceInUseException":{
419432
"type":"structure",
420433
"members":{

aws-sdk-core/apis/eks/2017-11-01/docs-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
"Update$errors": "<p>Any errors associated with a <code>Failed</code> update.</p>"
117117
}
118118
},
119+
"Identity": {
120+
"base": "<p>An object representing an identity provider for authentication credentials.</p>",
121+
"refs": {
122+
"Cluster$identity": "<p>The identity provider information for the cluster.</p>"
123+
}
124+
},
119125
"InvalidParameterException": {
120126
"base": "<p>The specified parameter is invalid. Review the available parameters for the API request.</p>",
121127
"refs": {
@@ -190,6 +196,12 @@
190196
"UpdateClusterConfigRequest$logging": "<p>Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html\">Amazon EKS Cluster Control Plane Logs</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p> <note> <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see <a href=\"http://aws.amazon.com/cloudwatch/pricing/\">Amazon CloudWatch Pricing</a>.</p> </note>"
191197
}
192198
},
199+
"OIDC": {
200+
"base": "<p>An object representing the <a href=\"https://openid.net/connect/\">OpenID Connect</a> identity provider information for the cluster.</p>",
201+
"refs": {
202+
"Identity$oidc": "<p>The <a href=\"https://openid.net/connect/\">OpenID Connect</a> identity provider information for the cluster.</p>"
203+
}
204+
},
193205
"ResourceInUseException": {
194206
"base": "<p>The specified resource is in use.</p>",
195207
"refs": {
@@ -245,6 +257,7 @@
245257
"ListUpdatesRequest$name": "<p>The name of the Amazon EKS cluster to list updates for.</p>",
246258
"ListUpdatesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>ListUpdates</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value.</p>",
247259
"ListUpdatesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListUpdates</code> request. When the results of a <code>ListUpdates</code> request exceed <code>maxResults</code>, you can use this value to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
260+
"OIDC$issuer": "<p>The issuer URL for the OpenID Connect identity provider.</p>",
248261
"ResourceInUseException$clusterName": "<p>The Amazon EKS cluster associated with the exception.</p>",
249262
"ResourceInUseException$message": null,
250263
"ResourceLimitExceededException$clusterName": "<p>The Amazon EKS cluster associated with the exception.</p>",
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
22
"pagination": {
3+
"ListClusters": {
4+
"input_token": "nextToken",
5+
"limit_key": "maxResults",
6+
"output_token": "nextToken",
7+
"result_key": "clusters"
8+
},
9+
"ListUpdates": {
10+
"input_token": "nextToken",
11+
"limit_key": "maxResults",
12+
"output_token": "nextToken",
13+
"result_key": "updateIds"
14+
}
315
}
4-
}
16+
}

aws-sdk-core/apis/states/2016-11-23/api-2.json

Lines changed: 58 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,11 @@
744744
"executionSucceededEventDetails":{"shape":"ExecutionSucceededEventDetails"},
745745
"executionAbortedEventDetails":{"shape":"ExecutionAbortedEventDetails"},
746746
"executionTimedOutEventDetails":{"shape":"ExecutionTimedOutEventDetails"},
747+
"mapStateStartedEventDetails":{"shape":"MapStateStartedEventDetails"},
748+
"mapIterationStartedEventDetails":{"shape":"MapIterationEventDetails"},
749+
"mapIterationSucceededEventDetails":{"shape":"MapIterationEventDetails"},
750+
"mapIterationFailedEventDetails":{"shape":"MapIterationEventDetails"},
751+
"mapIterationAbortedEventDetails":{"shape":"MapIterationEventDetails"},
747752
"lambdaFunctionFailedEventDetails":{"shape":"LambdaFunctionFailedEventDetails"},
748753
"lambdaFunctionScheduleFailedEventDetails":{"shape":"LambdaFunctionScheduleFailedEventDetails"},
749754
"lambdaFunctionScheduledEventDetails":{"shape":"LambdaFunctionScheduledEventDetails"},
@@ -762,47 +767,57 @@
762767
"type":"string",
763768
"enum":[
764769
"ActivityFailed",
765-
"ActivityScheduleFailed",
766770
"ActivityScheduled",
771+
"ActivityScheduleFailed",
767772
"ActivityStarted",
768773
"ActivitySucceeded",
769774
"ActivityTimedOut",
770775
"ChoiceStateEntered",
771776
"ChoiceStateExited",
772-
"TaskFailed",
773-
"TaskScheduled",
774-
"TaskStartFailed",
775-
"TaskStarted",
776-
"TaskSubmitFailed",
777-
"TaskSubmitted",
778-
"TaskSucceeded",
779-
"TaskTimedOut",
777+
"ExecutionAborted",
780778
"ExecutionFailed",
781779
"ExecutionStarted",
782780
"ExecutionSucceeded",
783-
"ExecutionAborted",
784781
"ExecutionTimedOut",
785782
"FailStateEntered",
786783
"LambdaFunctionFailed",
787-
"LambdaFunctionScheduleFailed",
788784
"LambdaFunctionScheduled",
789-
"LambdaFunctionStartFailed",
785+
"LambdaFunctionScheduleFailed",
790786
"LambdaFunctionStarted",
787+
"LambdaFunctionStartFailed",
791788
"LambdaFunctionSucceeded",
792789
"LambdaFunctionTimedOut",
793-
"SucceedStateEntered",
794-
"SucceedStateExited",
795-
"TaskStateAborted",
796-
"TaskStateEntered",
797-
"TaskStateExited",
798-
"PassStateEntered",
799-
"PassStateExited",
790+
"MapIterationAborted",
791+
"MapIterationFailed",
792+
"MapIterationStarted",
793+
"MapIterationSucceeded",
794+
"MapStateAborted",
795+
"MapStateEntered",
796+
"MapStateExited",
797+
"MapStateFailed",
798+
"MapStateStarted",
799+
"MapStateSucceeded",
800800
"ParallelStateAborted",
801801
"ParallelStateEntered",
802802
"ParallelStateExited",
803803
"ParallelStateFailed",
804804
"ParallelStateStarted",
805805
"ParallelStateSucceeded",
806+
"PassStateEntered",
807+
"PassStateExited",
808+
"SucceedStateEntered",
809+
"SucceedStateExited",
810+
"TaskFailed",
811+
"TaskScheduled",
812+
"TaskStarted",
813+
"TaskStartFailed",
814+
"TaskStateAborted",
815+
"TaskStateEntered",
816+
"TaskStateExited",
817+
"TaskSubmitFailed",
818+
"TaskSubmitted",
819+
"TaskSucceeded",
820+
"TaskTimedOut",
806821
"WaitStateAborted",
807822
"WaitStateEntered",
808823
"WaitStateExited"
@@ -922,17 +937,22 @@
922937
"stateMachineArn":{"shape":"Arn"},
923938
"statusFilter":{"shape":"ExecutionStatus"},
924939
"maxResults":{"shape":"PageSize"},
925-
"nextToken":{"shape":"PageToken"}
940+
"nextToken":{"shape":"ListExecutionsPageToken"}
926941
}
927942
},
928943
"ListExecutionsOutput":{
929944
"type":"structure",
930945
"required":["executions"],
931946
"members":{
932947
"executions":{"shape":"ExecutionList"},
933-
"nextToken":{"shape":"PageToken"}
948+
"nextToken":{"shape":"ListExecutionsPageToken"}
934949
}
935950
},
951+
"ListExecutionsPageToken":{
952+
"type":"string",
953+
"max":3096,
954+
"min":1
955+
},
936956
"ListStateMachinesInput":{
937957
"type":"structure",
938958
"members":{
@@ -961,6 +981,19 @@
961981
"tags":{"shape":"TagList"}
962982
}
963983
},
984+
"MapIterationEventDetails":{
985+
"type":"structure",
986+
"members":{
987+
"Name":{"shape":"Name"},
988+
"Index":{"shape":"UnsignedInteger"}
989+
}
990+
},
991+
"MapStateStartedEventDetails":{
992+
"type":"structure",
993+
"members":{
994+
"Length":{"shape":"UnsignedInteger"}
995+
}
996+
},
964997
"MissingRequiredParameter":{
965998
"type":"structure",
966999
"members":{
@@ -1336,6 +1369,10 @@
13361369
},
13371370
"exception":true
13381371
},
1372+
"UnsignedInteger":{
1373+
"type":"integer",
1374+
"min":0
1375+
},
13391376
"UntagResourceInput":{
13401377
"type":"structure",
13411378
"required":[

0 commit comments

Comments
 (0)