aws-sdk-core 2.11.403 → 2.11.404
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/acm/2015-12-08/api-2.json +35 -6
- data/apis/application-autoscaling/2016-02-06/api-2.json +1 -1
- data/apis/autoscaling-plans/2018-01-06/api-2.json +1 -1
- data/apis/codebuild/2016-10-06/api-2.json +2 -0
- data/apis/ec2/2016-11-15/api-2.json +596 -1
- data/apis/elasticmapreduce/2009-03-31/api-2.json +52 -4
- data/apis/forecast/2018-06-26/api-2.json +48 -3
- data/apis/mediapackage-vod/2018-11-07/api-2.json +16 -0
- data/apis/rekognition/2016-06-27/api-2.json +10 -4
- data/apis/ssm/2014-11-06/api-2.json +20 -1
- data/apis/sts/2011-06-15/api-2.json +37 -1
- data/apis/sts/2011-06-15/examples-1.json +33 -6
- data/endpoints.json +5 -20
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3eb9042dd298c7eb2f867527ee585708e89054d9
|
4
|
+
data.tar.gz: bcd5f44d9fd6877a8781457cd7f186dfb6907a9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff8553b9e8c04d9f58d31817c5c543ac3c2d4c6541a1af391ebd4bc5f37fd4fde248a2184c1fe4bc61e5d1075ed1db1f55bf2501d11199b7d829bedab76bee06
|
7
|
+
data.tar.gz: 98c17577a575b00399e173d70f7d54593d58cbecf203410b09c83a569a8169c5eaa7d469a445a7bcab461d5f109f568e66b33ac95a08a40e2b05708b74e81452
|
@@ -24,7 +24,9 @@
|
|
24
24
|
{"shape":"ResourceNotFoundException"},
|
25
25
|
{"shape":"InvalidArnException"},
|
26
26
|
{"shape":"InvalidTagException"},
|
27
|
-
{"shape":"TooManyTagsException"}
|
27
|
+
{"shape":"TooManyTagsException"},
|
28
|
+
{"shape":"TagPolicyException"},
|
29
|
+
{"shape":"InvalidParameterException"}
|
28
30
|
]
|
29
31
|
},
|
30
32
|
"DeleteCertificate":{
|
@@ -91,7 +93,11 @@
|
|
91
93
|
"output":{"shape":"ImportCertificateResponse"},
|
92
94
|
"errors":[
|
93
95
|
{"shape":"ResourceNotFoundException"},
|
94
|
-
{"shape":"LimitExceededException"}
|
96
|
+
{"shape":"LimitExceededException"},
|
97
|
+
{"shape":"InvalidTagException"},
|
98
|
+
{"shape":"TooManyTagsException"},
|
99
|
+
{"shape":"TagPolicyException"},
|
100
|
+
{"shape":"InvalidParameterException"}
|
95
101
|
]
|
96
102
|
},
|
97
103
|
"ListCertificates":{
|
@@ -129,7 +135,9 @@
|
|
129
135
|
"errors":[
|
130
136
|
{"shape":"ResourceNotFoundException"},
|
131
137
|
{"shape":"InvalidArnException"},
|
132
|
-
{"shape":"InvalidTagException"}
|
138
|
+
{"shape":"InvalidTagException"},
|
139
|
+
{"shape":"TagPolicyException"},
|
140
|
+
{"shape":"InvalidParameterException"}
|
133
141
|
]
|
134
142
|
},
|
135
143
|
"RenewCertificate":{
|
@@ -155,7 +163,11 @@
|
|
155
163
|
"errors":[
|
156
164
|
{"shape":"LimitExceededException"},
|
157
165
|
{"shape":"InvalidDomainValidationOptionsException"},
|
158
|
-
{"shape":"InvalidArnException"}
|
166
|
+
{"shape":"InvalidArnException"},
|
167
|
+
{"shape":"InvalidTagException"},
|
168
|
+
{"shape":"TooManyTagsException"},
|
169
|
+
{"shape":"TagPolicyException"},
|
170
|
+
{"shape":"InvalidParameterException"}
|
159
171
|
]
|
160
172
|
},
|
161
173
|
"ResendValidationEmail":{
|
@@ -445,6 +457,7 @@
|
|
445
457
|
"PCA_INVALID_ARN",
|
446
458
|
"PCA_INVALID_STATE",
|
447
459
|
"PCA_REQUEST_FAILED",
|
460
|
+
"PCA_NAME_CONSTRAINTS_VALIDATION",
|
448
461
|
"PCA_RESOURCE_NOT_FOUND",
|
449
462
|
"PCA_INVALID_ARGS",
|
450
463
|
"PCA_INVALID_DURATION",
|
@@ -490,7 +503,8 @@
|
|
490
503
|
"CertificateArn":{"shape":"Arn"},
|
491
504
|
"Certificate":{"shape":"CertificateBodyBlob"},
|
492
505
|
"PrivateKey":{"shape":"PrivateKeyBlob"},
|
493
|
-
"CertificateChain":{"shape":"CertificateChainBlob"}
|
506
|
+
"CertificateChain":{"shape":"CertificateChainBlob"},
|
507
|
+
"Tags":{"shape":"TagList"}
|
494
508
|
}
|
495
509
|
},
|
496
510
|
"ImportCertificateResponse":{
|
@@ -524,6 +538,13 @@
|
|
524
538
|
},
|
525
539
|
"exception":true
|
526
540
|
},
|
541
|
+
"InvalidParameterException":{
|
542
|
+
"type":"structure",
|
543
|
+
"members":{
|
544
|
+
"message":{"shape":"String"}
|
545
|
+
},
|
546
|
+
"exception":true
|
547
|
+
},
|
527
548
|
"InvalidStateException":{
|
528
549
|
"type":"structure",
|
529
550
|
"members":{
|
@@ -711,7 +732,8 @@
|
|
711
732
|
"IdempotencyToken":{"shape":"IdempotencyToken"},
|
712
733
|
"DomainValidationOptions":{"shape":"DomainValidationOptionList"},
|
713
734
|
"Options":{"shape":"CertificateOptions"},
|
714
|
-
"CertificateAuthorityArn":{"shape":"Arn"}
|
735
|
+
"CertificateAuthorityArn":{"shape":"Arn"},
|
736
|
+
"Tags":{"shape":"TagList"}
|
715
737
|
}
|
716
738
|
},
|
717
739
|
"RequestCertificateResponse":{
|
@@ -804,6 +826,13 @@
|
|
804
826
|
"max":50,
|
805
827
|
"min":1
|
806
828
|
},
|
829
|
+
"TagPolicyException":{
|
830
|
+
"type":"structure",
|
831
|
+
"members":{
|
832
|
+
"message":{"shape":"String"}
|
833
|
+
},
|
834
|
+
"exception":true
|
835
|
+
},
|
807
836
|
"TagValue":{
|
808
837
|
"type":"string",
|
809
838
|
"max":256,
|
@@ -817,6 +817,8 @@
|
|
817
817
|
"streamName":{"shape":"String"},
|
818
818
|
"deepLink":{"shape":"String"},
|
819
819
|
"s3DeepLink":{"shape":"String"},
|
820
|
+
"cloudWatchLogsArn":{"shape":"String"},
|
821
|
+
"s3LogsArn":{"shape":"String"},
|
820
822
|
"cloudWatchLogs":{"shape":"CloudWatchLogsConfig"},
|
821
823
|
"s3Logs":{"shape":"S3LogsConfig"}
|
822
824
|
}
|
@@ -1538,6 +1538,24 @@
|
|
1538
1538
|
"input":{"shape":"DescribeInstanceStatusRequest"},
|
1539
1539
|
"output":{"shape":"DescribeInstanceStatusResult"}
|
1540
1540
|
},
|
1541
|
+
"DescribeInstanceTypeOfferings":{
|
1542
|
+
"name":"DescribeInstanceTypeOfferings",
|
1543
|
+
"http":{
|
1544
|
+
"method":"POST",
|
1545
|
+
"requestUri":"/"
|
1546
|
+
},
|
1547
|
+
"input":{"shape":"DescribeInstanceTypeOfferingsRequest"},
|
1548
|
+
"output":{"shape":"DescribeInstanceTypeOfferingsResult"}
|
1549
|
+
},
|
1550
|
+
"DescribeInstanceTypes":{
|
1551
|
+
"name":"DescribeInstanceTypes",
|
1552
|
+
"http":{
|
1553
|
+
"method":"POST",
|
1554
|
+
"requestUri":"/"
|
1555
|
+
},
|
1556
|
+
"input":{"shape":"DescribeInstanceTypesRequest"},
|
1557
|
+
"output":{"shape":"DescribeInstanceTypesResult"}
|
1558
|
+
},
|
1541
1559
|
"DescribeInstances":{
|
1542
1560
|
"name":"DescribeInstances",
|
1543
1561
|
"http":{
|
@@ -3627,6 +3645,21 @@
|
|
3627
3645
|
}
|
3628
3646
|
}
|
3629
3647
|
},
|
3648
|
+
"ArchitectureType":{
|
3649
|
+
"type":"string",
|
3650
|
+
"enum":[
|
3651
|
+
"i386",
|
3652
|
+
"x86_64",
|
3653
|
+
"arm64"
|
3654
|
+
]
|
3655
|
+
},
|
3656
|
+
"ArchitectureTypeList":{
|
3657
|
+
"type":"list",
|
3658
|
+
"member":{
|
3659
|
+
"shape":"ArchitectureType",
|
3660
|
+
"locationName":"item"
|
3661
|
+
}
|
3662
|
+
},
|
3630
3663
|
"ArchitectureValues":{
|
3631
3664
|
"type":"string",
|
3632
3665
|
"enum":[
|
@@ -4279,6 +4312,7 @@
|
|
4279
4312
|
"off"
|
4280
4313
|
]
|
4281
4314
|
},
|
4315
|
+
"AutoRecoveryFlag":{"type":"boolean"},
|
4282
4316
|
"AvailabilityZone":{
|
4283
4317
|
"type":"structure",
|
4284
4318
|
"members":{
|
@@ -4363,6 +4397,7 @@
|
|
4363
4397
|
"locationName":"item"
|
4364
4398
|
}
|
4365
4399
|
},
|
4400
|
+
"BareMetalFlag":{"type":"boolean"},
|
4366
4401
|
"BatchState":{
|
4367
4402
|
"type":"string",
|
4368
4403
|
"enum":[
|
@@ -4528,6 +4563,7 @@
|
|
4528
4563
|
"failed"
|
4529
4564
|
]
|
4530
4565
|
},
|
4566
|
+
"BurstablePerformanceFlag":{"type":"boolean"},
|
4531
4567
|
"ByoipCidr":{
|
4532
4568
|
"type":"structure",
|
4533
4569
|
"members":{
|
@@ -5720,6 +5756,14 @@
|
|
5720
5756
|
"type":"string",
|
5721
5757
|
"enum":["volume"]
|
5722
5758
|
},
|
5759
|
+
"CoreCount":{"type":"integer"},
|
5760
|
+
"CoreCountList":{
|
5761
|
+
"type":"list",
|
5762
|
+
"member":{
|
5763
|
+
"shape":"CoreCount",
|
5764
|
+
"locationName":"item"
|
5765
|
+
}
|
5766
|
+
},
|
5723
5767
|
"CpuOptions":{
|
5724
5768
|
"type":"structure",
|
5725
5769
|
"members":{
|
@@ -7249,6 +7293,7 @@
|
|
7249
7293
|
"type":"string",
|
7250
7294
|
"enum":["USD"]
|
7251
7295
|
},
|
7296
|
+
"CurrentGenerationFlag":{"type":"boolean"},
|
7252
7297
|
"CustomerGateway":{
|
7253
7298
|
"type":"structure",
|
7254
7299
|
"members":{
|
@@ -7301,6 +7346,16 @@
|
|
7301
7346
|
"locationName":"item"
|
7302
7347
|
}
|
7303
7348
|
},
|
7349
|
+
"DITMaxResults":{
|
7350
|
+
"type":"integer",
|
7351
|
+
"max":100,
|
7352
|
+
"min":5
|
7353
|
+
},
|
7354
|
+
"DITOMaxResults":{
|
7355
|
+
"type":"integer",
|
7356
|
+
"max":1000,
|
7357
|
+
"min":5
|
7358
|
+
},
|
7304
7359
|
"DatafeedSubscriptionState":{
|
7305
7360
|
"type":"string",
|
7306
7361
|
"enum":[
|
@@ -7309,6 +7364,7 @@
|
|
7309
7364
|
]
|
7310
7365
|
},
|
7311
7366
|
"DateTime":{"type":"timestamp"},
|
7367
|
+
"DedicatedHostFlag":{"type":"boolean"},
|
7312
7368
|
"DefaultRouteTableAssociationValue":{
|
7313
7369
|
"type":"string",
|
7314
7370
|
"enum":[
|
@@ -9502,6 +9558,61 @@
|
|
9502
9558
|
}
|
9503
9559
|
}
|
9504
9560
|
},
|
9561
|
+
"DescribeInstanceTypeOfferingsRequest":{
|
9562
|
+
"type":"structure",
|
9563
|
+
"members":{
|
9564
|
+
"DryRun":{"shape":"Boolean"},
|
9565
|
+
"LocationType":{"shape":"LocationType"},
|
9566
|
+
"Filters":{
|
9567
|
+
"shape":"FilterList",
|
9568
|
+
"locationName":"Filter"
|
9569
|
+
},
|
9570
|
+
"MaxResults":{"shape":"DITOMaxResults"},
|
9571
|
+
"NextToken":{"shape":"NextToken"}
|
9572
|
+
}
|
9573
|
+
},
|
9574
|
+
"DescribeInstanceTypeOfferingsResult":{
|
9575
|
+
"type":"structure",
|
9576
|
+
"members":{
|
9577
|
+
"InstanceTypeOfferings":{
|
9578
|
+
"shape":"InstanceTypeOfferingsList",
|
9579
|
+
"locationName":"instanceTypeOfferingSet"
|
9580
|
+
},
|
9581
|
+
"NextToken":{
|
9582
|
+
"shape":"NextToken",
|
9583
|
+
"locationName":"nextToken"
|
9584
|
+
}
|
9585
|
+
}
|
9586
|
+
},
|
9587
|
+
"DescribeInstanceTypesRequest":{
|
9588
|
+
"type":"structure",
|
9589
|
+
"members":{
|
9590
|
+
"DryRun":{"shape":"Boolean"},
|
9591
|
+
"InstanceTypes":{
|
9592
|
+
"shape":"RequestInstanceTypeList",
|
9593
|
+
"locationName":"InstanceType"
|
9594
|
+
},
|
9595
|
+
"Filters":{
|
9596
|
+
"shape":"FilterList",
|
9597
|
+
"locationName":"Filter"
|
9598
|
+
},
|
9599
|
+
"MaxResults":{"shape":"DITMaxResults"},
|
9600
|
+
"NextToken":{"shape":"NextToken"}
|
9601
|
+
}
|
9602
|
+
},
|
9603
|
+
"DescribeInstanceTypesResult":{
|
9604
|
+
"type":"structure",
|
9605
|
+
"members":{
|
9606
|
+
"InstanceTypes":{
|
9607
|
+
"shape":"InstanceTypeInfoList",
|
9608
|
+
"locationName":"instanceTypeSet"
|
9609
|
+
},
|
9610
|
+
"NextToken":{
|
9611
|
+
"shape":"NextToken",
|
9612
|
+
"locationName":"nextToken"
|
9613
|
+
}
|
9614
|
+
}
|
9615
|
+
},
|
9505
9616
|
"DescribeInstancesRequest":{
|
9506
9617
|
"type":"structure",
|
9507
9618
|
"members":{
|
@@ -12015,6 +12126,7 @@
|
|
12015
12126
|
}
|
12016
12127
|
}
|
12017
12128
|
},
|
12129
|
+
"DiskCount":{"type":"integer"},
|
12018
12130
|
"DiskImage":{
|
12019
12131
|
"type":"structure",
|
12020
12132
|
"members":{
|
@@ -12091,6 +12203,38 @@
|
|
12091
12203
|
}
|
12092
12204
|
}
|
12093
12205
|
},
|
12206
|
+
"DiskInfo":{
|
12207
|
+
"type":"structure",
|
12208
|
+
"members":{
|
12209
|
+
"SizeInGB":{
|
12210
|
+
"shape":"DiskSize",
|
12211
|
+
"locationName":"sizeInGB"
|
12212
|
+
},
|
12213
|
+
"Count":{
|
12214
|
+
"shape":"DiskCount",
|
12215
|
+
"locationName":"count"
|
12216
|
+
},
|
12217
|
+
"Type":{
|
12218
|
+
"shape":"DiskType",
|
12219
|
+
"locationName":"type"
|
12220
|
+
}
|
12221
|
+
}
|
12222
|
+
},
|
12223
|
+
"DiskInfoList":{
|
12224
|
+
"type":"list",
|
12225
|
+
"member":{
|
12226
|
+
"shape":"DiskInfo",
|
12227
|
+
"locationName":"item"
|
12228
|
+
}
|
12229
|
+
},
|
12230
|
+
"DiskSize":{"type":"long"},
|
12231
|
+
"DiskType":{
|
12232
|
+
"type":"string",
|
12233
|
+
"enum":[
|
12234
|
+
"hdd",
|
12235
|
+
"ssd"
|
12236
|
+
]
|
12237
|
+
},
|
12094
12238
|
"DnsEntry":{
|
12095
12239
|
"type":"structure",
|
12096
12240
|
"members":{
|
@@ -12163,6 +12307,26 @@
|
|
12163
12307
|
"KmsKeyId":{"shape":"String"}
|
12164
12308
|
}
|
12165
12309
|
},
|
12310
|
+
"EbsEncryptionSupport":{
|
12311
|
+
"type":"string",
|
12312
|
+
"enum":[
|
12313
|
+
"unsupported",
|
12314
|
+
"supported"
|
12315
|
+
]
|
12316
|
+
},
|
12317
|
+
"EbsInfo":{
|
12318
|
+
"type":"structure",
|
12319
|
+
"members":{
|
12320
|
+
"EbsOptimizedSupport":{
|
12321
|
+
"shape":"EbsOptimizedSupport",
|
12322
|
+
"locationName":"ebsOptimizedSupport"
|
12323
|
+
},
|
12324
|
+
"EncryptionSupport":{
|
12325
|
+
"shape":"EbsEncryptionSupport",
|
12326
|
+
"locationName":"encryptionSupport"
|
12327
|
+
}
|
12328
|
+
}
|
12329
|
+
},
|
12166
12330
|
"EbsInstanceBlockDevice":{
|
12167
12331
|
"type":"structure",
|
12168
12332
|
"members":{
|
@@ -12197,6 +12361,14 @@
|
|
12197
12361
|
}
|
12198
12362
|
}
|
12199
12363
|
},
|
12364
|
+
"EbsOptimizedSupport":{
|
12365
|
+
"type":"string",
|
12366
|
+
"enum":[
|
12367
|
+
"unsupported",
|
12368
|
+
"supported",
|
12369
|
+
"default"
|
12370
|
+
]
|
12371
|
+
},
|
12200
12372
|
"EgressOnlyInternetGateway":{
|
12201
12373
|
"type":"structure",
|
12202
12374
|
"members":{
|
@@ -12395,6 +12567,14 @@
|
|
12395
12567
|
"locationName":"item"
|
12396
12568
|
}
|
12397
12569
|
},
|
12570
|
+
"EnaSupport":{
|
12571
|
+
"type":"string",
|
12572
|
+
"enum":[
|
12573
|
+
"unsupported",
|
12574
|
+
"supported",
|
12575
|
+
"required"
|
12576
|
+
]
|
12577
|
+
},
|
12398
12578
|
"EnableEbsEncryptionByDefaultRequest":{
|
12399
12579
|
"type":"structure",
|
12400
12580
|
"members":{
|
@@ -13377,6 +13557,47 @@
|
|
13377
13557
|
"NetworkInterface"
|
13378
13558
|
]
|
13379
13559
|
},
|
13560
|
+
"FpgaDeviceCount":{"type":"integer"},
|
13561
|
+
"FpgaDeviceInfo":{
|
13562
|
+
"type":"structure",
|
13563
|
+
"members":{
|
13564
|
+
"Name":{
|
13565
|
+
"shape":"FpgaDeviceName",
|
13566
|
+
"locationName":"name"
|
13567
|
+
},
|
13568
|
+
"Manufacturer":{
|
13569
|
+
"shape":"FpgaDeviceManufacturerName",
|
13570
|
+
"locationName":"manufacturer"
|
13571
|
+
},
|
13572
|
+
"Count":{
|
13573
|
+
"shape":"FpgaDeviceCount",
|
13574
|
+
"locationName":"count"
|
13575
|
+
},
|
13576
|
+
"MemoryInfo":{
|
13577
|
+
"shape":"FpgaDeviceMemoryInfo",
|
13578
|
+
"locationName":"memoryInfo"
|
13579
|
+
}
|
13580
|
+
}
|
13581
|
+
},
|
13582
|
+
"FpgaDeviceInfoList":{
|
13583
|
+
"type":"list",
|
13584
|
+
"member":{
|
13585
|
+
"shape":"FpgaDeviceInfo",
|
13586
|
+
"locationName":"item"
|
13587
|
+
}
|
13588
|
+
},
|
13589
|
+
"FpgaDeviceManufacturerName":{"type":"string"},
|
13590
|
+
"FpgaDeviceMemoryInfo":{
|
13591
|
+
"type":"structure",
|
13592
|
+
"members":{
|
13593
|
+
"SizeInMiB":{
|
13594
|
+
"shape":"FpgaDeviceMemorySize",
|
13595
|
+
"locationName":"sizeInMiB"
|
13596
|
+
}
|
13597
|
+
}
|
13598
|
+
},
|
13599
|
+
"FpgaDeviceMemorySize":{"type":"integer"},
|
13600
|
+
"FpgaDeviceName":{"type":"string"},
|
13380
13601
|
"FpgaImage":{
|
13381
13602
|
"type":"structure",
|
13382
13603
|
"members":{
|
@@ -13513,6 +13734,20 @@
|
|
13513
13734
|
"unavailable"
|
13514
13735
|
]
|
13515
13736
|
},
|
13737
|
+
"FpgaInfo":{
|
13738
|
+
"type":"structure",
|
13739
|
+
"members":{
|
13740
|
+
"Fpgas":{
|
13741
|
+
"shape":"FpgaDeviceInfoList",
|
13742
|
+
"locationName":"fpgas"
|
13743
|
+
},
|
13744
|
+
"TotalFpgaMemoryInMiB":{
|
13745
|
+
"shape":"totalFpgaMemory",
|
13746
|
+
"locationName":"totalFpgaMemoryInMiB"
|
13747
|
+
}
|
13748
|
+
}
|
13749
|
+
},
|
13750
|
+
"FreeTierEligibleFlag":{"type":"boolean"},
|
13516
13751
|
"GatewayType":{
|
13517
13752
|
"type":"string",
|
13518
13753
|
"enum":["ipsec.1"]
|
@@ -13860,6 +14095,60 @@
|
|
13860
14095
|
}
|
13861
14096
|
}
|
13862
14097
|
},
|
14098
|
+
"GpuDeviceCount":{"type":"integer"},
|
14099
|
+
"GpuDeviceInfo":{
|
14100
|
+
"type":"structure",
|
14101
|
+
"members":{
|
14102
|
+
"Name":{
|
14103
|
+
"shape":"GpuDeviceName",
|
14104
|
+
"locationName":"name"
|
14105
|
+
},
|
14106
|
+
"Manufacturer":{
|
14107
|
+
"shape":"GpuDeviceManufacturerName",
|
14108
|
+
"locationName":"manufacturer"
|
14109
|
+
},
|
14110
|
+
"Count":{
|
14111
|
+
"shape":"GpuDeviceCount",
|
14112
|
+
"locationName":"count"
|
14113
|
+
},
|
14114
|
+
"MemoryInfo":{
|
14115
|
+
"shape":"GpuDeviceMemoryInfo",
|
14116
|
+
"locationName":"memoryInfo"
|
14117
|
+
}
|
14118
|
+
}
|
14119
|
+
},
|
14120
|
+
"GpuDeviceInfoList":{
|
14121
|
+
"type":"list",
|
14122
|
+
"member":{
|
14123
|
+
"shape":"GpuDeviceInfo",
|
14124
|
+
"locationName":"item"
|
14125
|
+
}
|
14126
|
+
},
|
14127
|
+
"GpuDeviceManufacturerName":{"type":"string"},
|
14128
|
+
"GpuDeviceMemoryInfo":{
|
14129
|
+
"type":"structure",
|
14130
|
+
"members":{
|
14131
|
+
"SizeInMiB":{
|
14132
|
+
"shape":"GpuDeviceMemorySize",
|
14133
|
+
"locationName":"sizeInMiB"
|
14134
|
+
}
|
14135
|
+
}
|
14136
|
+
},
|
14137
|
+
"GpuDeviceMemorySize":{"type":"integer"},
|
14138
|
+
"GpuDeviceName":{"type":"string"},
|
14139
|
+
"GpuInfo":{
|
14140
|
+
"type":"structure",
|
14141
|
+
"members":{
|
14142
|
+
"Gpus":{
|
14143
|
+
"shape":"GpuDeviceInfoList",
|
14144
|
+
"locationName":"gpus"
|
14145
|
+
},
|
14146
|
+
"TotalGpuMemoryInMiB":{
|
14147
|
+
"shape":"totalGpuMemory",
|
14148
|
+
"locationName":"totalGpuMemoryInMiB"
|
14149
|
+
}
|
14150
|
+
}
|
14151
|
+
},
|
13863
14152
|
"GroupIdStringList":{
|
13864
14153
|
"type":"list",
|
13865
14154
|
"member":{
|
@@ -13908,6 +14197,7 @@
|
|
13908
14197
|
"locationName":"GroupName"
|
13909
14198
|
}
|
13910
14199
|
},
|
14200
|
+
"HibernationFlag":{"type":"boolean"},
|
13911
14201
|
"HibernationOptions":{
|
13912
14202
|
"type":"structure",
|
13913
14203
|
"members":{
|
@@ -16024,6 +16314,20 @@
|
|
16024
16314
|
}
|
16025
16315
|
}
|
16026
16316
|
},
|
16317
|
+
"InstanceStorageFlag":{"type":"boolean"},
|
16318
|
+
"InstanceStorageInfo":{
|
16319
|
+
"type":"structure",
|
16320
|
+
"members":{
|
16321
|
+
"TotalSizeInGB":{
|
16322
|
+
"shape":"DiskSize",
|
16323
|
+
"locationName":"totalSizeInGB"
|
16324
|
+
},
|
16325
|
+
"Disks":{
|
16326
|
+
"shape":"DiskInfoList",
|
16327
|
+
"locationName":"disks"
|
16328
|
+
}
|
16329
|
+
}
|
16330
|
+
},
|
16027
16331
|
"InstanceType":{
|
16028
16332
|
"type":"string",
|
16029
16333
|
"enum":[
|
@@ -16167,7 +16471,10 @@
|
|
16167
16471
|
"c5d.2xlarge",
|
16168
16472
|
"c5d.4xlarge",
|
16169
16473
|
"c5d.9xlarge",
|
16474
|
+
"c5d.12xlarge",
|
16170
16475
|
"c5d.18xlarge",
|
16476
|
+
"c5d.24xlarge",
|
16477
|
+
"c5d.metal",
|
16171
16478
|
"c5n.large",
|
16172
16479
|
"c5n.xlarge",
|
16173
16480
|
"c5n.2xlarge",
|
@@ -16293,10 +16600,137 @@
|
|
16293
16600
|
"r5n.24xlarge"
|
16294
16601
|
]
|
16295
16602
|
},
|
16603
|
+
"InstanceTypeHypervisor":{
|
16604
|
+
"type":"string",
|
16605
|
+
"enum":[
|
16606
|
+
"nitro",
|
16607
|
+
"xen"
|
16608
|
+
]
|
16609
|
+
},
|
16610
|
+
"InstanceTypeInfo":{
|
16611
|
+
"type":"structure",
|
16612
|
+
"members":{
|
16613
|
+
"InstanceType":{
|
16614
|
+
"shape":"InstanceType",
|
16615
|
+
"locationName":"instanceType"
|
16616
|
+
},
|
16617
|
+
"CurrentGeneration":{
|
16618
|
+
"shape":"CurrentGenerationFlag",
|
16619
|
+
"locationName":"currentGeneration"
|
16620
|
+
},
|
16621
|
+
"FreeTierEligible":{
|
16622
|
+
"shape":"FreeTierEligibleFlag",
|
16623
|
+
"locationName":"freeTierEligible"
|
16624
|
+
},
|
16625
|
+
"SupportedUsageClasses":{
|
16626
|
+
"shape":"UsageClassTypeList",
|
16627
|
+
"locationName":"supportedUsageClasses"
|
16628
|
+
},
|
16629
|
+
"SupportedRootDevices":{
|
16630
|
+
"shape":"RootDeviceTypeList",
|
16631
|
+
"locationName":"supportedRootDevices"
|
16632
|
+
},
|
16633
|
+
"BareMetal":{
|
16634
|
+
"shape":"BareMetalFlag",
|
16635
|
+
"locationName":"bareMetal"
|
16636
|
+
},
|
16637
|
+
"Hypervisor":{
|
16638
|
+
"shape":"InstanceTypeHypervisor",
|
16639
|
+
"locationName":"hypervisor"
|
16640
|
+
},
|
16641
|
+
"ProcessorInfo":{
|
16642
|
+
"shape":"ProcessorInfo",
|
16643
|
+
"locationName":"processorInfo"
|
16644
|
+
},
|
16645
|
+
"VCpuInfo":{
|
16646
|
+
"shape":"VCpuInfo",
|
16647
|
+
"locationName":"vCpuInfo"
|
16648
|
+
},
|
16649
|
+
"MemoryInfo":{
|
16650
|
+
"shape":"MemoryInfo",
|
16651
|
+
"locationName":"memoryInfo"
|
16652
|
+
},
|
16653
|
+
"InstanceStorageSupported":{
|
16654
|
+
"shape":"InstanceStorageFlag",
|
16655
|
+
"locationName":"instanceStorageSupported"
|
16656
|
+
},
|
16657
|
+
"InstanceStorageInfo":{
|
16658
|
+
"shape":"InstanceStorageInfo",
|
16659
|
+
"locationName":"instanceStorageInfo"
|
16660
|
+
},
|
16661
|
+
"EbsInfo":{
|
16662
|
+
"shape":"EbsInfo",
|
16663
|
+
"locationName":"ebsInfo"
|
16664
|
+
},
|
16665
|
+
"NetworkInfo":{
|
16666
|
+
"shape":"NetworkInfo",
|
16667
|
+
"locationName":"networkInfo"
|
16668
|
+
},
|
16669
|
+
"GpuInfo":{
|
16670
|
+
"shape":"GpuInfo",
|
16671
|
+
"locationName":"gpuInfo"
|
16672
|
+
},
|
16673
|
+
"FpgaInfo":{
|
16674
|
+
"shape":"FpgaInfo",
|
16675
|
+
"locationName":"fpgaInfo"
|
16676
|
+
},
|
16677
|
+
"PlacementGroupInfo":{
|
16678
|
+
"shape":"PlacementGroupInfo",
|
16679
|
+
"locationName":"placementGroupInfo"
|
16680
|
+
},
|
16681
|
+
"HibernationSupported":{
|
16682
|
+
"shape":"HibernationFlag",
|
16683
|
+
"locationName":"hibernationSupported"
|
16684
|
+
},
|
16685
|
+
"BurstablePerformanceSupported":{
|
16686
|
+
"shape":"BurstablePerformanceFlag",
|
16687
|
+
"locationName":"burstablePerformanceSupported"
|
16688
|
+
},
|
16689
|
+
"DedicatedHostsSupported":{
|
16690
|
+
"shape":"DedicatedHostFlag",
|
16691
|
+
"locationName":"dedicatedHostsSupported"
|
16692
|
+
},
|
16693
|
+
"AutoRecoverySupported":{
|
16694
|
+
"shape":"AutoRecoveryFlag",
|
16695
|
+
"locationName":"autoRecoverySupported"
|
16696
|
+
}
|
16697
|
+
}
|
16698
|
+
},
|
16699
|
+
"InstanceTypeInfoList":{
|
16700
|
+
"type":"list",
|
16701
|
+
"member":{
|
16702
|
+
"shape":"InstanceTypeInfo",
|
16703
|
+
"locationName":"item"
|
16704
|
+
}
|
16705
|
+
},
|
16296
16706
|
"InstanceTypeList":{
|
16297
16707
|
"type":"list",
|
16298
16708
|
"member":{"shape":"InstanceType"}
|
16299
16709
|
},
|
16710
|
+
"InstanceTypeOffering":{
|
16711
|
+
"type":"structure",
|
16712
|
+
"members":{
|
16713
|
+
"InstanceType":{
|
16714
|
+
"shape":"InstanceType",
|
16715
|
+
"locationName":"instanceType"
|
16716
|
+
},
|
16717
|
+
"LocationType":{
|
16718
|
+
"shape":"LocationType",
|
16719
|
+
"locationName":"locationType"
|
16720
|
+
},
|
16721
|
+
"Location":{
|
16722
|
+
"shape":"Location",
|
16723
|
+
"locationName":"location"
|
16724
|
+
}
|
16725
|
+
}
|
16726
|
+
},
|
16727
|
+
"InstanceTypeOfferingsList":{
|
16728
|
+
"type":"list",
|
16729
|
+
"member":{
|
16730
|
+
"shape":"InstanceTypeOffering",
|
16731
|
+
"locationName":"item"
|
16732
|
+
}
|
16733
|
+
},
|
16300
16734
|
"InstanceUsage":{
|
16301
16735
|
"type":"structure",
|
16302
16736
|
"members":{
|
@@ -16465,6 +16899,7 @@
|
|
16465
16899
|
"locationName":"item"
|
16466
16900
|
}
|
16467
16901
|
},
|
16902
|
+
"Ipv6Flag":{"type":"boolean"},
|
16468
16903
|
"Ipv6Range":{
|
16469
16904
|
"type":"structure",
|
16470
16905
|
"members":{
|
@@ -17386,6 +17821,15 @@
|
|
17386
17821
|
"UserId":{"shape":"String"}
|
17387
17822
|
}
|
17388
17823
|
},
|
17824
|
+
"Location":{"type":"string"},
|
17825
|
+
"LocationType":{
|
17826
|
+
"type":"string",
|
17827
|
+
"enum":[
|
17828
|
+
"region",
|
17829
|
+
"availability-zone",
|
17830
|
+
"availability-zone-id"
|
17831
|
+
]
|
17832
|
+
},
|
17389
17833
|
"LogDestinationType":{
|
17390
17834
|
"type":"string",
|
17391
17835
|
"enum":[
|
@@ -17398,6 +17842,19 @@
|
|
17398
17842
|
"type":"string",
|
17399
17843
|
"enum":["spot"]
|
17400
17844
|
},
|
17845
|
+
"MaxIpv4AddrPerInterface":{"type":"integer"},
|
17846
|
+
"MaxIpv6AddrPerInterface":{"type":"integer"},
|
17847
|
+
"MaxNetworkInterfaces":{"type":"integer"},
|
17848
|
+
"MemoryInfo":{
|
17849
|
+
"type":"structure",
|
17850
|
+
"members":{
|
17851
|
+
"SizeInMiB":{
|
17852
|
+
"shape":"MemorySize",
|
17853
|
+
"locationName":"sizeInMiB"
|
17854
|
+
}
|
17855
|
+
}
|
17856
|
+
},
|
17857
|
+
"MemorySize":{"type":"long"},
|
17401
17858
|
"MillisecondDateTime":{"type":"timestamp"},
|
17402
17859
|
"ModifyCapacityReservationRequest":{
|
17403
17860
|
"type":"structure",
|
@@ -18652,6 +19109,35 @@
|
|
18652
19109
|
"locationName":"item"
|
18653
19110
|
}
|
18654
19111
|
},
|
19112
|
+
"NetworkInfo":{
|
19113
|
+
"type":"structure",
|
19114
|
+
"members":{
|
19115
|
+
"NetworkPerformance":{
|
19116
|
+
"shape":"NetworkPerformance",
|
19117
|
+
"locationName":"networkPerformance"
|
19118
|
+
},
|
19119
|
+
"MaximumNetworkInterfaces":{
|
19120
|
+
"shape":"MaxNetworkInterfaces",
|
19121
|
+
"locationName":"maximumNetworkInterfaces"
|
19122
|
+
},
|
19123
|
+
"Ipv4AddressesPerInterface":{
|
19124
|
+
"shape":"MaxIpv4AddrPerInterface",
|
19125
|
+
"locationName":"ipv4AddressesPerInterface"
|
19126
|
+
},
|
19127
|
+
"Ipv6AddressesPerInterface":{
|
19128
|
+
"shape":"MaxIpv6AddrPerInterface",
|
19129
|
+
"locationName":"ipv6AddressesPerInterface"
|
19130
|
+
},
|
19131
|
+
"Ipv6Supported":{
|
19132
|
+
"shape":"Ipv6Flag",
|
19133
|
+
"locationName":"ipv6Supported"
|
19134
|
+
},
|
19135
|
+
"EnaSupport":{
|
19136
|
+
"shape":"EnaSupport",
|
19137
|
+
"locationName":"enaSupport"
|
19138
|
+
}
|
19139
|
+
}
|
19140
|
+
},
|
18655
19141
|
"NetworkInterface":{
|
18656
19142
|
"type":"structure",
|
18657
19143
|
"members":{
|
@@ -18960,6 +19446,7 @@
|
|
18960
19446
|
"efa"
|
18961
19447
|
]
|
18962
19448
|
},
|
19449
|
+
"NetworkPerformance":{"type":"string"},
|
18963
19450
|
"NewDhcpConfiguration":{
|
18964
19451
|
"type":"structure",
|
18965
19452
|
"members":{
|
@@ -19344,6 +19831,15 @@
|
|
19344
19831
|
}
|
19345
19832
|
}
|
19346
19833
|
},
|
19834
|
+
"PlacementGroupInfo":{
|
19835
|
+
"type":"structure",
|
19836
|
+
"members":{
|
19837
|
+
"SupportedStrategies":{
|
19838
|
+
"shape":"PlacementGroupStrategyList",
|
19839
|
+
"locationName":"supportedStrategies"
|
19840
|
+
}
|
19841
|
+
}
|
19842
|
+
},
|
19347
19843
|
"PlacementGroupList":{
|
19348
19844
|
"type":"list",
|
19349
19845
|
"member":{
|
@@ -19361,6 +19857,21 @@
|
|
19361
19857
|
"deleted"
|
19362
19858
|
]
|
19363
19859
|
},
|
19860
|
+
"PlacementGroupStrategy":{
|
19861
|
+
"type":"string",
|
19862
|
+
"enum":[
|
19863
|
+
"cluster",
|
19864
|
+
"partition",
|
19865
|
+
"spread"
|
19866
|
+
]
|
19867
|
+
},
|
19868
|
+
"PlacementGroupStrategyList":{
|
19869
|
+
"type":"list",
|
19870
|
+
"member":{
|
19871
|
+
"shape":"PlacementGroupStrategy",
|
19872
|
+
"locationName":"item"
|
19873
|
+
}
|
19874
|
+
},
|
19364
19875
|
"PlacementGroupStringList":{
|
19365
19876
|
"type":"list",
|
19366
19877
|
"member":{"shape":"String"}
|
@@ -19592,6 +20103,20 @@
|
|
19592
20103
|
"locationName":"PrivateIpAddress"
|
19593
20104
|
}
|
19594
20105
|
},
|
20106
|
+
"ProcessorInfo":{
|
20107
|
+
"type":"structure",
|
20108
|
+
"members":{
|
20109
|
+
"SupportedArchitectures":{
|
20110
|
+
"shape":"ArchitectureTypeList",
|
20111
|
+
"locationName":"supportedArchitectures"
|
20112
|
+
},
|
20113
|
+
"SustainedClockSpeedInGhz":{
|
20114
|
+
"shape":"ProcessorSustainedClockSpeed",
|
20115
|
+
"locationName":"sustainedClockSpeedInGhz"
|
20116
|
+
}
|
20117
|
+
}
|
20118
|
+
},
|
20119
|
+
"ProcessorSustainedClockSpeed":{"type":"double"},
|
19595
20120
|
"ProductCode":{
|
19596
20121
|
"type":"structure",
|
19597
20122
|
"members":{
|
@@ -20441,6 +20966,12 @@
|
|
20441
20966
|
"locationName":"item"
|
20442
20967
|
}
|
20443
20968
|
},
|
20969
|
+
"RequestInstanceTypeList":{
|
20970
|
+
"type":"list",
|
20971
|
+
"member":{"shape":"InstanceType"},
|
20972
|
+
"locationName":"InstanceType",
|
20973
|
+
"max":100
|
20974
|
+
},
|
20444
20975
|
"RequestLaunchTemplateData":{
|
20445
20976
|
"type":"structure",
|
20446
20977
|
"members":{
|
@@ -21499,6 +22030,20 @@
|
|
21499
22030
|
}
|
21500
22031
|
}
|
21501
22032
|
},
|
22033
|
+
"RootDeviceType":{
|
22034
|
+
"type":"string",
|
22035
|
+
"enum":[
|
22036
|
+
"ebs",
|
22037
|
+
"instance-store"
|
22038
|
+
]
|
22039
|
+
},
|
22040
|
+
"RootDeviceTypeList":{
|
22041
|
+
"type":"list",
|
22042
|
+
"member":{
|
22043
|
+
"shape":"RootDeviceType",
|
22044
|
+
"locationName":"item"
|
22045
|
+
}
|
22046
|
+
},
|
21502
22047
|
"Route":{
|
21503
22048
|
"type":"structure",
|
21504
22049
|
"members":{
|
@@ -23869,6 +24414,14 @@
|
|
23869
24414
|
}
|
23870
24415
|
}
|
23871
24416
|
},
|
24417
|
+
"ThreadsPerCore":{"type":"integer"},
|
24418
|
+
"ThreadsPerCoreList":{
|
24419
|
+
"type":"list",
|
24420
|
+
"member":{
|
24421
|
+
"shape":"ThreadsPerCore",
|
24422
|
+
"locationName":"item"
|
24423
|
+
}
|
24424
|
+
},
|
23872
24425
|
"TrafficDirection":{
|
23873
24426
|
"type":"string",
|
23874
24427
|
"enum":[
|
@@ -24960,6 +25513,20 @@
|
|
24960
25513
|
}
|
24961
25514
|
}
|
24962
25515
|
},
|
25516
|
+
"UsageClassType":{
|
25517
|
+
"type":"string",
|
25518
|
+
"enum":[
|
25519
|
+
"spot",
|
25520
|
+
"on-demand"
|
25521
|
+
]
|
25522
|
+
},
|
25523
|
+
"UsageClassTypeList":{
|
25524
|
+
"type":"list",
|
25525
|
+
"member":{
|
25526
|
+
"shape":"UsageClassType",
|
25527
|
+
"locationName":"item"
|
25528
|
+
}
|
25529
|
+
},
|
24963
25530
|
"UserBucket":{
|
24964
25531
|
"type":"structure",
|
24965
25532
|
"members":{
|
@@ -25051,6 +25618,32 @@
|
|
25051
25618
|
"locationName":"UserId"
|
25052
25619
|
}
|
25053
25620
|
},
|
25621
|
+
"VCpuCount":{"type":"integer"},
|
25622
|
+
"VCpuInfo":{
|
25623
|
+
"type":"structure",
|
25624
|
+
"members":{
|
25625
|
+
"DefaultVCpus":{
|
25626
|
+
"shape":"VCpuCount",
|
25627
|
+
"locationName":"defaultVCpus"
|
25628
|
+
},
|
25629
|
+
"DefaultCores":{
|
25630
|
+
"shape":"CoreCount",
|
25631
|
+
"locationName":"defaultCores"
|
25632
|
+
},
|
25633
|
+
"DefaultThreadsPerCore":{
|
25634
|
+
"shape":"ThreadsPerCore",
|
25635
|
+
"locationName":"defaultThreadsPerCore"
|
25636
|
+
},
|
25637
|
+
"ValidCores":{
|
25638
|
+
"shape":"CoreCountList",
|
25639
|
+
"locationName":"validCores"
|
25640
|
+
},
|
25641
|
+
"ValidThreadsPerCore":{
|
25642
|
+
"shape":"ThreadsPerCoreList",
|
25643
|
+
"locationName":"validThreadsPerCore"
|
25644
|
+
}
|
25645
|
+
}
|
25646
|
+
},
|
25054
25647
|
"ValueStringList":{
|
25055
25648
|
"type":"list",
|
25056
25649
|
"member":{
|
@@ -26186,6 +26779,8 @@
|
|
26186
26779
|
"Availability Zone",
|
26187
26780
|
"Region"
|
26188
26781
|
]
|
26189
|
-
}
|
26782
|
+
},
|
26783
|
+
"totalFpgaMemory":{"type":"integer"},
|
26784
|
+
"totalGpuMemory":{"type":"integer"}
|
26190
26785
|
}
|
26191
26786
|
}
|