aws-sdk-core 2.11.193 → 2.11.194
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigatewaymanagementapi/2018-11-29/api-2.json +96 -0
- data/apis/apigatewaymanagementapi/2018-11-29/paginators-1.json +3 -0
- data/apis/apigatewayv2/2018-11-29/api-2.json +5531 -0
- data/apis/apigatewayv2/2018-11-29/paginators-1.json +3 -0
- data/apis/ec2/2016-11-15/api-2.json +1234 -97
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +11 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/apigatewaymanagementapi.rb +5 -0
- data/lib/aws-sdk-core/apigatewayv2.rb +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +8 -2
@@ -75,6 +75,15 @@
|
|
75
75
|
"input":{"shape":"AllocateHostsRequest"},
|
76
76
|
"output":{"shape":"AllocateHostsResult"}
|
77
77
|
},
|
78
|
+
"ApplySecurityGroupsToClientVpnTargetNetwork":{
|
79
|
+
"name":"ApplySecurityGroupsToClientVpnTargetNetwork",
|
80
|
+
"http":{
|
81
|
+
"method":"POST",
|
82
|
+
"requestUri":"/"
|
83
|
+
},
|
84
|
+
"input":{"shape":"ApplySecurityGroupsToClientVpnTargetNetworkRequest"},
|
85
|
+
"output":{"shape":"ApplySecurityGroupsToClientVpnTargetNetworkResult"}
|
86
|
+
},
|
78
87
|
"AssignIpv6Addresses":{
|
79
88
|
"name":"AssignIpv6Addresses",
|
80
89
|
"http":{
|
@@ -101,6 +110,15 @@
|
|
101
110
|
"input":{"shape":"AssociateAddressRequest"},
|
102
111
|
"output":{"shape":"AssociateAddressResult"}
|
103
112
|
},
|
113
|
+
"AssociateClientVpnTargetNetwork":{
|
114
|
+
"name":"AssociateClientVpnTargetNetwork",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"AssociateClientVpnTargetNetworkRequest"},
|
120
|
+
"output":{"shape":"AssociateClientVpnTargetNetworkResult"}
|
121
|
+
},
|
104
122
|
"AssociateDhcpOptions":{
|
105
123
|
"name":"AssociateDhcpOptions",
|
106
124
|
"http":{
|
@@ -198,6 +216,15 @@
|
|
198
216
|
"input":{"shape":"AttachVpnGatewayRequest"},
|
199
217
|
"output":{"shape":"AttachVpnGatewayResult"}
|
200
218
|
},
|
219
|
+
"AuthorizeClientVpnIngress":{
|
220
|
+
"name":"AuthorizeClientVpnIngress",
|
221
|
+
"http":{
|
222
|
+
"method":"POST",
|
223
|
+
"requestUri":"/"
|
224
|
+
},
|
225
|
+
"input":{"shape":"AuthorizeClientVpnIngressRequest"},
|
226
|
+
"output":{"shape":"AuthorizeClientVpnIngressResult"}
|
227
|
+
},
|
201
228
|
"AuthorizeSecurityGroupEgress":{
|
202
229
|
"name":"AuthorizeSecurityGroupEgress",
|
203
230
|
"http":{
|
@@ -338,6 +365,24 @@
|
|
338
365
|
"input":{"shape":"CreateCapacityReservationRequest"},
|
339
366
|
"output":{"shape":"CreateCapacityReservationResult"}
|
340
367
|
},
|
368
|
+
"CreateClientVpnEndpoint":{
|
369
|
+
"name":"CreateClientVpnEndpoint",
|
370
|
+
"http":{
|
371
|
+
"method":"POST",
|
372
|
+
"requestUri":"/"
|
373
|
+
},
|
374
|
+
"input":{"shape":"CreateClientVpnEndpointRequest"},
|
375
|
+
"output":{"shape":"CreateClientVpnEndpointResult"}
|
376
|
+
},
|
377
|
+
"CreateClientVpnRoute":{
|
378
|
+
"name":"CreateClientVpnRoute",
|
379
|
+
"http":{
|
380
|
+
"method":"POST",
|
381
|
+
"requestUri":"/"
|
382
|
+
},
|
383
|
+
"input":{"shape":"CreateClientVpnRouteRequest"},
|
384
|
+
"output":{"shape":"CreateClientVpnRouteResult"}
|
385
|
+
},
|
341
386
|
"CreateCustomerGateway":{
|
342
387
|
"name":"CreateCustomerGateway",
|
343
388
|
"http":{
|
@@ -703,6 +748,24 @@
|
|
703
748
|
"input":{"shape":"CreateVpnGatewayRequest"},
|
704
749
|
"output":{"shape":"CreateVpnGatewayResult"}
|
705
750
|
},
|
751
|
+
"DeleteClientVpnEndpoint":{
|
752
|
+
"name":"DeleteClientVpnEndpoint",
|
753
|
+
"http":{
|
754
|
+
"method":"POST",
|
755
|
+
"requestUri":"/"
|
756
|
+
},
|
757
|
+
"input":{"shape":"DeleteClientVpnEndpointRequest"},
|
758
|
+
"output":{"shape":"DeleteClientVpnEndpointResult"}
|
759
|
+
},
|
760
|
+
"DeleteClientVpnRoute":{
|
761
|
+
"name":"DeleteClientVpnRoute",
|
762
|
+
"http":{
|
763
|
+
"method":"POST",
|
764
|
+
"requestUri":"/"
|
765
|
+
},
|
766
|
+
"input":{"shape":"DeleteClientVpnRouteRequest"},
|
767
|
+
"output":{"shape":"DeleteClientVpnRouteResult"}
|
768
|
+
},
|
706
769
|
"DeleteCustomerGateway":{
|
707
770
|
"name":"DeleteCustomerGateway",
|
708
771
|
"http":{
|
@@ -1096,6 +1159,51 @@
|
|
1096
1159
|
"input":{"shape":"DescribeClassicLinkInstancesRequest"},
|
1097
1160
|
"output":{"shape":"DescribeClassicLinkInstancesResult"}
|
1098
1161
|
},
|
1162
|
+
"DescribeClientVpnAuthorizationRules":{
|
1163
|
+
"name":"DescribeClientVpnAuthorizationRules",
|
1164
|
+
"http":{
|
1165
|
+
"method":"POST",
|
1166
|
+
"requestUri":"/"
|
1167
|
+
},
|
1168
|
+
"input":{"shape":"DescribeClientVpnAuthorizationRulesRequest"},
|
1169
|
+
"output":{"shape":"DescribeClientVpnAuthorizationRulesResult"}
|
1170
|
+
},
|
1171
|
+
"DescribeClientVpnConnections":{
|
1172
|
+
"name":"DescribeClientVpnConnections",
|
1173
|
+
"http":{
|
1174
|
+
"method":"POST",
|
1175
|
+
"requestUri":"/"
|
1176
|
+
},
|
1177
|
+
"input":{"shape":"DescribeClientVpnConnectionsRequest"},
|
1178
|
+
"output":{"shape":"DescribeClientVpnConnectionsResult"}
|
1179
|
+
},
|
1180
|
+
"DescribeClientVpnEndpoints":{
|
1181
|
+
"name":"DescribeClientVpnEndpoints",
|
1182
|
+
"http":{
|
1183
|
+
"method":"POST",
|
1184
|
+
"requestUri":"/"
|
1185
|
+
},
|
1186
|
+
"input":{"shape":"DescribeClientVpnEndpointsRequest"},
|
1187
|
+
"output":{"shape":"DescribeClientVpnEndpointsResult"}
|
1188
|
+
},
|
1189
|
+
"DescribeClientVpnRoutes":{
|
1190
|
+
"name":"DescribeClientVpnRoutes",
|
1191
|
+
"http":{
|
1192
|
+
"method":"POST",
|
1193
|
+
"requestUri":"/"
|
1194
|
+
},
|
1195
|
+
"input":{"shape":"DescribeClientVpnRoutesRequest"},
|
1196
|
+
"output":{"shape":"DescribeClientVpnRoutesResult"}
|
1197
|
+
},
|
1198
|
+
"DescribeClientVpnTargetNetworks":{
|
1199
|
+
"name":"DescribeClientVpnTargetNetworks",
|
1200
|
+
"http":{
|
1201
|
+
"method":"POST",
|
1202
|
+
"requestUri":"/"
|
1203
|
+
},
|
1204
|
+
"input":{"shape":"DescribeClientVpnTargetNetworksRequest"},
|
1205
|
+
"output":{"shape":"DescribeClientVpnTargetNetworksResult"}
|
1206
|
+
},
|
1099
1207
|
"DescribeConversionTasks":{
|
1100
1208
|
"name":"DescribeConversionTasks",
|
1101
1209
|
"http":{
|
@@ -1919,6 +2027,15 @@
|
|
1919
2027
|
},
|
1920
2028
|
"input":{"shape":"DisassociateAddressRequest"}
|
1921
2029
|
},
|
2030
|
+
"DisassociateClientVpnTargetNetwork":{
|
2031
|
+
"name":"DisassociateClientVpnTargetNetwork",
|
2032
|
+
"http":{
|
2033
|
+
"method":"POST",
|
2034
|
+
"requestUri":"/"
|
2035
|
+
},
|
2036
|
+
"input":{"shape":"DisassociateClientVpnTargetNetworkRequest"},
|
2037
|
+
"output":{"shape":"DisassociateClientVpnTargetNetworkResult"}
|
2038
|
+
},
|
1922
2039
|
"DisassociateIamInstanceProfile":{
|
1923
2040
|
"name":"DisassociateIamInstanceProfile",
|
1924
2041
|
"http":{
|
@@ -2006,6 +2123,24 @@
|
|
2006
2123
|
"input":{"shape":"EnableVpcClassicLinkDnsSupportRequest"},
|
2007
2124
|
"output":{"shape":"EnableVpcClassicLinkDnsSupportResult"}
|
2008
2125
|
},
|
2126
|
+
"ExportClientVpnClientCertificateRevocationList":{
|
2127
|
+
"name":"ExportClientVpnClientCertificateRevocationList",
|
2128
|
+
"http":{
|
2129
|
+
"method":"POST",
|
2130
|
+
"requestUri":"/"
|
2131
|
+
},
|
2132
|
+
"input":{"shape":"ExportClientVpnClientCertificateRevocationListRequest"},
|
2133
|
+
"output":{"shape":"ExportClientVpnClientCertificateRevocationListResult"}
|
2134
|
+
},
|
2135
|
+
"ExportClientVpnClientConfiguration":{
|
2136
|
+
"name":"ExportClientVpnClientConfiguration",
|
2137
|
+
"http":{
|
2138
|
+
"method":"POST",
|
2139
|
+
"requestUri":"/"
|
2140
|
+
},
|
2141
|
+
"input":{"shape":"ExportClientVpnClientConfigurationRequest"},
|
2142
|
+
"output":{"shape":"ExportClientVpnClientConfigurationResult"}
|
2143
|
+
},
|
2009
2144
|
"ExportTransitGatewayRoutes":{
|
2010
2145
|
"name":"ExportTransitGatewayRoutes",
|
2011
2146
|
"http":{
|
@@ -2096,6 +2231,15 @@
|
|
2096
2231
|
"input":{"shape":"GetTransitGatewayRouteTablePropagationsRequest"},
|
2097
2232
|
"output":{"shape":"GetTransitGatewayRouteTablePropagationsResult"}
|
2098
2233
|
},
|
2234
|
+
"ImportClientVpnClientCertificateRevocationList":{
|
2235
|
+
"name":"ImportClientVpnClientCertificateRevocationList",
|
2236
|
+
"http":{
|
2237
|
+
"method":"POST",
|
2238
|
+
"requestUri":"/"
|
2239
|
+
},
|
2240
|
+
"input":{"shape":"ImportClientVpnClientCertificateRevocationListRequest"},
|
2241
|
+
"output":{"shape":"ImportClientVpnClientCertificateRevocationListResult"}
|
2242
|
+
},
|
2099
2243
|
"ImportImage":{
|
2100
2244
|
"name":"ImportImage",
|
2101
2245
|
"http":{
|
@@ -2150,6 +2294,15 @@
|
|
2150
2294
|
"input":{"shape":"ModifyCapacityReservationRequest"},
|
2151
2295
|
"output":{"shape":"ModifyCapacityReservationResult"}
|
2152
2296
|
},
|
2297
|
+
"ModifyClientVpnEndpoint":{
|
2298
|
+
"name":"ModifyClientVpnEndpoint",
|
2299
|
+
"http":{
|
2300
|
+
"method":"POST",
|
2301
|
+
"requestUri":"/"
|
2302
|
+
},
|
2303
|
+
"input":{"shape":"ModifyClientVpnEndpointRequest"},
|
2304
|
+
"output":{"shape":"ModifyClientVpnEndpointResult"}
|
2305
|
+
},
|
2153
2306
|
"ModifyFleet":{
|
2154
2307
|
"name":"ModifyFleet",
|
2155
2308
|
"http":{
|
@@ -2618,6 +2771,15 @@
|
|
2618
2771
|
"input":{"shape":"RestoreAddressToClassicRequest"},
|
2619
2772
|
"output":{"shape":"RestoreAddressToClassicResult"}
|
2620
2773
|
},
|
2774
|
+
"RevokeClientVpnIngress":{
|
2775
|
+
"name":"RevokeClientVpnIngress",
|
2776
|
+
"http":{
|
2777
|
+
"method":"POST",
|
2778
|
+
"requestUri":"/"
|
2779
|
+
},
|
2780
|
+
"input":{"shape":"RevokeClientVpnIngressRequest"},
|
2781
|
+
"output":{"shape":"RevokeClientVpnIngressResult"}
|
2782
|
+
},
|
2621
2783
|
"RevokeSecurityGroupEgress":{
|
2622
2784
|
"name":"RevokeSecurityGroupEgress",
|
2623
2785
|
"http":{
|
@@ -2679,6 +2841,15 @@
|
|
2679
2841
|
"input":{"shape":"StopInstancesRequest"},
|
2680
2842
|
"output":{"shape":"StopInstancesResult"}
|
2681
2843
|
},
|
2844
|
+
"TerminateClientVpnConnections":{
|
2845
|
+
"name":"TerminateClientVpnConnections",
|
2846
|
+
"http":{
|
2847
|
+
"method":"POST",
|
2848
|
+
"requestUri":"/"
|
2849
|
+
},
|
2850
|
+
"input":{"shape":"TerminateClientVpnConnectionsRequest"},
|
2851
|
+
"output":{"shape":"TerminateClientVpnConnectionsResult"}
|
2852
|
+
},
|
2682
2853
|
"TerminateInstances":{
|
2683
2854
|
"name":"TerminateInstances",
|
2684
2855
|
"http":{
|
@@ -3113,6 +3284,32 @@
|
|
3113
3284
|
"locationName":"item"
|
3114
3285
|
}
|
3115
3286
|
},
|
3287
|
+
"ApplySecurityGroupsToClientVpnTargetNetworkRequest":{
|
3288
|
+
"type":"structure",
|
3289
|
+
"required":[
|
3290
|
+
"ClientVpnEndpointId",
|
3291
|
+
"VpcId",
|
3292
|
+
"SecurityGroupIds"
|
3293
|
+
],
|
3294
|
+
"members":{
|
3295
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
3296
|
+
"VpcId":{"shape":"String"},
|
3297
|
+
"SecurityGroupIds":{
|
3298
|
+
"shape":"ClientVpnSecurityGroupIdSet",
|
3299
|
+
"locationName":"SecurityGroupId"
|
3300
|
+
},
|
3301
|
+
"DryRun":{"shape":"Boolean"}
|
3302
|
+
}
|
3303
|
+
},
|
3304
|
+
"ApplySecurityGroupsToClientVpnTargetNetworkResult":{
|
3305
|
+
"type":"structure",
|
3306
|
+
"members":{
|
3307
|
+
"SecurityGroupIds":{
|
3308
|
+
"shape":"ClientVpnSecurityGroupIdSet",
|
3309
|
+
"locationName":"securityGroupIds"
|
3310
|
+
}
|
3311
|
+
}
|
3312
|
+
},
|
3116
3313
|
"ArchitectureValues":{
|
3117
3314
|
"type":"string",
|
3118
3315
|
"enum":[
|
@@ -3207,6 +3404,31 @@
|
|
3207
3404
|
}
|
3208
3405
|
}
|
3209
3406
|
},
|
3407
|
+
"AssociateClientVpnTargetNetworkRequest":{
|
3408
|
+
"type":"structure",
|
3409
|
+
"required":[
|
3410
|
+
"ClientVpnEndpointId",
|
3411
|
+
"SubnetId"
|
3412
|
+
],
|
3413
|
+
"members":{
|
3414
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
3415
|
+
"SubnetId":{"shape":"String"},
|
3416
|
+
"DryRun":{"shape":"Boolean"}
|
3417
|
+
}
|
3418
|
+
},
|
3419
|
+
"AssociateClientVpnTargetNetworkResult":{
|
3420
|
+
"type":"structure",
|
3421
|
+
"members":{
|
3422
|
+
"AssociationId":{
|
3423
|
+
"shape":"String",
|
3424
|
+
"locationName":"associationId"
|
3425
|
+
},
|
3426
|
+
"Status":{
|
3427
|
+
"shape":"AssociationStatus",
|
3428
|
+
"locationName":"status"
|
3429
|
+
}
|
3430
|
+
}
|
3431
|
+
},
|
3210
3432
|
"AssociateDhcpOptionsRequest":{
|
3211
3433
|
"type":"structure",
|
3212
3434
|
"required":[
|
@@ -3355,6 +3577,30 @@
|
|
3355
3577
|
}
|
3356
3578
|
}
|
3357
3579
|
},
|
3580
|
+
"AssociatedNetworkType":{
|
3581
|
+
"type":"string",
|
3582
|
+
"enum":["vpc"]
|
3583
|
+
},
|
3584
|
+
"AssociatedTargetNetwork":{
|
3585
|
+
"type":"structure",
|
3586
|
+
"members":{
|
3587
|
+
"NetworkId":{
|
3588
|
+
"shape":"String",
|
3589
|
+
"locationName":"networkId"
|
3590
|
+
},
|
3591
|
+
"NetworkType":{
|
3592
|
+
"shape":"AssociatedNetworkType",
|
3593
|
+
"locationName":"networkType"
|
3594
|
+
}
|
3595
|
+
}
|
3596
|
+
},
|
3597
|
+
"AssociatedTargetNetworkSet":{
|
3598
|
+
"type":"list",
|
3599
|
+
"member":{
|
3600
|
+
"shape":"AssociatedTargetNetwork",
|
3601
|
+
"locationName":"item"
|
3602
|
+
}
|
3603
|
+
},
|
3358
3604
|
"AssociationIdList":{
|
3359
3605
|
"type":"list",
|
3360
3606
|
"member":{
|
@@ -3362,6 +3608,29 @@
|
|
3362
3608
|
"locationName":"AssociationId"
|
3363
3609
|
}
|
3364
3610
|
},
|
3611
|
+
"AssociationStatus":{
|
3612
|
+
"type":"structure",
|
3613
|
+
"members":{
|
3614
|
+
"Code":{
|
3615
|
+
"shape":"AssociationStatusCode",
|
3616
|
+
"locationName":"code"
|
3617
|
+
},
|
3618
|
+
"Message":{
|
3619
|
+
"shape":"String",
|
3620
|
+
"locationName":"message"
|
3621
|
+
}
|
3622
|
+
}
|
3623
|
+
},
|
3624
|
+
"AssociationStatusCode":{
|
3625
|
+
"type":"string",
|
3626
|
+
"enum":[
|
3627
|
+
"associating",
|
3628
|
+
"associated",
|
3629
|
+
"association-failed",
|
3630
|
+
"disassociating",
|
3631
|
+
"disassociated"
|
3632
|
+
]
|
3633
|
+
},
|
3365
3634
|
"AttachClassicLinkVpcRequest":{
|
3366
3635
|
"type":"structure",
|
3367
3636
|
"required":[
|
@@ -3521,6 +3790,66 @@
|
|
3521
3790
|
}
|
3522
3791
|
}
|
3523
3792
|
},
|
3793
|
+
"AuthorizationRule":{
|
3794
|
+
"type":"structure",
|
3795
|
+
"members":{
|
3796
|
+
"ClientVpnEndpointId":{
|
3797
|
+
"shape":"String",
|
3798
|
+
"locationName":"clientVpnEndpointId"
|
3799
|
+
},
|
3800
|
+
"Description":{
|
3801
|
+
"shape":"String",
|
3802
|
+
"locationName":"description"
|
3803
|
+
},
|
3804
|
+
"GroupId":{
|
3805
|
+
"shape":"String",
|
3806
|
+
"locationName":"groupId"
|
3807
|
+
},
|
3808
|
+
"AccessAll":{
|
3809
|
+
"shape":"Boolean",
|
3810
|
+
"locationName":"accessAll"
|
3811
|
+
},
|
3812
|
+
"DestinationCidr":{
|
3813
|
+
"shape":"String",
|
3814
|
+
"locationName":"destinationCidr"
|
3815
|
+
},
|
3816
|
+
"Status":{
|
3817
|
+
"shape":"ClientVpnAuthorizationRuleStatus",
|
3818
|
+
"locationName":"status"
|
3819
|
+
}
|
3820
|
+
}
|
3821
|
+
},
|
3822
|
+
"AuthorizationRuleSet":{
|
3823
|
+
"type":"list",
|
3824
|
+
"member":{
|
3825
|
+
"shape":"AuthorizationRule",
|
3826
|
+
"locationName":"item"
|
3827
|
+
}
|
3828
|
+
},
|
3829
|
+
"AuthorizeClientVpnIngressRequest":{
|
3830
|
+
"type":"structure",
|
3831
|
+
"required":[
|
3832
|
+
"ClientVpnEndpointId",
|
3833
|
+
"TargetNetworkCidr"
|
3834
|
+
],
|
3835
|
+
"members":{
|
3836
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
3837
|
+
"TargetNetworkCidr":{"shape":"String"},
|
3838
|
+
"AccessGroupId":{"shape":"String"},
|
3839
|
+
"AuthorizeAllGroups":{"shape":"Boolean"},
|
3840
|
+
"Description":{"shape":"String"},
|
3841
|
+
"DryRun":{"shape":"Boolean"}
|
3842
|
+
}
|
3843
|
+
},
|
3844
|
+
"AuthorizeClientVpnIngressResult":{
|
3845
|
+
"type":"structure",
|
3846
|
+
"members":{
|
3847
|
+
"Status":{
|
3848
|
+
"shape":"ClientVpnAuthorizationRuleStatus",
|
3849
|
+
"locationName":"status"
|
3850
|
+
}
|
3851
|
+
}
|
3852
|
+
},
|
3524
3853
|
"AuthorizeSecurityGroupEgressRequest":{
|
3525
3854
|
"type":"structure",
|
3526
3855
|
"required":["GroupId"],
|
@@ -3997,10 +4326,6 @@
|
|
3997
4326
|
},
|
3998
4327
|
"CancelSpotFleetRequestsError":{
|
3999
4328
|
"type":"structure",
|
4000
|
-
"required":[
|
4001
|
-
"Code",
|
4002
|
-
"Message"
|
4003
|
-
],
|
4004
4329
|
"members":{
|
4005
4330
|
"Code":{
|
4006
4331
|
"shape":"CancelBatchErrorCode",
|
@@ -4014,10 +4339,6 @@
|
|
4014
4339
|
},
|
4015
4340
|
"CancelSpotFleetRequestsErrorItem":{
|
4016
4341
|
"type":"structure",
|
4017
|
-
"required":[
|
4018
|
-
"Error",
|
4019
|
-
"SpotFleetRequestId"
|
4020
|
-
],
|
4021
4342
|
"members":{
|
4022
4343
|
"Error":{
|
4023
4344
|
"shape":"CancelSpotFleetRequestsError",
|
@@ -4072,11 +4393,6 @@
|
|
4072
4393
|
},
|
4073
4394
|
"CancelSpotFleetRequestsSuccessItem":{
|
4074
4395
|
"type":"structure",
|
4075
|
-
"required":[
|
4076
|
-
"CurrentSpotFleetRequestState",
|
4077
|
-
"PreviousSpotFleetRequestState",
|
4078
|
-
"SpotFleetRequestId"
|
4079
|
-
],
|
4080
4396
|
"members":{
|
4081
4397
|
"CurrentSpotFleetRequestState":{
|
4082
4398
|
"shape":"BatchState",
|
@@ -4303,6 +4619,21 @@
|
|
4303
4619
|
"dedicated"
|
4304
4620
|
]
|
4305
4621
|
},
|
4622
|
+
"CertificateAuthentication":{
|
4623
|
+
"type":"structure",
|
4624
|
+
"members":{
|
4625
|
+
"ClientRootCertificateChain":{
|
4626
|
+
"shape":"String",
|
4627
|
+
"locationName":"clientRootCertificateChain"
|
4628
|
+
}
|
4629
|
+
}
|
4630
|
+
},
|
4631
|
+
"CertificateAuthenticationRequest":{
|
4632
|
+
"type":"structure",
|
4633
|
+
"members":{
|
4634
|
+
"ClientRootCertificateChainArn":{"shape":"String"}
|
4635
|
+
}
|
4636
|
+
},
|
4306
4637
|
"CidrAuthorizationContext":{
|
4307
4638
|
"type":"structure",
|
4308
4639
|
"required":[
|
@@ -4380,7 +4711,6 @@
|
|
4380
4711
|
},
|
4381
4712
|
"ClassicLoadBalancer":{
|
4382
4713
|
"type":"structure",
|
4383
|
-
"required":["Name"],
|
4384
4714
|
"members":{
|
4385
4715
|
"Name":{
|
4386
4716
|
"shape":"String",
|
@@ -4399,7 +4729,6 @@
|
|
4399
4729
|
},
|
4400
4730
|
"ClassicLoadBalancersConfig":{
|
4401
4731
|
"type":"structure",
|
4402
|
-
"required":["ClassicLoadBalancers"],
|
4403
4732
|
"members":{
|
4404
4733
|
"ClassicLoadBalancers":{
|
4405
4734
|
"shape":"ClassicLoadBalancers",
|
@@ -4407,6 +4736,26 @@
|
|
4407
4736
|
}
|
4408
4737
|
}
|
4409
4738
|
},
|
4739
|
+
"ClientCertificateRevocationListStatus":{
|
4740
|
+
"type":"structure",
|
4741
|
+
"members":{
|
4742
|
+
"Code":{
|
4743
|
+
"shape":"ClientCertificateRevocationListStatusCode",
|
4744
|
+
"locationName":"code"
|
4745
|
+
},
|
4746
|
+
"Message":{
|
4747
|
+
"shape":"String",
|
4748
|
+
"locationName":"message"
|
4749
|
+
}
|
4750
|
+
}
|
4751
|
+
},
|
4752
|
+
"ClientCertificateRevocationListStatusCode":{
|
4753
|
+
"type":"string",
|
4754
|
+
"enum":[
|
4755
|
+
"pending",
|
4756
|
+
"active"
|
4757
|
+
]
|
4758
|
+
},
|
4410
4759
|
"ClientData":{
|
4411
4760
|
"type":"structure",
|
4412
4761
|
"members":{
|
@@ -4416,23 +4765,326 @@
|
|
4416
4765
|
"UploadStart":{"shape":"DateTime"}
|
4417
4766
|
}
|
4418
4767
|
},
|
4419
|
-
"
|
4768
|
+
"ClientVpnAuthentication":{
|
4420
4769
|
"type":"structure",
|
4421
|
-
"required":[
|
4422
|
-
"InstanceId",
|
4423
|
-
"ProductCode"
|
4424
|
-
],
|
4425
4770
|
"members":{
|
4426
|
-
"
|
4427
|
-
|
4428
|
-
|
4429
|
-
|
4430
|
-
|
4771
|
+
"Type":{
|
4772
|
+
"shape":"ClientVpnAuthenticationType",
|
4773
|
+
"locationName":"type"
|
4774
|
+
},
|
4775
|
+
"ActiveDirectory":{
|
4776
|
+
"shape":"DirectoryServiceAuthentication",
|
4777
|
+
"locationName":"activeDirectory"
|
4778
|
+
},
|
4779
|
+
"MutualAuthentication":{
|
4780
|
+
"shape":"CertificateAuthentication",
|
4781
|
+
"locationName":"mutualAuthentication"
|
4431
4782
|
}
|
4432
4783
|
}
|
4433
4784
|
},
|
4434
|
-
"
|
4435
|
-
"type":"
|
4785
|
+
"ClientVpnAuthenticationList":{
|
4786
|
+
"type":"list",
|
4787
|
+
"member":{
|
4788
|
+
"shape":"ClientVpnAuthentication",
|
4789
|
+
"locationName":"item"
|
4790
|
+
}
|
4791
|
+
},
|
4792
|
+
"ClientVpnAuthenticationRequest":{
|
4793
|
+
"type":"structure",
|
4794
|
+
"members":{
|
4795
|
+
"Type":{"shape":"ClientVpnAuthenticationType"},
|
4796
|
+
"ActiveDirectory":{"shape":"DirectoryServiceAuthenticationRequest"},
|
4797
|
+
"MutualAuthentication":{"shape":"CertificateAuthenticationRequest"}
|
4798
|
+
}
|
4799
|
+
},
|
4800
|
+
"ClientVpnAuthenticationRequestList":{
|
4801
|
+
"type":"list",
|
4802
|
+
"member":{"shape":"ClientVpnAuthenticationRequest"}
|
4803
|
+
},
|
4804
|
+
"ClientVpnAuthenticationType":{
|
4805
|
+
"type":"string",
|
4806
|
+
"enum":[
|
4807
|
+
"certificate-authentication",
|
4808
|
+
"directory-service-authentication"
|
4809
|
+
]
|
4810
|
+
},
|
4811
|
+
"ClientVpnAuthorizationRuleStatus":{
|
4812
|
+
"type":"structure",
|
4813
|
+
"members":{
|
4814
|
+
"Code":{
|
4815
|
+
"shape":"ClientVpnAuthorizationRuleStatusCode",
|
4816
|
+
"locationName":"code"
|
4817
|
+
},
|
4818
|
+
"Message":{
|
4819
|
+
"shape":"String",
|
4820
|
+
"locationName":"message"
|
4821
|
+
}
|
4822
|
+
}
|
4823
|
+
},
|
4824
|
+
"ClientVpnAuthorizationRuleStatusCode":{
|
4825
|
+
"type":"string",
|
4826
|
+
"enum":[
|
4827
|
+
"authorizing",
|
4828
|
+
"active",
|
4829
|
+
"failed",
|
4830
|
+
"revoking"
|
4831
|
+
]
|
4832
|
+
},
|
4833
|
+
"ClientVpnConnection":{
|
4834
|
+
"type":"structure",
|
4835
|
+
"members":{
|
4836
|
+
"ClientVpnEndpointId":{
|
4837
|
+
"shape":"String",
|
4838
|
+
"locationName":"clientVpnEndpointId"
|
4839
|
+
},
|
4840
|
+
"Timestamp":{
|
4841
|
+
"shape":"String",
|
4842
|
+
"locationName":"timestamp"
|
4843
|
+
},
|
4844
|
+
"ConnectionId":{
|
4845
|
+
"shape":"String",
|
4846
|
+
"locationName":"connectionId"
|
4847
|
+
},
|
4848
|
+
"Username":{
|
4849
|
+
"shape":"String",
|
4850
|
+
"locationName":"username"
|
4851
|
+
},
|
4852
|
+
"ConnectionEstablishedTime":{
|
4853
|
+
"shape":"String",
|
4854
|
+
"locationName":"connectionEstablishedTime"
|
4855
|
+
},
|
4856
|
+
"IngressBytes":{
|
4857
|
+
"shape":"String",
|
4858
|
+
"locationName":"ingressBytes"
|
4859
|
+
},
|
4860
|
+
"EgressBytes":{
|
4861
|
+
"shape":"String",
|
4862
|
+
"locationName":"egressBytes"
|
4863
|
+
},
|
4864
|
+
"IngressPackets":{
|
4865
|
+
"shape":"String",
|
4866
|
+
"locationName":"ingressPackets"
|
4867
|
+
},
|
4868
|
+
"EgressPackets":{
|
4869
|
+
"shape":"String",
|
4870
|
+
"locationName":"egressPackets"
|
4871
|
+
},
|
4872
|
+
"ClientIp":{
|
4873
|
+
"shape":"String",
|
4874
|
+
"locationName":"clientIp"
|
4875
|
+
},
|
4876
|
+
"CommonName":{
|
4877
|
+
"shape":"String",
|
4878
|
+
"locationName":"commonName"
|
4879
|
+
},
|
4880
|
+
"Status":{
|
4881
|
+
"shape":"ClientVpnConnectionStatus",
|
4882
|
+
"locationName":"status"
|
4883
|
+
},
|
4884
|
+
"ConnectionEndTime":{
|
4885
|
+
"shape":"String",
|
4886
|
+
"locationName":"connectionEndTime"
|
4887
|
+
}
|
4888
|
+
}
|
4889
|
+
},
|
4890
|
+
"ClientVpnConnectionSet":{
|
4891
|
+
"type":"list",
|
4892
|
+
"member":{
|
4893
|
+
"shape":"ClientVpnConnection",
|
4894
|
+
"locationName":"item"
|
4895
|
+
}
|
4896
|
+
},
|
4897
|
+
"ClientVpnConnectionStatus":{
|
4898
|
+
"type":"structure",
|
4899
|
+
"members":{
|
4900
|
+
"Code":{
|
4901
|
+
"shape":"ClientVpnConnectionStatusCode",
|
4902
|
+
"locationName":"code"
|
4903
|
+
},
|
4904
|
+
"Message":{
|
4905
|
+
"shape":"String",
|
4906
|
+
"locationName":"message"
|
4907
|
+
}
|
4908
|
+
}
|
4909
|
+
},
|
4910
|
+
"ClientVpnConnectionStatusCode":{
|
4911
|
+
"type":"string",
|
4912
|
+
"enum":[
|
4913
|
+
"active",
|
4914
|
+
"failed-to-terminate",
|
4915
|
+
"terminating",
|
4916
|
+
"terminated"
|
4917
|
+
]
|
4918
|
+
},
|
4919
|
+
"ClientVpnEndpoint":{
|
4920
|
+
"type":"structure",
|
4921
|
+
"members":{
|
4922
|
+
"ClientVpnEndpointId":{
|
4923
|
+
"shape":"String",
|
4924
|
+
"locationName":"clientVpnEndpointId"
|
4925
|
+
},
|
4926
|
+
"Description":{
|
4927
|
+
"shape":"String",
|
4928
|
+
"locationName":"description"
|
4929
|
+
},
|
4930
|
+
"Status":{
|
4931
|
+
"shape":"ClientVpnEndpointStatus",
|
4932
|
+
"locationName":"status"
|
4933
|
+
},
|
4934
|
+
"CreationTime":{
|
4935
|
+
"shape":"String",
|
4936
|
+
"locationName":"creationTime"
|
4937
|
+
},
|
4938
|
+
"DeletionTime":{
|
4939
|
+
"shape":"String",
|
4940
|
+
"locationName":"deletionTime"
|
4941
|
+
},
|
4942
|
+
"DnsName":{
|
4943
|
+
"shape":"String",
|
4944
|
+
"locationName":"dnsName"
|
4945
|
+
},
|
4946
|
+
"ClientCidrBlock":{
|
4947
|
+
"shape":"String",
|
4948
|
+
"locationName":"clientCidrBlock"
|
4949
|
+
},
|
4950
|
+
"SplitTunnel":{
|
4951
|
+
"shape":"Boolean",
|
4952
|
+
"locationName":"splitTunnel"
|
4953
|
+
},
|
4954
|
+
"VpnProtocol":{
|
4955
|
+
"shape":"VpnProtocol",
|
4956
|
+
"locationName":"vpnProtocol"
|
4957
|
+
},
|
4958
|
+
"TransportProtocol":{
|
4959
|
+
"shape":"TransportProtocol",
|
4960
|
+
"locationName":"transportProtocol"
|
4961
|
+
},
|
4962
|
+
"AssociatedTargetNetworks":{
|
4963
|
+
"shape":"AssociatedTargetNetworkSet",
|
4964
|
+
"locationName":"associatedTargetNetwork"
|
4965
|
+
},
|
4966
|
+
"ServerCertificateArn":{
|
4967
|
+
"shape":"String",
|
4968
|
+
"locationName":"serverCertificateArn"
|
4969
|
+
},
|
4970
|
+
"AuthenticationOptions":{
|
4971
|
+
"shape":"ClientVpnAuthenticationList",
|
4972
|
+
"locationName":"authenticationOptions"
|
4973
|
+
},
|
4974
|
+
"ConnectionLogOptions":{
|
4975
|
+
"shape":"ConnectionLogResponseOptions",
|
4976
|
+
"locationName":"connectionLogOptions"
|
4977
|
+
}
|
4978
|
+
}
|
4979
|
+
},
|
4980
|
+
"ClientVpnEndpointStatus":{
|
4981
|
+
"type":"structure",
|
4982
|
+
"members":{
|
4983
|
+
"Code":{
|
4984
|
+
"shape":"ClientVpnEndpointStatusCode",
|
4985
|
+
"locationName":"code"
|
4986
|
+
},
|
4987
|
+
"Message":{
|
4988
|
+
"shape":"String",
|
4989
|
+
"locationName":"message"
|
4990
|
+
}
|
4991
|
+
}
|
4992
|
+
},
|
4993
|
+
"ClientVpnEndpointStatusCode":{
|
4994
|
+
"type":"string",
|
4995
|
+
"enum":[
|
4996
|
+
"pending-associate",
|
4997
|
+
"available",
|
4998
|
+
"deleting",
|
4999
|
+
"deleted"
|
5000
|
+
]
|
5001
|
+
},
|
5002
|
+
"ClientVpnRoute":{
|
5003
|
+
"type":"structure",
|
5004
|
+
"members":{
|
5005
|
+
"ClientVpnEndpointId":{
|
5006
|
+
"shape":"String",
|
5007
|
+
"locationName":"clientVpnEndpointId"
|
5008
|
+
},
|
5009
|
+
"DestinationCidr":{
|
5010
|
+
"shape":"String",
|
5011
|
+
"locationName":"destinationCidr"
|
5012
|
+
},
|
5013
|
+
"TargetSubnet":{
|
5014
|
+
"shape":"String",
|
5015
|
+
"locationName":"targetSubnet"
|
5016
|
+
},
|
5017
|
+
"Type":{
|
5018
|
+
"shape":"String",
|
5019
|
+
"locationName":"type"
|
5020
|
+
},
|
5021
|
+
"Origin":{
|
5022
|
+
"shape":"String",
|
5023
|
+
"locationName":"origin"
|
5024
|
+
},
|
5025
|
+
"Status":{
|
5026
|
+
"shape":"ClientVpnRouteStatus",
|
5027
|
+
"locationName":"status"
|
5028
|
+
},
|
5029
|
+
"Description":{
|
5030
|
+
"shape":"String",
|
5031
|
+
"locationName":"description"
|
5032
|
+
}
|
5033
|
+
}
|
5034
|
+
},
|
5035
|
+
"ClientVpnRouteSet":{
|
5036
|
+
"type":"list",
|
5037
|
+
"member":{
|
5038
|
+
"shape":"ClientVpnRoute",
|
5039
|
+
"locationName":"item"
|
5040
|
+
}
|
5041
|
+
},
|
5042
|
+
"ClientVpnRouteStatus":{
|
5043
|
+
"type":"structure",
|
5044
|
+
"members":{
|
5045
|
+
"Code":{
|
5046
|
+
"shape":"ClientVpnRouteStatusCode",
|
5047
|
+
"locationName":"code"
|
5048
|
+
},
|
5049
|
+
"Message":{
|
5050
|
+
"shape":"String",
|
5051
|
+
"locationName":"message"
|
5052
|
+
}
|
5053
|
+
}
|
5054
|
+
},
|
5055
|
+
"ClientVpnRouteStatusCode":{
|
5056
|
+
"type":"string",
|
5057
|
+
"enum":[
|
5058
|
+
"creating",
|
5059
|
+
"active",
|
5060
|
+
"failed",
|
5061
|
+
"deleting"
|
5062
|
+
]
|
5063
|
+
},
|
5064
|
+
"ClientVpnSecurityGroupIdSet":{
|
5065
|
+
"type":"list",
|
5066
|
+
"member":{
|
5067
|
+
"shape":"String",
|
5068
|
+
"locationName":"item"
|
5069
|
+
}
|
5070
|
+
},
|
5071
|
+
"ConfirmProductInstanceRequest":{
|
5072
|
+
"type":"structure",
|
5073
|
+
"required":[
|
5074
|
+
"InstanceId",
|
5075
|
+
"ProductCode"
|
5076
|
+
],
|
5077
|
+
"members":{
|
5078
|
+
"InstanceId":{"shape":"String"},
|
5079
|
+
"ProductCode":{"shape":"String"},
|
5080
|
+
"DryRun":{
|
5081
|
+
"shape":"Boolean",
|
5082
|
+
"locationName":"dryRun"
|
5083
|
+
}
|
5084
|
+
}
|
5085
|
+
},
|
5086
|
+
"ConfirmProductInstanceResult":{
|
5087
|
+
"type":"structure",
|
4436
5088
|
"members":{
|
4437
5089
|
"OwnerId":{
|
4438
5090
|
"shape":"String",
|
@@ -4444,6 +5096,22 @@
|
|
4444
5096
|
}
|
4445
5097
|
}
|
4446
5098
|
},
|
5099
|
+
"ConnectionLogOptions":{
|
5100
|
+
"type":"structure",
|
5101
|
+
"members":{
|
5102
|
+
"Enabled":{"shape":"Boolean"},
|
5103
|
+
"CloudwatchLogGroup":{"shape":"String"},
|
5104
|
+
"CloudwatchLogStream":{"shape":"String"}
|
5105
|
+
}
|
5106
|
+
},
|
5107
|
+
"ConnectionLogResponseOptions":{
|
5108
|
+
"type":"structure",
|
5109
|
+
"members":{
|
5110
|
+
"Enabled":{"shape":"Boolean"},
|
5111
|
+
"CloudwatchLogGroup":{"shape":"String"},
|
5112
|
+
"CloudwatchLogStream":{"shape":"String"}
|
5113
|
+
}
|
5114
|
+
},
|
4447
5115
|
"ConnectionNotification":{
|
4448
5116
|
"type":"structure",
|
4449
5117
|
"members":{
|
@@ -4702,6 +5370,73 @@
|
|
4702
5370
|
}
|
4703
5371
|
}
|
4704
5372
|
},
|
5373
|
+
"CreateClientVpnEndpointRequest":{
|
5374
|
+
"type":"structure",
|
5375
|
+
"required":[
|
5376
|
+
"ClientCidrBlock",
|
5377
|
+
"ServerCertificateArn",
|
5378
|
+
"AuthenticationOptions",
|
5379
|
+
"ConnectionLogOptions"
|
5380
|
+
],
|
5381
|
+
"members":{
|
5382
|
+
"ClientCidrBlock":{"shape":"String"},
|
5383
|
+
"ServerCertificateArn":{"shape":"String"},
|
5384
|
+
"AuthenticationOptions":{
|
5385
|
+
"shape":"ClientVpnAuthenticationRequestList",
|
5386
|
+
"locationName":"Authentication"
|
5387
|
+
},
|
5388
|
+
"ConnectionLogOptions":{"shape":"ConnectionLogOptions"},
|
5389
|
+
"DnsServers":{"shape":"ValueStringList"},
|
5390
|
+
"TransportProtocol":{"shape":"TransportProtocol"},
|
5391
|
+
"Description":{"shape":"String"},
|
5392
|
+
"DryRun":{"shape":"Boolean"},
|
5393
|
+
"ClientToken":{
|
5394
|
+
"shape":"String",
|
5395
|
+
"idempotencyToken":true
|
5396
|
+
}
|
5397
|
+
}
|
5398
|
+
},
|
5399
|
+
"CreateClientVpnEndpointResult":{
|
5400
|
+
"type":"structure",
|
5401
|
+
"members":{
|
5402
|
+
"ClientVpnEndpointId":{
|
5403
|
+
"shape":"String",
|
5404
|
+
"locationName":"clientVpnEndpointId"
|
5405
|
+
},
|
5406
|
+
"Status":{
|
5407
|
+
"shape":"ClientVpnEndpointStatus",
|
5408
|
+
"locationName":"status"
|
5409
|
+
},
|
5410
|
+
"DnsName":{
|
5411
|
+
"shape":"String",
|
5412
|
+
"locationName":"dnsName"
|
5413
|
+
}
|
5414
|
+
}
|
5415
|
+
},
|
5416
|
+
"CreateClientVpnRouteRequest":{
|
5417
|
+
"type":"structure",
|
5418
|
+
"required":[
|
5419
|
+
"ClientVpnEndpointId",
|
5420
|
+
"DestinationCidrBlock",
|
5421
|
+
"TargetVpcSubnetId"
|
5422
|
+
],
|
5423
|
+
"members":{
|
5424
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
5425
|
+
"DestinationCidrBlock":{"shape":"String"},
|
5426
|
+
"TargetVpcSubnetId":{"shape":"String"},
|
5427
|
+
"Description":{"shape":"String"},
|
5428
|
+
"DryRun":{"shape":"Boolean"}
|
5429
|
+
}
|
5430
|
+
},
|
5431
|
+
"CreateClientVpnRouteResult":{
|
5432
|
+
"type":"structure",
|
5433
|
+
"members":{
|
5434
|
+
"Status":{
|
5435
|
+
"shape":"ClientVpnRouteStatus",
|
5436
|
+
"locationName":"status"
|
5437
|
+
}
|
5438
|
+
}
|
5439
|
+
},
|
4705
5440
|
"CreateCustomerGatewayRequest":{
|
4706
5441
|
"type":"structure",
|
4707
5442
|
"required":[
|
@@ -6004,6 +6739,45 @@
|
|
6004
6739
|
"on-demand"
|
6005
6740
|
]
|
6006
6741
|
},
|
6742
|
+
"DeleteClientVpnEndpointRequest":{
|
6743
|
+
"type":"structure",
|
6744
|
+
"required":["ClientVpnEndpointId"],
|
6745
|
+
"members":{
|
6746
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
6747
|
+
"DryRun":{"shape":"Boolean"}
|
6748
|
+
}
|
6749
|
+
},
|
6750
|
+
"DeleteClientVpnEndpointResult":{
|
6751
|
+
"type":"structure",
|
6752
|
+
"members":{
|
6753
|
+
"Status":{
|
6754
|
+
"shape":"ClientVpnEndpointStatus",
|
6755
|
+
"locationName":"status"
|
6756
|
+
}
|
6757
|
+
}
|
6758
|
+
},
|
6759
|
+
"DeleteClientVpnRouteRequest":{
|
6760
|
+
"type":"structure",
|
6761
|
+
"required":[
|
6762
|
+
"ClientVpnEndpointId",
|
6763
|
+
"DestinationCidrBlock"
|
6764
|
+
],
|
6765
|
+
"members":{
|
6766
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
6767
|
+
"TargetVpcSubnetId":{"shape":"String"},
|
6768
|
+
"DestinationCidrBlock":{"shape":"String"},
|
6769
|
+
"DryRun":{"shape":"Boolean"}
|
6770
|
+
}
|
6771
|
+
},
|
6772
|
+
"DeleteClientVpnRouteResult":{
|
6773
|
+
"type":"structure",
|
6774
|
+
"members":{
|
6775
|
+
"Status":{
|
6776
|
+
"shape":"ClientVpnRouteStatus",
|
6777
|
+
"locationName":"status"
|
6778
|
+
}
|
6779
|
+
}
|
6780
|
+
},
|
6007
6781
|
"DeleteCustomerGatewayRequest":{
|
6008
6782
|
"type":"structure",
|
6009
6783
|
"required":["CustomerGatewayId"],
|
@@ -6857,37 +7631,158 @@
|
|
6857
7631
|
}
|
6858
7632
|
}
|
6859
7633
|
},
|
6860
|
-
"DescribeByoipCidrsRequest":{
|
7634
|
+
"DescribeByoipCidrsRequest":{
|
7635
|
+
"type":"structure",
|
7636
|
+
"required":["MaxResults"],
|
7637
|
+
"members":{
|
7638
|
+
"DryRun":{"shape":"Boolean"},
|
7639
|
+
"MaxResults":{"shape":"MaxResults"},
|
7640
|
+
"NextToken":{"shape":"NextToken"}
|
7641
|
+
}
|
7642
|
+
},
|
7643
|
+
"DescribeByoipCidrsResult":{
|
7644
|
+
"type":"structure",
|
7645
|
+
"members":{
|
7646
|
+
"ByoipCidrs":{
|
7647
|
+
"shape":"ByoipCidrSet",
|
7648
|
+
"locationName":"byoipCidrSet"
|
7649
|
+
},
|
7650
|
+
"NextToken":{
|
7651
|
+
"shape":"String",
|
7652
|
+
"locationName":"nextToken"
|
7653
|
+
}
|
7654
|
+
}
|
7655
|
+
},
|
7656
|
+
"DescribeCapacityReservationsRequest":{
|
7657
|
+
"type":"structure",
|
7658
|
+
"members":{
|
7659
|
+
"CapacityReservationIds":{
|
7660
|
+
"shape":"CapacityReservationIdSet",
|
7661
|
+
"locationName":"CapacityReservationId"
|
7662
|
+
},
|
7663
|
+
"NextToken":{"shape":"String"},
|
7664
|
+
"MaxResults":{"shape":"Integer"},
|
7665
|
+
"Filters":{
|
7666
|
+
"shape":"FilterList",
|
7667
|
+
"locationName":"Filter"
|
7668
|
+
},
|
7669
|
+
"DryRun":{"shape":"Boolean"}
|
7670
|
+
}
|
7671
|
+
},
|
7672
|
+
"DescribeCapacityReservationsResult":{
|
7673
|
+
"type":"structure",
|
7674
|
+
"members":{
|
7675
|
+
"NextToken":{
|
7676
|
+
"shape":"String",
|
7677
|
+
"locationName":"nextToken"
|
7678
|
+
},
|
7679
|
+
"CapacityReservations":{
|
7680
|
+
"shape":"CapacityReservationSet",
|
7681
|
+
"locationName":"capacityReservationSet"
|
7682
|
+
}
|
7683
|
+
}
|
7684
|
+
},
|
7685
|
+
"DescribeClassicLinkInstancesRequest":{
|
7686
|
+
"type":"structure",
|
7687
|
+
"members":{
|
7688
|
+
"Filters":{
|
7689
|
+
"shape":"FilterList",
|
7690
|
+
"locationName":"Filter"
|
7691
|
+
},
|
7692
|
+
"DryRun":{
|
7693
|
+
"shape":"Boolean",
|
7694
|
+
"locationName":"dryRun"
|
7695
|
+
},
|
7696
|
+
"InstanceIds":{
|
7697
|
+
"shape":"InstanceIdStringList",
|
7698
|
+
"locationName":"InstanceId"
|
7699
|
+
},
|
7700
|
+
"MaxResults":{
|
7701
|
+
"shape":"Integer",
|
7702
|
+
"locationName":"maxResults"
|
7703
|
+
},
|
7704
|
+
"NextToken":{
|
7705
|
+
"shape":"String",
|
7706
|
+
"locationName":"nextToken"
|
7707
|
+
}
|
7708
|
+
}
|
7709
|
+
},
|
7710
|
+
"DescribeClassicLinkInstancesResult":{
|
7711
|
+
"type":"structure",
|
7712
|
+
"members":{
|
7713
|
+
"Instances":{
|
7714
|
+
"shape":"ClassicLinkInstanceList",
|
7715
|
+
"locationName":"instancesSet"
|
7716
|
+
},
|
7717
|
+
"NextToken":{
|
7718
|
+
"shape":"String",
|
7719
|
+
"locationName":"nextToken"
|
7720
|
+
}
|
7721
|
+
}
|
7722
|
+
},
|
7723
|
+
"DescribeClientVpnAuthorizationRulesRequest":{
|
7724
|
+
"type":"structure",
|
7725
|
+
"required":["ClientVpnEndpointId"],
|
7726
|
+
"members":{
|
7727
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
7728
|
+
"DryRun":{"shape":"Boolean"},
|
7729
|
+
"NextToken":{"shape":"NextToken"},
|
7730
|
+
"Filters":{
|
7731
|
+
"shape":"FilterList",
|
7732
|
+
"locationName":"Filter"
|
7733
|
+
},
|
7734
|
+
"MaxResults":{"shape":"MaxResults"}
|
7735
|
+
}
|
7736
|
+
},
|
7737
|
+
"DescribeClientVpnAuthorizationRulesResult":{
|
7738
|
+
"type":"structure",
|
7739
|
+
"members":{
|
7740
|
+
"AuthorizationRules":{
|
7741
|
+
"shape":"AuthorizationRuleSet",
|
7742
|
+
"locationName":"authorizationRule"
|
7743
|
+
},
|
7744
|
+
"NextToken":{
|
7745
|
+
"shape":"NextToken",
|
7746
|
+
"locationName":"nextToken"
|
7747
|
+
}
|
7748
|
+
}
|
7749
|
+
},
|
7750
|
+
"DescribeClientVpnConnectionsRequest":{
|
6861
7751
|
"type":"structure",
|
6862
|
-
"required":["
|
7752
|
+
"required":["ClientVpnEndpointId"],
|
6863
7753
|
"members":{
|
6864
|
-
"
|
7754
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
7755
|
+
"Filters":{
|
7756
|
+
"shape":"FilterList",
|
7757
|
+
"locationName":"Filter"
|
7758
|
+
},
|
7759
|
+
"NextToken":{"shape":"NextToken"},
|
6865
7760
|
"MaxResults":{"shape":"MaxResults"},
|
6866
|
-
"
|
7761
|
+
"DryRun":{"shape":"Boolean"}
|
6867
7762
|
}
|
6868
7763
|
},
|
6869
|
-
"
|
7764
|
+
"DescribeClientVpnConnectionsResult":{
|
6870
7765
|
"type":"structure",
|
6871
7766
|
"members":{
|
6872
|
-
"
|
6873
|
-
"shape":"
|
6874
|
-
"locationName":"
|
7767
|
+
"Connections":{
|
7768
|
+
"shape":"ClientVpnConnectionSet",
|
7769
|
+
"locationName":"connections"
|
6875
7770
|
},
|
6876
7771
|
"NextToken":{
|
6877
|
-
"shape":"
|
7772
|
+
"shape":"NextToken",
|
6878
7773
|
"locationName":"nextToken"
|
6879
7774
|
}
|
6880
7775
|
}
|
6881
7776
|
},
|
6882
|
-
"
|
7777
|
+
"DescribeClientVpnEndpointsRequest":{
|
6883
7778
|
"type":"structure",
|
6884
7779
|
"members":{
|
6885
|
-
"
|
6886
|
-
"shape":"
|
6887
|
-
"locationName":"
|
7780
|
+
"ClientVpnEndpointIds":{
|
7781
|
+
"shape":"ValueStringList",
|
7782
|
+
"locationName":"ClientVpnEndpointId"
|
6888
7783
|
},
|
6889
|
-
"
|
6890
|
-
"
|
7784
|
+
"MaxResults":{"shape":"MaxResults"},
|
7785
|
+
"NextToken":{"shape":"NextToken"},
|
6891
7786
|
"Filters":{
|
6892
7787
|
"shape":"FilterList",
|
6893
7788
|
"locationName":"Filter"
|
@@ -6895,53 +7790,70 @@
|
|
6895
7790
|
"DryRun":{"shape":"Boolean"}
|
6896
7791
|
}
|
6897
7792
|
},
|
6898
|
-
"
|
7793
|
+
"DescribeClientVpnEndpointsResult":{
|
6899
7794
|
"type":"structure",
|
6900
7795
|
"members":{
|
7796
|
+
"ClientVpnEndpoints":{
|
7797
|
+
"shape":"EndpointSet",
|
7798
|
+
"locationName":"clientVpnEndpoint"
|
7799
|
+
},
|
6901
7800
|
"NextToken":{
|
6902
|
-
"shape":"
|
7801
|
+
"shape":"NextToken",
|
6903
7802
|
"locationName":"nextToken"
|
6904
|
-
},
|
6905
|
-
"CapacityReservations":{
|
6906
|
-
"shape":"CapacityReservationSet",
|
6907
|
-
"locationName":"capacityReservationSet"
|
6908
7803
|
}
|
6909
7804
|
}
|
6910
7805
|
},
|
6911
|
-
"
|
7806
|
+
"DescribeClientVpnRoutesRequest":{
|
6912
7807
|
"type":"structure",
|
7808
|
+
"required":["ClientVpnEndpointId"],
|
6913
7809
|
"members":{
|
7810
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
6914
7811
|
"Filters":{
|
6915
7812
|
"shape":"FilterList",
|
6916
7813
|
"locationName":"Filter"
|
6917
7814
|
},
|
6918
|
-
"
|
6919
|
-
|
6920
|
-
|
6921
|
-
|
6922
|
-
|
6923
|
-
|
6924
|
-
|
6925
|
-
|
6926
|
-
"
|
6927
|
-
"shape":"
|
6928
|
-
"locationName":"
|
7815
|
+
"MaxResults":{"shape":"MaxResults"},
|
7816
|
+
"NextToken":{"shape":"NextToken"},
|
7817
|
+
"DryRun":{"shape":"Boolean"}
|
7818
|
+
}
|
7819
|
+
},
|
7820
|
+
"DescribeClientVpnRoutesResult":{
|
7821
|
+
"type":"structure",
|
7822
|
+
"members":{
|
7823
|
+
"Routes":{
|
7824
|
+
"shape":"ClientVpnRouteSet",
|
7825
|
+
"locationName":"routes"
|
6929
7826
|
},
|
6930
7827
|
"NextToken":{
|
6931
|
-
"shape":"
|
7828
|
+
"shape":"NextToken",
|
6932
7829
|
"locationName":"nextToken"
|
6933
7830
|
}
|
6934
7831
|
}
|
6935
7832
|
},
|
6936
|
-
"
|
7833
|
+
"DescribeClientVpnTargetNetworksRequest":{
|
6937
7834
|
"type":"structure",
|
7835
|
+
"required":["ClientVpnEndpointId"],
|
6938
7836
|
"members":{
|
6939
|
-
"
|
6940
|
-
|
6941
|
-
|
7837
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
7838
|
+
"AssociationIds":{"shape":"ValueStringList"},
|
7839
|
+
"MaxResults":{"shape":"MaxResults"},
|
7840
|
+
"NextToken":{"shape":"NextToken"},
|
7841
|
+
"Filters":{
|
7842
|
+
"shape":"FilterList",
|
7843
|
+
"locationName":"Filter"
|
7844
|
+
},
|
7845
|
+
"DryRun":{"shape":"Boolean"}
|
7846
|
+
}
|
7847
|
+
},
|
7848
|
+
"DescribeClientVpnTargetNetworksResult":{
|
7849
|
+
"type":"structure",
|
7850
|
+
"members":{
|
7851
|
+
"ClientVpnTargetNetworks":{
|
7852
|
+
"shape":"TargetNetworkSet",
|
7853
|
+
"locationName":"clientVpnTargetNetworks"
|
6942
7854
|
},
|
6943
7855
|
"NextToken":{
|
6944
|
-
"shape":"
|
7856
|
+
"shape":"NextToken",
|
6945
7857
|
"locationName":"nextToken"
|
6946
7858
|
}
|
6947
7859
|
}
|
@@ -8557,10 +9469,6 @@
|
|
8557
9469
|
},
|
8558
9470
|
"DescribeSpotFleetInstancesResponse":{
|
8559
9471
|
"type":"structure",
|
8560
|
-
"required":[
|
8561
|
-
"ActiveInstances",
|
8562
|
-
"SpotFleetRequestId"
|
8563
|
-
],
|
8564
9472
|
"members":{
|
8565
9473
|
"ActiveInstances":{
|
8566
9474
|
"shape":"ActiveInstanceSet",
|
@@ -8611,12 +9519,6 @@
|
|
8611
9519
|
},
|
8612
9520
|
"DescribeSpotFleetRequestHistoryResponse":{
|
8613
9521
|
"type":"structure",
|
8614
|
-
"required":[
|
8615
|
-
"HistoryRecords",
|
8616
|
-
"LastEvaluatedTime",
|
8617
|
-
"SpotFleetRequestId",
|
8618
|
-
"StartTime"
|
8619
|
-
],
|
8620
9522
|
"members":{
|
8621
9523
|
"HistoryRecords":{
|
8622
9524
|
"shape":"HistoryRecords",
|
@@ -8663,7 +9565,6 @@
|
|
8663
9565
|
},
|
8664
9566
|
"DescribeSpotFleetRequestsResponse":{
|
8665
9567
|
"type":"structure",
|
8666
|
-
"required":["SpotFleetRequestConfigs"],
|
8667
9568
|
"members":{
|
8668
9569
|
"NextToken":{
|
8669
9570
|
"shape":"String",
|
@@ -9598,6 +10499,21 @@
|
|
9598
10499
|
"locationName":"item"
|
9599
10500
|
}
|
9600
10501
|
},
|
10502
|
+
"DirectoryServiceAuthentication":{
|
10503
|
+
"type":"structure",
|
10504
|
+
"members":{
|
10505
|
+
"DirectoryId":{
|
10506
|
+
"shape":"String",
|
10507
|
+
"locationName":"directoryId"
|
10508
|
+
}
|
10509
|
+
}
|
10510
|
+
},
|
10511
|
+
"DirectoryServiceAuthenticationRequest":{
|
10512
|
+
"type":"structure",
|
10513
|
+
"members":{
|
10514
|
+
"DirectoryId":{"shape":"String"}
|
10515
|
+
}
|
10516
|
+
},
|
9601
10517
|
"DisableTransitGatewayRouteTablePropagationRequest":{
|
9602
10518
|
"type":"structure",
|
9603
10519
|
"required":[
|
@@ -9679,6 +10595,31 @@
|
|
9679
10595
|
}
|
9680
10596
|
}
|
9681
10597
|
},
|
10598
|
+
"DisassociateClientVpnTargetNetworkRequest":{
|
10599
|
+
"type":"structure",
|
10600
|
+
"required":[
|
10601
|
+
"ClientVpnEndpointId",
|
10602
|
+
"AssociationId"
|
10603
|
+
],
|
10604
|
+
"members":{
|
10605
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
10606
|
+
"AssociationId":{"shape":"String"},
|
10607
|
+
"DryRun":{"shape":"Boolean"}
|
10608
|
+
}
|
10609
|
+
},
|
10610
|
+
"DisassociateClientVpnTargetNetworkResult":{
|
10611
|
+
"type":"structure",
|
10612
|
+
"members":{
|
10613
|
+
"AssociationId":{
|
10614
|
+
"shape":"String",
|
10615
|
+
"locationName":"associationId"
|
10616
|
+
},
|
10617
|
+
"Status":{
|
10618
|
+
"shape":"AssociationStatus",
|
10619
|
+
"locationName":"status"
|
10620
|
+
}
|
10621
|
+
}
|
10622
|
+
},
|
9682
10623
|
"DisassociateIamInstanceProfileRequest":{
|
9683
10624
|
"type":"structure",
|
9684
10625
|
"required":["AssociationId"],
|
@@ -9876,6 +10817,13 @@
|
|
9876
10817
|
"locationName":"item"
|
9877
10818
|
}
|
9878
10819
|
},
|
10820
|
+
"DnsServersOptionsModifyStructure":{
|
10821
|
+
"type":"structure",
|
10822
|
+
"members":{
|
10823
|
+
"CustomDnsServers":{"shape":"ValueStringList"},
|
10824
|
+
"Enabled":{"shape":"Boolean"}
|
10825
|
+
}
|
10826
|
+
},
|
9879
10827
|
"DnsSupportValue":{
|
9880
10828
|
"type":"string",
|
9881
10829
|
"enum":[
|
@@ -10244,6 +11192,13 @@
|
|
10244
11192
|
"limited"
|
10245
11193
|
]
|
10246
11194
|
},
|
11195
|
+
"EndpointSet":{
|
11196
|
+
"type":"list",
|
11197
|
+
"member":{
|
11198
|
+
"shape":"ClientVpnEndpoint",
|
11199
|
+
"locationName":"item"
|
11200
|
+
}
|
11201
|
+
},
|
10247
11202
|
"EventCode":{
|
10248
11203
|
"type":"string",
|
10249
11204
|
"enum":[
|
@@ -10293,6 +11248,44 @@
|
|
10293
11248
|
"locationName":"ExecutableBy"
|
10294
11249
|
}
|
10295
11250
|
},
|
11251
|
+
"ExportClientVpnClientCertificateRevocationListRequest":{
|
11252
|
+
"type":"structure",
|
11253
|
+
"required":["ClientVpnEndpointId"],
|
11254
|
+
"members":{
|
11255
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
11256
|
+
"DryRun":{"shape":"Boolean"}
|
11257
|
+
}
|
11258
|
+
},
|
11259
|
+
"ExportClientVpnClientCertificateRevocationListResult":{
|
11260
|
+
"type":"structure",
|
11261
|
+
"members":{
|
11262
|
+
"CertificateRevocationList":{
|
11263
|
+
"shape":"String",
|
11264
|
+
"locationName":"certificateRevocationList"
|
11265
|
+
},
|
11266
|
+
"Status":{
|
11267
|
+
"shape":"ClientCertificateRevocationListStatus",
|
11268
|
+
"locationName":"status"
|
11269
|
+
}
|
11270
|
+
}
|
11271
|
+
},
|
11272
|
+
"ExportClientVpnClientConfigurationRequest":{
|
11273
|
+
"type":"structure",
|
11274
|
+
"required":["ClientVpnEndpointId"],
|
11275
|
+
"members":{
|
11276
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
11277
|
+
"DryRun":{"shape":"Boolean"}
|
11278
|
+
}
|
11279
|
+
},
|
11280
|
+
"ExportClientVpnClientConfigurationResult":{
|
11281
|
+
"type":"structure",
|
11282
|
+
"members":{
|
11283
|
+
"ClientConfiguration":{
|
11284
|
+
"shape":"String",
|
11285
|
+
"locationName":"clientConfiguration"
|
11286
|
+
}
|
11287
|
+
}
|
11288
|
+
},
|
10296
11289
|
"ExportEnvironment":{
|
10297
11290
|
"type":"string",
|
10298
11291
|
"enum":[
|
@@ -11235,11 +12228,6 @@
|
|
11235
12228
|
},
|
11236
12229
|
"HistoryRecord":{
|
11237
12230
|
"type":"structure",
|
11238
|
-
"required":[
|
11239
|
-
"EventInformation",
|
11240
|
-
"EventType",
|
11241
|
-
"Timestamp"
|
11242
|
-
],
|
11243
12231
|
"members":{
|
11244
12232
|
"EventInformation":{
|
11245
12233
|
"shape":"EventInformation",
|
@@ -11818,6 +12806,27 @@
|
|
11818
12806
|
"ramdisk"
|
11819
12807
|
]
|
11820
12808
|
},
|
12809
|
+
"ImportClientVpnClientCertificateRevocationListRequest":{
|
12810
|
+
"type":"structure",
|
12811
|
+
"required":[
|
12812
|
+
"ClientVpnEndpointId",
|
12813
|
+
"CertificateRevocationList"
|
12814
|
+
],
|
12815
|
+
"members":{
|
12816
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
12817
|
+
"CertificateRevocationList":{"shape":"String"},
|
12818
|
+
"DryRun":{"shape":"Boolean"}
|
12819
|
+
}
|
12820
|
+
},
|
12821
|
+
"ImportClientVpnClientCertificateRevocationListResult":{
|
12822
|
+
"type":"structure",
|
12823
|
+
"members":{
|
12824
|
+
"Return":{
|
12825
|
+
"shape":"Boolean",
|
12826
|
+
"locationName":"return"
|
12827
|
+
}
|
12828
|
+
}
|
12829
|
+
},
|
11821
12830
|
"ImportImageRequest":{
|
11822
12831
|
"type":"structure",
|
11823
12832
|
"members":{
|
@@ -14053,7 +15062,7 @@
|
|
14053
15062
|
"type":"string",
|
14054
15063
|
"max":128,
|
14055
15064
|
"min":3,
|
14056
|
-
"pattern":"[a-zA-Z0-9\\(\\)
|
15065
|
+
"pattern":"[a-zA-Z0-9\\(\\)\\.\\-/_]+"
|
14057
15066
|
},
|
14058
15067
|
"LaunchTemplateNameStringList":{
|
14059
15068
|
"type":"list",
|
@@ -14422,6 +15431,27 @@
|
|
14422
15431
|
}
|
14423
15432
|
}
|
14424
15433
|
},
|
15434
|
+
"ModifyClientVpnEndpointRequest":{
|
15435
|
+
"type":"structure",
|
15436
|
+
"required":["ClientVpnEndpointId"],
|
15437
|
+
"members":{
|
15438
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
15439
|
+
"ServerCertificateArn":{"shape":"String"},
|
15440
|
+
"ConnectionLogOptions":{"shape":"ConnectionLogOptions"},
|
15441
|
+
"DnsServers":{"shape":"DnsServersOptionsModifyStructure"},
|
15442
|
+
"Description":{"shape":"String"},
|
15443
|
+
"DryRun":{"shape":"Boolean"}
|
15444
|
+
}
|
15445
|
+
},
|
15446
|
+
"ModifyClientVpnEndpointResult":{
|
15447
|
+
"type":"structure",
|
15448
|
+
"members":{
|
15449
|
+
"Return":{
|
15450
|
+
"shape":"Boolean",
|
15451
|
+
"locationName":"return"
|
15452
|
+
}
|
15453
|
+
}
|
15454
|
+
},
|
14425
15455
|
"ModifyFleetRequest":{
|
14426
15456
|
"type":"structure",
|
14427
15457
|
"required":[
|
@@ -17034,7 +18064,6 @@
|
|
17034
18064
|
},
|
17035
18065
|
"RequestSpotFleetResponse":{
|
17036
18066
|
"type":"structure",
|
17037
|
-
"required":["SpotFleetRequestId"],
|
17038
18067
|
"members":{
|
17039
18068
|
"SpotFleetRequestId":{
|
17040
18069
|
"shape":"String",
|
@@ -17917,6 +18946,29 @@
|
|
17917
18946
|
}
|
17918
18947
|
}
|
17919
18948
|
},
|
18949
|
+
"RevokeClientVpnIngressRequest":{
|
18950
|
+
"type":"structure",
|
18951
|
+
"required":[
|
18952
|
+
"ClientVpnEndpointId",
|
18953
|
+
"TargetNetworkCidr"
|
18954
|
+
],
|
18955
|
+
"members":{
|
18956
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
18957
|
+
"TargetNetworkCidr":{"shape":"String"},
|
18958
|
+
"AccessGroupId":{"shape":"String"},
|
18959
|
+
"RevokeAllGroups":{"shape":"Boolean"},
|
18960
|
+
"DryRun":{"shape":"Boolean"}
|
18961
|
+
}
|
18962
|
+
},
|
18963
|
+
"RevokeClientVpnIngressResult":{
|
18964
|
+
"type":"structure",
|
18965
|
+
"members":{
|
18966
|
+
"Status":{
|
18967
|
+
"shape":"ClientVpnAuthorizationRuleStatus",
|
18968
|
+
"locationName":"status"
|
18969
|
+
}
|
18970
|
+
}
|
18971
|
+
},
|
17920
18972
|
"RevokeSecurityGroupEgressRequest":{
|
17921
18973
|
"type":"structure",
|
17922
18974
|
"required":["GroupId"],
|
@@ -19192,12 +20244,6 @@
|
|
19192
20244
|
},
|
19193
20245
|
"SpotFleetRequestConfig":{
|
19194
20246
|
"type":"structure",
|
19195
|
-
"required":[
|
19196
|
-
"CreateTime",
|
19197
|
-
"SpotFleetRequestConfig",
|
19198
|
-
"SpotFleetRequestId",
|
19199
|
-
"SpotFleetRequestState"
|
19200
|
-
],
|
19201
20247
|
"members":{
|
19202
20248
|
"ActivityStatus":{
|
19203
20249
|
"shape":"ActivityStatus",
|
@@ -20054,7 +21100,6 @@
|
|
20054
21100
|
},
|
20055
21101
|
"TargetGroup":{
|
20056
21102
|
"type":"structure",
|
20057
|
-
"required":["Arn"],
|
20058
21103
|
"members":{
|
20059
21104
|
"Arn":{
|
20060
21105
|
"shape":"String",
|
@@ -20073,7 +21118,6 @@
|
|
20073
21118
|
},
|
20074
21119
|
"TargetGroupsConfig":{
|
20075
21120
|
"type":"structure",
|
20076
|
-
"required":["TargetGroups"],
|
20077
21121
|
"members":{
|
20078
21122
|
"TargetGroups":{
|
20079
21123
|
"shape":"TargetGroups",
|
@@ -20081,6 +21125,42 @@
|
|
20081
21125
|
}
|
20082
21126
|
}
|
20083
21127
|
},
|
21128
|
+
"TargetNetwork":{
|
21129
|
+
"type":"structure",
|
21130
|
+
"members":{
|
21131
|
+
"AssociationId":{
|
21132
|
+
"shape":"String",
|
21133
|
+
"locationName":"associationId"
|
21134
|
+
},
|
21135
|
+
"VpcId":{
|
21136
|
+
"shape":"String",
|
21137
|
+
"locationName":"vpcId"
|
21138
|
+
},
|
21139
|
+
"TargetNetworkId":{
|
21140
|
+
"shape":"String",
|
21141
|
+
"locationName":"targetNetworkId"
|
21142
|
+
},
|
21143
|
+
"ClientVpnEndpointId":{
|
21144
|
+
"shape":"String",
|
21145
|
+
"locationName":"clientVpnEndpointId"
|
21146
|
+
},
|
21147
|
+
"Status":{
|
21148
|
+
"shape":"AssociationStatus",
|
21149
|
+
"locationName":"status"
|
21150
|
+
},
|
21151
|
+
"SecurityGroups":{
|
21152
|
+
"shape":"ValueStringList",
|
21153
|
+
"locationName":"securityGroups"
|
21154
|
+
}
|
21155
|
+
}
|
21156
|
+
},
|
21157
|
+
"TargetNetworkSet":{
|
21158
|
+
"type":"list",
|
21159
|
+
"member":{
|
21160
|
+
"shape":"TargetNetwork",
|
21161
|
+
"locationName":"item"
|
21162
|
+
}
|
21163
|
+
},
|
20084
21164
|
"TargetReservationValue":{
|
20085
21165
|
"type":"structure",
|
20086
21166
|
"members":{
|
@@ -20116,6 +21196,57 @@
|
|
20116
21196
|
"host"
|
20117
21197
|
]
|
20118
21198
|
},
|
21199
|
+
"TerminateClientVpnConnectionsRequest":{
|
21200
|
+
"type":"structure",
|
21201
|
+
"required":["ClientVpnEndpointId"],
|
21202
|
+
"members":{
|
21203
|
+
"ClientVpnEndpointId":{"shape":"String"},
|
21204
|
+
"ConnectionId":{"shape":"String"},
|
21205
|
+
"Username":{"shape":"String"},
|
21206
|
+
"DryRun":{"shape":"Boolean"}
|
21207
|
+
}
|
21208
|
+
},
|
21209
|
+
"TerminateClientVpnConnectionsResult":{
|
21210
|
+
"type":"structure",
|
21211
|
+
"members":{
|
21212
|
+
"ClientVpnEndpointId":{
|
21213
|
+
"shape":"String",
|
21214
|
+
"locationName":"clientVpnEndpointId"
|
21215
|
+
},
|
21216
|
+
"Username":{
|
21217
|
+
"shape":"String",
|
21218
|
+
"locationName":"username"
|
21219
|
+
},
|
21220
|
+
"ConnectionStatuses":{
|
21221
|
+
"shape":"TerminateConnectionStatusSet",
|
21222
|
+
"locationName":"connectionStatuses"
|
21223
|
+
}
|
21224
|
+
}
|
21225
|
+
},
|
21226
|
+
"TerminateConnectionStatus":{
|
21227
|
+
"type":"structure",
|
21228
|
+
"members":{
|
21229
|
+
"ConnectionId":{
|
21230
|
+
"shape":"String",
|
21231
|
+
"locationName":"connectionId"
|
21232
|
+
},
|
21233
|
+
"PreviousStatus":{
|
21234
|
+
"shape":"ClientVpnConnectionStatus",
|
21235
|
+
"locationName":"previousStatus"
|
21236
|
+
},
|
21237
|
+
"CurrentStatus":{
|
21238
|
+
"shape":"ClientVpnConnectionStatus",
|
21239
|
+
"locationName":"currentStatus"
|
21240
|
+
}
|
21241
|
+
}
|
21242
|
+
},
|
21243
|
+
"TerminateConnectionStatusSet":{
|
21244
|
+
"type":"list",
|
21245
|
+
"member":{
|
21246
|
+
"shape":"TerminateConnectionStatus",
|
21247
|
+
"locationName":"item"
|
21248
|
+
}
|
21249
|
+
},
|
20119
21250
|
"TerminateInstancesRequest":{
|
20120
21251
|
"type":"structure",
|
20121
21252
|
"required":["InstanceIds"],
|
@@ -20683,6 +21814,13 @@
|
|
20683
21814
|
}
|
20684
21815
|
}
|
20685
21816
|
},
|
21817
|
+
"TransportProtocol":{
|
21818
|
+
"type":"string",
|
21819
|
+
"enum":[
|
21820
|
+
"tcp",
|
21821
|
+
"udp"
|
21822
|
+
]
|
21823
|
+
},
|
20686
21824
|
"TunnelOptionsList":{
|
20687
21825
|
"type":"list",
|
20688
21826
|
"member":{
|
@@ -20804,7 +21942,6 @@
|
|
20804
21942
|
},
|
20805
21943
|
"UnsuccessfulItem":{
|
20806
21944
|
"type":"structure",
|
20807
|
-
"required":["Error"],
|
20808
21945
|
"members":{
|
20809
21946
|
"Error":{
|
20810
21947
|
"shape":"UnsuccessfulItemError",
|
@@ -20818,10 +21955,6 @@
|
|
20818
21955
|
},
|
20819
21956
|
"UnsuccessfulItemError":{
|
20820
21957
|
"type":"structure",
|
20821
|
-
"required":[
|
20822
|
-
"Code",
|
20823
|
-
"Message"
|
20824
|
-
],
|
20825
21958
|
"members":{
|
20826
21959
|
"Code":{
|
20827
21960
|
"shape":"String",
|
@@ -21948,6 +23081,10 @@
|
|
21948
23081
|
"locationName":"item"
|
21949
23082
|
}
|
21950
23083
|
},
|
23084
|
+
"VpnProtocol":{
|
23085
|
+
"type":"string",
|
23086
|
+
"enum":["openvpn"]
|
23087
|
+
},
|
21951
23088
|
"VpnState":{
|
21952
23089
|
"type":"string",
|
21953
23090
|
"enum":[
|