aws-sdk-core 2.0.19 → 2.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/AutoScaling.api.json +10 -2
- data/apis/CognitoIdentity.api.json +256 -12
- data/apis/EMR.api.json +14 -2
- data/apis/S3.resources.json +140 -2
- data/lib/aws-sdk-core/instance_profile_credentials.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25db607e7e28ace132e60d3d1e474e3535b52bf3
|
4
|
+
data.tar.gz: c4a6839f4f8be7b96b34b44f502908059f09f4ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1f055fc75182d66c9f39f289dcfcad2d0134d40e3e6936e54898442501616e7b9b7ab4ab5715e6e9e9245d83275b5c7f8c99145ed202af12e237e62bdb8446d
|
7
|
+
data.tar.gz: 5d4751765e47c4fa00263feb0a8332c957329ad78ffc0844ec5be88587eeb750097f17bfe2286fb9a34db5a85e1029a967ed071af80e66d662cbb9cb7c563f9e
|
data/apis/AutoScaling.api.json
CHANGED
@@ -937,12 +937,12 @@
|
|
937
937
|
"BlockDeviceEbsIops":{
|
938
938
|
"type":"integer",
|
939
939
|
"min":100,
|
940
|
-
"max":
|
940
|
+
"max":30000
|
941
941
|
},
|
942
942
|
"BlockDeviceEbsVolumeSize":{
|
943
943
|
"type":"integer",
|
944
944
|
"min":1,
|
945
|
-
"max":
|
945
|
+
"max":16384
|
946
946
|
},
|
947
947
|
"BlockDeviceEbsVolumeType":{
|
948
948
|
"type":"string",
|
@@ -963,6 +963,10 @@
|
|
963
963
|
"type":"list",
|
964
964
|
"member":{"shape":"BlockDeviceMapping"}
|
965
965
|
},
|
966
|
+
"ClassicLinkVPCSecurityGroups":{
|
967
|
+
"type":"list",
|
968
|
+
"member":{"shape":"XmlStringMaxLen255"}
|
969
|
+
},
|
966
970
|
"CompleteLifecycleActionAnswer":{
|
967
971
|
"type":"structure",
|
968
972
|
"members":{
|
@@ -1017,6 +1021,8 @@
|
|
1017
1021
|
"ImageId":{"shape":"XmlStringMaxLen255"},
|
1018
1022
|
"KeyName":{"shape":"XmlStringMaxLen255"},
|
1019
1023
|
"SecurityGroups":{"shape":"SecurityGroups"},
|
1024
|
+
"ClassicLinkVPCId":{"shape":"XmlStringMaxLen255"},
|
1025
|
+
"ClassicLinkVPCSecurityGroups":{"shape":"ClassicLinkVPCSecurityGroups"},
|
1020
1026
|
"UserData":{"shape":"XmlStringUserData"},
|
1021
1027
|
"InstanceId":{"shape":"XmlStringMaxLen16"},
|
1022
1028
|
"InstanceType":{"shape":"XmlStringMaxLen255"},
|
@@ -1383,6 +1389,8 @@
|
|
1383
1389
|
"ImageId":{"shape":"XmlStringMaxLen255"},
|
1384
1390
|
"KeyName":{"shape":"XmlStringMaxLen255"},
|
1385
1391
|
"SecurityGroups":{"shape":"SecurityGroups"},
|
1392
|
+
"ClassicLinkVPCId":{"shape":"XmlStringMaxLen255"},
|
1393
|
+
"ClassicLinkVPCSecurityGroups":{"shape":"ClassicLinkVPCSecurityGroups"},
|
1386
1394
|
"UserData":{"shape":"XmlStringUserData"},
|
1387
1395
|
"InstanceType":{"shape":"XmlStringMaxLen255"},
|
1388
1396
|
"KernelId":{"shape":"XmlStringMaxLen255"},
|
@@ -85,6 +85,42 @@
|
|
85
85
|
}
|
86
86
|
]
|
87
87
|
},
|
88
|
+
"DescribeIdentity":{
|
89
|
+
"name":"DescribeIdentity",
|
90
|
+
"http":{
|
91
|
+
"method":"POST",
|
92
|
+
"requestUri":"/"
|
93
|
+
},
|
94
|
+
"input":{"shape":"DescribeIdentityInput"},
|
95
|
+
"output":{"shape":"IdentityDescription"},
|
96
|
+
"errors":[
|
97
|
+
{
|
98
|
+
"shape":"InvalidParameterException",
|
99
|
+
"error":{"httpStatusCode":400},
|
100
|
+
"exception":true
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"shape":"ResourceNotFoundException",
|
104
|
+
"error":{"httpStatusCode":404},
|
105
|
+
"exception":true
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"shape":"NotAuthorizedException",
|
109
|
+
"error":{"httpStatusCode":403},
|
110
|
+
"exception":true
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"shape":"TooManyRequestsException",
|
114
|
+
"error":{"httpStatusCode":429},
|
115
|
+
"exception":true
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"shape":"InternalErrorException",
|
119
|
+
"exception":true,
|
120
|
+
"fault":true
|
121
|
+
}
|
122
|
+
]
|
123
|
+
},
|
88
124
|
"DescribeIdentityPool":{
|
89
125
|
"name":"DescribeIdentityPool",
|
90
126
|
"http":{
|
@@ -121,6 +157,52 @@
|
|
121
157
|
}
|
122
158
|
]
|
123
159
|
},
|
160
|
+
"GetCredentialsForIdentity":{
|
161
|
+
"name":"GetCredentialsForIdentity",
|
162
|
+
"http":{
|
163
|
+
"method":"POST",
|
164
|
+
"requestUri":"/"
|
165
|
+
},
|
166
|
+
"input":{"shape":"GetCredentialsForIdentityInput"},
|
167
|
+
"output":{"shape":"GetCredentialsForIdentityResponse"},
|
168
|
+
"errors":[
|
169
|
+
{
|
170
|
+
"shape":"InvalidParameterException",
|
171
|
+
"error":{"httpStatusCode":400},
|
172
|
+
"exception":true
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"shape":"ResourceNotFoundException",
|
176
|
+
"error":{"httpStatusCode":404},
|
177
|
+
"exception":true
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"shape":"NotAuthorizedException",
|
181
|
+
"error":{"httpStatusCode":403},
|
182
|
+
"exception":true
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"shape":"ResourceConflictException",
|
186
|
+
"error":{"httpStatusCode":409},
|
187
|
+
"exception":true
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"shape":"TooManyRequestsException",
|
191
|
+
"error":{"httpStatusCode":429},
|
192
|
+
"exception":true
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"shape":"InvalidIdentityPoolConfigurationException",
|
196
|
+
"error":{"httpStatusCode":400},
|
197
|
+
"exception":true
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"shape":"InternalErrorException",
|
201
|
+
"exception":true,
|
202
|
+
"fault":true
|
203
|
+
}
|
204
|
+
]
|
205
|
+
},
|
124
206
|
"GetId":{
|
125
207
|
"name":"GetId",
|
126
208
|
"http":{
|
@@ -167,6 +249,47 @@
|
|
167
249
|
}
|
168
250
|
]
|
169
251
|
},
|
252
|
+
"GetIdentityPoolRoles":{
|
253
|
+
"name":"GetIdentityPoolRoles",
|
254
|
+
"http":{
|
255
|
+
"method":"POST",
|
256
|
+
"requestUri":"/"
|
257
|
+
},
|
258
|
+
"input":{"shape":"GetIdentityPoolRolesInput"},
|
259
|
+
"output":{"shape":"GetIdentityPoolRolesResponse"},
|
260
|
+
"errors":[
|
261
|
+
{
|
262
|
+
"shape":"InvalidParameterException",
|
263
|
+
"error":{"httpStatusCode":400},
|
264
|
+
"exception":true
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"shape":"ResourceNotFoundException",
|
268
|
+
"error":{"httpStatusCode":404},
|
269
|
+
"exception":true
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"shape":"NotAuthorizedException",
|
273
|
+
"error":{"httpStatusCode":403},
|
274
|
+
"exception":true
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"shape":"ResourceConflictException",
|
278
|
+
"error":{"httpStatusCode":409},
|
279
|
+
"exception":true
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"shape":"TooManyRequestsException",
|
283
|
+
"error":{"httpStatusCode":429},
|
284
|
+
"exception":true
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"shape":"InternalErrorException",
|
288
|
+
"exception":true,
|
289
|
+
"fault":true
|
290
|
+
}
|
291
|
+
]
|
292
|
+
},
|
170
293
|
"GetOpenIdToken":{
|
171
294
|
"name":"GetOpenIdToken",
|
172
295
|
"http":{
|
@@ -403,6 +526,46 @@
|
|
403
526
|
}
|
404
527
|
]
|
405
528
|
},
|
529
|
+
"SetIdentityPoolRoles":{
|
530
|
+
"name":"SetIdentityPoolRoles",
|
531
|
+
"http":{
|
532
|
+
"method":"POST",
|
533
|
+
"requestUri":"/"
|
534
|
+
},
|
535
|
+
"input":{"shape":"SetIdentityPoolRolesInput"},
|
536
|
+
"errors":[
|
537
|
+
{
|
538
|
+
"shape":"InvalidParameterException",
|
539
|
+
"error":{"httpStatusCode":400},
|
540
|
+
"exception":true
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"shape":"ResourceNotFoundException",
|
544
|
+
"error":{"httpStatusCode":404},
|
545
|
+
"exception":true
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"shape":"NotAuthorizedException",
|
549
|
+
"error":{"httpStatusCode":403},
|
550
|
+
"exception":true
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"shape":"ResourceConflictException",
|
554
|
+
"error":{"httpStatusCode":409},
|
555
|
+
"exception":true
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"shape":"TooManyRequestsException",
|
559
|
+
"error":{"httpStatusCode":429},
|
560
|
+
"exception":true
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"shape":"InternalErrorException",
|
564
|
+
"exception":true,
|
565
|
+
"fault":true
|
566
|
+
}
|
567
|
+
]
|
568
|
+
},
|
406
569
|
"UnlinkDeveloperIdentity":{
|
407
570
|
"name":"UnlinkDeveloperIdentity",
|
408
571
|
"http":{
|
@@ -526,6 +689,12 @@
|
|
526
689
|
}
|
527
690
|
},
|
528
691
|
"shapes":{
|
692
|
+
"ARNString":{
|
693
|
+
"type":"string",
|
694
|
+
"min":20,
|
695
|
+
"max":2048
|
696
|
+
},
|
697
|
+
"AccessKeyString":{"type":"string"},
|
529
698
|
"AccountId":{
|
530
699
|
"type":"string",
|
531
700
|
"min":1,
|
@@ -546,6 +715,16 @@
|
|
546
715
|
"OpenIdConnectProviderARNs":{"shape":"OIDCProviderList"}
|
547
716
|
}
|
548
717
|
},
|
718
|
+
"Credentials":{
|
719
|
+
"type":"structure",
|
720
|
+
"members":{
|
721
|
+
"AccessKeyId":{"shape":"AccessKeyString"},
|
722
|
+
"SecretKey":{"shape":"SecretKeyString"},
|
723
|
+
"SessionToken":{"shape":"SessionTokenString"},
|
724
|
+
"Expiration":{"shape":"DateType"}
|
725
|
+
}
|
726
|
+
},
|
727
|
+
"DateType":{"type":"timestamp"},
|
549
728
|
"DeleteIdentityPoolInput":{
|
550
729
|
"type":"structure",
|
551
730
|
"required":["IdentityPoolId"],
|
@@ -553,6 +732,13 @@
|
|
553
732
|
"IdentityPoolId":{"shape":"IdentityPoolId"}
|
554
733
|
}
|
555
734
|
},
|
735
|
+
"DescribeIdentityInput":{
|
736
|
+
"type":"structure",
|
737
|
+
"required":["IdentityId"],
|
738
|
+
"members":{
|
739
|
+
"IdentityId":{"shape":"IdentityId"}
|
740
|
+
}
|
741
|
+
},
|
556
742
|
"DescribeIdentityPoolInput":{
|
557
743
|
"type":"structure",
|
558
744
|
"required":["IdentityPoolId"],
|
@@ -574,17 +760,34 @@
|
|
574
760
|
"error":{"httpStatusCode":400},
|
575
761
|
"exception":true
|
576
762
|
},
|
577
|
-
"DeveloperUserIdentifier":{
|
763
|
+
"DeveloperUserIdentifier":{
|
764
|
+
"type":"string",
|
765
|
+
"min":1,
|
766
|
+
"max":1024,
|
767
|
+
"pattern":"[\\w.@_-]+"
|
768
|
+
},
|
578
769
|
"DeveloperUserIdentifierList":{
|
579
770
|
"type":"list",
|
580
771
|
"member":{"shape":"DeveloperUserIdentifier"}
|
581
772
|
},
|
773
|
+
"GetCredentialsForIdentityInput":{
|
774
|
+
"type":"structure",
|
775
|
+
"required":["IdentityId"],
|
776
|
+
"members":{
|
777
|
+
"IdentityId":{"shape":"IdentityId"},
|
778
|
+
"Logins":{"shape":"LoginsMap"}
|
779
|
+
}
|
780
|
+
},
|
781
|
+
"GetCredentialsForIdentityResponse":{
|
782
|
+
"type":"structure",
|
783
|
+
"members":{
|
784
|
+
"IdentityId":{"shape":"IdentityId"},
|
785
|
+
"Credentials":{"shape":"Credentials"}
|
786
|
+
}
|
787
|
+
},
|
582
788
|
"GetIdInput":{
|
583
789
|
"type":"structure",
|
584
|
-
"required":[
|
585
|
-
"AccountId",
|
586
|
-
"IdentityPoolId"
|
587
|
-
],
|
790
|
+
"required":["IdentityPoolId"],
|
588
791
|
"members":{
|
589
792
|
"AccountId":{"shape":"AccountId"},
|
590
793
|
"IdentityPoolId":{"shape":"IdentityPoolId"},
|
@@ -597,6 +800,19 @@
|
|
597
800
|
"IdentityId":{"shape":"IdentityId"}
|
598
801
|
}
|
599
802
|
},
|
803
|
+
"GetIdentityPoolRolesInput":{
|
804
|
+
"type":"structure",
|
805
|
+
"members":{
|
806
|
+
"IdentityPoolId":{"shape":"IdentityPoolId"}
|
807
|
+
}
|
808
|
+
},
|
809
|
+
"GetIdentityPoolRolesResponse":{
|
810
|
+
"type":"structure",
|
811
|
+
"members":{
|
812
|
+
"IdentityPoolId":{"shape":"IdentityPoolId"},
|
813
|
+
"Roles":{"shape":"RolesMap"}
|
814
|
+
}
|
815
|
+
},
|
600
816
|
"GetOpenIdTokenForDeveloperIdentityInput":{
|
601
817
|
"type":"structure",
|
602
818
|
"required":[
|
@@ -640,7 +856,9 @@
|
|
640
856
|
"type":"structure",
|
641
857
|
"members":{
|
642
858
|
"IdentityId":{"shape":"IdentityId"},
|
643
|
-
"Logins":{"shape":"LoginsList"}
|
859
|
+
"Logins":{"shape":"LoginsList"},
|
860
|
+
"CreationDate":{"shape":"DateType"},
|
861
|
+
"LastModifiedDate":{"shape":"DateType"}
|
644
862
|
}
|
645
863
|
},
|
646
864
|
"IdentityId":{
|
@@ -721,6 +939,14 @@
|
|
721
939
|
"exception":true,
|
722
940
|
"fault":true
|
723
941
|
},
|
942
|
+
"InvalidIdentityPoolConfigurationException":{
|
943
|
+
"type":"structure",
|
944
|
+
"members":{
|
945
|
+
"message":{"shape":"String"}
|
946
|
+
},
|
947
|
+
"error":{"httpStatusCode":400},
|
948
|
+
"exception":true
|
949
|
+
},
|
724
950
|
"InvalidParameterException":{
|
725
951
|
"type":"structure",
|
726
952
|
"members":{
|
@@ -830,14 +1056,9 @@
|
|
830
1056
|
"error":{"httpStatusCode":403},
|
831
1057
|
"exception":true
|
832
1058
|
},
|
833
|
-
"OIDCProviderARN":{
|
834
|
-
"type":"string",
|
835
|
-
"min":20,
|
836
|
-
"max":2048
|
837
|
-
},
|
838
1059
|
"OIDCProviderList":{
|
839
1060
|
"type":"list",
|
840
|
-
"member":{"shape":"
|
1061
|
+
"member":{"shape":"ARNString"}
|
841
1062
|
},
|
842
1063
|
"OIDCToken":{"type":"string"},
|
843
1064
|
"PaginationKey":{
|
@@ -866,6 +1087,29 @@
|
|
866
1087
|
"error":{"httpStatusCode":404},
|
867
1088
|
"exception":true
|
868
1089
|
},
|
1090
|
+
"RoleType":{
|
1091
|
+
"type":"string",
|
1092
|
+
"pattern":"(un)?authenticated"
|
1093
|
+
},
|
1094
|
+
"RolesMap":{
|
1095
|
+
"type":"map",
|
1096
|
+
"key":{"shape":"RoleType"},
|
1097
|
+
"value":{"shape":"ARNString"},
|
1098
|
+
"max":2
|
1099
|
+
},
|
1100
|
+
"SecretKeyString":{"type":"string"},
|
1101
|
+
"SessionTokenString":{"type":"string"},
|
1102
|
+
"SetIdentityPoolRolesInput":{
|
1103
|
+
"type":"structure",
|
1104
|
+
"required":[
|
1105
|
+
"IdentityPoolId",
|
1106
|
+
"Roles"
|
1107
|
+
],
|
1108
|
+
"members":{
|
1109
|
+
"IdentityPoolId":{"shape":"IdentityPoolId"},
|
1110
|
+
"Roles":{"shape":"RolesMap"}
|
1111
|
+
}
|
1112
|
+
},
|
869
1113
|
"String":{"type":"string"},
|
870
1114
|
"TokenDuration":{
|
871
1115
|
"type":"long",
|
data/apis/EMR.api.json
CHANGED
@@ -594,7 +594,11 @@
|
|
594
594
|
"Ec2KeyName":{"shape":"String"},
|
595
595
|
"Ec2SubnetId":{"shape":"String"},
|
596
596
|
"Ec2AvailabilityZone":{"shape":"String"},
|
597
|
-
"IamInstanceProfile":{"shape":"String"}
|
597
|
+
"IamInstanceProfile":{"shape":"String"},
|
598
|
+
"EmrManagedMasterSecurityGroup":{"shape":"String"},
|
599
|
+
"EmrManagedSlaveSecurityGroup":{"shape":"String"},
|
600
|
+
"AdditionalMasterSecurityGroups":{"shape":"StringList"},
|
601
|
+
"AdditionalSlaveSecurityGroups":{"shape":"StringList"}
|
598
602
|
}
|
599
603
|
},
|
600
604
|
"ErrorCode":{
|
@@ -941,7 +945,11 @@
|
|
941
945
|
"KeepJobFlowAliveWhenNoSteps":{"shape":"Boolean"},
|
942
946
|
"TerminationProtected":{"shape":"Boolean"},
|
943
947
|
"HadoopVersion":{"shape":"XmlStringMaxLen256"},
|
944
|
-
"Ec2SubnetId":{"shape":"XmlStringMaxLen256"}
|
948
|
+
"Ec2SubnetId":{"shape":"XmlStringMaxLen256"},
|
949
|
+
"EmrManagedMasterSecurityGroup":{"shape":"XmlStringMaxLen256"},
|
950
|
+
"EmrManagedSlaveSecurityGroup":{"shape":"XmlStringMaxLen256"},
|
951
|
+
"AdditionalMasterSecurityGroups":{"shape":"SecurityGroupsList"},
|
952
|
+
"AdditionalSlaveSecurityGroups":{"shape":"SecurityGroupsList"}
|
945
953
|
}
|
946
954
|
},
|
947
955
|
"JobFlowInstancesDetail":{
|
@@ -1136,6 +1144,10 @@
|
|
1136
1144
|
"Args":{"shape":"XmlStringList"}
|
1137
1145
|
}
|
1138
1146
|
},
|
1147
|
+
"SecurityGroupsList":{
|
1148
|
+
"type":"list",
|
1149
|
+
"member":{"shape":"XmlStringMaxLen256"}
|
1150
|
+
},
|
1139
1151
|
"SetTerminationProtectionInput":{
|
1140
1152
|
"type":"structure",
|
1141
1153
|
"required":[
|
data/apis/S3.resources.json
CHANGED
@@ -229,11 +229,12 @@
|
|
229
229
|
]
|
230
230
|
},
|
231
231
|
"resource": {
|
232
|
-
"type": "
|
232
|
+
"type": "ObjectSummary",
|
233
233
|
"identifiers": [
|
234
234
|
{ "target": "BucketName", "source": "identifier", "name": "Name" },
|
235
235
|
{ "target": "Key", "source": "response", "path": "Contents[].Key" }
|
236
|
-
]
|
236
|
+
],
|
237
|
+
"path": "Contents[]"
|
237
238
|
}
|
238
239
|
}
|
239
240
|
}
|
@@ -953,6 +954,143 @@
|
|
953
954
|
}
|
954
955
|
}
|
955
956
|
},
|
957
|
+
"ObjectSummary": {
|
958
|
+
"identifiers": [
|
959
|
+
{ "name": "BucketName" },
|
960
|
+
{ "name": "Key" }
|
961
|
+
],
|
962
|
+
"shape": "Object",
|
963
|
+
"actions": {
|
964
|
+
"CopyFrom": {
|
965
|
+
"request": {
|
966
|
+
"operation": "CopyObject",
|
967
|
+
"params": [
|
968
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
969
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
970
|
+
]
|
971
|
+
}
|
972
|
+
},
|
973
|
+
"Delete": {
|
974
|
+
"request": {
|
975
|
+
"operation": "DeleteObject",
|
976
|
+
"params": [
|
977
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
978
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
979
|
+
]
|
980
|
+
}
|
981
|
+
},
|
982
|
+
"Get": {
|
983
|
+
"request": {
|
984
|
+
"operation": "GetObject",
|
985
|
+
"params": [
|
986
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
987
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
988
|
+
]
|
989
|
+
}
|
990
|
+
},
|
991
|
+
"InitiateMultipartUpload": {
|
992
|
+
"request": {
|
993
|
+
"operation": "CreateMultipartUpload",
|
994
|
+
"params": [
|
995
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
996
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
997
|
+
]
|
998
|
+
},
|
999
|
+
"resource": {
|
1000
|
+
"type": "MultipartUpload",
|
1001
|
+
"identifiers": [
|
1002
|
+
{ "target": "BucketName", "source": "identifier", "name": "BucketName" },
|
1003
|
+
{ "target": "ObjectKey", "source": "identifier", "name": "Key" },
|
1004
|
+
{ "target": "Id", "source": "response", "path": "UploadId" }
|
1005
|
+
]
|
1006
|
+
}
|
1007
|
+
},
|
1008
|
+
"Put": {
|
1009
|
+
"request": {
|
1010
|
+
"operation": "PutObject",
|
1011
|
+
"params": [
|
1012
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
1013
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
1014
|
+
]
|
1015
|
+
}
|
1016
|
+
}
|
1017
|
+
},
|
1018
|
+
"batchActions": {
|
1019
|
+
"Delete": {
|
1020
|
+
"request": {
|
1021
|
+
"operation": "DeleteObjects",
|
1022
|
+
"params": [
|
1023
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
1024
|
+
{ "target": "Delete.Objects[].Key", "source": "identifier", "name": "Key" }
|
1025
|
+
]
|
1026
|
+
}
|
1027
|
+
}
|
1028
|
+
},
|
1029
|
+
"waiters": {
|
1030
|
+
"Exists": {
|
1031
|
+
"waiterName": "ObjectExists",
|
1032
|
+
"params": [
|
1033
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
1034
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
1035
|
+
]
|
1036
|
+
},
|
1037
|
+
"NotExists": {
|
1038
|
+
"waiterName": "ObjectNotExists",
|
1039
|
+
"params": [
|
1040
|
+
{ "target": "Bucket", "source": "identifier", "name": "BucketName" },
|
1041
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
1042
|
+
]
|
1043
|
+
}
|
1044
|
+
},
|
1045
|
+
"has": {
|
1046
|
+
"Acl": {
|
1047
|
+
"resource": {
|
1048
|
+
"type": "ObjectAcl",
|
1049
|
+
"identifiers": [
|
1050
|
+
{ "target": "BucketName", "source": "identifier", "name": "BucketName" },
|
1051
|
+
{ "target": "ObjectKey", "source": "identifier", "name": "Key" }
|
1052
|
+
]
|
1053
|
+
}
|
1054
|
+
},
|
1055
|
+
"Bucket": {
|
1056
|
+
"resource": {
|
1057
|
+
"type": "Bucket",
|
1058
|
+
"identifiers": [
|
1059
|
+
{ "target": "Name", "source": "identifier", "name": "BucketName" }
|
1060
|
+
]
|
1061
|
+
}
|
1062
|
+
},
|
1063
|
+
"MultipartUpload": {
|
1064
|
+
"resource": {
|
1065
|
+
"type": "MultipartUpload",
|
1066
|
+
"identifiers": [
|
1067
|
+
{ "target": "BucketName", "source": "identifier", "name": "BucketName" },
|
1068
|
+
{ "target": "ObjectKey", "source": "identifier", "name": "Key" },
|
1069
|
+
{ "target": "Id", "source": "input" }
|
1070
|
+
]
|
1071
|
+
}
|
1072
|
+
},
|
1073
|
+
"Object": {
|
1074
|
+
"resource": {
|
1075
|
+
"type": "Object",
|
1076
|
+
"identifiers": [
|
1077
|
+
{ "target": "BucketName", "source": "identifier", "name": "BucketName" },
|
1078
|
+
{ "target": "Key", "source": "identifier", "name": "Key" }
|
1079
|
+
]
|
1080
|
+
}
|
1081
|
+
},
|
1082
|
+
"Version": {
|
1083
|
+
"resource": {
|
1084
|
+
"type": "ObjectVersion",
|
1085
|
+
"identifiers": [
|
1086
|
+
{ "target": "BucketName", "source": "identifier", "name": "BucketName" },
|
1087
|
+
{ "target": "ObjectKey", "source": "identifier", "name": "Key" },
|
1088
|
+
{ "target": "Id", "source": "input" }
|
1089
|
+
]
|
1090
|
+
}
|
1091
|
+
}
|
1092
|
+
}
|
1093
|
+
},
|
956
1094
|
"ObjectVersion": {
|
957
1095
|
"identifiers": [
|
958
1096
|
{ "name": "BucketName" },
|
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.0.
|
4
|
+
version: 2.0.20
|
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: 2015-01-
|
11
|
+
date: 2015-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|