aws-sdk-core 2.11.524 → 2.11.529

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +17 -5
  3. data/apis/appconfig/2019-10-09/api-2.json +282 -11
  4. data/apis/appconfig/2019-10-09/paginators-1.json +5 -0
  5. data/apis/autoscaling/2011-01-01/api-2.json +175 -0
  6. data/apis/chime/2018-05-01/api-2.json +49 -0
  7. data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
  8. data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
  9. data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
  10. data/apis/cognito-idp/2016-04-18/api-2.json +2 -4
  11. data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
  12. data/apis/dataexchange/2017-07-25/api-2.json +1 -2
  13. data/apis/dlm/2018-01-12/api-2.json +1 -1
  14. data/apis/ec2/2016-11-15/api-2.json +18 -0
  15. data/apis/ecs/2014-11-13/api-2.json +43 -2
  16. data/apis/glue/2017-03-31/api-2.json +3 -1
  17. data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
  18. data/apis/iot-data/2015-05-28/api-2.json +86 -7
  19. data/apis/iot-data/2015-05-28/examples-1.json +5 -0
  20. data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
  21. data/apis/iot-data/2015-05-28/smoke.json +13 -0
  22. data/apis/iot/2015-05-28/api-2.json +89 -1
  23. data/apis/lambda/2015-03-31/api-2.json +72 -3
  24. data/apis/lambda/2015-03-31/examples-1.json +6 -6
  25. data/apis/lex-models/2017-04-19/api-2.json +37 -5
  26. data/apis/macie2/2020-01-01/api-2.json +2 -107
  27. data/apis/polly/2016-06-10/api-2.json +1 -0
  28. data/apis/shield/2016-06-02/api-2.json +2 -2
  29. data/apis/storagegateway/2013-06-30/api-2.json +7 -1
  30. data/endpoints.json +21 -0
  31. data/lib/aws-sdk-core.rb +1 -0
  32. data/lib/aws-sdk-core/codeartifact.rb +6 -0
  33. data/lib/aws-sdk-core/iotdataplane.rb +2 -0
  34. data/lib/aws-sdk-core/version.rb +1 -1
  35. data/service-models.json +4 -0
  36. metadata +9 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "pagination": {
3
+ "ListDomains": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "domains"
8
+ },
9
+ "ListPackageVersionAssets": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "assets"
14
+ },
15
+ "ListPackageVersions": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "versions"
20
+ },
21
+ "ListPackages": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "packages"
26
+ },
27
+ "ListRepositories": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "repositories"
32
+ },
33
+ "ListRepositoriesInDomain": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "repositories"
38
+ }
39
+ }
40
+ }
@@ -271,6 +271,7 @@
271
271
  {"shape":"NotAuthorizedException"},
272
272
  {"shape":"UserNotFoundException"},
273
273
  {"shape":"AliasExistsException"},
274
+ {"shape":"LimitExceededException"},
274
275
  {"shape":"InternalErrorException"}
275
276
  ]
276
277
  },
@@ -2584,10 +2585,7 @@
2584
2585
  "AuthParametersType":{
2585
2586
  "type":"map",
2586
2587
  "key":{"shape":"StringType"},
2587
- "value":{"shape":"AuthParametersValueType"}
2588
- },
2589
- "AuthParametersValueType":{
2590
- "type":"string",
2588
+ "value":{"shape":"StringType"},
2591
2589
  "sensitive":true
2592
2590
  },
2593
2591
  "AuthenticationResultType":{
@@ -13,6 +13,63 @@
13
13
  "uid":"compute-optimizer-2019-11-01"
14
14
  },
15
15
  "operations":{
16
+ "DescribeRecommendationExportJobs":{
17
+ "name":"DescribeRecommendationExportJobs",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"DescribeRecommendationExportJobsRequest"},
23
+ "output":{"shape":"DescribeRecommendationExportJobsResponse"},
24
+ "errors":[
25
+ {"shape":"OptInRequiredException"},
26
+ {"shape":"InternalServerException"},
27
+ {"shape":"ServiceUnavailableException"},
28
+ {"shape":"AccessDeniedException"},
29
+ {"shape":"InvalidParameterValueException"},
30
+ {"shape":"ResourceNotFoundException"},
31
+ {"shape":"MissingAuthenticationToken"},
32
+ {"shape":"ThrottlingException"}
33
+ ]
34
+ },
35
+ "ExportAutoScalingGroupRecommendations":{
36
+ "name":"ExportAutoScalingGroupRecommendations",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/"
40
+ },
41
+ "input":{"shape":"ExportAutoScalingGroupRecommendationsRequest"},
42
+ "output":{"shape":"ExportAutoScalingGroupRecommendationsResponse"},
43
+ "errors":[
44
+ {"shape":"OptInRequiredException"},
45
+ {"shape":"InternalServerException"},
46
+ {"shape":"ServiceUnavailableException"},
47
+ {"shape":"AccessDeniedException"},
48
+ {"shape":"InvalidParameterValueException"},
49
+ {"shape":"MissingAuthenticationToken"},
50
+ {"shape":"ThrottlingException"},
51
+ {"shape":"LimitExceededException"}
52
+ ]
53
+ },
54
+ "ExportEC2InstanceRecommendations":{
55
+ "name":"ExportEC2InstanceRecommendations",
56
+ "http":{
57
+ "method":"POST",
58
+ "requestUri":"/"
59
+ },
60
+ "input":{"shape":"ExportEC2InstanceRecommendationsRequest"},
61
+ "output":{"shape":"ExportEC2InstanceRecommendationsResponse"},
62
+ "errors":[
63
+ {"shape":"OptInRequiredException"},
64
+ {"shape":"InternalServerException"},
65
+ {"shape":"ServiceUnavailableException"},
66
+ {"shape":"AccessDeniedException"},
67
+ {"shape":"InvalidParameterValueException"},
68
+ {"shape":"MissingAuthenticationToken"},
69
+ {"shape":"ThrottlingException"},
70
+ {"shape":"LimitExceededException"}
71
+ ]
72
+ },
16
73
  "GetAutoScalingGroupRecommendations":{
17
74
  "name":"GetAutoScalingGroupRecommendations",
18
75
  "http":{
@@ -184,9 +241,158 @@
184
241
  "member":{"shape":"AutoScalingGroupRecommendation"}
185
242
  },
186
243
  "Code":{"type":"string"},
244
+ "CreationTimestamp":{"type":"timestamp"},
187
245
  "CurrentInstanceType":{"type":"string"},
246
+ "DescribeRecommendationExportJobsRequest":{
247
+ "type":"structure",
248
+ "members":{
249
+ "jobIds":{"shape":"JobIds"},
250
+ "filters":{"shape":"JobFilters"},
251
+ "nextToken":{"shape":"NextToken"},
252
+ "maxResults":{"shape":"MaxResults"}
253
+ }
254
+ },
255
+ "DescribeRecommendationExportJobsResponse":{
256
+ "type":"structure",
257
+ "members":{
258
+ "recommendationExportJobs":{"shape":"RecommendationExportJobs"},
259
+ "nextToken":{"shape":"NextToken"}
260
+ }
261
+ },
188
262
  "DesiredCapacity":{"type":"integer"},
263
+ "DestinationBucket":{"type":"string"},
264
+ "DestinationKey":{"type":"string"},
265
+ "DestinationKeyPrefix":{"type":"string"},
189
266
  "ErrorMessage":{"type":"string"},
267
+ "ExportAutoScalingGroupRecommendationsRequest":{
268
+ "type":"structure",
269
+ "required":["s3DestinationConfig"],
270
+ "members":{
271
+ "accountIds":{"shape":"AccountIds"},
272
+ "filters":{"shape":"Filters"},
273
+ "fieldsToExport":{"shape":"ExportableAutoScalingGroupFields"},
274
+ "s3DestinationConfig":{"shape":"S3DestinationConfig"},
275
+ "fileFormat":{"shape":"FileFormat"},
276
+ "includeMemberAccounts":{"shape":"IncludeMemberAccounts"}
277
+ }
278
+ },
279
+ "ExportAutoScalingGroupRecommendationsResponse":{
280
+ "type":"structure",
281
+ "members":{
282
+ "jobId":{"shape":"JobId"},
283
+ "s3Destination":{"shape":"S3Destination"}
284
+ }
285
+ },
286
+ "ExportDestination":{
287
+ "type":"structure",
288
+ "members":{
289
+ "s3":{"shape":"S3Destination"}
290
+ }
291
+ },
292
+ "ExportEC2InstanceRecommendationsRequest":{
293
+ "type":"structure",
294
+ "required":["s3DestinationConfig"],
295
+ "members":{
296
+ "accountIds":{"shape":"AccountIds"},
297
+ "filters":{"shape":"Filters"},
298
+ "fieldsToExport":{"shape":"ExportableInstanceFields"},
299
+ "s3DestinationConfig":{"shape":"S3DestinationConfig"},
300
+ "fileFormat":{"shape":"FileFormat"},
301
+ "includeMemberAccounts":{"shape":"IncludeMemberAccounts"}
302
+ }
303
+ },
304
+ "ExportEC2InstanceRecommendationsResponse":{
305
+ "type":"structure",
306
+ "members":{
307
+ "jobId":{"shape":"JobId"},
308
+ "s3Destination":{"shape":"S3Destination"}
309
+ }
310
+ },
311
+ "ExportableAutoScalingGroupField":{
312
+ "type":"string",
313
+ "enum":[
314
+ "AccountId",
315
+ "AutoScalingGroupArn",
316
+ "AutoScalingGroupName",
317
+ "Finding",
318
+ "UtilizationMetricsCpuMaximum",
319
+ "UtilizationMetricsMemoryMaximum",
320
+ "LookbackPeriodInDays",
321
+ "CurrentConfigurationInstanceType",
322
+ "CurrentConfigurationDesiredCapacity",
323
+ "CurrentConfigurationMinSize",
324
+ "CurrentConfigurationMaxSize",
325
+ "CurrentOnDemandPrice",
326
+ "CurrentStandardOneYearNoUpfrontReservedPrice",
327
+ "CurrentStandardThreeYearNoUpfrontReservedPrice",
328
+ "CurrentVCpus",
329
+ "CurrentMemory",
330
+ "CurrentStorage",
331
+ "CurrentNetwork",
332
+ "RecommendationOptionsConfigurationInstanceType",
333
+ "RecommendationOptionsConfigurationDesiredCapacity",
334
+ "RecommendationOptionsConfigurationMinSize",
335
+ "RecommendationOptionsConfigurationMaxSize",
336
+ "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum",
337
+ "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
338
+ "RecommendationOptionsPerformanceRisk",
339
+ "RecommendationOptionsOnDemandPrice",
340
+ "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice",
341
+ "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice",
342
+ "RecommendationOptionsVcpus",
343
+ "RecommendationOptionsMemory",
344
+ "RecommendationOptionsStorage",
345
+ "RecommendationOptionsNetwork",
346
+ "LastRefreshTimestamp"
347
+ ]
348
+ },
349
+ "ExportableAutoScalingGroupFields":{
350
+ "type":"list",
351
+ "member":{"shape":"ExportableAutoScalingGroupField"}
352
+ },
353
+ "ExportableInstanceField":{
354
+ "type":"string",
355
+ "enum":[
356
+ "AccountId",
357
+ "InstanceArn",
358
+ "InstanceName",
359
+ "Finding",
360
+ "LookbackPeriodInDays",
361
+ "CurrentInstanceType",
362
+ "UtilizationMetricsCpuMaximum",
363
+ "UtilizationMetricsMemoryMaximum",
364
+ "CurrentOnDemandPrice",
365
+ "CurrentStandardOneYearNoUpfrontReservedPrice",
366
+ "CurrentStandardThreeYearNoUpfrontReservedPrice",
367
+ "CurrentVCpus",
368
+ "CurrentMemory",
369
+ "CurrentStorage",
370
+ "CurrentNetwork",
371
+ "RecommendationOptionsInstanceType",
372
+ "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum",
373
+ "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
374
+ "RecommendationOptionsPerformanceRisk",
375
+ "RecommendationOptionsVcpus",
376
+ "RecommendationOptionsMemory",
377
+ "RecommendationOptionsStorage",
378
+ "RecommendationOptionsNetwork",
379
+ "RecommendationOptionsOnDemandPrice",
380
+ "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice",
381
+ "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice",
382
+ "RecommendationsSourcesRecommendationSourceArn",
383
+ "RecommendationsSourcesRecommendationSourceType",
384
+ "LastRefreshTimestamp"
385
+ ]
386
+ },
387
+ "ExportableInstanceFields":{
388
+ "type":"list",
389
+ "member":{"shape":"ExportableInstanceField"}
390
+ },
391
+ "FailureReason":{"type":"string"},
392
+ "FileFormat":{
393
+ "type":"string",
394
+ "enum":["Csv"]
395
+ },
190
396
  "Filter":{
191
397
  "type":"structure",
192
398
  "members":{
@@ -371,7 +577,48 @@
371
577
  "exception":true,
372
578
  "synthetic":true
373
579
  },
580
+ "JobFilter":{
581
+ "type":"structure",
582
+ "members":{
583
+ "name":{"shape":"JobFilterName"},
584
+ "values":{"shape":"FilterValues"}
585
+ }
586
+ },
587
+ "JobFilterName":{
588
+ "type":"string",
589
+ "enum":[
590
+ "ResourceType",
591
+ "JobStatus"
592
+ ]
593
+ },
594
+ "JobFilters":{
595
+ "type":"list",
596
+ "member":{"shape":"JobFilter"}
597
+ },
598
+ "JobId":{"type":"string"},
599
+ "JobIds":{
600
+ "type":"list",
601
+ "member":{"shape":"JobId"}
602
+ },
603
+ "JobStatus":{
604
+ "type":"string",
605
+ "enum":[
606
+ "Queued",
607
+ "InProgress",
608
+ "Complete",
609
+ "Failed"
610
+ ]
611
+ },
374
612
  "LastRefreshTimestamp":{"type":"timestamp"},
613
+ "LastUpdatedTimestamp":{"type":"timestamp"},
614
+ "LimitExceededException":{
615
+ "type":"structure",
616
+ "members":{
617
+ "message":{"shape":"ErrorMessage"}
618
+ },
619
+ "exception":true,
620
+ "synthetic":true
621
+ },
375
622
  "LookBackPeriodInDays":{"type":"double"},
376
623
  "MaxResults":{
377
624
  "type":"integer",
@@ -380,6 +627,7 @@
380
627
  "MaxSize":{"type":"integer"},
381
628
  "MemberAccountsEnrolled":{"type":"boolean"},
382
629
  "Message":{"type":"string"},
630
+ "MetadataKey":{"type":"string"},
383
631
  "MetricName":{
384
632
  "type":"string",
385
633
  "enum":[
@@ -440,6 +688,22 @@
440
688
  "member":{"shape":"UtilizationMetric"}
441
689
  },
442
690
  "Rank":{"type":"integer"},
691
+ "RecommendationExportJob":{
692
+ "type":"structure",
693
+ "members":{
694
+ "jobId":{"shape":"JobId"},
695
+ "destination":{"shape":"ExportDestination"},
696
+ "resourceType":{"shape":"ResourceType"},
697
+ "status":{"shape":"JobStatus"},
698
+ "creationTimestamp":{"shape":"CreationTimestamp"},
699
+ "lastUpdatedTimestamp":{"shape":"LastUpdatedTimestamp"},
700
+ "failureReason":{"shape":"FailureReason"}
701
+ }
702
+ },
703
+ "RecommendationExportJobs":{
704
+ "type":"list",
705
+ "member":{"shape":"RecommendationExportJob"}
706
+ },
443
707
  "RecommendationOptions":{
444
708
  "type":"list",
445
709
  "member":{"shape":"InstanceRecommendationOption"}
@@ -496,6 +760,28 @@
496
760
  "exception":true,
497
761
  "synthetic":true
498
762
  },
763
+ "ResourceType":{
764
+ "type":"string",
765
+ "enum":[
766
+ "Ec2Instance",
767
+ "AutoScalingGroup"
768
+ ]
769
+ },
770
+ "S3Destination":{
771
+ "type":"structure",
772
+ "members":{
773
+ "bucket":{"shape":"DestinationBucket"},
774
+ "key":{"shape":"DestinationKey"},
775
+ "metadataKey":{"shape":"MetadataKey"}
776
+ }
777
+ },
778
+ "S3DestinationConfig":{
779
+ "type":"structure",
780
+ "members":{
781
+ "bucket":{"shape":"DestinationBucket"},
782
+ "keyPrefix":{"shape":"DestinationKeyPrefix"}
783
+ }
784
+ },
499
785
  "ServiceUnavailableException":{
500
786
  "type":"structure",
501
787
  "members":{
@@ -1153,8 +1153,7 @@
1153
1153
  }
1154
1154
  },
1155
1155
  "required": [
1156
- "Type",
1157
- "KmsKeyArn"
1156
+ "Type"
1158
1157
  ]
1159
1158
  },
1160
1159
  "GetAssetRequest": {
@@ -507,7 +507,7 @@
507
507
  },
508
508
  "ScheduleName":{
509
509
  "type":"string",
510
- "max":500,
510
+ "max":120,
511
511
  "min":0,
512
512
  "pattern":"[\\p{all}]*"
513
513
  },
@@ -17921,6 +17921,15 @@
17921
17921
  "r5ad.12xlarge",
17922
17922
  "r5ad.16xlarge",
17923
17923
  "r5ad.24xlarge",
17924
+ "r6g.metal",
17925
+ "r6g.medium",
17926
+ "r6g.large",
17927
+ "r6g.xlarge",
17928
+ "r6g.2xlarge",
17929
+ "r6g.4xlarge",
17930
+ "r6g.8xlarge",
17931
+ "r6g.12xlarge",
17932
+ "r6g.16xlarge",
17924
17933
  "x1.16xlarge",
17925
17934
  "x1.32xlarge",
17926
17935
  "x1e.xlarge",
@@ -17994,6 +18003,15 @@
17994
18003
  "c5n.4xlarge",
17995
18004
  "c5n.9xlarge",
17996
18005
  "c5n.18xlarge",
18006
+ "c6g.metal",
18007
+ "c6g.medium",
18008
+ "c6g.large",
18009
+ "c6g.xlarge",
18010
+ "c6g.2xlarge",
18011
+ "c6g.4xlarge",
18012
+ "c6g.8xlarge",
18013
+ "c6g.12xlarge",
18014
+ "c6g.16xlarge",
17997
18015
  "cc1.4xlarge",
17998
18016
  "cc2.8xlarge",
17999
18017
  "g2.2xlarge",
@@ -25,7 +25,8 @@
25
25
  {"shape":"ServerException"},
26
26
  {"shape":"ClientException"},
27
27
  {"shape":"InvalidParameterException"},
28
- {"shape":"LimitExceededException"}
28
+ {"shape":"LimitExceededException"},
29
+ {"shape":"UpdateInProgressException"}
29
30
  ]
30
31
  },
31
32
  "CreateCluster":{
@@ -110,6 +111,20 @@
110
111
  {"shape":"InvalidParameterException"}
111
112
  ]
112
113
  },
114
+ "DeleteCapacityProvider":{
115
+ "name":"DeleteCapacityProvider",
116
+ "http":{
117
+ "method":"POST",
118
+ "requestUri":"/"
119
+ },
120
+ "input":{"shape":"DeleteCapacityProviderRequest"},
121
+ "output":{"shape":"DeleteCapacityProviderResponse"},
122
+ "errors":[
123
+ {"shape":"ServerException"},
124
+ {"shape":"ClientException"},
125
+ {"shape":"InvalidParameterException"}
126
+ ]
127
+ },
113
128
  "DeleteCluster":{
114
129
  "name":"DeleteCluster",
115
130
  "http":{
@@ -883,6 +898,8 @@
883
898
  "name":{"shape":"String"},
884
899
  "status":{"shape":"CapacityProviderStatus"},
885
900
  "autoScalingGroupProvider":{"shape":"AutoScalingGroupProvider"},
901
+ "updateStatus":{"shape":"CapacityProviderUpdateStatus"},
902
+ "updateStatusReason":{"shape":"String"},
886
903
  "tags":{"shape":"Tags"}
887
904
  }
888
905
  },
@@ -896,7 +913,10 @@
896
913
  },
897
914
  "CapacityProviderStatus":{
898
915
  "type":"string",
899
- "enum":["ACTIVE"]
916
+ "enum":[
917
+ "ACTIVE",
918
+ "INACTIVE"
919
+ ]
900
920
  },
901
921
  "CapacityProviderStrategy":{
902
922
  "type":"list",
@@ -921,6 +941,14 @@
921
941
  "max":1000,
922
942
  "min":0
923
943
  },
944
+ "CapacityProviderUpdateStatus":{
945
+ "type":"string",
946
+ "enum":[
947
+ "DELETE_IN_PROGRESS",
948
+ "DELETE_COMPLETE",
949
+ "DELETE_FAILED"
950
+ ]
951
+ },
924
952
  "CapacityProviders":{
925
953
  "type":"list",
926
954
  "member":{"shape":"CapacityProvider"}
@@ -1323,6 +1351,19 @@
1323
1351
  "attributes":{"shape":"Attributes"}
1324
1352
  }
1325
1353
  },
1354
+ "DeleteCapacityProviderRequest":{
1355
+ "type":"structure",
1356
+ "required":["capacityProvider"],
1357
+ "members":{
1358
+ "capacityProvider":{"shape":"String"}
1359
+ }
1360
+ },
1361
+ "DeleteCapacityProviderResponse":{
1362
+ "type":"structure",
1363
+ "members":{
1364
+ "capacityProvider":{"shape":"CapacityProvider"}
1365
+ }
1366
+ },
1326
1367
  "DeleteClusterRequest":{
1327
1368
  "type":"structure",
1328
1369
  "required":["cluster"],