Skip to content

Commit fe91b01

Browse files
Updated API models and rebuilt service gems.
1 parent 7f98c97 commit fe91b01

File tree

120 files changed

+21418
-1106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+21418
-1106
lines changed

apis/batch/2016-08-10/api-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@
10241024
"members":{
10251025
"containers":{"shape":"EksAttemptContainerDetails"},
10261026
"initContainers":{"shape":"EksAttemptContainerDetails"},
1027+
"eksClusterArn":{"shape":"String"},
10271028
"podName":{"shape":"String"},
10281029
"nodeName":{"shape":"String"},
10291030
"startedAt":{"shape":"Long"},
@@ -1792,7 +1793,8 @@
17921793
"targetNodes":{"shape":"String"},
17931794
"containerOverrides":{"shape":"ContainerOverrides"},
17941795
"ecsPropertiesOverride":{"shape":"EcsPropertiesOverride"},
1795-
"instanceTypes":{"shape":"StringList"}
1796+
"instanceTypes":{"shape":"StringList"},
1797+
"eksPropertiesOverride":{"shape":"EksPropertiesOverride"}
17961798
}
17971799
},
17981800
"NodePropertyOverrides":{
@@ -1810,7 +1812,8 @@
18101812
"targetNodes":{"shape":"String"},
18111813
"container":{"shape":"ContainerProperties"},
18121814
"instanceTypes":{"shape":"StringList"},
1813-
"ecsProperties":{"shape":"EcsProperties"}
1815+
"ecsProperties":{"shape":"EcsProperties"},
1816+
"eksProperties":{"shape":"EksProperties"}
18141817
}
18151818
},
18161819
"OrchestrationType":{

apis/batch/2016-08-10/docs-2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@
634634
"base": "<p>An object that contains the properties for the Kubernetes resources of a job.</p>",
635635
"refs": {
636636
"JobDefinition$eksProperties": "<p>An object with properties that are specific to Amazon EKS-based jobs. When <code>eksProperties</code> is used in the job definition, it can't be used in addition to <code>containerProperties</code>, <code>ecsProperties</code>, or <code>nodeProperties</code>.</p>",
637+
"NodeRangeProperty$eksProperties": "<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>",
637638
"RegisterJobDefinitionRequest$eksProperties": "<p>An object with properties that are specific to Amazon EKS-based jobs. This must not be specified for Amazon ECS based job definitions.</p>"
638639
}
639640
},
@@ -646,6 +647,7 @@
646647
"EksPropertiesOverride": {
647648
"base": "<p>An object that contains overrides for the Kubernetes resources of a job.</p>",
648649
"refs": {
650+
"NodePropertyOverride$eksPropertiesOverride": "<p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>",
649651
"SubmitJobRequest$eksPropertiesOverride": "<p>An object, with properties that override defaults for the job definition, can only be specified for jobs that are run on Amazon EKS resources.</p>"
650652
}
651653
},
@@ -1484,6 +1486,7 @@
14841486
"EcsTaskProperties$pidMode": "<p>The process namespace to use for the containers in the task. The valid values are <code>host</code> or <code>task</code>. For example, monitoring sidecars might need <code>pidMode</code> to access information about other containers running in the same task.</p> <p>If <code>host</code> is specified, all containers within the tasks that specified the <code>host</code> PID mode on the same container instance share the process namespace with the host Amazon EC2 instance.</p> <p>If <code>task</code> is specified, all containers within the specified task share the same process namespace.</p> <p>If no value is specified, the default is a private namespace for each container. For more information, see <a href=\"https://docs.docker.com/engine/reference/run/#pid-settings---pid\">PID settings</a> in the Docker run reference.</p>",
14851487
"EksAttemptContainerDetail$name": "<p>The name of a container.</p>",
14861488
"EksAttemptContainerDetail$reason": "<p>A short (255 max characters) human-readable string to provide additional details for a running or stopped container.</p>",
1489+
"EksAttemptDetail$eksClusterArn": "<p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>",
14871490
"EksAttemptDetail$podName": "<p>The name of the pod for this job attempt.</p>",
14881491
"EksAttemptDetail$nodeName": "<p>The name of the node for this job attempt.</p>",
14891492
"EksAttemptDetail$statusReason": "<p>A short, human-readable string to provide additional details for the current status of the job attempt.</p>",

0 commit comments

Comments
 (0)