aws-sdk-core 2.11.62 → 2.11.63

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91b036c9dfe6149a31c827feff3366ac258929b0
4
- data.tar.gz: c4e5b36ee58b257d20346e174436ba2ecae6cb92
3
+ metadata.gz: 0f726233b585b2d38de61f20b566ada9f183bd8d
4
+ data.tar.gz: 25e64f0048459b4e4d96abb2ba7c8183d1472c87
5
5
  SHA512:
6
- metadata.gz: b82190c9f3f3eddc3aed520f7a2b6be356733d19bd95c2708aecf32ee5b1e1712beeeba435afb1c7802f36923a4efe40577eedfcd724793f7dfe318701fff49a
7
- data.tar.gz: 817b271c4ce7f3ca4a25608b7071b775d88ed5f10749f48025c692e710d1f97614947fc2c477f1e7bb89cbfecb61a1bafdf4dcb087218cadae28bcff518ccdb3
6
+ metadata.gz: f59a752260f9f0480cfa55b96c1e8b8bfe8ad0cb6fedc94645ea94b30243987d0e74b37e8a344b9e0d7483bf7cb15c9a509c19a33b6731820e543587ec7471c7
7
+ data.tar.gz: 68ad74b38cbae769c9f77a3893900fe9365ddc36eac35902ec8f4f365db830facf4bb1ce1ce01a35c43b29e434006b6c722eda8484af425b3256b58bc9823a35
@@ -110,6 +110,8 @@
110
110
  "type":"string",
111
111
  "enum":["PAYER"]
112
112
  },
113
+ "AmortizedRecurringFee":{"type":"string"},
114
+ "AmortizedUpfrontFee":{"type":"string"},
113
115
  "AttributeType":{"type":"string"},
114
116
  "AttributeValue":{"type":"string"},
115
117
  "Attributes":{
@@ -482,6 +484,7 @@
482
484
  "key":{"shape":"MetricName"},
483
485
  "value":{"shape":"MetricValue"}
484
486
  },
487
+ "NetRISavings":{"type":"string"},
485
488
  "NextPageToken":{"type":"string"},
486
489
  "NonNegativeInteger":{
487
490
  "type":"integer",
@@ -494,6 +497,7 @@
494
497
  "CONVERTIBLE"
495
498
  ]
496
499
  },
500
+ "OnDemandCostOfRIHoursUsed":{"type":"string"},
497
501
  "OnDemandHours":{"type":"string"},
498
502
  "PageSize":{"type":"integer"},
499
503
  "PaymentOption":{
@@ -531,7 +535,13 @@
531
535
  "UtilizationPercentage":{"shape":"UtilizationPercentage"},
532
536
  "PurchasedHours":{"shape":"PurchasedHours"},
533
537
  "TotalActualHours":{"shape":"TotalActualHours"},
534
- "UnusedHours":{"shape":"UnusedHours"}
538
+ "UnusedHours":{"shape":"UnusedHours"},
539
+ "OnDemandCostOfRIHoursUsed":{"shape":"OnDemandCostOfRIHoursUsed"},
540
+ "NetRISavings":{"shape":"NetRISavings"},
541
+ "TotalPotentialRISavings":{"shape":"TotalPotentialRISavings"},
542
+ "AmortizedUpfrontFee":{"shape":"AmortizedUpfrontFee"},
543
+ "AmortizedRecurringFee":{"shape":"AmortizedRecurringFee"},
544
+ "TotalAmortizedFee":{"shape":"TotalAmortizedFee"}
535
545
  }
536
546
  },
537
547
  "ReservationCoverageGroup":{
@@ -659,6 +669,8 @@
659
669
  ]
660
670
  },
661
671
  "TotalActualHours":{"type":"string"},
672
+ "TotalAmortizedFee":{"type":"string"},
673
+ "TotalPotentialRISavings":{"type":"string"},
662
674
  "TotalRunningHours":{"type":"string"},
663
675
  "UnusedHours":{"type":"string"},
664
676
  "UtilizationByTime":{
@@ -508,6 +508,7 @@
508
508
  "Penelope",
509
509
  "Chantal",
510
510
  "Celine",
511
+ "Lea",
511
512
  "Mathieu",
512
513
  "Dora",
513
514
  "Karl",
@@ -1792,6 +1792,21 @@
1792
1792
  "locationName":"AvailabilityZone"
1793
1793
  }
1794
1794
  },
1795
+ "AvailableProcessorFeature":{
1796
+ "type":"structure",
1797
+ "members":{
1798
+ "Name":{"shape":"String"},
1799
+ "DefaultValue":{"shape":"String"},
1800
+ "AllowedValues":{"shape":"String"}
1801
+ }
1802
+ },
1803
+ "AvailableProcessorFeatureList":{
1804
+ "type":"list",
1805
+ "member":{
1806
+ "shape":"AvailableProcessorFeature",
1807
+ "locationName":"AvailableProcessorFeature"
1808
+ }
1809
+ },
1795
1810
  "BacktrackDBClusterMessage":{
1796
1811
  "type":"structure",
1797
1812
  "required":[
@@ -2087,7 +2102,8 @@
2087
2102
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
2088
2103
  "EnablePerformanceInsights":{"shape":"BooleanOptional"},
2089
2104
  "PerformanceInsightsKMSKeyId":{"shape":"String"},
2090
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
2105
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2106
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"}
2091
2107
  }
2092
2108
  },
2093
2109
  "CreateDBInstanceReadReplicaMessage":{
@@ -2118,7 +2134,9 @@
2118
2134
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
2119
2135
  "EnablePerformanceInsights":{"shape":"BooleanOptional"},
2120
2136
  "PerformanceInsightsKMSKeyId":{"shape":"String"},
2121
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
2137
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2138
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
2139
+ "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
2122
2140
  }
2123
2141
  },
2124
2142
  "CreateDBInstanceReadReplicaResult":{
@@ -2676,7 +2694,8 @@
2676
2694
  "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
2677
2695
  "PerformanceInsightsEnabled":{"shape":"BooleanOptional"},
2678
2696
  "PerformanceInsightsKMSKeyId":{"shape":"String"},
2679
- "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
2697
+ "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
2698
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"}
2680
2699
  },
2681
2700
  "wrapper":true
2682
2701
  },
@@ -2947,7 +2966,8 @@
2947
2966
  "KmsKeyId":{"shape":"String"},
2948
2967
  "DBSnapshotArn":{"shape":"String"},
2949
2968
  "Timezone":{"shape":"String"},
2950
- "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
2969
+ "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
2970
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"}
2951
2971
  },
2952
2972
  "wrapper":true
2953
2973
  },
@@ -4156,7 +4176,9 @@
4156
4176
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
4157
4177
  "EnablePerformanceInsights":{"shape":"BooleanOptional"},
4158
4178
  "PerformanceInsightsKMSKeyId":{"shape":"String"},
4159
- "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"}
4179
+ "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
4180
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
4181
+ "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
4160
4182
  }
4161
4183
  },
4162
4184
  "ModifyDBInstanceResult":{
@@ -4511,7 +4533,8 @@
4511
4533
  "MinIopsPerDbInstance":{"shape":"IntegerOptional"},
4512
4534
  "MaxIopsPerDbInstance":{"shape":"IntegerOptional"},
4513
4535
  "MinIopsPerGib":{"shape":"DoubleOptional"},
4514
- "MaxIopsPerGib":{"shape":"DoubleOptional"}
4536
+ "MaxIopsPerGib":{"shape":"DoubleOptional"},
4537
+ "AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"}
4515
4538
  },
4516
4539
  "wrapper":true
4517
4540
  },
@@ -4606,7 +4629,8 @@
4606
4629
  "StorageType":{"shape":"String"},
4607
4630
  "CACertificateIdentifier":{"shape":"String"},
4608
4631
  "DBSubnetGroupName":{"shape":"String"},
4609
- "PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"}
4632
+ "PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"},
4633
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"}
4610
4634
  }
4611
4635
  },
4612
4636
  "PointInTimeRestoreNotEnabledFault":{
@@ -4620,6 +4644,20 @@
4620
4644
  },
4621
4645
  "exception":true
4622
4646
  },
4647
+ "ProcessorFeature":{
4648
+ "type":"structure",
4649
+ "members":{
4650
+ "Name":{"shape":"String"},
4651
+ "Value":{"shape":"String"}
4652
+ }
4653
+ },
4654
+ "ProcessorFeatureList":{
4655
+ "type":"list",
4656
+ "member":{
4657
+ "shape":"ProcessorFeature",
4658
+ "locationName":"ProcessorFeature"
4659
+ }
4660
+ },
4623
4661
  "PromoteReadReplicaDBClusterMessage":{
4624
4662
  "type":"structure",
4625
4663
  "required":["DBClusterIdentifier"],
@@ -5062,7 +5100,9 @@
5062
5100
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
5063
5101
  "DomainIAMRoleName":{"shape":"String"},
5064
5102
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
5065
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
5103
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
5104
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
5105
+ "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
5066
5106
  }
5067
5107
  },
5068
5108
  "RestoreDBInstanceFromDBSnapshotResult":{
@@ -5121,7 +5161,9 @@
5121
5161
  "S3IngestionRoleArn":{"shape":"String"},
5122
5162
  "EnablePerformanceInsights":{"shape":"BooleanOptional"},
5123
5163
  "PerformanceInsightsKMSKeyId":{"shape":"String"},
5124
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
5164
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
5165
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
5166
+ "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
5125
5167
  }
5126
5168
  },
5127
5169
  "RestoreDBInstanceFromS3Result":{
@@ -5161,7 +5203,9 @@
5161
5203
  "Domain":{"shape":"String"},
5162
5204
  "DomainIAMRoleName":{"shape":"String"},
5163
5205
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
5164
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
5206
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
5207
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
5208
+ "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
5165
5209
  }
5166
5210
  },
5167
5211
  "RestoreDBInstanceToPointInTimeResult":{
@@ -5463,7 +5507,8 @@
5463
5507
  "ValidDBInstanceModificationsMessage":{
5464
5508
  "type":"structure",
5465
5509
  "members":{
5466
- "Storage":{"shape":"ValidStorageOptionsList"}
5510
+ "Storage":{"shape":"ValidStorageOptionsList"},
5511
+ "ValidProcessorFeatures":{"shape":"AvailableProcessorFeatureList"}
5467
5512
  },
5468
5513
  "wrapper":true
5469
5514
  },
@@ -12,6 +12,42 @@
12
12
  "uid":"shield-2016-06-02"
13
13
  },
14
14
  "operations":{
15
+ "AssociateDRTLogBucket":{
16
+ "name":"AssociateDRTLogBucket",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"AssociateDRTLogBucketRequest"},
22
+ "output":{"shape":"AssociateDRTLogBucketResponse"},
23
+ "errors":[
24
+ {"shape":"InternalErrorException"},
25
+ {"shape":"InvalidOperationException"},
26
+ {"shape":"NoAssociatedRoleException"},
27
+ {"shape":"LimitsExceededException"},
28
+ {"shape":"InvalidParameterException"},
29
+ {"shape":"AccessDeniedForDependencyException"},
30
+ {"shape":"OptimisticLockException"},
31
+ {"shape":"ResourceNotFoundException"}
32
+ ]
33
+ },
34
+ "AssociateDRTRole":{
35
+ "name":"AssociateDRTRole",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/"
39
+ },
40
+ "input":{"shape":"AssociateDRTRoleRequest"},
41
+ "output":{"shape":"AssociateDRTRoleResponse"},
42
+ "errors":[
43
+ {"shape":"InternalErrorException"},
44
+ {"shape":"InvalidOperationException"},
45
+ {"shape":"InvalidParameterException"},
46
+ {"shape":"AccessDeniedForDependencyException"},
47
+ {"shape":"OptimisticLockException"},
48
+ {"shape":"ResourceNotFoundException"}
49
+ ]
50
+ },
15
51
  "CreateProtection":{
16
52
  "name":"CreateProtection",
17
53
  "http":{
@@ -69,7 +105,8 @@
69
105
  {"shape":"InternalErrorException"},
70
106
  {"shape":"LockedSubscriptionException"},
71
107
  {"shape":"ResourceNotFoundException"}
72
- ]
108
+ ],
109
+ "deprecated":true
73
110
  },
74
111
  "DescribeAttack":{
75
112
  "name":"DescribeAttack",
@@ -84,6 +121,32 @@
84
121
  {"shape":"InvalidParameterException"}
85
122
  ]
86
123
  },
124
+ "DescribeDRTAccess":{
125
+ "name":"DescribeDRTAccess",
126
+ "http":{
127
+ "method":"POST",
128
+ "requestUri":"/"
129
+ },
130
+ "input":{"shape":"DescribeDRTAccessRequest"},
131
+ "output":{"shape":"DescribeDRTAccessResponse"},
132
+ "errors":[
133
+ {"shape":"InternalErrorException"},
134
+ {"shape":"ResourceNotFoundException"}
135
+ ]
136
+ },
137
+ "DescribeEmergencyContactSettings":{
138
+ "name":"DescribeEmergencyContactSettings",
139
+ "http":{
140
+ "method":"POST",
141
+ "requestUri":"/"
142
+ },
143
+ "input":{"shape":"DescribeEmergencyContactSettingsRequest"},
144
+ "output":{"shape":"DescribeEmergencyContactSettingsResponse"},
145
+ "errors":[
146
+ {"shape":"InternalErrorException"},
147
+ {"shape":"ResourceNotFoundException"}
148
+ ]
149
+ },
87
150
  "DescribeProtection":{
88
151
  "name":"DescribeProtection",
89
152
  "http":{
@@ -110,6 +173,38 @@
110
173
  {"shape":"ResourceNotFoundException"}
111
174
  ]
112
175
  },
176
+ "DisassociateDRTLogBucket":{
177
+ "name":"DisassociateDRTLogBucket",
178
+ "http":{
179
+ "method":"POST",
180
+ "requestUri":"/"
181
+ },
182
+ "input":{"shape":"DisassociateDRTLogBucketRequest"},
183
+ "output":{"shape":"DisassociateDRTLogBucketResponse"},
184
+ "errors":[
185
+ {"shape":"InternalErrorException"},
186
+ {"shape":"InvalidOperationException"},
187
+ {"shape":"NoAssociatedRoleException"},
188
+ {"shape":"AccessDeniedForDependencyException"},
189
+ {"shape":"OptimisticLockException"},
190
+ {"shape":"ResourceNotFoundException"}
191
+ ]
192
+ },
193
+ "DisassociateDRTRole":{
194
+ "name":"DisassociateDRTRole",
195
+ "http":{
196
+ "method":"POST",
197
+ "requestUri":"/"
198
+ },
199
+ "input":{"shape":"DisassociateDRTRoleRequest"},
200
+ "output":{"shape":"DisassociateDRTRoleResponse"},
201
+ "errors":[
202
+ {"shape":"InternalErrorException"},
203
+ {"shape":"InvalidOperationException"},
204
+ {"shape":"OptimisticLockException"},
205
+ {"shape":"ResourceNotFoundException"}
206
+ ]
207
+ },
113
208
  "GetSubscriptionState":{
114
209
  "name":"GetSubscriptionState",
115
210
  "http":{
@@ -146,11 +241,74 @@
146
241
  "output":{"shape":"ListProtectionsResponse"},
147
242
  "errors":[
148
243
  {"shape":"InternalErrorException"},
244
+ {"shape":"ResourceNotFoundException"},
245
+ {"shape":"InvalidPaginationTokenException"}
246
+ ]
247
+ },
248
+ "UpdateEmergencyContactSettings":{
249
+ "name":"UpdateEmergencyContactSettings",
250
+ "http":{
251
+ "method":"POST",
252
+ "requestUri":"/"
253
+ },
254
+ "input":{"shape":"UpdateEmergencyContactSettingsRequest"},
255
+ "output":{"shape":"UpdateEmergencyContactSettingsResponse"},
256
+ "errors":[
257
+ {"shape":"InternalErrorException"},
258
+ {"shape":"InvalidParameterException"},
259
+ {"shape":"OptimisticLockException"},
149
260
  {"shape":"ResourceNotFoundException"}
150
261
  ]
262
+ },
263
+ "UpdateSubscription":{
264
+ "name":"UpdateSubscription",
265
+ "http":{
266
+ "method":"POST",
267
+ "requestUri":"/"
268
+ },
269
+ "input":{"shape":"UpdateSubscriptionRequest"},
270
+ "output":{"shape":"UpdateSubscriptionResponse"},
271
+ "errors":[
272
+ {"shape":"InternalErrorException"},
273
+ {"shape":"LockedSubscriptionException"},
274
+ {"shape":"ResourceNotFoundException"},
275
+ {"shape":"InvalidParameterException"},
276
+ {"shape":"OptimisticLockException"}
277
+ ]
151
278
  }
152
279
  },
153
280
  "shapes":{
281
+ "AccessDeniedForDependencyException":{
282
+ "type":"structure",
283
+ "members":{
284
+ "message":{"shape":"errorMessage"}
285
+ },
286
+ "exception":true
287
+ },
288
+ "AssociateDRTLogBucketRequest":{
289
+ "type":"structure",
290
+ "required":["LogBucket"],
291
+ "members":{
292
+ "LogBucket":{"shape":"LogBucket"}
293
+ }
294
+ },
295
+ "AssociateDRTLogBucketResponse":{
296
+ "type":"structure",
297
+ "members":{
298
+ }
299
+ },
300
+ "AssociateDRTRoleRequest":{
301
+ "type":"structure",
302
+ "required":["RoleArn"],
303
+ "members":{
304
+ "RoleArn":{"shape":"RoleArn"}
305
+ }
306
+ },
307
+ "AssociateDRTRoleResponse":{
308
+ "type":"structure",
309
+ "members":{
310
+ }
311
+ },
154
312
  "AttackDetail":{
155
313
  "type":"structure",
156
314
  "members":{
@@ -228,6 +386,13 @@
228
386
  "type":"list",
229
387
  "member":{"shape":"AttackVectorDescription"}
230
388
  },
389
+ "AutoRenew":{
390
+ "type":"string",
391
+ "enum":[
392
+ "ENABLED",
393
+ "DISABLED"
394
+ ]
395
+ },
231
396
  "Contributor":{
232
397
  "type":"structure",
233
398
  "members":{
@@ -277,12 +442,14 @@
277
442
  "DeleteSubscriptionRequest":{
278
443
  "type":"structure",
279
444
  "members":{
280
- }
445
+ },
446
+ "deprecated":true
281
447
  },
282
448
  "DeleteSubscriptionResponse":{
283
449
  "type":"structure",
284
450
  "members":{
285
- }
451
+ },
452
+ "deprecated":true
286
453
  },
287
454
  "DescribeAttackRequest":{
288
455
  "type":"structure",
@@ -297,6 +464,29 @@
297
464
  "Attack":{"shape":"AttackDetail"}
298
465
  }
299
466
  },
467
+ "DescribeDRTAccessRequest":{
468
+ "type":"structure",
469
+ "members":{
470
+ }
471
+ },
472
+ "DescribeDRTAccessResponse":{
473
+ "type":"structure",
474
+ "members":{
475
+ "RoleArn":{"shape":"RoleArn"},
476
+ "LogBucketList":{"shape":"LogBucketList"}
477
+ }
478
+ },
479
+ "DescribeEmergencyContactSettingsRequest":{
480
+ "type":"structure",
481
+ "members":{
482
+ }
483
+ },
484
+ "DescribeEmergencyContactSettingsResponse":{
485
+ "type":"structure",
486
+ "members":{
487
+ "EmergencyContactList":{"shape":"EmergencyContactList"}
488
+ }
489
+ },
300
490
  "DescribeProtectionRequest":{
301
491
  "type":"structure",
302
492
  "required":["ProtectionId"],
@@ -321,11 +511,50 @@
321
511
  "Subscription":{"shape":"Subscription"}
322
512
  }
323
513
  },
514
+ "DisassociateDRTLogBucketRequest":{
515
+ "type":"structure",
516
+ "required":["LogBucket"],
517
+ "members":{
518
+ "LogBucket":{"shape":"LogBucket"}
519
+ }
520
+ },
521
+ "DisassociateDRTLogBucketResponse":{
522
+ "type":"structure",
523
+ "members":{
524
+ }
525
+ },
526
+ "DisassociateDRTRoleRequest":{
527
+ "type":"structure",
528
+ "members":{
529
+ }
530
+ },
531
+ "DisassociateDRTRoleResponse":{
532
+ "type":"structure",
533
+ "members":{
534
+ }
535
+ },
324
536
  "Double":{"type":"double"},
325
537
  "DurationInSeconds":{
326
538
  "type":"long",
327
539
  "min":0
328
540
  },
541
+ "EmailAddress":{
542
+ "type":"string",
543
+ "pattern":"^\\S+@\\S+\\.\\S+$"
544
+ },
545
+ "EmergencyContact":{
546
+ "type":"structure",
547
+ "required":["EmailAddress"],
548
+ "members":{
549
+ "EmailAddress":{"shape":"EmailAddress"}
550
+ }
551
+ },
552
+ "EmergencyContactList":{
553
+ "type":"list",
554
+ "member":{"shape":"EmergencyContact"},
555
+ "max":10,
556
+ "min":0
557
+ },
329
558
  "GetSubscriptionStateRequest":{
330
559
  "type":"structure",
331
560
  "members":{
@@ -354,6 +583,13 @@
354
583
  },
355
584
  "exception":true
356
585
  },
586
+ "InvalidPaginationTokenException":{
587
+ "type":"structure",
588
+ "members":{
589
+ "message":{"shape":"errorMessage"}
590
+ },
591
+ "exception":true
592
+ },
357
593
  "InvalidParameterException":{
358
594
  "type":"structure",
359
595
  "members":{
@@ -368,8 +604,19 @@
368
604
  },
369
605
  "exception":true
370
606
  },
607
+ "Limit":{
608
+ "type":"structure",
609
+ "members":{
610
+ "Type":{"shape":"String"},
611
+ "Max":{"shape":"Long"}
612
+ }
613
+ },
371
614
  "LimitNumber":{"type":"long"},
372
615
  "LimitType":{"type":"string"},
616
+ "Limits":{
617
+ "type":"list",
618
+ "member":{"shape":"Limit"}
619
+ },
373
620
  "LimitsExceededException":{
374
621
  "type":"structure",
375
622
  "members":{
@@ -417,6 +664,18 @@
417
664
  },
418
665
  "exception":true
419
666
  },
667
+ "LogBucket":{
668
+ "type":"string",
669
+ "max":63,
670
+ "min":3,
671
+ "pattern":"^([a-z]|(\\d(?!\\d{0,2}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})))([a-z\\d]|(\\.(?!(\\.|-)))|(-(?!\\.))){1,61}[a-z\\d]$"
672
+ },
673
+ "LogBucketList":{
674
+ "type":"list",
675
+ "member":{"shape":"LogBucket"},
676
+ "max":10,
677
+ "min":0
678
+ },
420
679
  "Long":{"type":"long"},
421
680
  "MaxResults":{
422
681
  "type":"integer",
@@ -434,6 +693,13 @@
434
693
  "type":"list",
435
694
  "member":{"shape":"Mitigation"}
436
695
  },
696
+ "NoAssociatedRoleException":{
697
+ "type":"structure",
698
+ "members":{
699
+ "message":{"shape":"errorMessage"}
700
+ },
701
+ "exception":true
702
+ },
437
703
  "OptimisticLockException":{
438
704
  "type":"structure",
439
705
  "members":{
@@ -487,6 +753,11 @@
487
753
  },
488
754
  "exception":true
489
755
  },
756
+ "RoleArn":{
757
+ "type":"string",
758
+ "max":96,
759
+ "pattern":"^arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
760
+ },
490
761
  "String":{"type":"string"},
491
762
  "SubResourceSummary":{
492
763
  "type":"structure",
@@ -512,7 +783,10 @@
512
783
  "type":"structure",
513
784
  "members":{
514
785
  "StartTime":{"shape":"Timestamp"},
515
- "TimeCommitmentInSeconds":{"shape":"DurationInSeconds"}
786
+ "EndTime":{"shape":"Timestamp"},
787
+ "TimeCommitmentInSeconds":{"shape":"DurationInSeconds"},
788
+ "AutoRenew":{"shape":"AutoRenew"},
789
+ "Limits":{"shape":"Limits"}
516
790
  }
517
791
  },
518
792
  "SubscriptionState":{
@@ -574,6 +848,28 @@
574
848
  "REQUESTS"
575
849
  ]
576
850
  },
851
+ "UpdateEmergencyContactSettingsRequest":{
852
+ "type":"structure",
853
+ "members":{
854
+ "EmergencyContactList":{"shape":"EmergencyContactList"}
855
+ }
856
+ },
857
+ "UpdateEmergencyContactSettingsResponse":{
858
+ "type":"structure",
859
+ "members":{
860
+ }
861
+ },
862
+ "UpdateSubscriptionRequest":{
863
+ "type":"structure",
864
+ "members":{
865
+ "AutoRenew":{"shape":"AutoRenew"}
866
+ }
867
+ },
868
+ "UpdateSubscriptionResponse":{
869
+ "type":"structure",
870
+ "members":{
871
+ }
872
+ },
577
873
  "errorMessage":{"type":"string"}
578
874
  }
579
875
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.62'
2
+ VERSION = '2.11.63'
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.62
4
+ version: 2.11.63
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-06-04 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath