aws-sdk-core 2.11.524 → 2.11.525

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
+ }
@@ -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":{
@@ -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",
@@ -48,43 +48,6 @@
48
48
  }
49
49
  ]
50
50
  },
51
- "ArchiveFindings": {
52
- "name": "ArchiveFindings",
53
- "http": {
54
- "method": "POST",
55
- "requestUri": "/findings/archive",
56
- "responseCode": 200
57
- },
58
- "input": {
59
- "shape": "ArchiveFindingsRequest"
60
- },
61
- "output": {
62
- "shape": "ArchiveFindingsResponse"
63
- },
64
- "errors": [
65
- {
66
- "shape": "ValidationException"
67
- },
68
- {
69
- "shape": "InternalServerException"
70
- },
71
- {
72
- "shape": "ServiceQuotaExceededException"
73
- },
74
- {
75
- "shape": "AccessDeniedException"
76
- },
77
- {
78
- "shape": "ResourceNotFoundException"
79
- },
80
- {
81
- "shape": "ThrottlingException"
82
- },
83
- {
84
- "shape": "ConflictException"
85
- }
86
- ]
87
- },
88
51
  "BatchGetCustomDataIdentifiers": {
89
52
  "name": "BatchGetCustomDataIdentifiers",
90
53
  "http": {
@@ -1669,43 +1632,6 @@
1669
1632
  }
1670
1633
  ]
1671
1634
  },
1672
- "UnarchiveFindings": {
1673
- "name": "UnarchiveFindings",
1674
- "http": {
1675
- "method": "POST",
1676
- "requestUri": "/findings/unarchive",
1677
- "responseCode": 200
1678
- },
1679
- "input": {
1680
- "shape": "UnarchiveFindingsRequest"
1681
- },
1682
- "output": {
1683
- "shape": "UnarchiveFindingsResponse"
1684
- },
1685
- "errors": [
1686
- {
1687
- "shape": "ValidationException"
1688
- },
1689
- {
1690
- "shape": "InternalServerException"
1691
- },
1692
- {
1693
- "shape": "ServiceQuotaExceededException"
1694
- },
1695
- {
1696
- "shape": "AccessDeniedException"
1697
- },
1698
- {
1699
- "shape": "ResourceNotFoundException"
1700
- },
1701
- {
1702
- "shape": "ThrottlingException"
1703
- },
1704
- {
1705
- "shape": "ConflictException"
1706
- }
1707
- ]
1708
- },
1709
1635
  "UntagResource": {
1710
1636
  "name": "UntagResource",
1711
1637
  "http": {
@@ -2022,22 +1948,6 @@
2022
1948
  }
2023
1949
  }
2024
1950
  },
2025
- "ArchiveFindingsRequest": {
2026
- "type": "structure",
2027
- "members": {
2028
- "findingIds": {
2029
- "shape": "__listOf__string",
2030
- "locationName": "findingIds"
2031
- }
2032
- },
2033
- "required": [
2034
- "findingIds"
2035
- ]
2036
- },
2037
- "ArchiveFindingsResponse": {
2038
- "type": "structure",
2039
- "members": {}
2040
- },
2041
1951
  "AssumedRole": {
2042
1952
  "type": "structure",
2043
1953
  "members": {
@@ -3185,7 +3095,8 @@
3185
3095
  "enum": [
3186
3096
  "NONE",
3187
3097
  "AES256",
3188
- "aws:kms"
3098
+ "aws:kms",
3099
+ "UNKNOWN"
3189
3100
  ]
3190
3101
  },
3191
3102
  "ErrorCode": {
@@ -5050,22 +4961,6 @@
5050
4961
  "httpStatusCode": 429
5051
4962
  }
5052
4963
  },
5053
- "UnarchiveFindingsRequest": {
5054
- "type": "structure",
5055
- "members": {
5056
- "findingIds": {
5057
- "shape": "__listOf__string",
5058
- "locationName": "findingIds"
5059
- }
5060
- },
5061
- "required": [
5062
- "findingIds"
5063
- ]
5064
- },
5065
- "UnarchiveFindingsResponse": {
5066
- "type": "structure",
5067
- "members": {}
5068
- },
5069
4964
  "Unit": {
5070
4965
  "type": "string",
5071
4966
  "enum": [