aws-sdk-core 2.11.599 → 2.11.600
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/batch/2016-08-10/api-2.json +140 -7
- data/apis/batch/2016-08-10/examples-1.json +98 -0
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +12 -6
- data/apis/personalize-events/2018-03-22/api-2.json +103 -0
- data/apis/rds/2014-10-31/api-2.json +3 -0
- data/apis/s3/2006-03-01/api-2.json +124 -0
- data/apis/servicediscovery/2017-03-14/api-2.json +1 -0
- data/endpoints.json +2 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8299f2491bcbbeffe2f520aa13ff7103756586b7c98e5a3bbfd992e90946a2e4
|
4
|
+
data.tar.gz: 9408e476aad18cb6707b7fc35bacf9857254e72d7fb1fdf2357aae1d3abbdd29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d63eb3f44b1367ce3ed32c66260d4f0b8134f015fb1b987fab9890b94ccee01cf4c66e3c721fd78f31e15ee960a72aa5210a2dee3b43e60b8e5d6781dfb2a7b
|
7
|
+
data.tar.gz: 7f7a2ef97421519a6ceb1e18fcee6dcbee322582d16dd4a45fcf3a970d03cc3a51c99b7c28dca00e82a4e9e04868a03fcc501996ee335c0da92ad5c418eb39d3
|
@@ -155,6 +155,19 @@
|
|
155
155
|
{"shape":"ServerException"}
|
156
156
|
]
|
157
157
|
},
|
158
|
+
"ListTagsForResource":{
|
159
|
+
"name":"ListTagsForResource",
|
160
|
+
"http":{
|
161
|
+
"method":"GET",
|
162
|
+
"requestUri":"/v1/tags/{resourceArn}"
|
163
|
+
},
|
164
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
165
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
166
|
+
"errors":[
|
167
|
+
{"shape":"ClientException"},
|
168
|
+
{"shape":"ServerException"}
|
169
|
+
]
|
170
|
+
},
|
158
171
|
"RegisterJobDefinition":{
|
159
172
|
"name":"RegisterJobDefinition",
|
160
173
|
"http":{
|
@@ -181,6 +194,19 @@
|
|
181
194
|
{"shape":"ServerException"}
|
182
195
|
]
|
183
196
|
},
|
197
|
+
"TagResource":{
|
198
|
+
"name":"TagResource",
|
199
|
+
"http":{
|
200
|
+
"method":"POST",
|
201
|
+
"requestUri":"/v1/tags/{resourceArn}"
|
202
|
+
},
|
203
|
+
"input":{"shape":"TagResourceRequest"},
|
204
|
+
"output":{"shape":"TagResourceResponse"},
|
205
|
+
"errors":[
|
206
|
+
{"shape":"ClientException"},
|
207
|
+
{"shape":"ServerException"}
|
208
|
+
]
|
209
|
+
},
|
184
210
|
"TerminateJob":{
|
185
211
|
"name":"TerminateJob",
|
186
212
|
"http":{
|
@@ -194,6 +220,19 @@
|
|
194
220
|
{"shape":"ServerException"}
|
195
221
|
]
|
196
222
|
},
|
223
|
+
"UntagResource":{
|
224
|
+
"name":"UntagResource",
|
225
|
+
"http":{
|
226
|
+
"method":"DELETE",
|
227
|
+
"requestUri":"/v1/tags/{resourceArn}"
|
228
|
+
},
|
229
|
+
"input":{"shape":"UntagResourceRequest"},
|
230
|
+
"output":{"shape":"UntagResourceResponse"},
|
231
|
+
"errors":[
|
232
|
+
{"shape":"ClientException"},
|
233
|
+
{"shape":"ServerException"}
|
234
|
+
]
|
235
|
+
},
|
197
236
|
"UpdateComputeEnvironment":{
|
198
237
|
"name":"UpdateComputeEnvironment",
|
199
238
|
"http":{
|
@@ -355,6 +394,7 @@
|
|
355
394
|
"computeEnvironmentName":{"shape":"String"},
|
356
395
|
"computeEnvironmentArn":{"shape":"String"},
|
357
396
|
"ecsClusterArn":{"shape":"String"},
|
397
|
+
"tags":{"shape":"TagrisTagsMap"},
|
358
398
|
"type":{"shape":"CEType"},
|
359
399
|
"state":{"shape":"CEState"},
|
360
400
|
"status":{"shape":"CEStatus"},
|
@@ -501,7 +541,8 @@
|
|
501
541
|
"type":{"shape":"CEType"},
|
502
542
|
"state":{"shape":"CEState"},
|
503
543
|
"computeResources":{"shape":"ComputeResource"},
|
504
|
-
"serviceRole":{"shape":"String"}
|
544
|
+
"serviceRole":{"shape":"String"},
|
545
|
+
"tags":{"shape":"TagrisTagsMap"}
|
505
546
|
}
|
506
547
|
},
|
507
548
|
"CreateComputeEnvironmentResponse":{
|
@@ -522,7 +563,8 @@
|
|
522
563
|
"jobQueueName":{"shape":"String"},
|
523
564
|
"state":{"shape":"JQState"},
|
524
565
|
"priority":{"shape":"Integer"},
|
525
|
-
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}
|
566
|
+
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"},
|
567
|
+
"tags":{"shape":"TagrisTagsMap"}
|
526
568
|
}
|
527
569
|
},
|
528
570
|
"CreateJobQueueResponse":{
|
@@ -704,7 +746,8 @@
|
|
704
746
|
"retryStrategy":{"shape":"RetryStrategy"},
|
705
747
|
"containerProperties":{"shape":"ContainerProperties"},
|
706
748
|
"timeout":{"shape":"JobTimeout"},
|
707
|
-
"nodeProperties":{"shape":"NodeProperties"}
|
749
|
+
"nodeProperties":{"shape":"NodeProperties"},
|
750
|
+
"tags":{"shape":"TagrisTagsMap"}
|
708
751
|
}
|
709
752
|
},
|
710
753
|
"JobDefinitionList":{
|
@@ -740,6 +783,7 @@
|
|
740
783
|
"jobDefinition"
|
741
784
|
],
|
742
785
|
"members":{
|
786
|
+
"jobArn":{"shape":"String"},
|
743
787
|
"jobName":{"shape":"String"},
|
744
788
|
"jobId":{"shape":"String"},
|
745
789
|
"jobQueue":{"shape":"String"},
|
@@ -757,7 +801,8 @@
|
|
757
801
|
"nodeDetails":{"shape":"NodeDetails"},
|
758
802
|
"nodeProperties":{"shape":"NodeProperties"},
|
759
803
|
"arrayProperties":{"shape":"ArrayPropertiesDetail"},
|
760
|
-
"timeout":{"shape":"JobTimeout"}
|
804
|
+
"timeout":{"shape":"JobTimeout"},
|
805
|
+
"tags":{"shape":"TagrisTagsMap"}
|
761
806
|
}
|
762
807
|
},
|
763
808
|
"JobDetailList":{
|
@@ -780,7 +825,8 @@
|
|
780
825
|
"status":{"shape":"JQStatus"},
|
781
826
|
"statusReason":{"shape":"String"},
|
782
827
|
"priority":{"shape":"Integer"},
|
783
|
-
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}
|
828
|
+
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"},
|
829
|
+
"tags":{"shape":"TagrisTagsMap"}
|
784
830
|
}
|
785
831
|
},
|
786
832
|
"JobQueueDetailList":{
|
@@ -806,6 +852,7 @@
|
|
806
852
|
"jobName"
|
807
853
|
],
|
808
854
|
"members":{
|
855
|
+
"jobArn":{"shape":"String"},
|
809
856
|
"jobId":{"shape":"String"},
|
810
857
|
"jobName":{"shape":"String"},
|
811
858
|
"createdAt":{"shape":"Long"},
|
@@ -873,6 +920,23 @@
|
|
873
920
|
"nextToken":{"shape":"String"}
|
874
921
|
}
|
875
922
|
},
|
923
|
+
"ListTagsForResourceRequest":{
|
924
|
+
"type":"structure",
|
925
|
+
"required":["resourceArn"],
|
926
|
+
"members":{
|
927
|
+
"resourceArn":{
|
928
|
+
"shape":"String",
|
929
|
+
"location":"uri",
|
930
|
+
"locationName":"resourceArn"
|
931
|
+
}
|
932
|
+
}
|
933
|
+
},
|
934
|
+
"ListTagsForResourceResponse":{
|
935
|
+
"type":"structure",
|
936
|
+
"members":{
|
937
|
+
"tags":{"shape":"TagrisTagsMap"}
|
938
|
+
}
|
939
|
+
},
|
876
940
|
"LogConfiguration":{
|
877
941
|
"type":"structure",
|
878
942
|
"required":["logDriver"],
|
@@ -1001,7 +1065,8 @@
|
|
1001
1065
|
"containerProperties":{"shape":"ContainerProperties"},
|
1002
1066
|
"nodeProperties":{"shape":"NodeProperties"},
|
1003
1067
|
"retryStrategy":{"shape":"RetryStrategy"},
|
1004
|
-
"timeout":{"shape":"JobTimeout"}
|
1068
|
+
"timeout":{"shape":"JobTimeout"},
|
1069
|
+
"tags":{"shape":"TagrisTagsMap"}
|
1005
1070
|
}
|
1006
1071
|
},
|
1007
1072
|
"RegisterJobDefinitionResponse":{
|
@@ -1088,7 +1153,8 @@
|
|
1088
1153
|
"containerOverrides":{"shape":"ContainerOverrides"},
|
1089
1154
|
"nodeOverrides":{"shape":"NodeOverrides"},
|
1090
1155
|
"retryStrategy":{"shape":"RetryStrategy"},
|
1091
|
-
"timeout":{"shape":"JobTimeout"}
|
1156
|
+
"timeout":{"shape":"JobTimeout"},
|
1157
|
+
"tags":{"shape":"TagrisTagsMap"}
|
1092
1158
|
}
|
1093
1159
|
},
|
1094
1160
|
"SubmitJobResponse":{
|
@@ -1098,10 +1164,53 @@
|
|
1098
1164
|
"jobId"
|
1099
1165
|
],
|
1100
1166
|
"members":{
|
1167
|
+
"jobArn":{"shape":"String"},
|
1101
1168
|
"jobName":{"shape":"String"},
|
1102
1169
|
"jobId":{"shape":"String"}
|
1103
1170
|
}
|
1104
1171
|
},
|
1172
|
+
"TagKey":{
|
1173
|
+
"type":"string",
|
1174
|
+
"max":128,
|
1175
|
+
"min":1
|
1176
|
+
},
|
1177
|
+
"TagKeysList":{
|
1178
|
+
"type":"list",
|
1179
|
+
"member":{"shape":"TagKey"},
|
1180
|
+
"max":50,
|
1181
|
+
"min":1
|
1182
|
+
},
|
1183
|
+
"TagResourceRequest":{
|
1184
|
+
"type":"structure",
|
1185
|
+
"required":[
|
1186
|
+
"resourceArn",
|
1187
|
+
"tags"
|
1188
|
+
],
|
1189
|
+
"members":{
|
1190
|
+
"resourceArn":{
|
1191
|
+
"shape":"String",
|
1192
|
+
"location":"uri",
|
1193
|
+
"locationName":"resourceArn"
|
1194
|
+
},
|
1195
|
+
"tags":{"shape":"TagrisTagsMap"}
|
1196
|
+
}
|
1197
|
+
},
|
1198
|
+
"TagResourceResponse":{
|
1199
|
+
"type":"structure",
|
1200
|
+
"members":{
|
1201
|
+
}
|
1202
|
+
},
|
1203
|
+
"TagValue":{
|
1204
|
+
"type":"string",
|
1205
|
+
"max":256
|
1206
|
+
},
|
1207
|
+
"TagrisTagsMap":{
|
1208
|
+
"type":"map",
|
1209
|
+
"key":{"shape":"TagKey"},
|
1210
|
+
"value":{"shape":"TagValue"},
|
1211
|
+
"max":50,
|
1212
|
+
"min":1
|
1213
|
+
},
|
1105
1214
|
"TagsMap":{
|
1106
1215
|
"type":"map",
|
1107
1216
|
"key":{"shape":"String"},
|
@@ -1156,6 +1265,30 @@
|
|
1156
1265
|
"type":"list",
|
1157
1266
|
"member":{"shape":"Ulimit"}
|
1158
1267
|
},
|
1268
|
+
"UntagResourceRequest":{
|
1269
|
+
"type":"structure",
|
1270
|
+
"required":[
|
1271
|
+
"resourceArn",
|
1272
|
+
"tagKeys"
|
1273
|
+
],
|
1274
|
+
"members":{
|
1275
|
+
"resourceArn":{
|
1276
|
+
"shape":"String",
|
1277
|
+
"location":"uri",
|
1278
|
+
"locationName":"resourceArn"
|
1279
|
+
},
|
1280
|
+
"tagKeys":{
|
1281
|
+
"shape":"TagKeysList",
|
1282
|
+
"location":"querystring",
|
1283
|
+
"locationName":"tagKeys"
|
1284
|
+
}
|
1285
|
+
}
|
1286
|
+
},
|
1287
|
+
"UntagResourceResponse":{
|
1288
|
+
"type":"structure",
|
1289
|
+
"members":{
|
1290
|
+
}
|
1291
|
+
},
|
1159
1292
|
"UpdateComputeEnvironmentRequest":{
|
1160
1293
|
"type":"structure",
|
1161
1294
|
"required":["computeEnvironment"],
|
@@ -471,6 +471,29 @@
|
|
471
471
|
"title": "To list submitted jobs"
|
472
472
|
}
|
473
473
|
],
|
474
|
+
"ListTagsForResource": [
|
475
|
+
{
|
476
|
+
"input": {
|
477
|
+
"resourceArn": "arn:aws:batch:us-east-1:123456789012:job-definition/sleep30:1"
|
478
|
+
},
|
479
|
+
"output": {
|
480
|
+
"tags": {
|
481
|
+
"Department": "Engineering",
|
482
|
+
"Stage": "Alpha",
|
483
|
+
"User": "JaneDoe"
|
484
|
+
}
|
485
|
+
},
|
486
|
+
"comments": {
|
487
|
+
"input": {
|
488
|
+
},
|
489
|
+
"output": {
|
490
|
+
}
|
491
|
+
},
|
492
|
+
"description": "This demonstrates calling the ListTagsForResource action.",
|
493
|
+
"id": "listtagsforresource-example-1591293003710",
|
494
|
+
"title": "ListTagsForResource Example"
|
495
|
+
}
|
496
|
+
],
|
474
497
|
"RegisterJobDefinition": [
|
475
498
|
{
|
476
499
|
"input": {
|
@@ -500,6 +523,39 @@
|
|
500
523
|
"description": "This example registers a job definition for a simple container job.",
|
501
524
|
"id": "to-register-a-job-definition-1481154325325",
|
502
525
|
"title": "To register a job definition"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"input": {
|
529
|
+
"type": "container",
|
530
|
+
"containerProperties": {
|
531
|
+
"command": [
|
532
|
+
"sleep",
|
533
|
+
"30"
|
534
|
+
],
|
535
|
+
"image": "busybox",
|
536
|
+
"memory": 128,
|
537
|
+
"vcpus": 1
|
538
|
+
},
|
539
|
+
"jobDefinitionName": "sleep30",
|
540
|
+
"tags": {
|
541
|
+
"Department": "Engineering",
|
542
|
+
"User": "JaneDoe"
|
543
|
+
}
|
544
|
+
},
|
545
|
+
"output": {
|
546
|
+
"jobDefinitionArn": "arn:aws:batch:us-east-1:012345678910:job-definition/sleep30:1",
|
547
|
+
"jobDefinitionName": "sleep30",
|
548
|
+
"revision": 1
|
549
|
+
},
|
550
|
+
"comments": {
|
551
|
+
"input": {
|
552
|
+
},
|
553
|
+
"output": {
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"description": "This demonstrates calling the RegisterJobDefinition action, including tags.",
|
557
|
+
"id": "registerjobdefinition-with-tags-1591290509028",
|
558
|
+
"title": "RegisterJobDefinition with tags"
|
503
559
|
}
|
504
560
|
],
|
505
561
|
"SubmitJob": [
|
@@ -524,6 +580,27 @@
|
|
524
580
|
"title": "To submit a job to a queue"
|
525
581
|
}
|
526
582
|
],
|
583
|
+
"TagResource": [
|
584
|
+
{
|
585
|
+
"input": {
|
586
|
+
"resourceArn": "arn:aws:batch:us-east-1:123456789012:job-definition/sleep30:1",
|
587
|
+
"tags": {
|
588
|
+
"Stage": "Alpha"
|
589
|
+
}
|
590
|
+
},
|
591
|
+
"output": {
|
592
|
+
},
|
593
|
+
"comments": {
|
594
|
+
"input": {
|
595
|
+
},
|
596
|
+
"output": {
|
597
|
+
}
|
598
|
+
},
|
599
|
+
"description": "This demonstrates calling the TagResource action.",
|
600
|
+
"id": "tagresource-example-1591291959952",
|
601
|
+
"title": "TagResource Example"
|
602
|
+
}
|
603
|
+
],
|
527
604
|
"TerminateJob": [
|
528
605
|
{
|
529
606
|
"input": {
|
@@ -543,6 +620,27 @@
|
|
543
620
|
"title": "To terminate a job"
|
544
621
|
}
|
545
622
|
],
|
623
|
+
"UntagResource": [
|
624
|
+
{
|
625
|
+
"input": {
|
626
|
+
"resourceArn": "arn:aws:batch:us-east-1:123456789012:job-definition/sleep30:1",
|
627
|
+
"tagKeys": [
|
628
|
+
"Stage"
|
629
|
+
]
|
630
|
+
},
|
631
|
+
"output": {
|
632
|
+
},
|
633
|
+
"comments": {
|
634
|
+
"input": {
|
635
|
+
},
|
636
|
+
"output": {
|
637
|
+
}
|
638
|
+
},
|
639
|
+
"description": "This demonstrates calling the UntagResource action.",
|
640
|
+
"id": "untagresource-example-1591292811042",
|
641
|
+
"title": "UntagResource Example"
|
642
|
+
}
|
643
|
+
],
|
546
644
|
"UpdateComputeEnvironment": [
|
547
645
|
{
|
548
646
|
"input": {
|
@@ -75,7 +75,8 @@
|
|
75
75
|
{"shape":"TooManyActionsException"},
|
76
76
|
{"shape":"InvalidLoadBalancerActionException"},
|
77
77
|
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
|
78
|
-
{"shape":"ALPNPolicyNotSupportedException"}
|
78
|
+
{"shape":"ALPNPolicyNotSupportedException"},
|
79
|
+
{"shape":"TooManyTagsException"}
|
79
80
|
]
|
80
81
|
},
|
81
82
|
"CreateLoadBalancer":{
|
@@ -130,7 +131,8 @@
|
|
130
131
|
{"shape":"UnsupportedProtocolException"},
|
131
132
|
{"shape":"TooManyActionsException"},
|
132
133
|
{"shape":"InvalidLoadBalancerActionException"},
|
133
|
-
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
|
134
|
+
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
|
135
|
+
{"shape":"TooManyTagsException"}
|
134
136
|
]
|
135
137
|
},
|
136
138
|
"CreateTargetGroup":{
|
@@ -147,7 +149,8 @@
|
|
147
149
|
"errors":[
|
148
150
|
{"shape":"DuplicateTargetGroupNameException"},
|
149
151
|
{"shape":"TooManyTargetGroupsException"},
|
150
|
-
{"shape":"InvalidConfigurationRequestException"}
|
152
|
+
{"shape":"InvalidConfigurationRequestException"},
|
153
|
+
{"shape":"TooManyTagsException"}
|
151
154
|
]
|
152
155
|
},
|
153
156
|
"DeleteListener":{
|
@@ -893,7 +896,8 @@
|
|
893
896
|
"SslPolicy":{"shape":"SslPolicyName"},
|
894
897
|
"Certificates":{"shape":"CertificateList"},
|
895
898
|
"DefaultActions":{"shape":"Actions"},
|
896
|
-
"AlpnPolicy":{"shape":"AlpnPolicyName"}
|
899
|
+
"AlpnPolicy":{"shape":"AlpnPolicyName"},
|
900
|
+
"Tags":{"shape":"TagList"}
|
897
901
|
}
|
898
902
|
},
|
899
903
|
"CreateListenerOutput":{
|
@@ -935,7 +939,8 @@
|
|
935
939
|
"ListenerArn":{"shape":"ListenerArn"},
|
936
940
|
"Conditions":{"shape":"RuleConditionList"},
|
937
941
|
"Priority":{"shape":"RulePriority"},
|
938
|
-
"Actions":{"shape":"Actions"}
|
942
|
+
"Actions":{"shape":"Actions"},
|
943
|
+
"Tags":{"shape":"TagList"}
|
939
944
|
}
|
940
945
|
},
|
941
946
|
"CreateRuleOutput":{
|
@@ -961,7 +966,8 @@
|
|
961
966
|
"HealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
|
962
967
|
"UnhealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
|
963
968
|
"Matcher":{"shape":"Matcher"},
|
964
|
-
"TargetType":{"shape":"TargetTypeEnum"}
|
969
|
+
"TargetType":{"shape":"TargetTypeEnum"},
|
970
|
+
"Tags":{"shape":"TagList"}
|
965
971
|
}
|
966
972
|
},
|
967
973
|
"CreateTargetGroupOutput":{
|
@@ -22,9 +22,38 @@
|
|
22
22
|
"errors":[
|
23
23
|
{"shape":"InvalidInputException"}
|
24
24
|
]
|
25
|
+
},
|
26
|
+
"PutItems":{
|
27
|
+
"name":"PutItems",
|
28
|
+
"http":{
|
29
|
+
"method":"POST",
|
30
|
+
"requestUri":"/items"
|
31
|
+
},
|
32
|
+
"input":{"shape":"PutItemsRequest"},
|
33
|
+
"errors":[
|
34
|
+
{"shape":"InvalidInputException"},
|
35
|
+
{"shape":"ResourceNotFoundException"}
|
36
|
+
]
|
37
|
+
},
|
38
|
+
"PutUsers":{
|
39
|
+
"name":"PutUsers",
|
40
|
+
"http":{
|
41
|
+
"method":"POST",
|
42
|
+
"requestUri":"/users"
|
43
|
+
},
|
44
|
+
"input":{"shape":"PutUsersRequest"},
|
45
|
+
"errors":[
|
46
|
+
{"shape":"InvalidInputException"},
|
47
|
+
{"shape":"ResourceNotFoundException"}
|
48
|
+
]
|
25
49
|
}
|
26
50
|
},
|
27
51
|
"shapes":{
|
52
|
+
"Arn":{
|
53
|
+
"type":"string",
|
54
|
+
"max":256,
|
55
|
+
"pattern":"arn:([a-z\\d-]+):personalize:.*:.*:.+"
|
56
|
+
},
|
28
57
|
"Date":{"type":"timestamp"},
|
29
58
|
"ErrorMessage":{"type":"string"},
|
30
59
|
"Event":{
|
@@ -73,11 +102,33 @@
|
|
73
102
|
"error":{"httpStatusCode":400},
|
74
103
|
"exception":true
|
75
104
|
},
|
105
|
+
"Item":{
|
106
|
+
"type":"structure",
|
107
|
+
"required":["itemId"],
|
108
|
+
"members":{
|
109
|
+
"itemId":{"shape":"StringType"},
|
110
|
+
"properties":{
|
111
|
+
"shape":"ItemProperties",
|
112
|
+
"jsonvalue":true
|
113
|
+
}
|
114
|
+
}
|
115
|
+
},
|
76
116
|
"ItemId":{
|
77
117
|
"type":"string",
|
78
118
|
"max":256,
|
79
119
|
"min":1
|
80
120
|
},
|
121
|
+
"ItemList":{
|
122
|
+
"type":"list",
|
123
|
+
"member":{"shape":"Item"},
|
124
|
+
"max":10,
|
125
|
+
"min":1
|
126
|
+
},
|
127
|
+
"ItemProperties":{
|
128
|
+
"type":"string",
|
129
|
+
"max":1024,
|
130
|
+
"min":1
|
131
|
+
},
|
81
132
|
"PutEventsRequest":{
|
82
133
|
"type":"structure",
|
83
134
|
"required":[
|
@@ -92,20 +143,72 @@
|
|
92
143
|
"eventList":{"shape":"EventList"}
|
93
144
|
}
|
94
145
|
},
|
146
|
+
"PutItemsRequest":{
|
147
|
+
"type":"structure",
|
148
|
+
"required":[
|
149
|
+
"datasetArn",
|
150
|
+
"items"
|
151
|
+
],
|
152
|
+
"members":{
|
153
|
+
"datasetArn":{"shape":"Arn"},
|
154
|
+
"items":{"shape":"ItemList"}
|
155
|
+
}
|
156
|
+
},
|
157
|
+
"PutUsersRequest":{
|
158
|
+
"type":"structure",
|
159
|
+
"required":[
|
160
|
+
"datasetArn",
|
161
|
+
"users"
|
162
|
+
],
|
163
|
+
"members":{
|
164
|
+
"datasetArn":{"shape":"Arn"},
|
165
|
+
"users":{"shape":"UserList"}
|
166
|
+
}
|
167
|
+
},
|
95
168
|
"RecommendationId":{
|
96
169
|
"type":"string",
|
97
170
|
"max":40,
|
98
171
|
"min":1
|
99
172
|
},
|
173
|
+
"ResourceNotFoundException":{
|
174
|
+
"type":"structure",
|
175
|
+
"members":{
|
176
|
+
"message":{"shape":"ErrorMessage"}
|
177
|
+
},
|
178
|
+
"error":{"httpStatusCode":404},
|
179
|
+
"exception":true
|
180
|
+
},
|
100
181
|
"StringType":{
|
101
182
|
"type":"string",
|
102
183
|
"max":256,
|
103
184
|
"min":1
|
104
185
|
},
|
186
|
+
"User":{
|
187
|
+
"type":"structure",
|
188
|
+
"required":["userId"],
|
189
|
+
"members":{
|
190
|
+
"userId":{"shape":"StringType"},
|
191
|
+
"properties":{
|
192
|
+
"shape":"UserProperties",
|
193
|
+
"jsonvalue":true
|
194
|
+
}
|
195
|
+
}
|
196
|
+
},
|
105
197
|
"UserId":{
|
106
198
|
"type":"string",
|
107
199
|
"max":256,
|
108
200
|
"min":1
|
201
|
+
},
|
202
|
+
"UserList":{
|
203
|
+
"type":"list",
|
204
|
+
"member":{"shape":"User"},
|
205
|
+
"max":10,
|
206
|
+
"min":1
|
207
|
+
},
|
208
|
+
"UserProperties":{
|
209
|
+
"type":"string",
|
210
|
+
"max":1024,
|
211
|
+
"min":1
|
109
212
|
}
|
110
213
|
}
|
111
214
|
}
|
@@ -2852,6 +2852,7 @@
|
|
2852
2852
|
"Iops":{"shape":"IntegerOptional"},
|
2853
2853
|
"OptionGroupName":{"shape":"String"},
|
2854
2854
|
"CharacterSetName":{"shape":"String"},
|
2855
|
+
"NcharCharacterSetName":{"shape":"String"},
|
2855
2856
|
"PubliclyAccessible":{"shape":"BooleanOptional"},
|
2856
2857
|
"Tags":{"shape":"TagList"},
|
2857
2858
|
"DBClusterIdentifier":{"shape":"String"},
|
@@ -3588,6 +3589,7 @@
|
|
3588
3589
|
"DBEngineVersionDescription":{"shape":"String"},
|
3589
3590
|
"DefaultCharacterSet":{"shape":"CharacterSet"},
|
3590
3591
|
"SupportedCharacterSets":{"shape":"SupportedCharacterSetsList"},
|
3592
|
+
"SupportedNcharCharacterSets":{"shape":"SupportedCharacterSetsList"},
|
3591
3593
|
"ValidUpgradeTarget":{"shape":"ValidUpgradeTargetList"},
|
3592
3594
|
"SupportedTimezones":{"shape":"SupportedTimezonesList"},
|
3593
3595
|
"ExportableLogTypes":{"shape":"LogTypeList"},
|
@@ -3647,6 +3649,7 @@
|
|
3647
3649
|
"Iops":{"shape":"IntegerOptional"},
|
3648
3650
|
"OptionGroupMemberships":{"shape":"OptionGroupMembershipList"},
|
3649
3651
|
"CharacterSetName":{"shape":"String"},
|
3652
|
+
"NcharCharacterSetName":{"shape":"String"},
|
3650
3653
|
"SecondaryAvailabilityZone":{"shape":"String"},
|
3651
3654
|
"PubliclyAccessible":{"shape":"Boolean"},
|
3652
3655
|
"StatusInfos":{"shape":"DBInstanceStatusInfoList"},
|
@@ -143,6 +143,15 @@
|
|
143
143
|
},
|
144
144
|
"input":{"shape":"DeleteBucketMetricsConfigurationRequest"}
|
145
145
|
},
|
146
|
+
"DeleteBucketOwnershipControls":{
|
147
|
+
"name":"DeleteBucketOwnershipControls",
|
148
|
+
"http":{
|
149
|
+
"method":"DELETE",
|
150
|
+
"requestUri":"/{Bucket}?ownershipControls",
|
151
|
+
"responseCode":204
|
152
|
+
},
|
153
|
+
"input":{"shape":"DeleteBucketOwnershipControlsRequest"}
|
154
|
+
},
|
146
155
|
"DeleteBucketPolicy":{
|
147
156
|
"name":"DeleteBucketPolicy",
|
148
157
|
"http":{
|
@@ -349,6 +358,15 @@
|
|
349
358
|
"input":{"shape":"GetBucketNotificationConfigurationRequest"},
|
350
359
|
"output":{"shape":"NotificationConfiguration"}
|
351
360
|
},
|
361
|
+
"GetBucketOwnershipControls":{
|
362
|
+
"name":"GetBucketOwnershipControls",
|
363
|
+
"http":{
|
364
|
+
"method":"GET",
|
365
|
+
"requestUri":"/{Bucket}?ownershipControls"
|
366
|
+
},
|
367
|
+
"input":{"shape":"GetBucketOwnershipControlsRequest"},
|
368
|
+
"output":{"shape":"GetBucketOwnershipControlsOutput"}
|
369
|
+
},
|
352
370
|
"GetBucketPolicy":{
|
353
371
|
"name":"GetBucketPolicy",
|
354
372
|
"http":{
|
@@ -727,6 +745,14 @@
|
|
727
745
|
},
|
728
746
|
"input":{"shape":"PutBucketNotificationConfigurationRequest"}
|
729
747
|
},
|
748
|
+
"PutBucketOwnershipControls":{
|
749
|
+
"name":"PutBucketOwnershipControls",
|
750
|
+
"http":{
|
751
|
+
"method":"PUT",
|
752
|
+
"requestUri":"/{Bucket}?ownershipControls"
|
753
|
+
},
|
754
|
+
"input":{"shape":"PutBucketOwnershipControlsRequest"}
|
755
|
+
},
|
730
756
|
"PutBucketPolicy":{
|
731
757
|
"name":"PutBucketPolicy",
|
732
758
|
"http":{
|
@@ -2096,6 +2122,22 @@
|
|
2096
2122
|
}
|
2097
2123
|
}
|
2098
2124
|
},
|
2125
|
+
"DeleteBucketOwnershipControlsRequest":{
|
2126
|
+
"type":"structure",
|
2127
|
+
"required":["Bucket"],
|
2128
|
+
"members":{
|
2129
|
+
"Bucket":{
|
2130
|
+
"shape":"BucketName",
|
2131
|
+
"location":"uri",
|
2132
|
+
"locationName":"Bucket"
|
2133
|
+
},
|
2134
|
+
"ExpectedBucketOwner":{
|
2135
|
+
"shape":"AccountId",
|
2136
|
+
"location":"header",
|
2137
|
+
"locationName":"x-amz-expected-bucket-owner"
|
2138
|
+
}
|
2139
|
+
}
|
2140
|
+
},
|
2099
2141
|
"DeleteBucketPolicyRequest":{
|
2100
2142
|
"type":"structure",
|
2101
2143
|
"required":["Bucket"],
|
@@ -2851,6 +2893,29 @@
|
|
2851
2893
|
}
|
2852
2894
|
}
|
2853
2895
|
},
|
2896
|
+
"GetBucketOwnershipControlsOutput":{
|
2897
|
+
"type":"structure",
|
2898
|
+
"members":{
|
2899
|
+
"OwnershipControls":{"shape":"OwnershipControls"}
|
2900
|
+
},
|
2901
|
+
"payload":"OwnershipControls"
|
2902
|
+
},
|
2903
|
+
"GetBucketOwnershipControlsRequest":{
|
2904
|
+
"type":"structure",
|
2905
|
+
"required":["Bucket"],
|
2906
|
+
"members":{
|
2907
|
+
"Bucket":{
|
2908
|
+
"shape":"BucketName",
|
2909
|
+
"location":"uri",
|
2910
|
+
"locationName":"Bucket"
|
2911
|
+
},
|
2912
|
+
"ExpectedBucketOwner":{
|
2913
|
+
"shape":"AccountId",
|
2914
|
+
"location":"header",
|
2915
|
+
"locationName":"x-amz-expected-bucket-owner"
|
2916
|
+
}
|
2917
|
+
}
|
2918
|
+
},
|
2854
2919
|
"GetBucketPolicyOutput":{
|
2855
2920
|
"type":"structure",
|
2856
2921
|
"members":{
|
@@ -4873,6 +4938,13 @@
|
|
4873
4938
|
},
|
4874
4939
|
"exception":true
|
4875
4940
|
},
|
4941
|
+
"ObjectOwnership":{
|
4942
|
+
"type":"string",
|
4943
|
+
"enum":[
|
4944
|
+
"BucketOwnerPreferred",
|
4945
|
+
"ObjectWriter"
|
4946
|
+
]
|
4947
|
+
},
|
4876
4948
|
"ObjectStorageClass":{
|
4877
4949
|
"type":"string",
|
4878
4950
|
"enum":[
|
@@ -4933,6 +5005,28 @@
|
|
4933
5005
|
"type":"string",
|
4934
5006
|
"enum":["Destination"]
|
4935
5007
|
},
|
5008
|
+
"OwnershipControls":{
|
5009
|
+
"type":"structure",
|
5010
|
+
"required":["Rules"],
|
5011
|
+
"members":{
|
5012
|
+
"Rules":{
|
5013
|
+
"shape":"OwnershipControlsRules",
|
5014
|
+
"locationName":"Rule"
|
5015
|
+
}
|
5016
|
+
}
|
5017
|
+
},
|
5018
|
+
"OwnershipControlsRule":{
|
5019
|
+
"type":"structure",
|
5020
|
+
"required":["ObjectOwnership"],
|
5021
|
+
"members":{
|
5022
|
+
"ObjectOwnership":{"shape":"ObjectOwnership"}
|
5023
|
+
}
|
5024
|
+
},
|
5025
|
+
"OwnershipControlsRules":{
|
5026
|
+
"type":"list",
|
5027
|
+
"member":{"shape":"OwnershipControlsRule"},
|
5028
|
+
"flattened":true
|
5029
|
+
},
|
4936
5030
|
"ParquetInput":{
|
4937
5031
|
"type":"structure",
|
4938
5032
|
"members":{
|
@@ -5411,6 +5505,36 @@
|
|
5411
5505
|
},
|
5412
5506
|
"payload":"NotificationConfiguration"
|
5413
5507
|
},
|
5508
|
+
"PutBucketOwnershipControlsRequest":{
|
5509
|
+
"type":"structure",
|
5510
|
+
"required":[
|
5511
|
+
"Bucket",
|
5512
|
+
"OwnershipControls"
|
5513
|
+
],
|
5514
|
+
"members":{
|
5515
|
+
"Bucket":{
|
5516
|
+
"shape":"BucketName",
|
5517
|
+
"location":"uri",
|
5518
|
+
"locationName":"Bucket"
|
5519
|
+
},
|
5520
|
+
"ContentMD5":{
|
5521
|
+
"shape":"ContentMD5",
|
5522
|
+
"location":"header",
|
5523
|
+
"locationName":"Content-MD5"
|
5524
|
+
},
|
5525
|
+
"ExpectedBucketOwner":{
|
5526
|
+
"shape":"AccountId",
|
5527
|
+
"location":"header",
|
5528
|
+
"locationName":"x-amz-expected-bucket-owner"
|
5529
|
+
},
|
5530
|
+
"OwnershipControls":{
|
5531
|
+
"shape":"OwnershipControls",
|
5532
|
+
"locationName":"OwnershipControls",
|
5533
|
+
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
|
5534
|
+
}
|
5535
|
+
},
|
5536
|
+
"payload":"OwnershipControls"
|
5537
|
+
},
|
5414
5538
|
"PutBucketPolicyRequest":{
|
5415
5539
|
"type":"structure",
|
5416
5540
|
"required":[
|
data/endpoints.json
CHANGED
@@ -3862,6 +3862,7 @@
|
|
3862
3862
|
"ca-central-1" : { },
|
3863
3863
|
"eu-central-1" : { },
|
3864
3864
|
"eu-north-1" : { },
|
3865
|
+
"eu-south-1" : { },
|
3865
3866
|
"eu-west-1" : { },
|
3866
3867
|
"eu-west-2" : { },
|
3867
3868
|
"eu-west-3" : { },
|
@@ -5342,6 +5343,7 @@
|
|
5342
5343
|
"ca-central-1" : { },
|
5343
5344
|
"eu-central-1" : { },
|
5344
5345
|
"eu-north-1" : { },
|
5346
|
+
"eu-south-1" : { },
|
5345
5347
|
"eu-west-1" : { },
|
5346
5348
|
"eu-west-2" : { },
|
5347
5349
|
"eu-west-3" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.600
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|