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: 36d05b45c951b9bb8654f137855d0a49d2569d22
4
- data.tar.gz: f7afd7e3e8fb266eb0ae1d5ea6ed346e5562997c
3
+ metadata.gz: eb0ec7602c57b67f3b3444c95978fb1604097188
4
+ data.tar.gz: 31a43757b289d708d2d5b63dc0b67919d7490121
5
5
  SHA512:
6
- metadata.gz: 247c260eed513f9a14f0a687332564cec02c4ee93cc0194e9f79b82473631bdc6667b0642acb9f3e7757e0399a364222bfbbbc252a8ad9c486fb98d80079a56f
7
- data.tar.gz: ab720082496a90581daa3a622af2658c197f4eae725b06a77bec5d7560fdf6a16baaa89479c8e517aadbd990707622a6a387eb7d6b99f0c91267e98cb62cbb99
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":{"shape":"ResourceShareAssociationList"}
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",
@@ -3002,7 +3002,7 @@
3002
3002
  "RateLimit":{
3003
3003
  "type":"long",
3004
3004
  "max":2000000000,
3005
- "min":2000
3005
+ "min":100
3006
3006
  },
3007
3007
  "RedactedFields":{
3008
3008
  "type":"list",
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" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.355'
2
+ VERSION = '2.11.356'
3
3
  end
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.355
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-17 00:00:00.000000000 Z
11
+ date: 2019-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath