aws-sdk-core 2.11.591 → 2.11.596

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.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/amplify/2017-07-25/api-2.json +1 -1
  3. data/apis/application-autoscaling/2016-02-06/api-2.json +1 -0
  4. data/apis/backup/2018-11-15/api-2.json +45 -10
  5. data/apis/batch/2016-08-10/api-2.json +71 -3
  6. data/apis/ce/2017-10-25/api-2.json +506 -2
  7. data/apis/config/2014-11-12/api-2.json +5 -13
  8. data/apis/ec2/2016-11-15/api-2.json +32 -0
  9. data/apis/eks/2017-11-01/api-2.json +14 -0
  10. data/apis/frauddetector/2019-11-15/api-2.json +3 -3
  11. data/apis/quicksight/2018-04-01/api-2.json +18 -3
  12. data/apis/rds/2014-10-31/api-2.json +13 -1
  13. data/apis/savingsplans/2019-06-28/api-2.json +32 -2
  14. data/apis/schemas/2019-12-02/api-2.json +113 -0
  15. data/apis/sts/2011-06-15/api-2.json +4 -5
  16. data/apis/synthetics/2017-10-11/api-2.json +35 -17
  17. data/apis/textract/2018-06-27/api-2.json +18 -5
  18. data/apis/timestream-query/2018-11-01/api-2.json +299 -0
  19. data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
  20. data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
  21. data/apis/timestream-write/2018-11-01/api-2.json +775 -0
  22. data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
  23. data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
  24. data/apis/transcribe/2017-10-26/api-2.json +12 -1
  25. data/apis/translate/2017-07-01/api-2.json +3 -1
  26. data/endpoints.json +5 -0
  27. data/lib/aws-sdk-core.rb +2 -0
  28. data/lib/aws-sdk-core/eager_loader.rb +1 -0
  29. data/lib/aws-sdk-core/timestreamquery.rb +6 -0
  30. data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +8 -0
  33. metadata +10 -2
@@ -1681,8 +1681,7 @@
1681
1681
  "required":[
1682
1682
  "ConformancePackName",
1683
1683
  "ConformancePackArn",
1684
- "ConformancePackId",
1685
- "DeliveryS3Bucket"
1684
+ "ConformancePackId"
1686
1685
  ],
1687
1686
  "members":{
1688
1687
  "ConformancePackName":{"shape":"ConformancePackName"},
@@ -2017,12 +2016,12 @@
2017
2016
  "DeliveryS3Bucket":{
2018
2017
  "type":"string",
2019
2018
  "max":63,
2020
- "min":3
2019
+ "min":0
2021
2020
  },
2022
2021
  "DeliveryS3KeyPrefix":{
2023
2022
  "type":"string",
2024
2023
  "max":1024,
2025
- "min":1
2024
+ "min":0
2026
2025
  },
2027
2026
  "DeliveryStatus":{
2028
2027
  "type":"string",
@@ -3246,7 +3245,6 @@
3246
3245
  "required":[
3247
3246
  "OrganizationConformancePackName",
3248
3247
  "OrganizationConformancePackArn",
3249
- "DeliveryS3Bucket",
3250
3248
  "LastUpdateTime"
3251
3249
  ],
3252
3250
  "members":{
@@ -3496,10 +3494,7 @@
3496
3494
  },
3497
3495
  "PutConformancePackRequest":{
3498
3496
  "type":"structure",
3499
- "required":[
3500
- "ConformancePackName",
3501
- "DeliveryS3Bucket"
3502
- ],
3497
+ "required":["ConformancePackName"],
3503
3498
  "members":{
3504
3499
  "ConformancePackName":{"shape":"ConformancePackName"},
3505
3500
  "TemplateS3Uri":{"shape":"TemplateS3Uri"},
@@ -3555,10 +3550,7 @@
3555
3550
  },
3556
3551
  "PutOrganizationConformancePackRequest":{
3557
3552
  "type":"structure",
3558
- "required":[
3559
- "OrganizationConformancePackName",
3560
- "DeliveryS3Bucket"
3561
- ],
3553
+ "required":["OrganizationConformancePackName"],
3562
3554
  "members":{
3563
3555
  "OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
3564
3556
  "TemplateS3Uri":{"shape":"TemplateS3Uri"},
@@ -20349,6 +20349,14 @@
20349
20349
  "LocalGatewayRouteTableId":{
20350
20350
  "shape":"LocalGatewayRoutetableId",
20351
20351
  "locationName":"localGatewayRouteTableId"
20352
+ },
20353
+ "LocalGatewayRouteTableArn":{
20354
+ "shape":"ResourceArn",
20355
+ "locationName":"localGatewayRouteTableArn"
20356
+ },
20357
+ "OwnerId":{
20358
+ "shape":"String",
20359
+ "locationName":"ownerId"
20352
20360
  }
20353
20361
  }
20354
20362
  },
@@ -20376,6 +20384,10 @@
20376
20384
  "shape":"String",
20377
20385
  "locationName":"localGatewayRouteTableId"
20378
20386
  },
20387
+ "LocalGatewayRouteTableArn":{
20388
+ "shape":"ResourceArn",
20389
+ "locationName":"localGatewayRouteTableArn"
20390
+ },
20379
20391
  "LocalGatewayId":{
20380
20392
  "shape":"LocalGatewayId",
20381
20393
  "locationName":"localGatewayId"
@@ -20384,6 +20396,10 @@
20384
20396
  "shape":"String",
20385
20397
  "locationName":"outpostArn"
20386
20398
  },
20399
+ "OwnerId":{
20400
+ "shape":"String",
20401
+ "locationName":"ownerId"
20402
+ },
20387
20403
  "State":{
20388
20404
  "shape":"String",
20389
20405
  "locationName":"state"
@@ -20427,6 +20443,14 @@
20427
20443
  "shape":"LocalGatewayId",
20428
20444
  "locationName":"localGatewayRouteTableId"
20429
20445
  },
20446
+ "LocalGatewayRouteTableArn":{
20447
+ "shape":"ResourceArn",
20448
+ "locationName":"localGatewayRouteTableArn"
20449
+ },
20450
+ "OwnerId":{
20451
+ "shape":"String",
20452
+ "locationName":"ownerId"
20453
+ },
20430
20454
  "State":{
20431
20455
  "shape":"String",
20432
20456
  "locationName":"state"
@@ -20463,6 +20487,10 @@
20463
20487
  "shape":"String",
20464
20488
  "locationName":"localGatewayRouteTableId"
20465
20489
  },
20490
+ "LocalGatewayRouteTableArn":{
20491
+ "shape":"ResourceArn",
20492
+ "locationName":"localGatewayRouteTableArn"
20493
+ },
20466
20494
  "LocalGatewayId":{
20467
20495
  "shape":"String",
20468
20496
  "locationName":"localGatewayId"
@@ -20471,6 +20499,10 @@
20471
20499
  "shape":"String",
20472
20500
  "locationName":"vpcId"
20473
20501
  },
20502
+ "OwnerId":{
20503
+ "shape":"String",
20504
+ "locationName":"ownerId"
20505
+ },
20474
20506
  "State":{
20475
20507
  "shape":"String",
20476
20508
  "locationName":"state"
@@ -411,6 +411,7 @@
411
411
  "endpoint":{"shape":"String"},
412
412
  "roleArn":{"shape":"String"},
413
413
  "resourcesVpcConfig":{"shape":"VpcConfigResponse"},
414
+ "kubernetesNetworkConfig":{"shape":"KubernetesNetworkConfigResponse"},
414
415
  "logging":{"shape":"Logging"},
415
416
  "identity":{"shape":"Identity"},
416
417
  "status":{"shape":"ClusterStatus"},
@@ -449,6 +450,7 @@
449
450
  "version":{"shape":"String"},
450
451
  "roleArn":{"shape":"String"},
451
452
  "resourcesVpcConfig":{"shape":"VpcConfigRequest"},
453
+ "kubernetesNetworkConfig":{"shape":"KubernetesNetworkConfigRequest"},
452
454
  "logging":{"shape":"Logging"},
453
455
  "clientRequestToken":{
454
456
  "shape":"String",
@@ -822,6 +824,18 @@
822
824
  "type":"list",
823
825
  "member":{"shape":"Issue"}
824
826
  },
827
+ "KubernetesNetworkConfigRequest":{
828
+ "type":"structure",
829
+ "members":{
830
+ "serviceIpv4Cidr":{"shape":"String"}
831
+ }
832
+ },
833
+ "KubernetesNetworkConfigResponse":{
834
+ "type":"structure",
835
+ "members":{
836
+ "serviceIpv4Cidr":{"shape":"String"}
837
+ }
838
+ },
825
839
  "LaunchTemplateSpecification":{
826
840
  "type":"structure",
827
841
  "members":{
@@ -1398,9 +1398,9 @@
1398
1398
  },
1399
1399
  "KmsEncryptionKeyArn":{
1400
1400
  "type":"string",
1401
- "max":80,
1401
+ "max":90,
1402
1402
  "min":7,
1403
- "pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key:[a-zA-Z0-9-_]+|[a-zA-Z0-9-_]\\S+"
1403
+ "pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key\\/\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$"
1404
1404
  },
1405
1405
  "Label":{
1406
1406
  "type":"structure",
@@ -2266,7 +2266,7 @@
2266
2266
  },
2267
2267
  "variableValue":{
2268
2268
  "type":"string",
2269
- "max":256,
2269
+ "max":1024,
2270
2270
  "min":1,
2271
2271
  "sensitive":true
2272
2272
  },
@@ -1824,7 +1824,8 @@
1824
1824
  "DataSetArns":{"shape":"DataSetArnsList"},
1825
1825
  "ThemeArn":{"shape":"Arn"},
1826
1826
  "CreatedTime":{"shape":"Timestamp"},
1827
- "LastUpdatedTime":{"shape":"Timestamp"}
1827
+ "LastUpdatedTime":{"shape":"Timestamp"},
1828
+ "Sheets":{"shape":"SheetList"}
1828
1829
  }
1829
1830
  },
1830
1831
  "AnalysisError":{
@@ -2879,7 +2880,8 @@
2879
2880
  "SourceEntityArn":{"shape":"Arn"},
2880
2881
  "DataSetArns":{"shape":"DataSetArnsList"},
2881
2882
  "Description":{"shape":"VersionDescription"},
2882
- "ThemeArn":{"shape":"Arn"}
2883
+ "ThemeArn":{"shape":"Arn"},
2884
+ "Sheets":{"shape":"SheetList"}
2883
2885
  }
2884
2886
  },
2885
2887
  "DashboardVersionSummary":{
@@ -6364,12 +6366,24 @@
6364
6366
  "error":{"httpStatusCode":400},
6365
6367
  "exception":true
6366
6368
  },
6369
+ "Sheet":{
6370
+ "type":"structure",
6371
+ "members":{
6372
+ "SheetId":{"shape":"RestrictiveResourceId"},
6373
+ "Name":{"shape":"NonEmptyString"}
6374
+ }
6375
+ },
6367
6376
  "SheetControlsOption":{
6368
6377
  "type":"structure",
6369
6378
  "members":{
6370
6379
  "VisibilityState":{"shape":"DashboardUIState"}
6371
6380
  }
6372
6381
  },
6382
+ "SheetList":{
6383
+ "type":"list",
6384
+ "member":{"shape":"Sheet"},
6385
+ "max":20
6386
+ },
6373
6387
  "SheetStyle":{
6374
6388
  "type":"structure",
6375
6389
  "members":{
@@ -6623,7 +6637,8 @@
6623
6637
  "DataSetConfigurations":{"shape":"DataSetConfigurationList"},
6624
6638
  "Description":{"shape":"VersionDescription"},
6625
6639
  "SourceEntityArn":{"shape":"Arn"},
6626
- "ThemeArn":{"shape":"Arn"}
6640
+ "ThemeArn":{"shape":"Arn"},
6641
+ "Sheets":{"shape":"SheetList"}
6627
6642
  }
6628
6643
  },
6629
6644
  "TemplateVersionSummary":{
@@ -1815,7 +1815,8 @@
1815
1815
  {"shape":"DBProxyTargetAlreadyRegisteredFault"},
1816
1816
  {"shape":"InvalidDBInstanceStateFault"},
1817
1817
  {"shape":"InvalidDBClusterStateFault"},
1818
- {"shape":"InvalidDBProxyStateFault"}
1818
+ {"shape":"InvalidDBProxyStateFault"},
1819
+ {"shape":"InsufficientAvailableIPsInSubnetFault"}
1819
1820
  ]
1820
1821
  },
1821
1822
  "RemoveFromGlobalCluster":{
@@ -5521,6 +5522,17 @@
5521
5522
  },
5522
5523
  "exception":true
5523
5524
  },
5525
+ "InsufficientAvailableIPsInSubnetFault":{
5526
+ "type":"structure",
5527
+ "members":{
5528
+ },
5529
+ "error":{
5530
+ "code":"InsufficientAvailableIPsInSubnetFault",
5531
+ "httpStatusCode":400,
5532
+ "senderFault":true
5533
+ },
5534
+ "exception":true
5535
+ },
5524
5536
  "InsufficientDBClusterCapacityFault":{
5525
5537
  "type":"structure",
5526
5538
  "members":{
@@ -28,6 +28,21 @@
28
28
  {"shape":"ServiceQuotaExceededException"}
29
29
  ]
30
30
  },
31
+ "DeleteQueuedSavingsPlan":{
32
+ "name":"DeleteQueuedSavingsPlan",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/DeleteQueuedSavingsPlan"
36
+ },
37
+ "input":{"shape":"DeleteQueuedSavingsPlanRequest"},
38
+ "output":{"shape":"DeleteQueuedSavingsPlanResponse"},
39
+ "errors":[
40
+ {"shape":"ValidationException"},
41
+ {"shape":"ResourceNotFoundException"},
42
+ {"shape":"InternalServerException"},
43
+ {"shape":"ServiceQuotaExceededException"}
44
+ ]
45
+ },
31
46
  "DescribeSavingsPlanRates":{
32
47
  "name":"DescribeSavingsPlanRates",
33
48
  "http":{
@@ -137,6 +152,7 @@
137
152
  "savingsPlanOfferingId":{"shape":"SavingsPlanOfferingId"},
138
153
  "commitment":{"shape":"Amount"},
139
154
  "upfrontPaymentAmount":{"shape":"Amount"},
155
+ "purchaseTime":{"shape":"DateTime"},
140
156
  "clientToken":{
141
157
  "shape":"ClientToken",
142
158
  "idempotencyToken":true
@@ -161,6 +177,19 @@
161
177
  "type":"list",
162
178
  "member":{"shape":"CurrencyCode"}
163
179
  },
180
+ "DateTime":{"type":"timestamp"},
181
+ "DeleteQueuedSavingsPlanRequest":{
182
+ "type":"structure",
183
+ "required":["savingsPlanId"],
184
+ "members":{
185
+ "savingsPlanId":{"shape":"SavingsPlanId"}
186
+ }
187
+ },
188
+ "DeleteQueuedSavingsPlanResponse":{
189
+ "type":"structure",
190
+ "members":{
191
+ }
192
+ },
164
193
  "DescribeSavingsPlanRatesRequest":{
165
194
  "type":"structure",
166
195
  "required":["savingsPlanId"],
@@ -596,7 +625,6 @@
596
625
  "enum":[
597
626
  "AmazonEC2",
598
627
  "AmazonECS",
599
- "AmazonEKS",
600
628
  "AWSLambda"
601
629
  ]
602
630
  },
@@ -636,7 +664,9 @@
636
664
  "payment-pending",
637
665
  "payment-failed",
638
666
  "active",
639
- "retired"
667
+ "retired",
668
+ "queued",
669
+ "queued-deleted"
640
670
  ]
641
671
  },
642
672
  "SavingsPlanStateList":{
@@ -973,6 +973,43 @@
973
973
  "shape": "ServiceUnavailableException"
974
974
  }
975
975
  ]
976
+ },
977
+ "ExportSchema": {
978
+ "name": "ExportSchema",
979
+ "http": {
980
+ "method": "GET",
981
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/export",
982
+ "responseCode": 200
983
+ },
984
+ "input": {
985
+ "shape": "ExportSchemaRequest"
986
+ },
987
+ "output": {
988
+ "shape": "ExportSchemaResponse"
989
+ },
990
+ "errors": [
991
+ {
992
+ "shape": "BadRequestException"
993
+ },
994
+ {
995
+ "shape": "UnauthorizedException"
996
+ },
997
+ {
998
+ "shape": "InternalServerErrorException"
999
+ },
1000
+ {
1001
+ "shape": "ForbiddenException"
1002
+ },
1003
+ {
1004
+ "shape": "NotFoundException"
1005
+ },
1006
+ {
1007
+ "shape": "ServiceUnavailableException"
1008
+ },
1009
+ {
1010
+ "shape": "TooManyRequestsException"
1011
+ }
1012
+ ]
976
1013
  }
977
1014
  },
978
1015
  "shapes": {
@@ -2310,6 +2347,9 @@
2310
2347
  },
2311
2348
  "SchemaVersion": {
2312
2349
  "shape": "__string"
2350
+ },
2351
+ "Type": {
2352
+ "shape": "__string"
2313
2353
  }
2314
2354
  }
2315
2355
  },
@@ -2338,6 +2378,9 @@
2338
2378
  },
2339
2379
  "SchemaVersion": {
2340
2380
  "shape": "__string"
2381
+ },
2382
+ "Type": {
2383
+ "shape": "__string"
2341
2384
  }
2342
2385
  }
2343
2386
  },
@@ -2757,6 +2800,76 @@
2757
2800
  }
2758
2801
  }
2759
2802
  },
2803
+ "ExportSchemaOutput": {
2804
+ "type": "structure",
2805
+ "members": {
2806
+ "Content": {
2807
+ "shape": "__string"
2808
+ },
2809
+ "SchemaArn": {
2810
+ "shape": "__string"
2811
+ },
2812
+ "SchemaName": {
2813
+ "shape": "__string"
2814
+ },
2815
+ "SchemaVersion": {
2816
+ "shape": "__string"
2817
+ },
2818
+ "Type": {
2819
+ "shape": "__string"
2820
+ }
2821
+ }
2822
+ },
2823
+ "ExportSchemaRequest": {
2824
+ "type": "structure",
2825
+ "members": {
2826
+ "RegistryName": {
2827
+ "shape": "__string",
2828
+ "location": "uri",
2829
+ "locationName": "registryName"
2830
+ },
2831
+ "SchemaName": {
2832
+ "shape": "__string",
2833
+ "location": "uri",
2834
+ "locationName": "schemaName"
2835
+ },
2836
+ "SchemaVersion": {
2837
+ "shape": "__string",
2838
+ "location": "querystring",
2839
+ "locationName": "schemaVersion"
2840
+ },
2841
+ "Type": {
2842
+ "shape": "__string",
2843
+ "location": "querystring",
2844
+ "locationName": "type"
2845
+ }
2846
+ },
2847
+ "required": [
2848
+ "RegistryName",
2849
+ "SchemaName",
2850
+ "Type"
2851
+ ]
2852
+ },
2853
+ "ExportSchemaResponse": {
2854
+ "type": "structure",
2855
+ "members": {
2856
+ "Content": {
2857
+ "shape": "__string"
2858
+ },
2859
+ "SchemaArn": {
2860
+ "shape": "__string"
2861
+ },
2862
+ "SchemaName": {
2863
+ "shape": "__string"
2864
+ },
2865
+ "SchemaVersion": {
2866
+ "shape": "__string"
2867
+ },
2868
+ "Type": {
2869
+ "shape": "__string"
2870
+ }
2871
+ }
2872
+ },
2760
2873
  "__boolean": {
2761
2874
  "type": "boolean"
2762
2875
  },