cdk-comprehend-s3olap 2.0.95 → 2.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +5 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +651 -18
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1338 -1108
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +632 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +223 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +1341 -1111
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -436,6 +436,22 @@ declare class EC2 extends Service {
|
|
436
436
|
* Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.
|
437
437
|
*/
|
438
438
|
createClientVpnRoute(callback?: (err: AWSError, data: EC2.Types.CreateClientVpnRouteResult) => void): Request<EC2.Types.CreateClientVpnRouteResult, AWSError>;
|
439
|
+
/**
|
440
|
+
* Creates a range of customer-owned IP addresses.
|
441
|
+
*/
|
442
|
+
createCoipCidr(params: EC2.Types.CreateCoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.CreateCoipCidrResult) => void): Request<EC2.Types.CreateCoipCidrResult, AWSError>;
|
443
|
+
/**
|
444
|
+
* Creates a range of customer-owned IP addresses.
|
445
|
+
*/
|
446
|
+
createCoipCidr(callback?: (err: AWSError, data: EC2.Types.CreateCoipCidrResult) => void): Request<EC2.Types.CreateCoipCidrResult, AWSError>;
|
447
|
+
/**
|
448
|
+
* Creates a pool of customer-owned IP (CoIP) addresses.
|
449
|
+
*/
|
450
|
+
createCoipPool(params: EC2.Types.CreateCoipPoolRequest, callback?: (err: AWSError, data: EC2.Types.CreateCoipPoolResult) => void): Request<EC2.Types.CreateCoipPoolResult, AWSError>;
|
451
|
+
/**
|
452
|
+
* Creates a pool of customer-owned IP (CoIP) addresses.
|
453
|
+
*/
|
454
|
+
createCoipPool(callback?: (err: AWSError, data: EC2.Types.CreateCoipPoolResult) => void): Request<EC2.Types.CreateCoipPoolResult, AWSError>;
|
439
455
|
/**
|
440
456
|
* Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT). For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide. To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn't create a new customer gateway.
|
441
457
|
*/
|
@@ -588,6 +604,22 @@ declare class EC2 extends Service {
|
|
588
604
|
* Creates a static route for the specified local gateway route table. You must specify one of the following targets: LocalGatewayVirtualInterfaceGroupId NetworkInterfaceId
|
589
605
|
*/
|
590
606
|
createLocalGatewayRoute(callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteResult) => void): Request<EC2.Types.CreateLocalGatewayRouteResult, AWSError>;
|
607
|
+
/**
|
608
|
+
* Creates a local gateway route table.
|
609
|
+
*/
|
610
|
+
createLocalGatewayRouteTable(params: EC2.Types.CreateLocalGatewayRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableResult, AWSError>;
|
611
|
+
/**
|
612
|
+
* Creates a local gateway route table.
|
613
|
+
*/
|
614
|
+
createLocalGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableResult, AWSError>;
|
615
|
+
/**
|
616
|
+
* Creates a local gateway route table virtual interface group association.
|
617
|
+
*/
|
618
|
+
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(params: EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest, callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
|
619
|
+
/**
|
620
|
+
* Creates a local gateway route table virtual interface group association.
|
621
|
+
*/
|
622
|
+
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
|
591
623
|
/**
|
592
624
|
* Associates the specified VPC with the specified local gateway route table.
|
593
625
|
*/
|
@@ -996,6 +1028,22 @@ declare class EC2 extends Service {
|
|
996
1028
|
* Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.
|
997
1029
|
*/
|
998
1030
|
deleteClientVpnRoute(callback?: (err: AWSError, data: EC2.Types.DeleteClientVpnRouteResult) => void): Request<EC2.Types.DeleteClientVpnRouteResult, AWSError>;
|
1031
|
+
/**
|
1032
|
+
* Deletes a range of customer-owned IP addresses.
|
1033
|
+
*/
|
1034
|
+
deleteCoipCidr(params: EC2.Types.DeleteCoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.DeleteCoipCidrResult) => void): Request<EC2.Types.DeleteCoipCidrResult, AWSError>;
|
1035
|
+
/**
|
1036
|
+
* Deletes a range of customer-owned IP addresses.
|
1037
|
+
*/
|
1038
|
+
deleteCoipCidr(callback?: (err: AWSError, data: EC2.Types.DeleteCoipCidrResult) => void): Request<EC2.Types.DeleteCoipCidrResult, AWSError>;
|
1039
|
+
/**
|
1040
|
+
* Deletes a pool of customer-owned IP (CoIP) addresses.
|
1041
|
+
*/
|
1042
|
+
deleteCoipPool(params: EC2.Types.DeleteCoipPoolRequest, callback?: (err: AWSError, data: EC2.Types.DeleteCoipPoolResult) => void): Request<EC2.Types.DeleteCoipPoolResult, AWSError>;
|
1043
|
+
/**
|
1044
|
+
* Deletes a pool of customer-owned IP (CoIP) addresses.
|
1045
|
+
*/
|
1046
|
+
deleteCoipPool(callback?: (err: AWSError, data: EC2.Types.DeleteCoipPoolResult) => void): Request<EC2.Types.DeleteCoipPoolResult, AWSError>;
|
999
1047
|
/**
|
1000
1048
|
* Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
|
1001
1049
|
*/
|
@@ -1116,6 +1164,22 @@ declare class EC2 extends Service {
|
|
1116
1164
|
* Deletes the specified route from the specified local gateway route table.
|
1117
1165
|
*/
|
1118
1166
|
deleteLocalGatewayRoute(callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteResult, AWSError>;
|
1167
|
+
/**
|
1168
|
+
* Deletes a local gateway route table.
|
1169
|
+
*/
|
1170
|
+
deleteLocalGatewayRouteTable(params: EC2.Types.DeleteLocalGatewayRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableResult, AWSError>;
|
1171
|
+
/**
|
1172
|
+
* Deletes a local gateway route table.
|
1173
|
+
*/
|
1174
|
+
deleteLocalGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableResult, AWSError>;
|
1175
|
+
/**
|
1176
|
+
* Deletes a local gateway route table virtual interface group association.
|
1177
|
+
*/
|
1178
|
+
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(params: EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest, callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
|
1179
|
+
/**
|
1180
|
+
* Deletes a local gateway route table virtual interface group association.
|
1181
|
+
*/
|
1182
|
+
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
|
1119
1183
|
/**
|
1120
1184
|
* Deletes the specified association between a VPC and local gateway route table.
|
1121
1185
|
*/
|
@@ -7241,6 +7305,20 @@ declare namespace EC2 {
|
|
7241
7305
|
CoIp?: String;
|
7242
7306
|
}
|
7243
7307
|
export type CoipAddressUsageSet = CoipAddressUsage[];
|
7308
|
+
export interface CoipCidr {
|
7309
|
+
/**
|
7310
|
+
* An address range in a customer-owned IP address space.
|
7311
|
+
*/
|
7312
|
+
Cidr?: String;
|
7313
|
+
/**
|
7314
|
+
* The ID of the address pool.
|
7315
|
+
*/
|
7316
|
+
CoipPoolId?: Ipv4PoolCoipId;
|
7317
|
+
/**
|
7318
|
+
* The ID of the local gateway route table.
|
7319
|
+
*/
|
7320
|
+
LocalGatewayRouteTableId?: String;
|
7321
|
+
}
|
7244
7322
|
export interface CoipPool {
|
7245
7323
|
/**
|
7246
7324
|
* The ID of the address pool.
|
@@ -7843,6 +7921,43 @@ declare namespace EC2 {
|
|
7843
7921
|
*/
|
7844
7922
|
Status?: ClientVpnRouteStatus;
|
7845
7923
|
}
|
7924
|
+
export interface CreateCoipCidrRequest {
|
7925
|
+
/**
|
7926
|
+
* A customer-owned IP address range to create.
|
7927
|
+
*/
|
7928
|
+
Cidr: String;
|
7929
|
+
/**
|
7930
|
+
* The ID of the address pool.
|
7931
|
+
*/
|
7932
|
+
CoipPoolId: Ipv4PoolCoipId;
|
7933
|
+
/**
|
7934
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
7935
|
+
*/
|
7936
|
+
DryRun?: Boolean;
|
7937
|
+
}
|
7938
|
+
export interface CreateCoipCidrResult {
|
7939
|
+
/**
|
7940
|
+
* Information about a range of customer-owned IP addresses.
|
7941
|
+
*/
|
7942
|
+
CoipCidr?: CoipCidr;
|
7943
|
+
}
|
7944
|
+
export interface CreateCoipPoolRequest {
|
7945
|
+
/**
|
7946
|
+
* The ID of the local gateway route table.
|
7947
|
+
*/
|
7948
|
+
LocalGatewayRouteTableId: LocalGatewayRoutetableId;
|
7949
|
+
/**
|
7950
|
+
* The tags to assign to the CoIP address pool.
|
7951
|
+
*/
|
7952
|
+
TagSpecifications?: TagSpecificationList;
|
7953
|
+
/**
|
7954
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
7955
|
+
*/
|
7956
|
+
DryRun?: Boolean;
|
7957
|
+
}
|
7958
|
+
export interface CreateCoipPoolResult {
|
7959
|
+
CoipPool?: CoipPool;
|
7960
|
+
}
|
7846
7961
|
export interface CreateCustomerGatewayRequest {
|
7847
7962
|
/**
|
7848
7963
|
* For devices that support BGP, the customer gateway's BGP ASN. Default: 65000
|
@@ -8547,6 +8662,48 @@ declare namespace EC2 {
|
|
8547
8662
|
*/
|
8548
8663
|
Route?: LocalGatewayRoute;
|
8549
8664
|
}
|
8665
|
+
export interface CreateLocalGatewayRouteTableRequest {
|
8666
|
+
/**
|
8667
|
+
* The ID of the local gateway.
|
8668
|
+
*/
|
8669
|
+
LocalGatewayId: LocalGatewayId;
|
8670
|
+
/**
|
8671
|
+
* The mode of the local gateway route table.
|
8672
|
+
*/
|
8673
|
+
Mode?: LocalGatewayRouteTableMode;
|
8674
|
+
/**
|
8675
|
+
* The tags assigned to the local gateway route table.
|
8676
|
+
*/
|
8677
|
+
TagSpecifications?: TagSpecificationList;
|
8678
|
+
/**
|
8679
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
8680
|
+
*/
|
8681
|
+
DryRun?: Boolean;
|
8682
|
+
}
|
8683
|
+
export interface CreateLocalGatewayRouteTableResult {
|
8684
|
+
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
8685
|
+
}
|
8686
|
+
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
8687
|
+
/**
|
8688
|
+
* The ID of the local gateway route table.
|
8689
|
+
*/
|
8690
|
+
LocalGatewayRouteTableId: LocalGatewayRoutetableId;
|
8691
|
+
/**
|
8692
|
+
* The ID of the local gateway route table virtual interface group association.
|
8693
|
+
*/
|
8694
|
+
LocalGatewayVirtualInterfaceGroupId: LocalGatewayVirtualInterfaceGroupId;
|
8695
|
+
/**
|
8696
|
+
* The tags assigned to the local gateway route table virtual interface group association.
|
8697
|
+
*/
|
8698
|
+
TagSpecifications?: TagSpecificationList;
|
8699
|
+
/**
|
8700
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
8701
|
+
*/
|
8702
|
+
DryRun?: Boolean;
|
8703
|
+
}
|
8704
|
+
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
8705
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
8706
|
+
}
|
8550
8707
|
export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
|
8551
8708
|
/**
|
8552
8709
|
* The ID of the local gateway route table.
|
@@ -10338,6 +10495,39 @@ declare namespace EC2 {
|
|
10338
10495
|
*/
|
10339
10496
|
Status?: ClientVpnRouteStatus;
|
10340
10497
|
}
|
10498
|
+
export interface DeleteCoipCidrRequest {
|
10499
|
+
/**
|
10500
|
+
* A customer-owned IP address range that you want to delete.
|
10501
|
+
*/
|
10502
|
+
Cidr: String;
|
10503
|
+
/**
|
10504
|
+
* The ID of the customer-owned address pool.
|
10505
|
+
*/
|
10506
|
+
CoipPoolId: Ipv4PoolCoipId;
|
10507
|
+
/**
|
10508
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
10509
|
+
*/
|
10510
|
+
DryRun?: Boolean;
|
10511
|
+
}
|
10512
|
+
export interface DeleteCoipCidrResult {
|
10513
|
+
/**
|
10514
|
+
* Information about a range of customer-owned IP addresses.
|
10515
|
+
*/
|
10516
|
+
CoipCidr?: CoipCidr;
|
10517
|
+
}
|
10518
|
+
export interface DeleteCoipPoolRequest {
|
10519
|
+
/**
|
10520
|
+
* The ID of the CoIP pool that you want to delete.
|
10521
|
+
*/
|
10522
|
+
CoipPoolId: Ipv4PoolCoipId;
|
10523
|
+
/**
|
10524
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
10525
|
+
*/
|
10526
|
+
DryRun?: Boolean;
|
10527
|
+
}
|
10528
|
+
export interface DeleteCoipPoolResult {
|
10529
|
+
CoipPool?: CoipPool;
|
10530
|
+
}
|
10341
10531
|
export interface DeleteCustomerGatewayRequest {
|
10342
10532
|
/**
|
10343
10533
|
* The ID of the customer gateway.
|
@@ -10665,6 +10855,32 @@ declare namespace EC2 {
|
|
10665
10855
|
*/
|
10666
10856
|
Route?: LocalGatewayRoute;
|
10667
10857
|
}
|
10858
|
+
export interface DeleteLocalGatewayRouteTableRequest {
|
10859
|
+
/**
|
10860
|
+
* The ID of the local gateway route table.
|
10861
|
+
*/
|
10862
|
+
LocalGatewayRouteTableId: LocalGatewayRoutetableId;
|
10863
|
+
/**
|
10864
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
10865
|
+
*/
|
10866
|
+
DryRun?: Boolean;
|
10867
|
+
}
|
10868
|
+
export interface DeleteLocalGatewayRouteTableResult {
|
10869
|
+
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
10870
|
+
}
|
10871
|
+
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
10872
|
+
/**
|
10873
|
+
* The ID of the local gateway route table virtual interface group association.
|
10874
|
+
*/
|
10875
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: LocalGatewayRouteTableVirtualInterfaceGroupAssociationId;
|
10876
|
+
/**
|
10877
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
10878
|
+
*/
|
10879
|
+
DryRun?: Boolean;
|
10880
|
+
}
|
10881
|
+
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
10882
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
10883
|
+
}
|
10668
10884
|
export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
10669
10885
|
/**
|
10670
10886
|
* The ID of the association.
|
@@ -23573,6 +23789,7 @@ declare namespace EC2 {
|
|
23573
23789
|
* The mode of the local gateway route table.
|
23574
23790
|
*/
|
23575
23791
|
Mode?: LocalGatewayRouteTableMode;
|
23792
|
+
StateReason?: StateReason;
|
23576
23793
|
}
|
23577
23794
|
export type LocalGatewayRouteTableIdSet = LocalGatewayRoutetableId[];
|
23578
23795
|
export type LocalGatewayRouteTableMode = "direct-vpc-routing"|"coip"|string;
|
@@ -24649,10 +24866,14 @@ declare namespace EC2 {
|
|
24649
24866
|
* The ID of the local gateway route table.
|
24650
24867
|
*/
|
24651
24868
|
LocalGatewayRouteTableId: LocalGatewayRoutetableId;
|
24869
|
+
/**
|
24870
|
+
* The ID of the virtual interface group.
|
24871
|
+
*/
|
24872
|
+
LocalGatewayVirtualInterfaceGroupId?: LocalGatewayVirtualInterfaceGroupId;
|
24652
24873
|
/**
|
24653
24874
|
* The ID of the network interface.
|
24654
24875
|
*/
|
24655
|
-
NetworkInterfaceId
|
24876
|
+
NetworkInterfaceId?: NetworkInterfaceId;
|
24656
24877
|
/**
|
24657
24878
|
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
24658
24879
|
*/
|
@@ -28852,7 +29073,7 @@ declare namespace EC2 {
|
|
28852
29073
|
*/
|
28853
29074
|
ResourceTypes?: ValueStringList;
|
28854
29075
|
}
|
28855
|
-
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
|
29076
|
+
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
|
28856
29077
|
export interface ResponseError {
|
28857
29078
|
/**
|
28858
29079
|
* The error code.
|