aws-sdk-core 2.8.13 → 2.8.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d863d151835b77c94ca2c9c0b09fad4c59c8a0e
4
- data.tar.gz: c91c108813728550aae05592bbb21d8ec1e6612d
3
+ metadata.gz: ba27fc2567ba3107e34a1e883ed88e3f8f5a1374
4
+ data.tar.gz: c58e2d2004d7a78bf90798114b975cadde251b3b
5
5
  SHA512:
6
- metadata.gz: 5041e8536fa926cfbd225832d0e50e152820645eb3acedeea25a0f6bb9ccbb9b720ff15fb9c79a68e1b68820df14d7f55aea96d04ee75d7bf88c83d98e189232
7
- data.tar.gz: ad2fe2f959016a144304720089f3f1f4eee7b89c5f5ec64cf8aa662f6e5a06296fc85286e023465e500b37f74e200ed578d544e44c8a8eea09316406fa0d388f
6
+ metadata.gz: bc568e7113d0d304e4fc65bcc256dd1d825f991437963cd38c47942365d60a74f31e87265be70a9f227106e18a139bcd703ed1faaca53e001d0f166c80263e83
7
+ data.tar.gz: 0e83a5f059c8766aa38caea89195faf5414db26ee7280d1977f61bd6bad5f0471c4a2920be24de0c148280bca3fd6e1ca7665add8c796d1b912898bcddf6f632
@@ -221,6 +221,28 @@
221
221
  }
222
222
  },
223
223
  "shapes":{
224
+ "AttemptContainerDetail":{
225
+ "type":"structure",
226
+ "members":{
227
+ "containerInstanceArn":{"shape":"String"},
228
+ "taskArn":{"shape":"String"},
229
+ "exitCode":{"shape":"Integer"},
230
+ "reason":{"shape":"String"}
231
+ }
232
+ },
233
+ "AttemptDetail":{
234
+ "type":"structure",
235
+ "members":{
236
+ "container":{"shape":"AttemptContainerDetail"},
237
+ "startedAt":{"shape":"Long"},
238
+ "stoppedAt":{"shape":"Long"},
239
+ "statusReason":{"shape":"String"}
240
+ }
241
+ },
242
+ "AttemptDetails":{
243
+ "type":"list",
244
+ "member":{"shape":"AttemptDetail"}
245
+ },
224
246
  "Boolean":{"type":"boolean"},
225
247
  "CEState":{
226
248
  "type":"string",
@@ -367,7 +389,8 @@
367
389
  "user":{"shape":"String"},
368
390
  "exitCode":{"shape":"Integer"},
369
391
  "reason":{"shape":"String"},
370
- "containerInstanceArn":{"shape":"String"}
392
+ "containerInstanceArn":{"shape":"String"},
393
+ "taskArn":{"shape":"String"}
371
394
  }
372
395
  },
373
396
  "ContainerOverrides":{
@@ -588,6 +611,7 @@
588
611
  "status":{"shape":"String"},
589
612
  "type":{"shape":"String"},
590
613
  "parameters":{"shape":"ParametersMap"},
614
+ "retryStrategy":{"shape":"RetryStrategy"},
591
615
  "containerProperties":{"shape":"ContainerProperties"}
592
616
  }
593
617
  },
@@ -624,8 +648,10 @@
624
648
  "jobId":{"shape":"String"},
625
649
  "jobQueue":{"shape":"String"},
626
650
  "status":{"shape":"JobStatus"},
651
+ "attempts":{"shape":"AttemptDetails"},
627
652
  "statusReason":{"shape":"String"},
628
653
  "createdAt":{"shape":"Long"},
654
+ "retryStrategy":{"shape":"RetryStrategy"},
629
655
  "startedAt":{"shape":"Long"},
630
656
  "stoppedAt":{"shape":"Long"},
631
657
  "dependsOn":{"shape":"JobDependencyList"},
@@ -741,7 +767,8 @@
741
767
  "jobDefinitionName":{"shape":"String"},
742
768
  "type":{"shape":"JobDefinitionType"},
743
769
  "parameters":{"shape":"ParametersMap"},
744
- "containerProperties":{"shape":"ContainerProperties"}
770
+ "containerProperties":{"shape":"ContainerProperties"},
771
+ "retryStrategy":{"shape":"RetryStrategy"}
745
772
  }
746
773
  },
747
774
  "RegisterJobDefinitionResponse":{
@@ -757,6 +784,12 @@
757
784
  "revision":{"shape":"Integer"}
758
785
  }
759
786
  },
787
+ "RetryStrategy":{
788
+ "type":"structure",
789
+ "members":{
790
+ "attempts":{"shape":"Integer"}
791
+ }
792
+ },
760
793
  "ServerException":{
761
794
  "type":"structure",
762
795
  "members":{
@@ -784,7 +817,8 @@
784
817
  "dependsOn":{"shape":"JobDependencyList"},
785
818
  "jobDefinition":{"shape":"String"},
786
819
  "parameters":{"shape":"ParametersMap"},
787
- "containerOverrides":{"shape":"ContainerOverrides"}
820
+ "containerOverrides":{"shape":"ContainerOverrides"},
821
+ "retryStrategy":{"shape":"RetryStrategy"}
788
822
  }
789
823
  },
790
824
  "SubmitJobResponse":{
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -4090,7 +4090,11 @@
4090
4090
  "shape":"Boolean",
4091
4091
  "locationName":"encrypted"
4092
4092
  },
4093
- "KmsKeyId":{"shape":"String"}
4093
+ "KmsKeyId":{"shape":"String"},
4094
+ "TagSpecifications":{
4095
+ "shape":"TagSpecificationList",
4096
+ "locationName":"TagSpecification"
4097
+ }
4094
4098
  }
4095
4099
  },
4096
4100
  "CreateVpcEndpointRequest":{
@@ -12770,6 +12774,10 @@
12770
12774
  "EbsOptimized":{
12771
12775
  "shape":"Boolean",
12772
12776
  "locationName":"ebsOptimized"
12777
+ },
12778
+ "TagSpecifications":{
12779
+ "shape":"TagSpecificationList",
12780
+ "locationName":"TagSpecification"
12773
12781
  }
12774
12782
  }
12775
12783
  },
@@ -14189,6 +14197,26 @@
14189
14197
  "locationName":"item"
14190
14198
  }
14191
14199
  },
14200
+ "TagSpecification":{
14201
+ "type":"structure",
14202
+ "members":{
14203
+ "ResourceType":{
14204
+ "shape":"ResourceType",
14205
+ "locationName":"resourceType"
14206
+ },
14207
+ "Tags":{
14208
+ "shape":"TagList",
14209
+ "locationName":"Tag"
14210
+ }
14211
+ }
14212
+ },
14213
+ "TagSpecificationList":{
14214
+ "type":"list",
14215
+ "member":{
14216
+ "shape":"TagSpecification",
14217
+ "locationName":"item"
14218
+ }
14219
+ },
14192
14220
  "TargetConfiguration":{
14193
14221
  "type":"structure",
14194
14222
  "members":{
@@ -2,4 +2,5 @@ Aws.add_service(:Batch, {
2
2
  api: "#{Aws::API_DIR}/batch/2016-08-10/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/batch/2016-08-10/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/batch/2016-08-10/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/batch/2016-08-10/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.8.13'
2
+ VERSION = '2.8.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.13
4
+ version: 2.8.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -66,6 +66,7 @@ files:
66
66
  - apis/autoscaling/2011-01-01/waiters-2.json
67
67
  - apis/batch/2016-08-10/api-2.json
68
68
  - apis/batch/2016-08-10/examples-1.json
69
+ - apis/batch/2016-08-10/paginators-1.json
69
70
  - apis/budgets/2016-10-20/api-2.json
70
71
  - apis/budgets/2016-10-20/examples-1.json
71
72
  - apis/budgets/2016-10-20/paginators-1.json