Skip to content

Commit fd8a12d

Browse files
Updated API models and rebuilt service gems.
1 parent 6e330a1 commit fd8a12d

42 files changed

Lines changed: 3813 additions & 610 deletions

File tree

Some content is hidden

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,7 @@
14821482
"members":{
14831483
"imageType":{"shape":"ImageType"},
14841484
"imageIdOverride":{"shape":"ImageIdOverride"},
1485+
"batchImageStatus":{"shape":"String"},
14851486
"imageKubernetesVersion":{"shape":"KubernetesVersion"}
14861487
}
14871488
},

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,16 +577,16 @@
577577
}
578578
},
579579
"Ec2Configuration": {
580-
"base": "<p>Provides information used to select Amazon Machine Images (AMIs) for instances in the compute environment. If <code>Ec2Configuration</code> isn't specified, the default is <code>ECS_AL2</code> (<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#al2ami\">Amazon Linux 2</a>).</p> <note> <p>This object isn't applicable to jobs that are running on Fargate resources.</p> </note>",
580+
"base": "<p>Provides information used to select Amazon Machine Images (AMIs) for instances in the compute environment. If <code>Ec2Configuration</code> isn't specified, the default is <code>ECS_AL2</code> (<a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#al2ami\">Amazon ECS-optimized Amazon Linux 2</a>) for EC2 (ECS) compute environments and <code>EKS_AL2023</code> (<a href=\"https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html\">Amazon EKS-optimized Amazon Linux 2023 AMI</a>) for EKS compute environments.</p> <note> <p>This object isn't applicable to jobs that are running on Fargate resources.</p> </note>",
581581
"refs": {
582582
"Ec2ConfigurationList$member": null
583583
}
584584
},
585585
"Ec2ConfigurationList": {
586586
"base": null,
587587
"refs": {
588-
"ComputeResource$ec2Configuration": "<p>Provides information that's used to select Amazon Machine Images (AMIs) for Amazon EC2 instances in the compute environment. If <code>Ec2Configuration</code> isn't specified, the default is <code>ECS_AL2</code>.</p> <p>One or two values can be provided.</p> <note> <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p> </note>",
589-
"ComputeResourceUpdate$ec2Configuration": "<p>Provides information used to select Amazon Machine Images (AMIs) for Amazon EC2 instances in the compute environment. If <code>Ec2Configuration</code> isn't specified, the default is <code>ECS_AL2</code>.</p> <p>When updating a compute environment, changing this setting requires an infrastructure update of the compute environment. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html\">Updating compute environments</a> in the <i>Batch User Guide</i>. To remove the Amazon EC2 configuration and any custom AMI ID specified in <code>imageIdOverride</code>, set this value to an empty string.</p> <p>One or two values can be provided.</p> <note> <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p> </note>"
588+
"ComputeResource$ec2Configuration": "<p>Provides information that's used to select Amazon Machine Images (AMIs) for Amazon EC2 instances in the compute environment. If <code>Ec2Configuration</code> isn't specified, the default is <code>ECS_AL2</code> for EC2 (ECS) compute environments and <code>EKS_AL2023</code> for EKS compute environments.</p> <p>One or two values can be provided.</p> <note> <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p> </note>",
589+
"ComputeResourceUpdate$ec2Configuration": "<p>Provides information used to select Amazon Machine Images (AMIs) for Amazon EC2 instances in the compute environment. If <code>Ec2Configuration</code> isn't specified, the default is <code>ECS_AL2</code> for EC2 (ECS) compute environments and <code>EKS_AL2023</code> for EKS compute environments.</p> <p>When updating a compute environment, changing this setting requires an infrastructure update of the compute environment. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html\">Updating compute environments</a> in the <i>Batch User Guide</i>. To remove the Amazon EC2 configuration and any custom AMI ID specified in <code>imageIdOverride</code>, set this value to an empty string.</p> <p>One or two values can be provided.</p> <note> <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p> </note>"
590590
}
591591
},
592592
"EcsProperties": {
@@ -2204,6 +2204,7 @@
22042204
"EFSAuthorizationConfig$accessPointId": "<p>The Amazon EFS access point ID to use. If an access point is specified, the root directory value specified in the <code>EFSVolumeConfiguration</code> must either be omitted or set to <code>/</code> which enforces the path set on the EFS access point. If an access point is used, transit encryption must be enabled in the <code>EFSVolumeConfiguration</code>. For more information, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html\">Working with Amazon EFS access points</a> in the <i>Amazon Elastic File System User Guide</i>.</p>",
22052205
"EFSVolumeConfiguration$fileSystemId": "<p>The Amazon EFS file system ID to use.</p>",
22062206
"EFSVolumeConfiguration$rootDirectory": "<p>The directory within the Amazon EFS file system to mount as the root directory inside the host. If this parameter is omitted, the root of the Amazon EFS volume is used instead. Specifying <code>/</code> has the same effect as omitting this parameter. The maximum length is 4,096 characters.</p> <important> <p>If an EFS access point is specified in the <code>authorizationConfig</code>, the root directory parameter must either be omitted or set to <code>/</code>, which enforces the path set on the Amazon EFS access point.</p> </important>",
2207+
"Ec2Configuration$batchImageStatus": "<p>The status of the Batch-provided default AMIs associated with the <code>imageType</code>.</p> <p>The field only appears after the compute environment has begun scaling instances using the <code>imageType</code>. The field is not present when an image is specified in <code>ComputeResources.imageId</code> (deprecated), the default launch template, or <code>Ec2Configuration.imageIdOverride</code>. The field is also not present when the compute environment has a launch template override. For more information on image selection, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/ami-selection-order.html\">AMI selection order</a>.</p> <note> <p>This field is read-only and only appears in the <a href=\"https://docs.aws.amazon.com/batch/latest/APIReference/API_DescribeComputeEnvironments.html\">DescribeComputeEnvironments</a> response.</p> </note> <ul> <li> <p> <code>LATEST</code> − Using the most recent AMI supported</p> </li> <li> <p> <code>UPDATE_AVAILABLE</code> − An updated AMI is available</p> <ul> <li> <p>If a compute environment has multiple AMIs for the <code>imageType</code> and any one AMI has <code>UPDATE_AVAILABLE</code>, the status shows <code>UPDATE_AVAILABLE</code>.</p> </li> <li> <p>For compute environments that use <code>BEST_FIT</code> as their allocation strategy, you can perform a <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/blue-green-updates.html\">blue/green update</a> to update the AMI.</p> </li> <li> <p>For all other compute environments, you can perform an <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/managing-ami-versions.html#updating-ami-versions\">AMI version update</a> to update the AMI to the latest version.</p> </li> </ul> </li> </ul>",
22072208
"EcsTaskDetails$containerInstanceArn": "<p>The Amazon Resource Name (ARN) of the container instance that hosts the task.</p>",
22082209
"EcsTaskDetails$taskArn": "<p>The ARN of the Amazon ECS task.</p>",
22092210
"EcsTaskDetails$executionRoleArn": "<p>The Amazon Resource Name (ARN) of the execution role that Batch can assume. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/execution-IAM-role.html\">Batch execution IAM role</a> in the <i>Batch User Guide</i>.</p>",

apis/connectcases/2022-10-03/api-2.json

Lines changed: 113 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,24 @@
769769
],
770770
"idempotent":true
771771
},
772+
"UpdateRelatedItem":{
773+
"name":"UpdateRelatedItem",
774+
"http":{
775+
"method":"PUT",
776+
"requestUri":"/domains/{domainId}/cases/{caseId}/related-items/{relatedItemId}",
777+
"responseCode":200
778+
},
779+
"input":{"shape":"UpdateRelatedItemRequest"},
780+
"output":{"shape":"UpdateRelatedItemResponse"},
781+
"errors":[
782+
{"shape":"InternalServerException"},
783+
{"shape":"ResourceNotFoundException"},
784+
{"shape":"ValidationException"},
785+
{"shape":"ThrottlingException"},
786+
{"shape":"AccessDeniedException"}
787+
],
788+
"idempotent":true
789+
},
772790
"UpdateTemplate":{
773791
"name":"UpdateTemplate",
774792
"http":{
@@ -852,7 +870,8 @@
852870
},
853871
"AuditEventFieldList":{
854872
"type":"list",
855-
"member":{"shape":"AuditEventField"}
873+
"member":{"shape":"AuditEventField"},
874+
"sparse":true
856875
},
857876
"AuditEventFieldValueUnion":{
858877
"type":"structure",
@@ -888,7 +907,9 @@
888907
"enum":[
889908
"Case.Created",
890909
"Case.Updated",
891-
"RelatedItem.Created"
910+
"RelatedItem.Created",
911+
"RelatedItem.Deleted",
912+
"RelatedItem.Updated"
892913
]
893914
},
894915
"BasicLayout":{
@@ -1216,6 +1237,17 @@
12161237
"type":"structure",
12171238
"members":{}
12181239
},
1240+
"CommentUpdateContent":{
1241+
"type":"structure",
1242+
"required":[
1243+
"body",
1244+
"contentType"
1245+
],
1246+
"members":{
1247+
"body":{"shape":"CommentBody"},
1248+
"contentType":{"shape":"CommentBodyTextType"}
1249+
}
1250+
},
12191251
"CompoundCondition":{
12201252
"type":"structure",
12211253
"required":["conditions"],
@@ -1575,6 +1607,19 @@
15751607
"max":50,
15761608
"min":1
15771609
},
1610+
"CustomUpdateContent":{
1611+
"type":"structure",
1612+
"required":["fields"],
1613+
"members":{
1614+
"fields":{"shape":"CustomUpdateContentFieldsList"}
1615+
}
1616+
},
1617+
"CustomUpdateContentFieldsList":{
1618+
"type":"list",
1619+
"member":{"shape":"FieldValue"},
1620+
"max":50,
1621+
"min":1
1622+
},
15781623
"DeleteCaseRequest":{
15791624
"type":"structure",
15801625
"required":[
@@ -2064,7 +2109,8 @@
20642109
"type":"list",
20652110
"member":{"shape":"AuditEvent"},
20662111
"max":25,
2067-
"min":0
2112+
"min":0,
2113+
"sparse":true
20682114
},
20692115
"GetCaseEventConfigurationRequest":{
20702116
"type":"structure",
@@ -2805,6 +2851,14 @@
28052851
},
28062852
"union":true
28072853
},
2854+
"RelatedItemUpdateContent":{
2855+
"type":"structure",
2856+
"members":{
2857+
"comment":{"shape":"CommentUpdateContent"},
2858+
"custom":{"shape":"CustomUpdateContent"}
2859+
},
2860+
"union":true
2861+
},
28082862
"RequiredCaseRule":{
28092863
"type":"structure",
28102864
"required":[
@@ -2919,7 +2973,8 @@
29192973
"type":"list",
29202974
"member":{"shape":"SearchAllRelatedItemsResponseItem"},
29212975
"max":25,
2922-
"min":0
2976+
"min":0,
2977+
"sparse":true
29232978
},
29242979
"SearchAllRelatedItemsSort":{
29252980
"type":"structure",
@@ -2992,7 +3047,8 @@
29923047
"type":"list",
29933048
"member":{"shape":"SearchCasesResponseItem"},
29943049
"max":100,
2995-
"min":0
3050+
"min":0,
3051+
"sparse":true
29963052
},
29973053
"SearchCasesResponseItem":{
29983054
"type":"structure",
@@ -3077,7 +3133,8 @@
30773133
"type":"list",
30783134
"member":{"shape":"SearchRelatedItemsResponseItem"},
30793135
"max":25,
3080-
"min":0
3136+
"min":0,
3137+
"sparse":true
30813138
},
30823139
"SearchTagKey":{
30833140
"type":"string",
@@ -3288,7 +3345,8 @@
32883345
"Tags":{
32893346
"type":"map",
32903347
"key":{"shape":"String"},
3291-
"value":{"shape":"String"}
3348+
"value":{"shape":"String"},
3349+
"sparse":true
32923350
},
32933351
"TargetSlaMinutes":{
32943352
"type":"long",
@@ -3512,6 +3570,54 @@
35123570
"type":"structure",
35133571
"members":{}
35143572
},
3573+
"UpdateRelatedItemRequest":{
3574+
"type":"structure",
3575+
"required":[
3576+
"domainId",
3577+
"caseId",
3578+
"relatedItemId",
3579+
"content"
3580+
],
3581+
"members":{
3582+
"domainId":{
3583+
"shape":"DomainId",
3584+
"location":"uri",
3585+
"locationName":"domainId"
3586+
},
3587+
"caseId":{
3588+
"shape":"CaseId",
3589+
"location":"uri",
3590+
"locationName":"caseId"
3591+
},
3592+
"relatedItemId":{
3593+
"shape":"RelatedItemId",
3594+
"location":"uri",
3595+
"locationName":"relatedItemId"
3596+
},
3597+
"content":{"shape":"RelatedItemUpdateContent"},
3598+
"performedBy":{"shape":"UserUnion"}
3599+
}
3600+
},
3601+
"UpdateRelatedItemResponse":{
3602+
"type":"structure",
3603+
"required":[
3604+
"relatedItemId",
3605+
"relatedItemArn",
3606+
"type",
3607+
"content",
3608+
"associationTime"
3609+
],
3610+
"members":{
3611+
"relatedItemId":{"shape":"RelatedItemId"},
3612+
"relatedItemArn":{"shape":"RelatedItemArn"},
3613+
"type":{"shape":"RelatedItemType"},
3614+
"content":{"shape":"RelatedItemContent"},
3615+
"associationTime":{"shape":"AssociationTime"},
3616+
"tags":{"shape":"Tags"},
3617+
"lastUpdatedUser":{"shape":"UserUnion"},
3618+
"createdBy":{"shape":"UserUnion"}
3619+
}
3620+
},
35153621
"UpdateTemplateRequest":{
35163622
"type":"structure",
35173623
"required":[

0 commit comments

Comments
 (0)