aws-sdk-core 2.11.355 → 2.11.356
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb0ec7602c57b67f3b3444c95978fb1604097188
|
4
|
+
data.tar.gz: 31a43757b289d708d2d5b63dc0b67919d7490121
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03e810141400d95f33acc79dc209e91df5a07cda57c50d5f514fd385c900d3300f5ae48bf7aa8770b0223c116933f0f4563d324c197bdd00d167cb2ddc56610d
|
7
|
+
data.tar.gz: c2d6ad0d201e96220f0ce0fe6cde4700a1309c5c2938112dca340fd44c14e3f703d62fcf0097527dc216225115c5f97af41599553d1e41def73e7c3620912032
|
@@ -389,7 +389,8 @@
|
|
389
389
|
"errors":[
|
390
390
|
{"shape":"UnauthorizedException"},
|
391
391
|
{"shape":"NotFoundException"},
|
392
|
-
{"shape":"TooManyRequestsException"}
|
392
|
+
{"shape":"TooManyRequestsException"},
|
393
|
+
{"shape":"BadRequestException"}
|
393
394
|
]
|
394
395
|
},
|
395
396
|
"DeleteGatewayResponse":{
|
@@ -2874,7 +2875,8 @@
|
|
2874
2875
|
"EndpointConfiguration":{
|
2875
2876
|
"type":"structure",
|
2876
2877
|
"members":{
|
2877
|
-
"types":{"shape":"ListOfEndpointType"}
|
2878
|
+
"types":{"shape":"ListOfEndpointType"},
|
2879
|
+
"vpcEndpointIds":{"shape":"ListOfString"}
|
2878
2880
|
}
|
2879
2881
|
},
|
2880
2882
|
"EndpointType":{
|
@@ -28,7 +28,9 @@
|
|
28
28
|
{"shape":"ResourceShareInvitationAlreadyRejectedException"},
|
29
29
|
{"shape":"ResourceShareInvitationExpiredException"},
|
30
30
|
{"shape":"ServerInternalException"},
|
31
|
-
{"shape":"ServiceUnavailableException"}
|
31
|
+
{"shape":"ServiceUnavailableException"},
|
32
|
+
{"shape":"InvalidClientTokenException"},
|
33
|
+
{"shape":"IdempotentParameterMismatchException"}
|
32
34
|
]
|
33
35
|
},
|
34
36
|
"AssociateResourceShare":{
|
@@ -71,6 +73,7 @@
|
|
71
73
|
{"shape":"InvalidParameterException"},
|
72
74
|
{"shape":"OperationNotPermittedException"},
|
73
75
|
{"shape":"ResourceShareLimitExceededException"},
|
76
|
+
{"shape":"TagPolicyViolationException"},
|
74
77
|
{"shape":"ServerInternalException"},
|
75
78
|
{"shape":"ServiceUnavailableException"}
|
76
79
|
]
|
@@ -199,6 +202,26 @@
|
|
199
202
|
{"shape":"ServiceUnavailableException"}
|
200
203
|
]
|
201
204
|
},
|
205
|
+
"ListPendingInvitationResources":{
|
206
|
+
"name":"ListPendingInvitationResources",
|
207
|
+
"http":{
|
208
|
+
"method":"POST",
|
209
|
+
"requestUri":"/listpendinginvitationresources"
|
210
|
+
},
|
211
|
+
"input":{"shape":"ListPendingInvitationResourcesRequest"},
|
212
|
+
"output":{"shape":"ListPendingInvitationResourcesResponse"},
|
213
|
+
"errors":[
|
214
|
+
{"shape":"MalformedArnException"},
|
215
|
+
{"shape":"InvalidNextTokenException"},
|
216
|
+
{"shape":"InvalidParameterException"},
|
217
|
+
{"shape":"ServerInternalException"},
|
218
|
+
{"shape":"ServiceUnavailableException"},
|
219
|
+
{"shape":"ResourceShareInvitationArnNotFoundException"},
|
220
|
+
{"shape":"MissingRequiredParameterException"},
|
221
|
+
{"shape":"ResourceShareInvitationAlreadyRejectedException"},
|
222
|
+
{"shape":"ResourceShareInvitationExpiredException"}
|
223
|
+
]
|
224
|
+
},
|
202
225
|
"ListPrincipals":{
|
203
226
|
"name":"ListPrincipals",
|
204
227
|
"http":{
|
@@ -250,7 +273,9 @@
|
|
250
273
|
{"shape":"ResourceShareInvitationAlreadyRejectedException"},
|
251
274
|
{"shape":"ResourceShareInvitationExpiredException"},
|
252
275
|
{"shape":"ServerInternalException"},
|
253
|
-
{"shape":"ServiceUnavailableException"}
|
276
|
+
{"shape":"ServiceUnavailableException"},
|
277
|
+
{"shape":"InvalidClientTokenException"},
|
278
|
+
{"shape":"IdempotentParameterMismatchException"}
|
254
279
|
]
|
255
280
|
},
|
256
281
|
"TagResource":{
|
@@ -266,6 +291,7 @@
|
|
266
291
|
{"shape":"MalformedArnException"},
|
267
292
|
{"shape":"TagLimitExceededException"},
|
268
293
|
{"shape":"ResourceArnNotFoundException"},
|
294
|
+
{"shape":"TagPolicyViolationException"},
|
269
295
|
{"shape":"ServerInternalException"},
|
270
296
|
{"shape":"ServiceUnavailableException"}
|
271
297
|
]
|
@@ -546,6 +572,22 @@
|
|
546
572
|
"error":{"httpStatusCode":400},
|
547
573
|
"exception":true
|
548
574
|
},
|
575
|
+
"ListPendingInvitationResourcesRequest":{
|
576
|
+
"type":"structure",
|
577
|
+
"required":["resourceShareInvitationArn"],
|
578
|
+
"members":{
|
579
|
+
"resourceShareInvitationArn":{"shape":"String"},
|
580
|
+
"nextToken":{"shape":"String"},
|
581
|
+
"maxResults":{"shape":"MaxResults"}
|
582
|
+
}
|
583
|
+
},
|
584
|
+
"ListPendingInvitationResourcesResponse":{
|
585
|
+
"type":"structure",
|
586
|
+
"members":{
|
587
|
+
"resources":{"shape":"ResourceList"},
|
588
|
+
"nextToken":{"shape":"String"}
|
589
|
+
}
|
590
|
+
},
|
549
591
|
"ListPrincipalsRequest":{
|
550
592
|
"type":"structure",
|
551
593
|
"required":["resourceOwner"],
|
@@ -714,6 +756,7 @@
|
|
714
756
|
"type":"structure",
|
715
757
|
"members":{
|
716
758
|
"resourceShareArn":{"shape":"String"},
|
759
|
+
"resourceShareName":{"shape":"String"},
|
717
760
|
"associatedEntity":{"shape":"String"},
|
718
761
|
"associationType":{"shape":"ResourceShareAssociationType"},
|
719
762
|
"status":{"shape":"ResourceShareAssociationStatus"},
|
@@ -754,7 +797,11 @@
|
|
754
797
|
"receiverAccountId":{"shape":"String"},
|
755
798
|
"invitationTimestamp":{"shape":"DateTime"},
|
756
799
|
"status":{"shape":"ResourceShareInvitationStatus"},
|
757
|
-
"resourceShareAssociations":{
|
800
|
+
"resourceShareAssociations":{
|
801
|
+
"shape":"ResourceShareAssociationList",
|
802
|
+
"deprecated":true,
|
803
|
+
"deprecatedMessage":"This member has been deprecated. Use ListPendingInvitationResources."
|
804
|
+
}
|
758
805
|
}
|
759
806
|
},
|
760
807
|
"ResourceShareInvitationAlreadyAcceptedException":{
|
@@ -839,7 +886,8 @@
|
|
839
886
|
"AVAILABLE",
|
840
887
|
"ZONAL_RESOURCE_INACCESSIBLE",
|
841
888
|
"LIMIT_EXCEEDED",
|
842
|
-
"UNAVAILABLE"
|
889
|
+
"UNAVAILABLE",
|
890
|
+
"PENDING"
|
843
891
|
]
|
844
892
|
},
|
845
893
|
"ServerInternalException":{
|
@@ -897,6 +945,15 @@
|
|
897
945
|
"type":"list",
|
898
946
|
"member":{"shape":"Tag"}
|
899
947
|
},
|
948
|
+
"TagPolicyViolationException":{
|
949
|
+
"type":"structure",
|
950
|
+
"required":["message"],
|
951
|
+
"members":{
|
952
|
+
"message":{"shape":"String"}
|
953
|
+
},
|
954
|
+
"error":{"httpStatusCode":400},
|
955
|
+
"exception":true
|
956
|
+
},
|
900
957
|
"TagResourceRequest":{
|
901
958
|
"type":"structure",
|
902
959
|
"required":[
|
@@ -20,6 +20,11 @@
|
|
20
20
|
"output_token": "nextToken",
|
21
21
|
"limit_key": "maxResults"
|
22
22
|
},
|
23
|
+
"ListPendingInvitationResources": {
|
24
|
+
"input_token": "nextToken",
|
25
|
+
"output_token": "nextToken",
|
26
|
+
"limit_key": "maxResults"
|
27
|
+
},
|
23
28
|
"ListPrincipals": {
|
24
29
|
"input_token": "nextToken",
|
25
30
|
"output_token": "nextToken",
|
data/endpoints.json
CHANGED
@@ -952,6 +952,7 @@
|
|
952
952
|
"eu-west-1" : { },
|
953
953
|
"eu-west-2" : { },
|
954
954
|
"eu-west-3" : { },
|
955
|
+
"me-south-1" : { },
|
955
956
|
"sa-east-1" : { },
|
956
957
|
"us-east-1" : { },
|
957
958
|
"us-east-2" : { },
|
@@ -1102,6 +1103,12 @@
|
|
1102
1103
|
},
|
1103
1104
|
"hostname" : "rds.ap-northeast-2.amazonaws.com"
|
1104
1105
|
},
|
1106
|
+
"ap-south-1" : {
|
1107
|
+
"credentialScope" : {
|
1108
|
+
"region" : "ap-south-1"
|
1109
|
+
},
|
1110
|
+
"hostname" : "rds.ap-south-1.amazonaws.com"
|
1111
|
+
},
|
1105
1112
|
"ap-southeast-2" : {
|
1106
1113
|
"credentialScope" : {
|
1107
1114
|
"region" : "ap-southeast-2"
|
@@ -1739,6 +1746,7 @@
|
|
1739
1746
|
"eu-west-1" : { },
|
1740
1747
|
"eu-west-2" : { },
|
1741
1748
|
"eu-west-3" : { },
|
1749
|
+
"me-south-1" : { },
|
1742
1750
|
"sa-east-1" : { },
|
1743
1751
|
"us-east-1" : { },
|
1744
1752
|
"us-east-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.11.
|
4
|
+
version: 2.11.356
|
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: 2019-09-
|
11
|
+
date: 2019-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|