aws-sdk-core 2.11.192 → 2.11.193
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 +4 -4
- data/apis/ecr/2015-09-21/api-2.json +137 -5
- data/apis/ecr/2015-09-21/smoke.json +18 -0
- data/apis/quicksight/2018-04-01/api-2.json +6 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30b0beec0a81c64137e9f9ba3f9597088f3b0d7a
|
|
4
|
+
data.tar.gz: ecdc50477a7b33c63481eeacace5101ad20023fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fd83182a411a075209c48882dcdde8683d52a9a0f82c19f2f5ecb7ec9722e60fc8ad3412d996ea7081d19924b1c1780d194c03b3d847eab8d950a10124f1332
|
|
7
|
+
data.tar.gz: 053ba41148b786991f104f2c2ca651061335736d3431fe4e5406b046c4bafc2d97a3f8c55dcc44a7997267363baf6777c86869f3cc23087bbf23aa5baae7ef9c
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceAbbreviation":"Amazon ECR",
|
|
9
9
|
"serviceFullName":"Amazon EC2 Container Registry",
|
|
10
|
+
"serviceId":"ECR",
|
|
10
11
|
"signatureVersion":"v4",
|
|
11
12
|
"targetPrefix":"AmazonEC2ContainerRegistry_V20150921",
|
|
12
13
|
"uid":"ecr-2015-09-21"
|
|
@@ -84,6 +85,8 @@
|
|
|
84
85
|
"errors":[
|
|
85
86
|
{"shape":"ServerException"},
|
|
86
87
|
{"shape":"InvalidParameterException"},
|
|
88
|
+
{"shape":"InvalidTagParameterException"},
|
|
89
|
+
{"shape":"TooManyTagsException"},
|
|
87
90
|
{"shape":"RepositoryAlreadyExistsException"},
|
|
88
91
|
{"shape":"LimitExceededException"}
|
|
89
92
|
]
|
|
@@ -264,6 +267,20 @@
|
|
|
264
267
|
{"shape":"RepositoryNotFoundException"}
|
|
265
268
|
]
|
|
266
269
|
},
|
|
270
|
+
"ListTagsForResource":{
|
|
271
|
+
"name":"ListTagsForResource",
|
|
272
|
+
"http":{
|
|
273
|
+
"method":"POST",
|
|
274
|
+
"requestUri":"/"
|
|
275
|
+
},
|
|
276
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
|
277
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
|
278
|
+
"errors":[
|
|
279
|
+
{"shape":"InvalidParameterException"},
|
|
280
|
+
{"shape":"RepositoryNotFoundException"},
|
|
281
|
+
{"shape":"ServerException"}
|
|
282
|
+
]
|
|
283
|
+
},
|
|
267
284
|
"PutImage":{
|
|
268
285
|
"name":"PutImage",
|
|
269
286
|
"http":{
|
|
@@ -325,6 +342,38 @@
|
|
|
325
342
|
{"shape":"LifecyclePolicyPreviewInProgressException"}
|
|
326
343
|
]
|
|
327
344
|
},
|
|
345
|
+
"TagResource":{
|
|
346
|
+
"name":"TagResource",
|
|
347
|
+
"http":{
|
|
348
|
+
"method":"POST",
|
|
349
|
+
"requestUri":"/"
|
|
350
|
+
},
|
|
351
|
+
"input":{"shape":"TagResourceRequest"},
|
|
352
|
+
"output":{"shape":"TagResourceResponse"},
|
|
353
|
+
"errors":[
|
|
354
|
+
{"shape":"InvalidParameterException"},
|
|
355
|
+
{"shape":"InvalidTagParameterException"},
|
|
356
|
+
{"shape":"TooManyTagsException"},
|
|
357
|
+
{"shape":"RepositoryNotFoundException"},
|
|
358
|
+
{"shape":"ServerException"}
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"UntagResource":{
|
|
362
|
+
"name":"UntagResource",
|
|
363
|
+
"http":{
|
|
364
|
+
"method":"POST",
|
|
365
|
+
"requestUri":"/"
|
|
366
|
+
},
|
|
367
|
+
"input":{"shape":"UntagResourceRequest"},
|
|
368
|
+
"output":{"shape":"UntagResourceResponse"},
|
|
369
|
+
"errors":[
|
|
370
|
+
{"shape":"InvalidParameterException"},
|
|
371
|
+
{"shape":"InvalidTagParameterException"},
|
|
372
|
+
{"shape":"TooManyTagsException"},
|
|
373
|
+
{"shape":"RepositoryNotFoundException"},
|
|
374
|
+
{"shape":"ServerException"}
|
|
375
|
+
]
|
|
376
|
+
},
|
|
328
377
|
"UploadLayerPart":{
|
|
329
378
|
"name":"UploadLayerPart",
|
|
330
379
|
"http":{
|
|
@@ -457,7 +506,8 @@
|
|
|
457
506
|
"type":"structure",
|
|
458
507
|
"required":["repositoryName"],
|
|
459
508
|
"members":{
|
|
460
|
-
"repositoryName":{"shape":"RepositoryName"}
|
|
509
|
+
"repositoryName":{"shape":"RepositoryName"},
|
|
510
|
+
"tags":{"shape":"TagList"}
|
|
461
511
|
}
|
|
462
512
|
},
|
|
463
513
|
"CreateRepositoryResponse":{
|
|
@@ -612,7 +662,7 @@
|
|
|
612
662
|
"repositoryName":{"shape":"RepositoryName"},
|
|
613
663
|
"imageIds":{"shape":"ImageIdentifierList"},
|
|
614
664
|
"nextToken":{"shape":"NextToken"},
|
|
615
|
-
"maxResults":{"shape":"
|
|
665
|
+
"maxResults":{"shape":"LifecyclePreviewMaxResults"},
|
|
616
666
|
"filter":{"shape":"LifecyclePolicyPreviewFilter"}
|
|
617
667
|
}
|
|
618
668
|
},
|
|
@@ -795,6 +845,13 @@
|
|
|
795
845
|
},
|
|
796
846
|
"exception":true
|
|
797
847
|
},
|
|
848
|
+
"InvalidTagParameterException":{
|
|
849
|
+
"type":"structure",
|
|
850
|
+
"members":{
|
|
851
|
+
"message":{"shape":"ExceptionMessage"}
|
|
852
|
+
},
|
|
853
|
+
"exception":true
|
|
854
|
+
},
|
|
798
855
|
"Layer":{
|
|
799
856
|
"type":"structure",
|
|
800
857
|
"members":{
|
|
@@ -943,9 +1000,14 @@
|
|
|
943
1000
|
},
|
|
944
1001
|
"LifecyclePolicyText":{
|
|
945
1002
|
"type":"string",
|
|
946
|
-
"max":
|
|
1003
|
+
"max":30720,
|
|
947
1004
|
"min":100
|
|
948
1005
|
},
|
|
1006
|
+
"LifecyclePreviewMaxResults":{
|
|
1007
|
+
"type":"integer",
|
|
1008
|
+
"max":100,
|
|
1009
|
+
"min":1
|
|
1010
|
+
},
|
|
949
1011
|
"LimitExceededException":{
|
|
950
1012
|
"type":"structure",
|
|
951
1013
|
"members":{
|
|
@@ -977,9 +1039,22 @@
|
|
|
977
1039
|
"nextToken":{"shape":"NextToken"}
|
|
978
1040
|
}
|
|
979
1041
|
},
|
|
1042
|
+
"ListTagsForResourceRequest":{
|
|
1043
|
+
"type":"structure",
|
|
1044
|
+
"required":["resourceArn"],
|
|
1045
|
+
"members":{
|
|
1046
|
+
"resourceArn":{"shape":"Arn"}
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"ListTagsForResourceResponse":{
|
|
1050
|
+
"type":"structure",
|
|
1051
|
+
"members":{
|
|
1052
|
+
"tags":{"shape":"TagList"}
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
980
1055
|
"MaxResults":{
|
|
981
1056
|
"type":"integer",
|
|
982
|
-
"max":
|
|
1057
|
+
"max":1000,
|
|
983
1058
|
"min":1
|
|
984
1059
|
},
|
|
985
1060
|
"MediaType":{"type":"string"},
|
|
@@ -1145,13 +1220,70 @@
|
|
|
1145
1220
|
"status":{"shape":"LifecyclePolicyPreviewStatus"}
|
|
1146
1221
|
}
|
|
1147
1222
|
},
|
|
1223
|
+
"Tag":{
|
|
1224
|
+
"type":"structure",
|
|
1225
|
+
"members":{
|
|
1226
|
+
"Key":{"shape":"TagKey"},
|
|
1227
|
+
"Value":{"shape":"TagValue"}
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
"TagKey":{"type":"string"},
|
|
1231
|
+
"TagKeyList":{
|
|
1232
|
+
"type":"list",
|
|
1233
|
+
"member":{"shape":"TagKey"}
|
|
1234
|
+
},
|
|
1235
|
+
"TagList":{
|
|
1236
|
+
"type":"list",
|
|
1237
|
+
"member":{"shape":"Tag"}
|
|
1238
|
+
},
|
|
1239
|
+
"TagResourceRequest":{
|
|
1240
|
+
"type":"structure",
|
|
1241
|
+
"required":[
|
|
1242
|
+
"resourceArn",
|
|
1243
|
+
"tags"
|
|
1244
|
+
],
|
|
1245
|
+
"members":{
|
|
1246
|
+
"resourceArn":{"shape":"Arn"},
|
|
1247
|
+
"tags":{"shape":"TagList"}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"TagResourceResponse":{
|
|
1251
|
+
"type":"structure",
|
|
1252
|
+
"members":{
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1148
1255
|
"TagStatus":{
|
|
1149
1256
|
"type":"string",
|
|
1150
1257
|
"enum":[
|
|
1151
1258
|
"TAGGED",
|
|
1152
|
-
"UNTAGGED"
|
|
1259
|
+
"UNTAGGED",
|
|
1260
|
+
"ANY"
|
|
1153
1261
|
]
|
|
1154
1262
|
},
|
|
1263
|
+
"TagValue":{"type":"string"},
|
|
1264
|
+
"TooManyTagsException":{
|
|
1265
|
+
"type":"structure",
|
|
1266
|
+
"members":{
|
|
1267
|
+
"message":{"shape":"ExceptionMessage"}
|
|
1268
|
+
},
|
|
1269
|
+
"exception":true
|
|
1270
|
+
},
|
|
1271
|
+
"UntagResourceRequest":{
|
|
1272
|
+
"type":"structure",
|
|
1273
|
+
"required":[
|
|
1274
|
+
"resourceArn",
|
|
1275
|
+
"tagKeys"
|
|
1276
|
+
],
|
|
1277
|
+
"members":{
|
|
1278
|
+
"resourceArn":{"shape":"Arn"},
|
|
1279
|
+
"tagKeys":{"shape":"TagKeyList"}
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"UntagResourceResponse":{
|
|
1283
|
+
"type":"structure",
|
|
1284
|
+
"members":{
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1155
1287
|
"UploadId":{
|
|
1156
1288
|
"type":"string",
|
|
1157
1289
|
"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"defaultRegion": "us-west-2",
|
|
4
|
+
"testCases": [
|
|
5
|
+
{
|
|
6
|
+
"operationName": "DescribeRepositories",
|
|
7
|
+
"input": {},
|
|
8
|
+
"errorExpectedFromService": false
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"operationName": "ListImages",
|
|
12
|
+
"input": {
|
|
13
|
+
"repositoryName": "not-a-real-repository"
|
|
14
|
+
},
|
|
15
|
+
"errorExpectedFromService": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
"Message":{"shape":"String"},
|
|
573
573
|
"RequestId":{"shape":"String"}
|
|
574
574
|
},
|
|
575
|
-
"error":{"httpStatusCode":
|
|
575
|
+
"error":{"httpStatusCode":403},
|
|
576
576
|
"exception":true
|
|
577
577
|
},
|
|
578
578
|
"EmbeddingUrl":{
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"Message":{"shape":"String"},
|
|
695
695
|
"RequestId":{"shape":"String"}
|
|
696
696
|
},
|
|
697
|
-
"error":{"httpStatusCode":
|
|
697
|
+
"error":{"httpStatusCode":403},
|
|
698
698
|
"exception":true
|
|
699
699
|
},
|
|
700
700
|
"InternalFailureException":{
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"Message":{"shape":"String"},
|
|
940
940
|
"RequestId":{"shape":"String"}
|
|
941
941
|
},
|
|
942
|
-
"error":{"httpStatusCode":
|
|
942
|
+
"error":{"httpStatusCode":404},
|
|
943
943
|
"exception":true
|
|
944
944
|
},
|
|
945
945
|
"RegisterUserRequest":{
|
|
@@ -974,6 +974,7 @@
|
|
|
974
974
|
"type":"structure",
|
|
975
975
|
"members":{
|
|
976
976
|
"User":{"shape":"User"},
|
|
977
|
+
"UserInvitationUrl":{"shape":"String"},
|
|
977
978
|
"RequestId":{"shape":"String"},
|
|
978
979
|
"Status":{
|
|
979
980
|
"shape":"StatusCode",
|
|
@@ -1022,7 +1023,7 @@
|
|
|
1022
1023
|
"Message":{"shape":"String"},
|
|
1023
1024
|
"RequestId":{"shape":"String"}
|
|
1024
1025
|
},
|
|
1025
|
-
"error":{"httpStatusCode":
|
|
1026
|
+
"error":{"httpStatusCode":400},
|
|
1026
1027
|
"exception":true
|
|
1027
1028
|
},
|
|
1028
1029
|
"StatusCode":{"type":"integer"},
|
|
@@ -1042,7 +1043,7 @@
|
|
|
1042
1043
|
"Message":{"shape":"String"},
|
|
1043
1044
|
"RequestId":{"shape":"String"}
|
|
1044
1045
|
},
|
|
1045
|
-
"error":{"httpStatusCode":
|
|
1046
|
+
"error":{"httpStatusCode":403},
|
|
1046
1047
|
"exception":true
|
|
1047
1048
|
},
|
|
1048
1049
|
"UpdateGroupRequest":{
|
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.193
|
|
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: 2018-12-
|
|
11
|
+
date: 2018-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -292,6 +292,7 @@ files:
|
|
|
292
292
|
- apis/ecr/2015-09-21/api-2.json
|
|
293
293
|
- apis/ecr/2015-09-21/examples-1.json
|
|
294
294
|
- apis/ecr/2015-09-21/paginators-1.json
|
|
295
|
+
- apis/ecr/2015-09-21/smoke.json
|
|
295
296
|
- apis/ecs/2014-11-13/api-2.json
|
|
296
297
|
- apis/ecs/2014-11-13/examples-1.json
|
|
297
298
|
- apis/ecs/2014-11-13/paginators-1.json
|