aws-sdk-core 2.11.128 → 2.11.129
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/connect/2017-08-08/api-2.json +33 -0
- data/apis/ec2/2016-11-15/api-2.json +13 -7
- data/apis/ec2/2016-11-15/paginators-1.json +3 -0
- data/apis/email/2010-12-01/smoke.json +18 -0
- data/apis/fms/2018-01-01/api-2.json +97 -6
- 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: 3c5acc40c3754c9063ba54da5fddb68017f106d4
|
4
|
+
data.tar.gz: 55bab2d2f46e6724c83c527075a7d842b7921dd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb19f2179e2e464873f8e2ba946c03684f13651718899fbfe1f425aeef27fd6aaf6e2da88a58a1b14a87053f505532d31dd6d82068bc02370d49e36891947513
|
7
|
+
data.tar.gz: 118bf7210cdd11e381aac420790c909301d568adc6844c8ce5b214fe5369e0b7b67495135de9c9af63d475a82a12fca37a17f69b4c665b9720091d3f92255c5f
|
@@ -209,6 +209,21 @@
|
|
209
209
|
{"shape":"InternalServiceException"}
|
210
210
|
]
|
211
211
|
},
|
212
|
+
"UpdateContactAttributes":{
|
213
|
+
"name":"UpdateContactAttributes",
|
214
|
+
"http":{
|
215
|
+
"method":"POST",
|
216
|
+
"requestUri":"/contact/attributes"
|
217
|
+
},
|
218
|
+
"input":{"shape":"UpdateContactAttributesRequest"},
|
219
|
+
"output":{"shape":"UpdateContactAttributesResponse"},
|
220
|
+
"errors":[
|
221
|
+
{"shape":"InvalidRequestException"},
|
222
|
+
{"shape":"InvalidParameterException"},
|
223
|
+
{"shape":"ResourceNotFoundException"},
|
224
|
+
{"shape":"InternalServiceException"}
|
225
|
+
]
|
226
|
+
},
|
212
227
|
"UpdateUserHierarchy":{
|
213
228
|
"name":"UpdateUserHierarchy",
|
214
229
|
"http":{
|
@@ -841,6 +856,24 @@
|
|
841
856
|
"error":{"httpStatusCode":429},
|
842
857
|
"exception":true
|
843
858
|
},
|
859
|
+
"UpdateContactAttributesRequest":{
|
860
|
+
"type":"structure",
|
861
|
+
"required":[
|
862
|
+
"InitialContactId",
|
863
|
+
"InstanceId",
|
864
|
+
"Attributes"
|
865
|
+
],
|
866
|
+
"members":{
|
867
|
+
"InitialContactId":{"shape":"ContactId"},
|
868
|
+
"InstanceId":{"shape":"InstanceId"},
|
869
|
+
"Attributes":{"shape":"Attributes"}
|
870
|
+
}
|
871
|
+
},
|
872
|
+
"UpdateContactAttributesResponse":{
|
873
|
+
"type":"structure",
|
874
|
+
"members":{
|
875
|
+
}
|
876
|
+
},
|
844
877
|
"UpdateUserHierarchyRequest":{
|
845
878
|
"type":"structure",
|
846
879
|
"required":[
|
@@ -6968,7 +6968,9 @@
|
|
6968
6968
|
"NetworkInterfaceIds":{
|
6969
6969
|
"shape":"NetworkInterfaceIdList",
|
6970
6970
|
"locationName":"NetworkInterfaceId"
|
6971
|
-
}
|
6971
|
+
},
|
6972
|
+
"NextToken":{"shape":"String"},
|
6973
|
+
"MaxResults":{"shape":"Integer"}
|
6972
6974
|
}
|
6973
6975
|
},
|
6974
6976
|
"DescribeNetworkInterfacesResult":{
|
@@ -6977,6 +6979,10 @@
|
|
6977
6979
|
"NetworkInterfaces":{
|
6978
6980
|
"shape":"NetworkInterfaceList",
|
6979
6981
|
"locationName":"networkInterfaceSet"
|
6982
|
+
},
|
6983
|
+
"NextToken":{
|
6984
|
+
"shape":"String",
|
6985
|
+
"locationName":"nextToken"
|
6980
6986
|
}
|
6981
6987
|
}
|
6982
6988
|
},
|
@@ -8663,10 +8669,6 @@
|
|
8663
8669
|
"EbsBlockDevice":{
|
8664
8670
|
"type":"structure",
|
8665
8671
|
"members":{
|
8666
|
-
"Encrypted":{
|
8667
|
-
"shape":"Boolean",
|
8668
|
-
"locationName":"encrypted"
|
8669
|
-
},
|
8670
8672
|
"DeleteOnTermination":{
|
8671
8673
|
"shape":"Boolean",
|
8672
8674
|
"locationName":"deleteOnTermination"
|
@@ -8675,7 +8677,6 @@
|
|
8675
8677
|
"shape":"Integer",
|
8676
8678
|
"locationName":"iops"
|
8677
8679
|
},
|
8678
|
-
"KmsKeyId":{"shape":"String"},
|
8679
8680
|
"SnapshotId":{
|
8680
8681
|
"shape":"String",
|
8681
8682
|
"locationName":"snapshotId"
|
@@ -8687,7 +8688,12 @@
|
|
8687
8688
|
"VolumeType":{
|
8688
8689
|
"shape":"VolumeType",
|
8689
8690
|
"locationName":"volumeType"
|
8690
|
-
}
|
8691
|
+
},
|
8692
|
+
"Encrypted":{
|
8693
|
+
"shape":"Boolean",
|
8694
|
+
"locationName":"encrypted"
|
8695
|
+
},
|
8696
|
+
"KmsKeyId":{"shape":"String"}
|
8691
8697
|
}
|
8692
8698
|
},
|
8693
8699
|
"EbsInstanceBlockDevice":{
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListIdentities",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "VerifyEmailIdentity",
|
12
|
+
"input": {
|
13
|
+
"EmailAddress": "fake_email"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -118,7 +118,8 @@
|
|
118
118
|
"errors":[
|
119
119
|
{"shape":"ResourceNotFoundException"},
|
120
120
|
{"shape":"InvalidOperationException"},
|
121
|
-
{"shape":"InternalErrorException"}
|
121
|
+
{"shape":"InternalErrorException"},
|
122
|
+
{"shape":"InvalidTypeException"}
|
122
123
|
]
|
123
124
|
},
|
124
125
|
"ListComplianceStatus":{
|
@@ -134,6 +135,19 @@
|
|
134
135
|
{"shape":"InternalErrorException"}
|
135
136
|
]
|
136
137
|
},
|
138
|
+
"ListMemberAccounts":{
|
139
|
+
"name":"ListMemberAccounts",
|
140
|
+
"http":{
|
141
|
+
"method":"POST",
|
142
|
+
"requestUri":"/"
|
143
|
+
},
|
144
|
+
"input":{"shape":"ListMemberAccountsRequest"},
|
145
|
+
"output":{"shape":"ListMemberAccountsResponse"},
|
146
|
+
"errors":[
|
147
|
+
{"shape":"ResourceNotFoundException"},
|
148
|
+
{"shape":"InternalErrorException"}
|
149
|
+
]
|
150
|
+
},
|
137
151
|
"ListPolicies":{
|
138
152
|
"name":"ListPolicies",
|
139
153
|
"http":{
|
@@ -174,7 +188,9 @@
|
|
174
188
|
{"shape":"ResourceNotFoundException"},
|
175
189
|
{"shape":"InvalidOperationException"},
|
176
190
|
{"shape":"InvalidInputException"},
|
177
|
-
{"shape":"
|
191
|
+
{"shape":"LimitExceededException"},
|
192
|
+
{"shape":"InternalErrorException"},
|
193
|
+
{"shape":"InvalidTypeException"}
|
178
194
|
]
|
179
195
|
}
|
180
196
|
},
|
@@ -184,6 +200,16 @@
|
|
184
200
|
"max":1024,
|
185
201
|
"min":1
|
186
202
|
},
|
203
|
+
"AccountRoleStatus":{
|
204
|
+
"type":"string",
|
205
|
+
"enum":[
|
206
|
+
"READY",
|
207
|
+
"CREATING",
|
208
|
+
"PENDING_DELETION",
|
209
|
+
"DELETING",
|
210
|
+
"DELETED"
|
211
|
+
]
|
212
|
+
},
|
187
213
|
"AssociateAdminAccountRequest":{
|
188
214
|
"type":"structure",
|
189
215
|
"required":["AdminAccount"],
|
@@ -204,6 +230,24 @@
|
|
204
230
|
"type":"list",
|
205
231
|
"member":{"shape":"ComplianceViolator"}
|
206
232
|
},
|
233
|
+
"CustomerPolicyScopeId":{
|
234
|
+
"type":"string",
|
235
|
+
"max":1024,
|
236
|
+
"min":1
|
237
|
+
},
|
238
|
+
"CustomerPolicyScopeIdList":{
|
239
|
+
"type":"list",
|
240
|
+
"member":{"shape":"CustomerPolicyScopeId"}
|
241
|
+
},
|
242
|
+
"CustomerPolicyScopeIdType":{
|
243
|
+
"type":"string",
|
244
|
+
"enum":["ACCOUNT"]
|
245
|
+
},
|
246
|
+
"CustomerPolicyScopeMap":{
|
247
|
+
"type":"map",
|
248
|
+
"key":{"shape":"CustomerPolicyScopeIdType"},
|
249
|
+
"value":{"shape":"CustomerPolicyScopeIdList"}
|
250
|
+
},
|
207
251
|
"DeleteNotificationChannelRequest":{
|
208
252
|
"type":"structure",
|
209
253
|
"members":{
|
@@ -216,6 +260,18 @@
|
|
216
260
|
"PolicyId":{"shape":"PolicyId"}
|
217
261
|
}
|
218
262
|
},
|
263
|
+
"DependentServiceName":{
|
264
|
+
"type":"string",
|
265
|
+
"enum":[
|
266
|
+
"AWSCONFIG",
|
267
|
+
"AWSWAF"
|
268
|
+
]
|
269
|
+
},
|
270
|
+
"DetailedInfo":{
|
271
|
+
"type":"string",
|
272
|
+
"max":1024,
|
273
|
+
"min":1
|
274
|
+
},
|
219
275
|
"DisassociateAdminAccountRequest":{
|
220
276
|
"type":"structure",
|
221
277
|
"members":{
|
@@ -242,7 +298,8 @@
|
|
242
298
|
"GetAdminAccountResponse":{
|
243
299
|
"type":"structure",
|
244
300
|
"members":{
|
245
|
-
"AdminAccount":{"shape":"AWSAccountId"}
|
301
|
+
"AdminAccount":{"shape":"AWSAccountId"},
|
302
|
+
"RoleStatus":{"shape":"AccountRoleStatus"}
|
246
303
|
}
|
247
304
|
},
|
248
305
|
"GetComplianceDetailRequest":{
|
@@ -309,6 +366,18 @@
|
|
309
366
|
},
|
310
367
|
"exception":true
|
311
368
|
},
|
369
|
+
"InvalidTypeException":{
|
370
|
+
"type":"structure",
|
371
|
+
"members":{
|
372
|
+
"Message":{"shape":"ErrorMessage"}
|
373
|
+
},
|
374
|
+
"exception":true
|
375
|
+
},
|
376
|
+
"IssueInfoMap":{
|
377
|
+
"type":"map",
|
378
|
+
"key":{"shape":"DependentServiceName"},
|
379
|
+
"value":{"shape":"DetailedInfo"}
|
380
|
+
},
|
312
381
|
"LimitExceededException":{
|
313
382
|
"type":"structure",
|
314
383
|
"members":{
|
@@ -332,6 +401,20 @@
|
|
332
401
|
"NextToken":{"shape":"PaginationToken"}
|
333
402
|
}
|
334
403
|
},
|
404
|
+
"ListMemberAccountsRequest":{
|
405
|
+
"type":"structure",
|
406
|
+
"members":{
|
407
|
+
"NextToken":{"shape":"PaginationToken"},
|
408
|
+
"MaxResults":{"shape":"PaginationMaxResults"}
|
409
|
+
}
|
410
|
+
},
|
411
|
+
"ListMemberAccountsResponse":{
|
412
|
+
"type":"structure",
|
413
|
+
"members":{
|
414
|
+
"MemberAccounts":{"shape":"MemberAccounts"},
|
415
|
+
"NextToken":{"shape":"PaginationToken"}
|
416
|
+
}
|
417
|
+
},
|
335
418
|
"ListPoliciesRequest":{
|
336
419
|
"type":"structure",
|
337
420
|
"members":{
|
@@ -351,6 +434,10 @@
|
|
351
434
|
"max":1024,
|
352
435
|
"min":1
|
353
436
|
},
|
437
|
+
"MemberAccounts":{
|
438
|
+
"type":"list",
|
439
|
+
"member":{"shape":"AWSAccountId"}
|
440
|
+
},
|
354
441
|
"PaginationMaxResults":{
|
355
442
|
"type":"integer",
|
356
443
|
"max":100,
|
@@ -377,7 +464,9 @@
|
|
377
464
|
"ResourceType":{"shape":"ResourceType"},
|
378
465
|
"ResourceTags":{"shape":"ResourceTags"},
|
379
466
|
"ExcludeResourceTags":{"shape":"Boolean"},
|
380
|
-
"RemediationEnabled":{"shape":"Boolean"}
|
467
|
+
"RemediationEnabled":{"shape":"Boolean"},
|
468
|
+
"IncludeMap":{"shape":"CustomerPolicyScopeMap"},
|
469
|
+
"ExcludeMap":{"shape":"CustomerPolicyScopeMap"}
|
381
470
|
}
|
382
471
|
},
|
383
472
|
"PolicyComplianceDetail":{
|
@@ -388,7 +477,8 @@
|
|
388
477
|
"MemberAccount":{"shape":"AWSAccountId"},
|
389
478
|
"Violators":{"shape":"ComplianceViolators"},
|
390
479
|
"EvaluationLimitExceeded":{"shape":"Boolean"},
|
391
|
-
"ExpiredAt":{"shape":"TimeStamp"}
|
480
|
+
"ExpiredAt":{"shape":"TimeStamp"},
|
481
|
+
"IssueInfoMap":{"shape":"IssueInfoMap"}
|
392
482
|
}
|
393
483
|
},
|
394
484
|
"PolicyComplianceStatus":{
|
@@ -399,7 +489,8 @@
|
|
399
489
|
"PolicyName":{"shape":"ResourceName"},
|
400
490
|
"MemberAccount":{"shape":"AWSAccountId"},
|
401
491
|
"EvaluationResults":{"shape":"EvaluationResults"},
|
402
|
-
"LastUpdated":{"shape":"TimeStamp"}
|
492
|
+
"LastUpdated":{"shape":"TimeStamp"},
|
493
|
+
"IssueInfoMap":{"shape":"IssueInfoMap"}
|
403
494
|
}
|
404
495
|
},
|
405
496
|
"PolicyComplianceStatusList":{
|
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.129
|
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-09-
|
11
|
+
date: 2018-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -304,6 +304,7 @@ files:
|
|
304
304
|
- apis/email/2010-12-01/api-2.json
|
305
305
|
- apis/email/2010-12-01/examples-1.json
|
306
306
|
- apis/email/2010-12-01/paginators-1.json
|
307
|
+
- apis/email/2010-12-01/smoke.json
|
307
308
|
- apis/email/2010-12-01/waiters-2.json
|
308
309
|
- apis/entitlement.marketplace/2017-01-11/api-2.json
|
309
310
|
- apis/entitlement.marketplace/2017-01-11/examples-1.json
|