Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jul 10, 2024
1 parent 7f98c97 commit fe91b01
Show file tree
Hide file tree
Showing 120 changed files with 21,418 additions and 1,106 deletions.
7 changes: 5 additions & 2 deletions apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@
"members":{
"containers":{"shape":"EksAttemptContainerDetails"},
"initContainers":{"shape":"EksAttemptContainerDetails"},
"eksClusterArn":{"shape":"String"},
"podName":{"shape":"String"},
"nodeName":{"shape":"String"},
"startedAt":{"shape":"Long"},
Expand Down Expand Up @@ -1792,7 +1793,8 @@
"targetNodes":{"shape":"String"},
"containerOverrides":{"shape":"ContainerOverrides"},
"ecsPropertiesOverride":{"shape":"EcsPropertiesOverride"},
"instanceTypes":{"shape":"StringList"}
"instanceTypes":{"shape":"StringList"},
"eksPropertiesOverride":{"shape":"EksPropertiesOverride"}
}
},
"NodePropertyOverrides":{
Expand All @@ -1810,7 +1812,8 @@
"targetNodes":{"shape":"String"},
"container":{"shape":"ContainerProperties"},
"instanceTypes":{"shape":"StringList"},
"ecsProperties":{"shape":"EcsProperties"}
"ecsProperties":{"shape":"EcsProperties"},
"eksProperties":{"shape":"EksProperties"}
}
},
"OrchestrationType":{
Expand Down
3 changes: 3 additions & 0 deletions apis/batch/2016-08-10/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@
"base": "<p>An object that contains the properties for the Kubernetes resources of a job.</p>",
"refs": {
"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>",
"NodeRangeProperty$eksProperties": "<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>",
"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>"
}
},
Expand All @@ -646,6 +647,7 @@
"EksPropertiesOverride": {
"base": "<p>An object that contains overrides for the Kubernetes resources of a job.</p>",
"refs": {
"NodePropertyOverride$eksPropertiesOverride": "<p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>",
"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>"
}
},
Expand Down Expand Up @@ -1484,6 +1486,7 @@
"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>",
"EksAttemptContainerDetail$name": "<p>The name of a container.</p>",
"EksAttemptContainerDetail$reason": "<p>A short (255 max characters) human-readable string to provide additional details for a running or stopped container.</p>",
"EksAttemptDetail$eksClusterArn": "<p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>",
"EksAttemptDetail$podName": "<p>The name of the pod for this job attempt.</p>",
"EksAttemptDetail$nodeName": "<p>The name of the node for this job attempt.</p>",
"EksAttemptDetail$statusReason": "<p>A short, human-readable string to provide additional details for the current status of the job attempt.</p>",
Expand Down
Loading

0 comments on commit fe91b01

Please sign in to comment.