aws-sdk-core 2.11.615 → 2.11.616
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +161 -3
- data/apis/iot/2015-05-28/api-2.json +43 -6
- data/endpoints.json +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87af0f537f0b4920acd5bec93c1b12a727284687744fe05c395fe1570a12d8f5
|
4
|
+
data.tar.gz: 03a2227ec382f1aac12c1eaba898c6b43c6c073531f348a7e17442fb3cfc8aa7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 452f8d984547431e7f637119119bdb3db6ca09e49a54c75f9dd3ea9db2805f0397506b6b891e1cdc55e219d0dc62aa1e6977925be055bd5313708a833b52f329
|
7
|
+
data.tar.gz: b22518515596c8cce5dc16755ee30f381a3e90d5aff9249ac883e23b67b0fada7c31a19fed9b96d1cd590585ee517e4199346b82cb60f5e88c96cdcc3a6f77a2
|
@@ -137,6 +137,15 @@
|
|
137
137
|
},
|
138
138
|
"input":{"shape":"AssociateDhcpOptionsRequest"}
|
139
139
|
},
|
140
|
+
"AssociateEnclaveCertificateIamRole":{
|
141
|
+
"name":"AssociateEnclaveCertificateIamRole",
|
142
|
+
"http":{
|
143
|
+
"method":"POST",
|
144
|
+
"requestUri":"/"
|
145
|
+
},
|
146
|
+
"input":{"shape":"AssociateEnclaveCertificateIamRoleRequest"},
|
147
|
+
"output":{"shape":"AssociateEnclaveCertificateIamRoleResult"}
|
148
|
+
},
|
140
149
|
"AssociateIamInstanceProfile":{
|
141
150
|
"name":"AssociateIamInstanceProfile",
|
142
151
|
"http":{
|
@@ -2497,6 +2506,15 @@
|
|
2497
2506
|
"input":{"shape":"DisassociateClientVpnTargetNetworkRequest"},
|
2498
2507
|
"output":{"shape":"DisassociateClientVpnTargetNetworkResult"}
|
2499
2508
|
},
|
2509
|
+
"DisassociateEnclaveCertificateIamRole":{
|
2510
|
+
"name":"DisassociateEnclaveCertificateIamRole",
|
2511
|
+
"http":{
|
2512
|
+
"method":"POST",
|
2513
|
+
"requestUri":"/"
|
2514
|
+
},
|
2515
|
+
"input":{"shape":"DisassociateEnclaveCertificateIamRoleRequest"},
|
2516
|
+
"output":{"shape":"DisassociateEnclaveCertificateIamRoleResult"}
|
2517
|
+
},
|
2500
2518
|
"DisassociateIamInstanceProfile":{
|
2501
2519
|
"name":"DisassociateIamInstanceProfile",
|
2502
2520
|
"http":{
|
@@ -2647,6 +2665,15 @@
|
|
2647
2665
|
"input":{"shape":"ExportTransitGatewayRoutesRequest"},
|
2648
2666
|
"output":{"shape":"ExportTransitGatewayRoutesResult"}
|
2649
2667
|
},
|
2668
|
+
"GetAssociatedEnclaveCertificateIamRoles":{
|
2669
|
+
"name":"GetAssociatedEnclaveCertificateIamRoles",
|
2670
|
+
"http":{
|
2671
|
+
"method":"POST",
|
2672
|
+
"requestUri":"/"
|
2673
|
+
},
|
2674
|
+
"input":{"shape":"GetAssociatedEnclaveCertificateIamRolesRequest"},
|
2675
|
+
"output":{"shape":"GetAssociatedEnclaveCertificateIamRolesResult"}
|
2676
|
+
},
|
2650
2677
|
"GetAssociatedIpv6PoolCidrs":{
|
2651
2678
|
"name":"GetAssociatedIpv6PoolCidrs",
|
2652
2679
|
"http":{
|
@@ -4390,6 +4417,31 @@
|
|
4390
4417
|
}
|
4391
4418
|
}
|
4392
4419
|
},
|
4420
|
+
"AssociateEnclaveCertificateIamRoleRequest":{
|
4421
|
+
"type":"structure",
|
4422
|
+
"members":{
|
4423
|
+
"CertificateArn":{"shape":"ResourceArn"},
|
4424
|
+
"RoleArn":{"shape":"ResourceArn"},
|
4425
|
+
"DryRun":{"shape":"Boolean"}
|
4426
|
+
}
|
4427
|
+
},
|
4428
|
+
"AssociateEnclaveCertificateIamRoleResult":{
|
4429
|
+
"type":"structure",
|
4430
|
+
"members":{
|
4431
|
+
"CertificateS3BucketName":{
|
4432
|
+
"shape":"String",
|
4433
|
+
"locationName":"certificateS3BucketName"
|
4434
|
+
},
|
4435
|
+
"CertificateS3ObjectKey":{
|
4436
|
+
"shape":"String",
|
4437
|
+
"locationName":"certificateS3ObjectKey"
|
4438
|
+
},
|
4439
|
+
"EncryptionKmsKeyId":{
|
4440
|
+
"shape":"String",
|
4441
|
+
"locationName":"encryptionKmsKeyId"
|
4442
|
+
}
|
4443
|
+
}
|
4444
|
+
},
|
4393
4445
|
"AssociateIamInstanceProfileRequest":{
|
4394
4446
|
"type":"structure",
|
4395
4447
|
"required":[
|
@@ -4550,6 +4602,34 @@
|
|
4550
4602
|
"type":"string",
|
4551
4603
|
"enum":["vpc"]
|
4552
4604
|
},
|
4605
|
+
"AssociatedRole":{
|
4606
|
+
"type":"structure",
|
4607
|
+
"members":{
|
4608
|
+
"AssociatedRoleArn":{
|
4609
|
+
"shape":"ResourceArn",
|
4610
|
+
"locationName":"associatedRoleArn"
|
4611
|
+
},
|
4612
|
+
"CertificateS3BucketName":{
|
4613
|
+
"shape":"String",
|
4614
|
+
"locationName":"certificateS3BucketName"
|
4615
|
+
},
|
4616
|
+
"CertificateS3ObjectKey":{
|
4617
|
+
"shape":"String",
|
4618
|
+
"locationName":"certificateS3ObjectKey"
|
4619
|
+
},
|
4620
|
+
"EncryptionKmsKeyId":{
|
4621
|
+
"shape":"String",
|
4622
|
+
"locationName":"encryptionKmsKeyId"
|
4623
|
+
}
|
4624
|
+
}
|
4625
|
+
},
|
4626
|
+
"AssociatedRolesList":{
|
4627
|
+
"type":"list",
|
4628
|
+
"member":{
|
4629
|
+
"shape":"AssociatedRole",
|
4630
|
+
"locationName":"item"
|
4631
|
+
}
|
4632
|
+
},
|
4553
4633
|
"AssociatedTargetNetwork":{
|
4554
4634
|
"type":"structure",
|
4555
4635
|
"members":{
|
@@ -13720,6 +13800,23 @@
|
|
13720
13800
|
}
|
13721
13801
|
}
|
13722
13802
|
},
|
13803
|
+
"DisassociateEnclaveCertificateIamRoleRequest":{
|
13804
|
+
"type":"structure",
|
13805
|
+
"members":{
|
13806
|
+
"CertificateArn":{"shape":"ResourceArn"},
|
13807
|
+
"RoleArn":{"shape":"ResourceArn"},
|
13808
|
+
"DryRun":{"shape":"Boolean"}
|
13809
|
+
}
|
13810
|
+
},
|
13811
|
+
"DisassociateEnclaveCertificateIamRoleResult":{
|
13812
|
+
"type":"structure",
|
13813
|
+
"members":{
|
13814
|
+
"Return":{
|
13815
|
+
"shape":"Boolean",
|
13816
|
+
"locationName":"return"
|
13817
|
+
}
|
13818
|
+
}
|
13819
|
+
},
|
13723
13820
|
"DisassociateIamInstanceProfileRequest":{
|
13724
13821
|
"type":"structure",
|
13725
13822
|
"required":["AssociationId"],
|
@@ -14597,6 +14694,21 @@
|
|
14597
14694
|
}
|
14598
14695
|
}
|
14599
14696
|
},
|
14697
|
+
"EnclaveOptions":{
|
14698
|
+
"type":"structure",
|
14699
|
+
"members":{
|
14700
|
+
"Enabled":{
|
14701
|
+
"shape":"Boolean",
|
14702
|
+
"locationName":"enabled"
|
14703
|
+
}
|
14704
|
+
}
|
14705
|
+
},
|
14706
|
+
"EnclaveOptionsRequest":{
|
14707
|
+
"type":"structure",
|
14708
|
+
"members":{
|
14709
|
+
"Enabled":{"shape":"Boolean"}
|
14710
|
+
}
|
14711
|
+
},
|
14600
14712
|
"EndDateType":{
|
14601
14713
|
"type":"string",
|
14602
14714
|
"enum":[
|
@@ -15610,6 +15722,22 @@
|
|
15610
15722
|
"type":"string",
|
15611
15723
|
"enum":["ipsec.1"]
|
15612
15724
|
},
|
15725
|
+
"GetAssociatedEnclaveCertificateIamRolesRequest":{
|
15726
|
+
"type":"structure",
|
15727
|
+
"members":{
|
15728
|
+
"CertificateArn":{"shape":"ResourceArn"},
|
15729
|
+
"DryRun":{"shape":"Boolean"}
|
15730
|
+
}
|
15731
|
+
},
|
15732
|
+
"GetAssociatedEnclaveCertificateIamRolesResult":{
|
15733
|
+
"type":"structure",
|
15734
|
+
"members":{
|
15735
|
+
"AssociatedRoles":{
|
15736
|
+
"shape":"AssociatedRolesList",
|
15737
|
+
"locationName":"associatedRoleSet"
|
15738
|
+
}
|
15739
|
+
}
|
15740
|
+
},
|
15613
15741
|
"GetAssociatedIpv6PoolCidrsRequest":{
|
15614
15742
|
"type":"structure",
|
15615
15743
|
"required":["PoolId"],
|
@@ -17715,6 +17843,10 @@
|
|
17715
17843
|
"MetadataOptions":{
|
17716
17844
|
"shape":"InstanceMetadataOptionsResponse",
|
17717
17845
|
"locationName":"metadataOptions"
|
17846
|
+
},
|
17847
|
+
"EnclaveOptions":{
|
17848
|
+
"shape":"EnclaveOptions",
|
17849
|
+
"locationName":"enclaveOptions"
|
17718
17850
|
}
|
17719
17851
|
}
|
17720
17852
|
},
|
@@ -17737,6 +17869,10 @@
|
|
17737
17869
|
"shape":"AttributeBooleanValue",
|
17738
17870
|
"locationName":"enaSupport"
|
17739
17871
|
},
|
17872
|
+
"EnclaveOptions":{
|
17873
|
+
"shape":"EnclaveOptions",
|
17874
|
+
"locationName":"enclaveOptions"
|
17875
|
+
},
|
17740
17876
|
"EbsOptimized":{
|
17741
17877
|
"shape":"AttributeBooleanValue",
|
17742
17878
|
"locationName":"ebsOptimized"
|
@@ -17799,7 +17935,8 @@
|
|
17799
17935
|
"groupSet",
|
17800
17936
|
"ebsOptimized",
|
17801
17937
|
"sriovNetSupport",
|
17802
|
-
"enaSupport"
|
17938
|
+
"enaSupport",
|
17939
|
+
"enclaveOptions"
|
17803
17940
|
]
|
17804
17941
|
},
|
17805
17942
|
"InstanceBlockDeviceMapping":{
|
@@ -19707,6 +19844,21 @@
|
|
19707
19844
|
"locationName":"item"
|
19708
19845
|
}
|
19709
19846
|
},
|
19847
|
+
"LaunchTemplateEnclaveOptions":{
|
19848
|
+
"type":"structure",
|
19849
|
+
"members":{
|
19850
|
+
"Enabled":{
|
19851
|
+
"shape":"Boolean",
|
19852
|
+
"locationName":"enabled"
|
19853
|
+
}
|
19854
|
+
}
|
19855
|
+
},
|
19856
|
+
"LaunchTemplateEnclaveOptionsRequest":{
|
19857
|
+
"type":"structure",
|
19858
|
+
"members":{
|
19859
|
+
"Enabled":{"shape":"Boolean"}
|
19860
|
+
}
|
19861
|
+
},
|
19710
19862
|
"LaunchTemplateErrorCode":{
|
19711
19863
|
"type":"string",
|
19712
19864
|
"enum":[
|
@@ -24420,7 +24572,8 @@
|
|
24420
24572
|
"locationName":"LicenseSpecification"
|
24421
24573
|
},
|
24422
24574
|
"HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"},
|
24423
|
-
"MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"}
|
24575
|
+
"MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"},
|
24576
|
+
"EnclaveOptions":{"shape":"LaunchTemplateEnclaveOptionsRequest"}
|
24424
24577
|
}
|
24425
24578
|
},
|
24426
24579
|
"RequestSpotFleetRequest":{
|
@@ -25352,6 +25505,10 @@
|
|
25352
25505
|
"MetadataOptions":{
|
25353
25506
|
"shape":"LaunchTemplateInstanceMetadataOptions",
|
25354
25507
|
"locationName":"metadataOptions"
|
25508
|
+
},
|
25509
|
+
"EnclaveOptions":{
|
25510
|
+
"shape":"LaunchTemplateEnclaveOptions",
|
25511
|
+
"locationName":"enclaveOptions"
|
25355
25512
|
}
|
25356
25513
|
}
|
25357
25514
|
},
|
@@ -25836,7 +25993,8 @@
|
|
25836
25993
|
"shape":"LicenseSpecificationListRequest",
|
25837
25994
|
"locationName":"LicenseSpecification"
|
25838
25995
|
},
|
25839
|
-
"MetadataOptions":{"shape":"InstanceMetadataOptionsRequest"}
|
25996
|
+
"MetadataOptions":{"shape":"InstanceMetadataOptionsRequest"},
|
25997
|
+
"EnclaveOptions":{"shape":"EnclaveOptionsRequest"}
|
25840
25998
|
}
|
25841
25999
|
},
|
25842
26000
|
"RunScheduledInstancesRequest":{
|
@@ -3684,7 +3684,12 @@
|
|
3684
3684
|
"location":"uri",
|
3685
3685
|
"locationName":"jobId"
|
3686
3686
|
},
|
3687
|
-
"comment":{"shape":"Comment"}
|
3687
|
+
"comment":{"shape":"Comment"},
|
3688
|
+
"namespaceId":{
|
3689
|
+
"shape":"NamespaceId",
|
3690
|
+
"location":"querystring",
|
3691
|
+
"locationName":"namespaceId"
|
3692
|
+
}
|
3688
3693
|
}
|
3689
3694
|
},
|
3690
3695
|
"AssociateTargetsWithJobResponse":{
|
@@ -4924,7 +4929,8 @@
|
|
4924
4929
|
"jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
|
4925
4930
|
"abortConfig":{"shape":"AbortConfig"},
|
4926
4931
|
"timeoutConfig":{"shape":"TimeoutConfig"},
|
4927
|
-
"tags":{"shape":"TagList"}
|
4932
|
+
"tags":{"shape":"TagList"},
|
4933
|
+
"namespaceId":{"shape":"NamespaceId"}
|
4928
4934
|
}
|
4929
4935
|
},
|
4930
4936
|
"CreateJobResponse":{
|
@@ -5578,6 +5584,11 @@
|
|
5578
5584
|
"shape":"ForceFlag",
|
5579
5585
|
"location":"querystring",
|
5580
5586
|
"locationName":"force"
|
5587
|
+
},
|
5588
|
+
"namespaceId":{
|
5589
|
+
"shape":"NamespaceId",
|
5590
|
+
"location":"querystring",
|
5591
|
+
"locationName":"namespaceId"
|
5581
5592
|
}
|
5582
5593
|
}
|
5583
5594
|
},
|
@@ -5594,6 +5605,11 @@
|
|
5594
5605
|
"shape":"ForceFlag",
|
5595
5606
|
"location":"querystring",
|
5596
5607
|
"locationName":"force"
|
5608
|
+
},
|
5609
|
+
"namespaceId":{
|
5610
|
+
"shape":"NamespaceId",
|
5611
|
+
"location":"querystring",
|
5612
|
+
"locationName":"namespaceId"
|
5597
5613
|
}
|
5598
5614
|
}
|
5599
5615
|
},
|
@@ -6609,9 +6625,8 @@
|
|
6609
6625
|
},
|
6610
6626
|
"DetailsValue":{
|
6611
6627
|
"type":"string",
|
6612
|
-
"max":1024,
|
6613
6628
|
"min":1,
|
6614
|
-
"pattern":"[^\\p{C}]
|
6629
|
+
"pattern":"[^\\p{C}]+"
|
6615
6630
|
},
|
6616
6631
|
"DeviceCertificateUpdateAction":{
|
6617
6632
|
"type":"string",
|
@@ -7448,7 +7463,8 @@
|
|
7448
7463
|
"lastUpdatedAt":{"shape":"DateType"},
|
7449
7464
|
"completedAt":{"shape":"DateType"},
|
7450
7465
|
"jobProcessDetails":{"shape":"JobProcessDetails"},
|
7451
|
-
"timeoutConfig":{"shape":"TimeoutConfig"}
|
7466
|
+
"timeoutConfig":{"shape":"TimeoutConfig"},
|
7467
|
+
"namespaceId":{"shape":"NamespaceId"}
|
7452
7468
|
}
|
7453
7469
|
},
|
7454
7470
|
"JobArn":{"type":"string"},
|
@@ -8156,6 +8172,11 @@
|
|
8156
8172
|
"location":"querystring",
|
8157
8173
|
"locationName":"status"
|
8158
8174
|
},
|
8175
|
+
"namespaceId":{
|
8176
|
+
"shape":"NamespaceId",
|
8177
|
+
"location":"querystring",
|
8178
|
+
"locationName":"namespaceId"
|
8179
|
+
},
|
8159
8180
|
"maxResults":{
|
8160
8181
|
"shape":"LaserMaxResults",
|
8161
8182
|
"location":"querystring",
|
@@ -8207,6 +8228,11 @@
|
|
8207
8228
|
"shape":"ThingGroupId",
|
8208
8229
|
"location":"querystring",
|
8209
8230
|
"locationName":"thingGroupId"
|
8231
|
+
},
|
8232
|
+
"namespaceId":{
|
8233
|
+
"shape":"NamespaceId",
|
8234
|
+
"location":"querystring",
|
8235
|
+
"locationName":"namespaceId"
|
8210
8236
|
}
|
8211
8237
|
}
|
8212
8238
|
},
|
@@ -9307,6 +9333,12 @@
|
|
9307
9333
|
"max":65535,
|
9308
9334
|
"min":1
|
9309
9335
|
},
|
9336
|
+
"NamespaceId":{
|
9337
|
+
"type":"string",
|
9338
|
+
"max":64,
|
9339
|
+
"min":1,
|
9340
|
+
"pattern":"[a-zA-Z0-9_-]+"
|
9341
|
+
},
|
9310
9342
|
"NextToken":{"type":"string"},
|
9311
9343
|
"NonCompliantChecksCount":{"type":"integer"},
|
9312
9344
|
"NonCompliantResource":{
|
@@ -11464,7 +11496,12 @@
|
|
11464
11496
|
"presignedUrlConfig":{"shape":"PresignedUrlConfig"},
|
11465
11497
|
"jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
|
11466
11498
|
"abortConfig":{"shape":"AbortConfig"},
|
11467
|
-
"timeoutConfig":{"shape":"TimeoutConfig"}
|
11499
|
+
"timeoutConfig":{"shape":"TimeoutConfig"},
|
11500
|
+
"namespaceId":{
|
11501
|
+
"shape":"NamespaceId",
|
11502
|
+
"location":"querystring",
|
11503
|
+
"locationName":"namespaceId"
|
11504
|
+
}
|
11468
11505
|
}
|
11469
11506
|
},
|
11470
11507
|
"UpdateMitigationActionRequest":{
|
data/endpoints.json
CHANGED
@@ -5237,6 +5237,12 @@
|
|
5237
5237
|
"eu-west-3" : { },
|
5238
5238
|
"me-south-1" : { },
|
5239
5239
|
"sa-east-1" : { },
|
5240
|
+
"servicediscovery-fips" : {
|
5241
|
+
"credentialScope" : {
|
5242
|
+
"region" : "ca-central-1"
|
5243
|
+
},
|
5244
|
+
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
|
5245
|
+
},
|
5240
5246
|
"us-east-1" : { },
|
5241
5247
|
"us-east-2" : { },
|
5242
5248
|
"us-west-1" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.616
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|