aws-sdk-core 2.8.3 → 2.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +4 -8
- data/apis/apigateway/2015-07-09/paginators-1.json +14 -14
- data/apis/clouddirectory/2016-05-10/api-2.json +64 -5
- data/apis/clouddirectory/2016-05-10/paginators-1.json +5 -0
- data/endpoints.json +3 -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: 81f96ac9323ee548760921f715559d5ed361bf00
|
4
|
+
data.tar.gz: 2cecccf8df75e284f315884d010b474c9e4b1a78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24e14d7cd8ac9369312d507a4d0e14ea1a11badf5506d781e90a1676643b7a3b8fcb1e539b9bc45dbdf3ac18ef1635b6cfa6ce2233c30bdd17df70fc70a218e1
|
7
|
+
data.tar.gz: 4964c8b07333ae1d3a8c63dc57f12a26b86cc725cbeb1fbfdc81acb52924ff8b0df2dabc12bf4d504e061d8ac594af0361ac5839b4809d89499c4254c600c132
|
@@ -1873,19 +1873,14 @@
|
|
1873
1873
|
},
|
1874
1874
|
"CreateDomainNameRequest":{
|
1875
1875
|
"type":"structure",
|
1876
|
-
"required":[
|
1877
|
-
"domainName",
|
1878
|
-
"certificateName",
|
1879
|
-
"certificateBody",
|
1880
|
-
"certificatePrivateKey",
|
1881
|
-
"certificateChain"
|
1882
|
-
],
|
1876
|
+
"required":["domainName"],
|
1883
1877
|
"members":{
|
1884
1878
|
"domainName":{"shape":"String"},
|
1885
1879
|
"certificateName":{"shape":"String"},
|
1886
1880
|
"certificateBody":{"shape":"String"},
|
1887
1881
|
"certificatePrivateKey":{"shape":"String"},
|
1888
|
-
"certificateChain":{"shape":"String"}
|
1882
|
+
"certificateChain":{"shape":"String"},
|
1883
|
+
"certificateArn":{"shape":"String"}
|
1889
1884
|
}
|
1890
1885
|
},
|
1891
1886
|
"CreateModelRequest":{
|
@@ -2426,6 +2421,7 @@
|
|
2426
2421
|
"members":{
|
2427
2422
|
"domainName":{"shape":"String"},
|
2428
2423
|
"certificateName":{"shape":"String"},
|
2424
|
+
"certificateArn":{"shape":"String"},
|
2429
2425
|
"certificateUploadDate":{"shape":"Timestamp"},
|
2430
2426
|
"distributionDomainName":{"shape":"String"}
|
2431
2427
|
}
|
@@ -2,69 +2,69 @@
|
|
2
2
|
"pagination": {
|
3
3
|
"GetApiKeys": {
|
4
4
|
"input_token": "position",
|
5
|
-
"output_token": "position",
|
6
5
|
"limit_key": "limit",
|
6
|
+
"output_token": "position",
|
7
7
|
"result_key": "items"
|
8
8
|
},
|
9
9
|
"GetBasePathMappings": {
|
10
10
|
"input_token": "position",
|
11
|
-
"output_token": "position",
|
12
11
|
"limit_key": "limit",
|
12
|
+
"output_token": "position",
|
13
13
|
"result_key": "items"
|
14
14
|
},
|
15
15
|
"GetClientCertificates": {
|
16
16
|
"input_token": "position",
|
17
|
-
"output_token": "position",
|
18
17
|
"limit_key": "limit",
|
18
|
+
"output_token": "position",
|
19
19
|
"result_key": "items"
|
20
20
|
},
|
21
21
|
"GetDeployments": {
|
22
22
|
"input_token": "position",
|
23
|
-
"output_token": "position",
|
24
23
|
"limit_key": "limit",
|
24
|
+
"output_token": "position",
|
25
25
|
"result_key": "items"
|
26
26
|
},
|
27
27
|
"GetDomainNames": {
|
28
28
|
"input_token": "position",
|
29
|
-
"output_token": "position",
|
30
29
|
"limit_key": "limit",
|
30
|
+
"output_token": "position",
|
31
31
|
"result_key": "items"
|
32
32
|
},
|
33
33
|
"GetModels": {
|
34
34
|
"input_token": "position",
|
35
|
-
"output_token": "position",
|
36
35
|
"limit_key": "limit",
|
36
|
+
"output_token": "position",
|
37
37
|
"result_key": "items"
|
38
38
|
},
|
39
39
|
"GetResources": {
|
40
40
|
"input_token": "position",
|
41
|
-
"output_token": "position",
|
42
41
|
"limit_key": "limit",
|
42
|
+
"output_token": "position",
|
43
43
|
"result_key": "items"
|
44
44
|
},
|
45
45
|
"GetRestApis": {
|
46
46
|
"input_token": "position",
|
47
|
-
"output_token": "position",
|
48
47
|
"limit_key": "limit",
|
48
|
+
"output_token": "position",
|
49
49
|
"result_key": "items"
|
50
50
|
},
|
51
51
|
"GetUsage": {
|
52
52
|
"input_token": "position",
|
53
|
-
"output_token": "position",
|
54
53
|
"limit_key": "limit",
|
54
|
+
"output_token": "position",
|
55
55
|
"result_key": "items"
|
56
56
|
},
|
57
|
-
"
|
57
|
+
"GetUsagePlanKeys": {
|
58
58
|
"input_token": "position",
|
59
|
-
"output_token": "position",
|
60
59
|
"limit_key": "limit",
|
60
|
+
"output_token": "position",
|
61
61
|
"result_key": "items"
|
62
62
|
},
|
63
|
-
"
|
63
|
+
"GetUsagePlans": {
|
64
64
|
"input_token": "position",
|
65
|
-
"output_token": "position",
|
66
65
|
"limit_key": "limit",
|
66
|
+
"output_token": "position",
|
67
67
|
"result_key": "items"
|
68
68
|
}
|
69
69
|
}
|
70
|
-
}
|
70
|
+
}
|
@@ -283,7 +283,8 @@
|
|
283
283
|
{"shape":"ValidationException"},
|
284
284
|
{"shape":"LimitExceededException"},
|
285
285
|
{"shape":"AccessDeniedException"},
|
286
|
-
{"shape":"DirectoryDeletedException"}
|
286
|
+
{"shape":"DirectoryDeletedException"},
|
287
|
+
{"shape":"RetryableConflictException"}
|
287
288
|
]
|
288
289
|
},
|
289
290
|
"DeleteFacet":{
|
@@ -427,7 +428,8 @@
|
|
427
428
|
{"shape":"InternalServiceException"},
|
428
429
|
{"shape":"ValidationException"},
|
429
430
|
{"shape":"LimitExceededException"},
|
430
|
-
{"shape":"AccessDeniedException"}
|
431
|
+
{"shape":"AccessDeniedException"},
|
432
|
+
{"shape":"RetryableConflictException"}
|
431
433
|
]
|
432
434
|
},
|
433
435
|
"EnableDirectory":{
|
@@ -445,7 +447,8 @@
|
|
445
447
|
{"shape":"InternalServiceException"},
|
446
448
|
{"shape":"ValidationException"},
|
447
449
|
{"shape":"LimitExceededException"},
|
448
|
-
{"shape":"AccessDeniedException"}
|
450
|
+
{"shape":"AccessDeniedException"},
|
451
|
+
{"shape":"RetryableConflictException"}
|
449
452
|
]
|
450
453
|
},
|
451
454
|
"GetDirectory":{
|
@@ -712,6 +715,27 @@
|
|
712
715
|
{"shape":"NotNodeException"}
|
713
716
|
]
|
714
717
|
},
|
718
|
+
"ListObjectParentPaths":{
|
719
|
+
"name":"ListObjectParentPaths",
|
720
|
+
"http":{
|
721
|
+
"method":"POST",
|
722
|
+
"requestUri":"/amazonclouddirectory/2017-01-11/object/parentpaths",
|
723
|
+
"responseCode":200
|
724
|
+
},
|
725
|
+
"input":{"shape":"ListObjectParentPathsRequest"},
|
726
|
+
"output":{"shape":"ListObjectParentPathsResponse"},
|
727
|
+
"errors":[
|
728
|
+
{"shape":"InternalServiceException"},
|
729
|
+
{"shape":"InvalidArnException"},
|
730
|
+
{"shape":"RetryableConflictException"},
|
731
|
+
{"shape":"ValidationException"},
|
732
|
+
{"shape":"LimitExceededException"},
|
733
|
+
{"shape":"AccessDeniedException"},
|
734
|
+
{"shape":"DirectoryNotEnabledException"},
|
735
|
+
{"shape":"InvalidNextTokenException"},
|
736
|
+
{"shape":"ResourceNotFoundException"}
|
737
|
+
]
|
738
|
+
},
|
715
739
|
"ListObjectParents":{
|
716
740
|
"name":"ListObjectParents",
|
717
741
|
"http":{
|
@@ -2357,6 +2381,30 @@
|
|
2357
2381
|
"NextToken":{"shape":"NextToken"}
|
2358
2382
|
}
|
2359
2383
|
},
|
2384
|
+
"ListObjectParentPathsRequest":{
|
2385
|
+
"type":"structure",
|
2386
|
+
"required":[
|
2387
|
+
"DirectoryArn",
|
2388
|
+
"ObjectReference"
|
2389
|
+
],
|
2390
|
+
"members":{
|
2391
|
+
"DirectoryArn":{
|
2392
|
+
"shape":"Arn",
|
2393
|
+
"location":"header",
|
2394
|
+
"locationName":"x-amz-data-partition"
|
2395
|
+
},
|
2396
|
+
"ObjectReference":{"shape":"ObjectReference"},
|
2397
|
+
"NextToken":{"shape":"NextToken"},
|
2398
|
+
"MaxResults":{"shape":"NumberResults"}
|
2399
|
+
}
|
2400
|
+
},
|
2401
|
+
"ListObjectParentPathsResponse":{
|
2402
|
+
"type":"structure",
|
2403
|
+
"members":{
|
2404
|
+
"PathToObjectIdentifiersList":{"shape":"PathToObjectIdentifiersList"},
|
2405
|
+
"NextToken":{"shape":"NextToken"}
|
2406
|
+
}
|
2407
|
+
},
|
2360
2408
|
"ListObjectParentsRequest":{
|
2361
2409
|
"type":"structure",
|
2362
2410
|
"required":[
|
@@ -2526,7 +2574,7 @@
|
|
2526
2574
|
"NumberAttributeValue":{"type":"string"},
|
2527
2575
|
"NumberResults":{
|
2528
2576
|
"type":"integer",
|
2529
|
-
"min":
|
2577
|
+
"min":1
|
2530
2578
|
},
|
2531
2579
|
"ObjectAlreadyDetachedException":{
|
2532
2580
|
"type":"structure",
|
@@ -2599,6 +2647,17 @@
|
|
2599
2647
|
]
|
2600
2648
|
},
|
2601
2649
|
"PathString":{"type":"string"},
|
2650
|
+
"PathToObjectIdentifiers":{
|
2651
|
+
"type":"structure",
|
2652
|
+
"members":{
|
2653
|
+
"Path":{"shape":"PathString"},
|
2654
|
+
"ObjectIdentifiers":{"shape":"ObjectIdentifierList"}
|
2655
|
+
}
|
2656
|
+
},
|
2657
|
+
"PathToObjectIdentifiersList":{
|
2658
|
+
"type":"list",
|
2659
|
+
"member":{"shape":"PathToObjectIdentifiers"}
|
2660
|
+
},
|
2602
2661
|
"PolicyAttachment":{
|
2603
2662
|
"type":"structure",
|
2604
2663
|
"members":{
|
@@ -2785,7 +2844,7 @@
|
|
2785
2844
|
"SchemaJsonDocument":{"type":"string"},
|
2786
2845
|
"SchemaName":{
|
2787
2846
|
"type":"string",
|
2788
|
-
"max":
|
2847
|
+
"max":32,
|
2789
2848
|
"min":1,
|
2790
2849
|
"pattern":"^[a-zA-Z0-9._-]*$"
|
2791
2850
|
},
|
@@ -45,6 +45,11 @@
|
|
45
45
|
"output_token": "NextToken",
|
46
46
|
"limit_key": "MaxResults"
|
47
47
|
},
|
48
|
+
"ListObjectParentPaths": {
|
49
|
+
"input_token": "NextToken",
|
50
|
+
"output_token": "NextToken",
|
51
|
+
"limit_key": "MaxResults"
|
52
|
+
},
|
48
53
|
"ListObjectParents": {
|
49
54
|
"input_token": "NextToken",
|
50
55
|
"output_token": "NextToken",
|
data/endpoints.json
CHANGED
@@ -321,6 +321,7 @@
|
|
321
321
|
"ap-southeast-2": {},
|
322
322
|
"eu-central-1": {},
|
323
323
|
"eu-west-1": {},
|
324
|
+
"eu-west-2": {},
|
324
325
|
"us-east-1": {},
|
325
326
|
"us-east-2": {},
|
326
327
|
"us-west-2": {}
|
@@ -333,6 +334,7 @@
|
|
333
334
|
"ap-southeast-2": {},
|
334
335
|
"eu-central-1": {},
|
335
336
|
"eu-west-1": {},
|
337
|
+
"eu-west-2": {},
|
336
338
|
"us-east-1": {},
|
337
339
|
"us-east-2": {},
|
338
340
|
"us-west-2": {}
|
@@ -345,6 +347,7 @@
|
|
345
347
|
"ap-southeast-2": {},
|
346
348
|
"eu-central-1": {},
|
347
349
|
"eu-west-1": {},
|
350
|
+
"eu-west-2": {},
|
348
351
|
"us-east-1": {},
|
349
352
|
"us-east-2": {},
|
350
353
|
"us-west-2": {}
|
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.8.
|
4
|
+
version: 2.8.4
|
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: 2017-03-
|
11
|
+
date: 2017-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|