aws-sdk-core 2.11.306 → 2.11.310

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: 354e389fe6ed42610f438dcccb10c8ce3ef721f0
4
- data.tar.gz: e8bf9141e0ad931ef9dea859fe6cb0ff6ed21ddf
3
+ metadata.gz: 36268714914e89edece58f57117b298650b942ea
4
+ data.tar.gz: b9d56d649af765909b4970754b1498c2d98ff450
5
5
  SHA512:
6
- metadata.gz: 365e042070a937d1f6655d9c6a9dd275eed040fc490d3e4110a324b5bbd40cea07eb8ccd4748fc868a5b770c2bb5502a042b8c0bcaf38e7acde81e1937e505c6
7
- data.tar.gz: c4e35b0fbcb869bdc7474ecf8c511791abad610f3e91515e4cd7b86ae21993efc2f1bb23532ec14f4aee1bd3b7ebf7898b49c56bdd8f2390ab2eba396f184854
6
+ metadata.gz: 40d004a117a7f924e1a2e6e4fbcb0efa80b289691f894034c4fcc36b2153966652ce96a1221414d1f44882d2e6f6cbaf07b0d98d2677b0baf880b201a0e6c111
7
+ data.tar.gz: 20a87cfa326cc4ef4774fa0deba5cc930f10bab6002fdb6460776e9cb380d1c0b6dd73ef5e60ccffdb5cf4d1c3d3be31a87f8c689337be83a72d62c1c29bd3e4
@@ -1497,6 +1497,7 @@
1497
1497
  "State":{"shape":"ImageState"},
1498
1498
  "Visibility":{"shape":"VisibilityType"},
1499
1499
  "ImageBuilderSupported":{"shape":"Boolean"},
1500
+ "ImageBuilderName":{"shape":"String"},
1500
1501
  "Platform":{"shape":"PlatformType"},
1501
1502
  "Description":{"shape":"String"},
1502
1503
  "StateChangeReason":{"shape":"ImageStateChangeReason"},
@@ -1524,6 +1525,7 @@
1524
1525
  "CreatedTime":{"shape":"Timestamp"},
1525
1526
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
1526
1527
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
1528
+ "NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"},
1527
1529
  "ImageBuilderErrors":{"shape":"ResourceErrors"},
1528
1530
  "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
1529
1531
  }
@@ -116,6 +116,20 @@
116
116
  {"shape":"InvalidNextTokenException"},
117
117
  {"shape":"RequestChangedException"}
118
118
  ]
119
+ },
120
+ "GetUsageForecast":{
121
+ "name":"GetUsageForecast",
122
+ "http":{
123
+ "method":"POST",
124
+ "requestUri":"/"
125
+ },
126
+ "input":{"shape":"GetUsageForecastRequest"},
127
+ "output":{"shape":"GetUsageForecastResponse"},
128
+ "errors":[
129
+ {"shape":"LimitExceededException"},
130
+ {"shape":"DataUnavailableException"},
131
+ {"shape":"UnresolvableUsageUnitException"}
132
+ ]
119
133
  }
120
134
  },
121
135
  "shapes":{
@@ -488,6 +502,28 @@
488
502
  "TotalSize":{"shape":"PageSize"}
489
503
  }
490
504
  },
505
+ "GetUsageForecastRequest":{
506
+ "type":"structure",
507
+ "required":[
508
+ "TimePeriod",
509
+ "Metric",
510
+ "Granularity"
511
+ ],
512
+ "members":{
513
+ "TimePeriod":{"shape":"DateInterval"},
514
+ "Metric":{"shape":"Metric"},
515
+ "Granularity":{"shape":"Granularity"},
516
+ "Filter":{"shape":"Expression"},
517
+ "PredictionIntervalLevel":{"shape":"PredictionIntervalLevel"}
518
+ }
519
+ },
520
+ "GetUsageForecastResponse":{
521
+ "type":"structure",
522
+ "members":{
523
+ "Total":{"shape":"MetricValue"},
524
+ "ForecastResultsByTime":{"shape":"ForecastResultsByTime"}
525
+ }
526
+ },
491
527
  "Granularity":{
492
528
  "type":"string",
493
529
  "enum":[
@@ -812,6 +848,13 @@
812
848
  "TotalPotentialRISavings":{"type":"string"},
813
849
  "TotalRunningHours":{"type":"string"},
814
850
  "TotalRunningNormalizedUnits":{"type":"string"},
851
+ "UnresolvableUsageUnitException":{
852
+ "type":"structure",
853
+ "members":{
854
+ "Message":{"shape":"ErrorMessage"}
855
+ },
856
+ "exception":true
857
+ },
815
858
  "UnusedHours":{"type":"string"},
816
859
  "UnusedUnits":{"type":"string"},
817
860
  "UtilizationByTime":{
@@ -38,7 +38,9 @@
38
38
  "resultWrapper":"ApplyPendingMaintenanceActionResult"
39
39
  },
40
40
  "errors":[
41
- {"shape":"ResourceNotFoundFault"}
41
+ {"shape":"ResourceNotFoundFault"},
42
+ {"shape":"InvalidDBClusterStateFault"},
43
+ {"shape":"InvalidDBInstanceStateFault"}
42
44
  ]
43
45
  },
44
46
  "CopyDBClusterParameterGroup":{
@@ -690,6 +692,40 @@
690
692
  {"shape":"KMSKeyNotAccessibleFault"},
691
693
  {"shape":"StorageQuotaExceededFault"}
692
694
  ]
695
+ },
696
+ "StartDBCluster":{
697
+ "name":"StartDBCluster",
698
+ "http":{
699
+ "method":"POST",
700
+ "requestUri":"/"
701
+ },
702
+ "input":{"shape":"StartDBClusterMessage"},
703
+ "output":{
704
+ "shape":"StartDBClusterResult",
705
+ "resultWrapper":"StartDBClusterResult"
706
+ },
707
+ "errors":[
708
+ {"shape":"DBClusterNotFoundFault"},
709
+ {"shape":"InvalidDBClusterStateFault"},
710
+ {"shape":"InvalidDBInstanceStateFault"}
711
+ ]
712
+ },
713
+ "StopDBCluster":{
714
+ "name":"StopDBCluster",
715
+ "http":{
716
+ "method":"POST",
717
+ "requestUri":"/"
718
+ },
719
+ "input":{"shape":"StopDBClusterMessage"},
720
+ "output":{
721
+ "shape":"StopDBClusterResult",
722
+ "resultWrapper":"StopDBClusterResult"
723
+ },
724
+ "errors":[
725
+ {"shape":"DBClusterNotFoundFault"},
726
+ {"shape":"InvalidDBClusterStateFault"},
727
+ {"shape":"InvalidDBInstanceStateFault"}
728
+ ]
693
729
  }
694
730
  },
695
731
  "shapes":{
@@ -834,7 +870,9 @@
834
870
  "type":"structure",
835
871
  "required":[
836
872
  "DBClusterIdentifier",
837
- "Engine"
873
+ "Engine",
874
+ "MasterUsername",
875
+ "MasterUserPassword"
838
876
  ],
839
877
  "members":{
840
878
  "AvailabilityZones":{"shape":"AvailabilityZones"},
@@ -853,7 +891,8 @@
853
891
  "Tags":{"shape":"TagList"},
854
892
  "StorageEncrypted":{"shape":"BooleanOptional"},
855
893
  "KmsKeyId":{"shape":"String"},
856
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
894
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
895
+ "DeletionProtection":{"shape":"BooleanOptional"}
857
896
  }
858
897
  },
859
898
  "CreateDBClusterParameterGroupMessage":{
@@ -976,7 +1015,8 @@
976
1015
  "DBClusterArn":{"shape":"String"},
977
1016
  "AssociatedRoles":{"shape":"DBClusterRoles"},
978
1017
  "ClusterCreateTime":{"shape":"TStamp"},
979
- "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
1018
+ "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
1019
+ "DeletionProtection":{"shape":"Boolean"}
980
1020
  },
981
1021
  "wrapper":true
982
1022
  },
@@ -1974,7 +2014,8 @@
1974
2014
  "PreferredBackupWindow":{"shape":"String"},
1975
2015
  "PreferredMaintenanceWindow":{"shape":"String"},
1976
2016
  "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
1977
- "EngineVersion":{"shape":"String"}
2017
+ "EngineVersion":{"shape":"String"},
2018
+ "DeletionProtection":{"shape":"BooleanOptional"}
1978
2019
  }
1979
2020
  },
1980
2021
  "ModifyDBClusterParameterGroupMessage":{
@@ -2227,7 +2268,8 @@
2227
2268
  "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
2228
2269
  "Tags":{"shape":"TagList"},
2229
2270
  "KmsKeyId":{"shape":"String"},
2230
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
2271
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2272
+ "DeletionProtection":{"shape":"BooleanOptional"}
2231
2273
  }
2232
2274
  },
2233
2275
  "RestoreDBClusterFromSnapshotResult":{
@@ -2252,7 +2294,8 @@
2252
2294
  "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
2253
2295
  "Tags":{"shape":"TagList"},
2254
2296
  "KmsKeyId":{"shape":"String"},
2255
- "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
2297
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2298
+ "DeletionProtection":{"shape":"BooleanOptional"}
2256
2299
  }
2257
2300
  },
2258
2301
  "RestoreDBClusterToPointInTimeResult":{
@@ -2294,6 +2337,32 @@
2294
2337
  "db-cluster-snapshot"
2295
2338
  ]
2296
2339
  },
2340
+ "StartDBClusterMessage":{
2341
+ "type":"structure",
2342
+ "required":["DBClusterIdentifier"],
2343
+ "members":{
2344
+ "DBClusterIdentifier":{"shape":"String"}
2345
+ }
2346
+ },
2347
+ "StartDBClusterResult":{
2348
+ "type":"structure",
2349
+ "members":{
2350
+ "DBCluster":{"shape":"DBCluster"}
2351
+ }
2352
+ },
2353
+ "StopDBClusterMessage":{
2354
+ "type":"structure",
2355
+ "required":["DBClusterIdentifier"],
2356
+ "members":{
2357
+ "DBClusterIdentifier":{"shape":"String"}
2358
+ }
2359
+ },
2360
+ "StopDBClusterResult":{
2361
+ "type":"structure",
2362
+ "members":{
2363
+ "DBCluster":{"shape":"DBCluster"}
2364
+ }
2365
+ },
2297
2366
  "StorageQuotaExceededFault":{
2298
2367
  "type":"structure",
2299
2368
  "members":{
@@ -99,7 +99,8 @@
99
99
  "method":"POST",
100
100
  "requestUri":"/"
101
101
  },
102
- "input":{"shape":"AssignPrivateIpAddressesRequest"}
102
+ "input":{"shape":"AssignPrivateIpAddressesRequest"},
103
+ "output":{"shape":"AssignPrivateIpAddressesResult"}
103
104
  },
104
105
  "AssociateAddress":{
105
106
  "name":"AssociateAddress",
@@ -3580,6 +3581,35 @@
3580
3581
  }
3581
3582
  }
3582
3583
  },
3584
+ "AssignPrivateIpAddressesResult":{
3585
+ "type":"structure",
3586
+ "members":{
3587
+ "NetworkInterfaceId":{
3588
+ "shape":"String",
3589
+ "locationName":"networkInterfaceId"
3590
+ },
3591
+ "AssignedPrivateIpAddresses":{
3592
+ "shape":"AssignedPrivateIpAddressList",
3593
+ "locationName":"assignedPrivateIpAddressesSet"
3594
+ }
3595
+ }
3596
+ },
3597
+ "AssignedPrivateIpAddress":{
3598
+ "type":"structure",
3599
+ "members":{
3600
+ "PrivateIpAddress":{
3601
+ "shape":"String",
3602
+ "locationName":"privateIpAddress"
3603
+ }
3604
+ }
3605
+ },
3606
+ "AssignedPrivateIpAddressList":{
3607
+ "type":"list",
3608
+ "member":{
3609
+ "shape":"AssignedPrivateIpAddress",
3610
+ "locationName":"item"
3611
+ }
3612
+ },
3583
3613
  "AssociateAddressRequest":{
3584
3614
  "type":"structure",
3585
3615
  "members":{
@@ -16822,7 +16852,8 @@
16822
16852
  "TargetCapacity":{
16823
16853
  "shape":"Integer",
16824
16854
  "locationName":"targetCapacity"
16825
- }
16855
+ },
16856
+ "OnDemandTargetCapacity":{"shape":"Integer"}
16826
16857
  }
16827
16858
  },
16828
16859
  "ModifySpotFleetRequestResponse":{
@@ -17852,6 +17883,10 @@
17852
17883
  "MinTargetCapacity":{
17853
17884
  "shape":"Integer",
17854
17885
  "locationName":"minTargetCapacity"
17886
+ },
17887
+ "MaxTotalPrice":{
17888
+ "shape":"String",
17889
+ "locationName":"maxTotalPrice"
17855
17890
  }
17856
17891
  }
17857
17892
  },
@@ -17861,7 +17896,8 @@
17861
17896
  "AllocationStrategy":{"shape":"FleetOnDemandAllocationStrategy"},
17862
17897
  "SingleInstanceType":{"shape":"Boolean"},
17863
17898
  "SingleAvailabilityZone":{"shape":"Boolean"},
17864
- "MinTargetCapacity":{"shape":"Integer"}
17899
+ "MinTargetCapacity":{"shape":"Integer"},
17900
+ "MaxTotalPrice":{"shape":"String"}
17865
17901
  }
17866
17902
  },
17867
17903
  "OperationType":{
@@ -21489,6 +21525,14 @@
21489
21525
  "shape":"Integer",
21490
21526
  "locationName":"onDemandTargetCapacity"
21491
21527
  },
21528
+ "OnDemandMaxTotalPrice":{
21529
+ "shape":"String",
21530
+ "locationName":"onDemandMaxTotalPrice"
21531
+ },
21532
+ "SpotMaxTotalPrice":{
21533
+ "shape":"String",
21534
+ "locationName":"spotMaxTotalPrice"
21535
+ },
21492
21536
  "TerminateInstancesWithExpiration":{
21493
21537
  "shape":"Boolean",
21494
21538
  "locationName":"terminateInstancesWithExpiration"
@@ -21736,6 +21780,10 @@
21736
21780
  "MinTargetCapacity":{
21737
21781
  "shape":"Integer",
21738
21782
  "locationName":"minTargetCapacity"
21783
+ },
21784
+ "MaxTotalPrice":{
21785
+ "shape":"String",
21786
+ "locationName":"maxTotalPrice"
21739
21787
  }
21740
21788
  }
21741
21789
  },
@@ -21747,7 +21795,8 @@
21747
21795
  "InstancePoolsToUseCount":{"shape":"Integer"},
21748
21796
  "SingleInstanceType":{"shape":"Boolean"},
21749
21797
  "SingleAvailabilityZone":{"shape":"Boolean"},
21750
- "MinTargetCapacity":{"shape":"Integer"}
21798
+ "MinTargetCapacity":{"shape":"Integer"},
21799
+ "MaxTotalPrice":{"shape":"String"}
21751
21800
  }
21752
21801
  },
21753
21802
  "SpotPlacement":{
@@ -157,6 +157,20 @@
157
157
  {"shape":"InternalServerError"}
158
158
  ]
159
159
  },
160
+ "ListTagsForResource":{
161
+ "name":"ListTagsForResource",
162
+ "http":{
163
+ "method":"POST",
164
+ "requestUri":"/"
165
+ },
166
+ "input":{"shape":"ListTagsForResourceInput"},
167
+ "output":{"shape":"ListTagsForResourceOutput"},
168
+ "errors":[
169
+ {"shape":"ContainerInUseException"},
170
+ {"shape":"ContainerNotFoundException"},
171
+ {"shape":"InternalServerError"}
172
+ ]
173
+ },
160
174
  "PutContainerPolicy":{
161
175
  "name":"PutContainerPolicy",
162
176
  "http":{
@@ -226,6 +240,34 @@
226
240
  {"shape":"ContainerNotFoundException"},
227
241
  {"shape":"InternalServerError"}
228
242
  ]
243
+ },
244
+ "TagResource":{
245
+ "name":"TagResource",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/"
249
+ },
250
+ "input":{"shape":"TagResourceInput"},
251
+ "output":{"shape":"TagResourceOutput"},
252
+ "errors":[
253
+ {"shape":"ContainerInUseException"},
254
+ {"shape":"ContainerNotFoundException"},
255
+ {"shape":"InternalServerError"}
256
+ ]
257
+ },
258
+ "UntagResource":{
259
+ "name":"UntagResource",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"UntagResourceInput"},
265
+ "output":{"shape":"UntagResourceOutput"},
266
+ "errors":[
267
+ {"shape":"ContainerInUseException"},
268
+ {"shape":"ContainerNotFoundException"},
269
+ {"shape":"InternalServerError"}
270
+ ]
229
271
  }
230
272
  },
231
273
  "shapes":{
@@ -262,7 +304,7 @@
262
304
  "type":"string",
263
305
  "max":1024,
264
306
  "min":1,
265
- "pattern":"arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/\\w{1,255}"
307
+ "pattern":"arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/[\\w-]{1,255}"
266
308
  },
267
309
  "ContainerAccessLoggingEnabled":{"type":"boolean"},
268
310
  "ContainerInUseException":{
@@ -298,7 +340,7 @@
298
340
  "type":"string",
299
341
  "max":8192,
300
342
  "min":1,
301
- "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
343
+ "pattern":"[\\x00-\\x7F]+"
302
344
  },
303
345
  "ContainerStatus":{
304
346
  "type":"string",
@@ -341,7 +383,8 @@
341
383
  "type":"structure",
342
384
  "required":["ContainerName"],
343
385
  "members":{
344
- "ContainerName":{"shape":"ContainerName"}
386
+ "ContainerName":{"shape":"ContainerName"},
387
+ "Tags":{"shape":"TagList"}
345
388
  }
346
389
  },
347
390
  "CreateContainerOutput":{
@@ -512,6 +555,19 @@
512
555
  "NextToken":{"shape":"PaginationToken"}
513
556
  }
514
557
  },
558
+ "ListTagsForResourceInput":{
559
+ "type":"structure",
560
+ "required":["Resource"],
561
+ "members":{
562
+ "Resource":{"shape":"ContainerARN"}
563
+ }
564
+ },
565
+ "ListTagsForResourceOutput":{
566
+ "type":"structure",
567
+ "members":{
568
+ "Tags":{"shape":"TagList"}
569
+ }
570
+ },
515
571
  "MaxAgeSeconds":{
516
572
  "type":"integer",
517
573
  "max":2147483647,
@@ -617,6 +673,63 @@
617
673
  "members":{
618
674
  }
619
675
  },
620
- "TimeStamp":{"type":"timestamp"}
676
+ "Tag":{
677
+ "type":"structure",
678
+ "members":{
679
+ "Key":{"shape":"TagKey"},
680
+ "Value":{"shape":"TagValue"}
681
+ }
682
+ },
683
+ "TagKey":{
684
+ "type":"string",
685
+ "max":128,
686
+ "min":1
687
+ },
688
+ "TagKeyList":{
689
+ "type":"list",
690
+ "member":{"shape":"TagKey"}
691
+ },
692
+ "TagList":{
693
+ "type":"list",
694
+ "member":{"shape":"Tag"}
695
+ },
696
+ "TagResourceInput":{
697
+ "type":"structure",
698
+ "required":[
699
+ "Resource",
700
+ "Tags"
701
+ ],
702
+ "members":{
703
+ "Resource":{"shape":"ContainerARN"},
704
+ "Tags":{"shape":"TagList"}
705
+ }
706
+ },
707
+ "TagResourceOutput":{
708
+ "type":"structure",
709
+ "members":{
710
+ }
711
+ },
712
+ "TagValue":{
713
+ "type":"string",
714
+ "max":256,
715
+ "min":0
716
+ },
717
+ "TimeStamp":{"type":"timestamp"},
718
+ "UntagResourceInput":{
719
+ "type":"structure",
720
+ "required":[
721
+ "Resource",
722
+ "TagKeys"
723
+ ],
724
+ "members":{
725
+ "Resource":{"shape":"ContainerARN"},
726
+ "TagKeys":{"shape":"TagKeyList"}
727
+ }
728
+ },
729
+ "UntagResourceOutput":{
730
+ "type":"structure",
731
+ "members":{
732
+ }
733
+ }
621
734
  }
622
735
  }