@aws-sdk/client-ec2 3.199.0 → 3.201.0
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/CHANGELOG.md +22 -0
- package/README.md +7 -7
- package/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AcceptAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAddressTransfersCommand.js +46 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DisableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-cjs/commands/EnableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +3 -3
- package/dist-cjs/commands/EnableFastLaunchCommand.js +3 -3
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-cjs/commands/ModifyVpcTenancyCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/EndpointParameters.js +2 -3
- package/dist-cjs/models/models_0.js +112 -113
- package/dist-cjs/models/models_1.js +25 -24
- package/dist-cjs/models/models_2.js +24 -22
- package/dist-cjs/models/models_3.js +29 -29
- package/dist-cjs/models/models_4.js +38 -38
- package/dist-cjs/models/models_5.js +46 -46
- package/dist-cjs/models/models_6.js +44 -4
- package/dist-cjs/pagination/DescribeAddressTransfersPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_ec2.js +332 -33
- package/dist-cjs/runtimeConfig.browser.js +16 -16
- package/dist-cjs/runtimeConfig.js +20 -19
- package/dist-cjs/runtimeConfig.native.js +1 -2
- package/dist-cjs/runtimeConfig.shared.js +8 -11
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AcceptAddressTransferCommand.js +42 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAddressTransfersCommand.js +42 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DisableAddressTransferCommand.js +42 -0
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-es/commands/EnableAddressTransferCommand.js +42 -0
- package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +1 -1
- package/dist-es/commands/EnableFastLaunchCommand.js +1 -1
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-es/commands/ModifyVpcTenancyCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +101 -103
- package/dist-es/models/models_1.js +17 -16
- package/dist-es/models/models_2.js +16 -12
- package/dist-es/models/models_3.js +18 -18
- package/dist-es/models/models_4.js +24 -24
- package/dist-es/models/models_5.js +30 -30
- package/dist-es/models/models_6.js +30 -0
- package/dist-es/pagination/DescribeAddressTransfersPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_ec2.js +295 -0
- package/dist-types/EC2.d.ts +28 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +37 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +194 -192
- package/dist-types/models/models_1.d.ts +67 -75
- package/dist-types/models/models_2.d.ts +78 -57
- package/dist-types/models/models_3.d.ts +97 -222
- package/dist-types/models/models_4.d.ts +244 -178
- package/dist-types/models/models_5.d.ts +214 -374
- package/dist-types/models/models_6.d.ts +374 -5
- package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +68 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +121 -119
- package/dist-types/ts3.4/models/models_1.d.ts +30 -33
- package/dist-types/ts3.4/models/models_2.d.ts +33 -34
- package/dist-types/ts3.4/models/models_3.d.ts +46 -54
- package/dist-types/ts3.4/models/models_4.d.ts +70 -71
- package/dist-types/ts3.4/models/models_5.d.ts +91 -106
- package/dist-types/ts3.4/models/models_6.d.ts +107 -1
- package/dist-types/ts3.4/pagination/DescribeAddressTransfersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +35 -35
|
@@ -36,6 +36,114 @@ export declare enum AcceleratorType {
|
|
|
36
36
|
GPU = "gpu",
|
|
37
37
|
INFERENCE = "inference",
|
|
38
38
|
}
|
|
39
|
+
export declare enum ResourceType {
|
|
40
|
+
capacity_reservation = "capacity-reservation",
|
|
41
|
+
capacity_reservation_fleet = "capacity-reservation-fleet",
|
|
42
|
+
carrier_gateway = "carrier-gateway",
|
|
43
|
+
client_vpn_endpoint = "client-vpn-endpoint",
|
|
44
|
+
coip_pool = "coip-pool",
|
|
45
|
+
customer_gateway = "customer-gateway",
|
|
46
|
+
dedicated_host = "dedicated-host",
|
|
47
|
+
dhcp_options = "dhcp-options",
|
|
48
|
+
egress_only_internet_gateway = "egress-only-internet-gateway",
|
|
49
|
+
elastic_gpu = "elastic-gpu",
|
|
50
|
+
elastic_ip = "elastic-ip",
|
|
51
|
+
export_image_task = "export-image-task",
|
|
52
|
+
export_instance_task = "export-instance-task",
|
|
53
|
+
fleet = "fleet",
|
|
54
|
+
fpga_image = "fpga-image",
|
|
55
|
+
host_reservation = "host-reservation",
|
|
56
|
+
image = "image",
|
|
57
|
+
import_image_task = "import-image-task",
|
|
58
|
+
import_snapshot_task = "import-snapshot-task",
|
|
59
|
+
instance = "instance",
|
|
60
|
+
instance_event_window = "instance-event-window",
|
|
61
|
+
internet_gateway = "internet-gateway",
|
|
62
|
+
ipam = "ipam",
|
|
63
|
+
ipam_pool = "ipam-pool",
|
|
64
|
+
ipam_scope = "ipam-scope",
|
|
65
|
+
ipv4pool_ec2 = "ipv4pool-ec2",
|
|
66
|
+
ipv6pool_ec2 = "ipv6pool-ec2",
|
|
67
|
+
key_pair = "key-pair",
|
|
68
|
+
launch_template = "launch-template",
|
|
69
|
+
local_gateway = "local-gateway",
|
|
70
|
+
local_gateway_route_table = "local-gateway-route-table",
|
|
71
|
+
local_gateway_route_table_virtual_interface_group_association = "local-gateway-route-table-virtual-interface-group-association",
|
|
72
|
+
local_gateway_route_table_vpc_association = "local-gateway-route-table-vpc-association",
|
|
73
|
+
local_gateway_virtual_interface = "local-gateway-virtual-interface",
|
|
74
|
+
local_gateway_virtual_interface_group = "local-gateway-virtual-interface-group",
|
|
75
|
+
natgateway = "natgateway",
|
|
76
|
+
network_acl = "network-acl",
|
|
77
|
+
network_insights_access_scope = "network-insights-access-scope",
|
|
78
|
+
network_insights_access_scope_analysis = "network-insights-access-scope-analysis",
|
|
79
|
+
network_insights_analysis = "network-insights-analysis",
|
|
80
|
+
network_insights_path = "network-insights-path",
|
|
81
|
+
network_interface = "network-interface",
|
|
82
|
+
placement_group = "placement-group",
|
|
83
|
+
prefix_list = "prefix-list",
|
|
84
|
+
replace_root_volume_task = "replace-root-volume-task",
|
|
85
|
+
reserved_instances = "reserved-instances",
|
|
86
|
+
route_table = "route-table",
|
|
87
|
+
security_group = "security-group",
|
|
88
|
+
security_group_rule = "security-group-rule",
|
|
89
|
+
snapshot = "snapshot",
|
|
90
|
+
spot_fleet_request = "spot-fleet-request",
|
|
91
|
+
spot_instances_request = "spot-instances-request",
|
|
92
|
+
subnet = "subnet",
|
|
93
|
+
subnet_cidr_reservation = "subnet-cidr-reservation",
|
|
94
|
+
traffic_mirror_filter = "traffic-mirror-filter",
|
|
95
|
+
traffic_mirror_filter_rule = "traffic-mirror-filter-rule",
|
|
96
|
+
traffic_mirror_session = "traffic-mirror-session",
|
|
97
|
+
traffic_mirror_target = "traffic-mirror-target",
|
|
98
|
+
transit_gateway = "transit-gateway",
|
|
99
|
+
transit_gateway_attachment = "transit-gateway-attachment",
|
|
100
|
+
transit_gateway_connect_peer = "transit-gateway-connect-peer",
|
|
101
|
+
transit_gateway_multicast_domain = "transit-gateway-multicast-domain",
|
|
102
|
+
transit_gateway_policy_table = "transit-gateway-policy-table",
|
|
103
|
+
transit_gateway_route_table = "transit-gateway-route-table",
|
|
104
|
+
transit_gateway_route_table_announcement = "transit-gateway-route-table-announcement",
|
|
105
|
+
volume = "volume",
|
|
106
|
+
vpc = "vpc",
|
|
107
|
+
vpc_endpoint = "vpc-endpoint",
|
|
108
|
+
vpc_endpoint_connection = "vpc-endpoint-connection",
|
|
109
|
+
vpc_endpoint_connection_device_type = "vpc-endpoint-connection-device-type",
|
|
110
|
+
vpc_endpoint_service = "vpc-endpoint-service",
|
|
111
|
+
vpc_endpoint_service_permission = "vpc-endpoint-service-permission",
|
|
112
|
+
vpc_flow_log = "vpc-flow-log",
|
|
113
|
+
vpc_peering_connection = "vpc-peering-connection",
|
|
114
|
+
vpn_connection = "vpn-connection",
|
|
115
|
+
vpn_connection_device_type = "vpn-connection-device-type",
|
|
116
|
+
vpn_gateway = "vpn-gateway",
|
|
117
|
+
}
|
|
118
|
+
export interface Tag {
|
|
119
|
+
Key?: string;
|
|
120
|
+
Value?: string;
|
|
121
|
+
}
|
|
122
|
+
export interface TagSpecification {
|
|
123
|
+
ResourceType?: ResourceType | string;
|
|
124
|
+
Tags?: Tag[];
|
|
125
|
+
}
|
|
126
|
+
export interface AcceptAddressTransferRequest {
|
|
127
|
+
Address: string | undefined;
|
|
128
|
+
TagSpecifications?: TagSpecification[];
|
|
129
|
+
DryRun?: boolean;
|
|
130
|
+
}
|
|
131
|
+
export declare enum AddressTransferStatus {
|
|
132
|
+
accepted = "accepted",
|
|
133
|
+
disabled = "disabled",
|
|
134
|
+
pending = "pending",
|
|
135
|
+
}
|
|
136
|
+
export interface AddressTransfer {
|
|
137
|
+
PublicIp?: string;
|
|
138
|
+
AllocationId?: string;
|
|
139
|
+
TransferAccountId?: string;
|
|
140
|
+
TransferOfferExpirationTimestamp?: Date;
|
|
141
|
+
TransferOfferAcceptedTimestamp?: Date;
|
|
142
|
+
AddressTransferStatus?: AddressTransferStatus | string;
|
|
143
|
+
}
|
|
144
|
+
export interface AcceptAddressTransferResult {
|
|
145
|
+
AddressTransfer?: AddressTransfer;
|
|
146
|
+
}
|
|
39
147
|
export interface TargetConfigurationRequest {
|
|
40
148
|
InstanceCount?: number;
|
|
41
149
|
OfferingId: string | undefined;
|
|
@@ -122,10 +230,6 @@ export interface PeeringAttachmentStatus {
|
|
|
122
230
|
Code?: string;
|
|
123
231
|
Message?: string;
|
|
124
232
|
}
|
|
125
|
-
export interface Tag {
|
|
126
|
-
Key?: string;
|
|
127
|
-
Value?: string;
|
|
128
|
-
}
|
|
129
233
|
export interface TransitGatewayPeeringAttachment {
|
|
130
234
|
TransitGatewayAttachmentId?: string;
|
|
131
235
|
AccepterTransitGatewayAttachmentId?: string;
|
|
@@ -554,89 +658,6 @@ export declare enum Affinity {
|
|
|
554
658
|
default = "default",
|
|
555
659
|
host = "host",
|
|
556
660
|
}
|
|
557
|
-
export declare enum ResourceType {
|
|
558
|
-
capacity_reservation = "capacity-reservation",
|
|
559
|
-
capacity_reservation_fleet = "capacity-reservation-fleet",
|
|
560
|
-
carrier_gateway = "carrier-gateway",
|
|
561
|
-
client_vpn_endpoint = "client-vpn-endpoint",
|
|
562
|
-
coip_pool = "coip-pool",
|
|
563
|
-
customer_gateway = "customer-gateway",
|
|
564
|
-
dedicated_host = "dedicated-host",
|
|
565
|
-
dhcp_options = "dhcp-options",
|
|
566
|
-
egress_only_internet_gateway = "egress-only-internet-gateway",
|
|
567
|
-
elastic_gpu = "elastic-gpu",
|
|
568
|
-
elastic_ip = "elastic-ip",
|
|
569
|
-
export_image_task = "export-image-task",
|
|
570
|
-
export_instance_task = "export-instance-task",
|
|
571
|
-
fleet = "fleet",
|
|
572
|
-
fpga_image = "fpga-image",
|
|
573
|
-
host_reservation = "host-reservation",
|
|
574
|
-
image = "image",
|
|
575
|
-
import_image_task = "import-image-task",
|
|
576
|
-
import_snapshot_task = "import-snapshot-task",
|
|
577
|
-
instance = "instance",
|
|
578
|
-
instance_event_window = "instance-event-window",
|
|
579
|
-
internet_gateway = "internet-gateway",
|
|
580
|
-
ipam = "ipam",
|
|
581
|
-
ipam_pool = "ipam-pool",
|
|
582
|
-
ipam_scope = "ipam-scope",
|
|
583
|
-
ipv4pool_ec2 = "ipv4pool-ec2",
|
|
584
|
-
ipv6pool_ec2 = "ipv6pool-ec2",
|
|
585
|
-
key_pair = "key-pair",
|
|
586
|
-
launch_template = "launch-template",
|
|
587
|
-
local_gateway = "local-gateway",
|
|
588
|
-
local_gateway_route_table = "local-gateway-route-table",
|
|
589
|
-
local_gateway_route_table_virtual_interface_group_association = "local-gateway-route-table-virtual-interface-group-association",
|
|
590
|
-
local_gateway_route_table_vpc_association = "local-gateway-route-table-vpc-association",
|
|
591
|
-
local_gateway_virtual_interface = "local-gateway-virtual-interface",
|
|
592
|
-
local_gateway_virtual_interface_group = "local-gateway-virtual-interface-group",
|
|
593
|
-
natgateway = "natgateway",
|
|
594
|
-
network_acl = "network-acl",
|
|
595
|
-
network_insights_access_scope = "network-insights-access-scope",
|
|
596
|
-
network_insights_access_scope_analysis = "network-insights-access-scope-analysis",
|
|
597
|
-
network_insights_analysis = "network-insights-analysis",
|
|
598
|
-
network_insights_path = "network-insights-path",
|
|
599
|
-
network_interface = "network-interface",
|
|
600
|
-
placement_group = "placement-group",
|
|
601
|
-
prefix_list = "prefix-list",
|
|
602
|
-
replace_root_volume_task = "replace-root-volume-task",
|
|
603
|
-
reserved_instances = "reserved-instances",
|
|
604
|
-
route_table = "route-table",
|
|
605
|
-
security_group = "security-group",
|
|
606
|
-
security_group_rule = "security-group-rule",
|
|
607
|
-
snapshot = "snapshot",
|
|
608
|
-
spot_fleet_request = "spot-fleet-request",
|
|
609
|
-
spot_instances_request = "spot-instances-request",
|
|
610
|
-
subnet = "subnet",
|
|
611
|
-
subnet_cidr_reservation = "subnet-cidr-reservation",
|
|
612
|
-
traffic_mirror_filter = "traffic-mirror-filter",
|
|
613
|
-
traffic_mirror_filter_rule = "traffic-mirror-filter-rule",
|
|
614
|
-
traffic_mirror_session = "traffic-mirror-session",
|
|
615
|
-
traffic_mirror_target = "traffic-mirror-target",
|
|
616
|
-
transit_gateway = "transit-gateway",
|
|
617
|
-
transit_gateway_attachment = "transit-gateway-attachment",
|
|
618
|
-
transit_gateway_connect_peer = "transit-gateway-connect-peer",
|
|
619
|
-
transit_gateway_multicast_domain = "transit-gateway-multicast-domain",
|
|
620
|
-
transit_gateway_policy_table = "transit-gateway-policy-table",
|
|
621
|
-
transit_gateway_route_table = "transit-gateway-route-table",
|
|
622
|
-
transit_gateway_route_table_announcement = "transit-gateway-route-table-announcement",
|
|
623
|
-
volume = "volume",
|
|
624
|
-
vpc = "vpc",
|
|
625
|
-
vpc_endpoint = "vpc-endpoint",
|
|
626
|
-
vpc_endpoint_connection = "vpc-endpoint-connection",
|
|
627
|
-
vpc_endpoint_connection_device_type = "vpc-endpoint-connection-device-type",
|
|
628
|
-
vpc_endpoint_service = "vpc-endpoint-service",
|
|
629
|
-
vpc_endpoint_service_permission = "vpc-endpoint-service-permission",
|
|
630
|
-
vpc_flow_log = "vpc-flow-log",
|
|
631
|
-
vpc_peering_connection = "vpc-peering-connection",
|
|
632
|
-
vpn_connection = "vpn-connection",
|
|
633
|
-
vpn_connection_device_type = "vpn-connection-device-type",
|
|
634
|
-
vpn_gateway = "vpn-gateway",
|
|
635
|
-
}
|
|
636
|
-
export interface TagSpecification {
|
|
637
|
-
ResourceType?: ResourceType | string;
|
|
638
|
-
Tags?: Tag[];
|
|
639
|
-
}
|
|
640
661
|
export interface AllocateAddressRequest {
|
|
641
662
|
Domain?: DomainType | string;
|
|
642
663
|
Address?: string;
|
|
@@ -2414,30 +2435,6 @@ export interface Subnet {
|
|
|
2414
2435
|
export interface CreateDefaultSubnetResult {
|
|
2415
2436
|
Subnet?: Subnet;
|
|
2416
2437
|
}
|
|
2417
|
-
export interface CreateDefaultVpcRequest {
|
|
2418
|
-
DryRun?: boolean;
|
|
2419
|
-
}
|
|
2420
|
-
export declare enum Tenancy {
|
|
2421
|
-
dedicated = "dedicated",
|
|
2422
|
-
default = "default",
|
|
2423
|
-
host = "host",
|
|
2424
|
-
}
|
|
2425
|
-
export declare enum VpcState {
|
|
2426
|
-
available = "available",
|
|
2427
|
-
pending = "pending",
|
|
2428
|
-
}
|
|
2429
|
-
export interface Vpc {
|
|
2430
|
-
CidrBlock?: string;
|
|
2431
|
-
DhcpOptionsId?: string;
|
|
2432
|
-
State?: VpcState | string;
|
|
2433
|
-
VpcId?: string;
|
|
2434
|
-
OwnerId?: string;
|
|
2435
|
-
InstanceTenancy?: Tenancy | string;
|
|
2436
|
-
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[];
|
|
2437
|
-
CidrBlockAssociationSet?: VpcCidrBlockAssociation[];
|
|
2438
|
-
IsDefault?: boolean;
|
|
2439
|
-
Tags?: Tag[];
|
|
2440
|
-
}
|
|
2441
2438
|
export declare const AcceleratorCountFilterSensitiveLog: (
|
|
2442
2439
|
obj: AcceleratorCount
|
|
2443
2440
|
) => any;
|
|
@@ -2450,6 +2447,19 @@ export declare const AcceleratorTotalMemoryMiBFilterSensitiveLog: (
|
|
|
2450
2447
|
export declare const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog: (
|
|
2451
2448
|
obj: AcceleratorTotalMemoryMiBRequest
|
|
2452
2449
|
) => any;
|
|
2450
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2451
|
+
export declare const TagSpecificationFilterSensitiveLog: (
|
|
2452
|
+
obj: TagSpecification
|
|
2453
|
+
) => any;
|
|
2454
|
+
export declare const AcceptAddressTransferRequestFilterSensitiveLog: (
|
|
2455
|
+
obj: AcceptAddressTransferRequest
|
|
2456
|
+
) => any;
|
|
2457
|
+
export declare const AddressTransferFilterSensitiveLog: (
|
|
2458
|
+
obj: AddressTransfer
|
|
2459
|
+
) => any;
|
|
2460
|
+
export declare const AcceptAddressTransferResultFilterSensitiveLog: (
|
|
2461
|
+
obj: AcceptAddressTransferResult
|
|
2462
|
+
) => any;
|
|
2453
2463
|
export declare const TargetConfigurationRequestFilterSensitiveLog: (
|
|
2454
2464
|
obj: TargetConfigurationRequest
|
|
2455
2465
|
) => any;
|
|
@@ -2483,7 +2493,6 @@ export declare const TransitGatewayPeeringAttachmentOptionsFilterSensitiveLog: (
|
|
|
2483
2493
|
export declare const PeeringAttachmentStatusFilterSensitiveLog: (
|
|
2484
2494
|
obj: PeeringAttachmentStatus
|
|
2485
2495
|
) => any;
|
|
2486
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2487
2496
|
export declare const TransitGatewayPeeringAttachmentFilterSensitiveLog: (
|
|
2488
2497
|
obj: TransitGatewayPeeringAttachment
|
|
2489
2498
|
) => any;
|
|
@@ -2633,9 +2642,6 @@ export declare const ByoipCidrFilterSensitiveLog: (obj: ByoipCidr) => any;
|
|
|
2633
2642
|
export declare const AdvertiseByoipCidrResultFilterSensitiveLog: (
|
|
2634
2643
|
obj: AdvertiseByoipCidrResult
|
|
2635
2644
|
) => any;
|
|
2636
|
-
export declare const TagSpecificationFilterSensitiveLog: (
|
|
2637
|
-
obj: TagSpecification
|
|
2638
|
-
) => any;
|
|
2639
2645
|
export declare const AllocateAddressRequestFilterSensitiveLog: (
|
|
2640
2646
|
obj: AllocateAddressRequest
|
|
2641
2647
|
) => any;
|
|
@@ -3096,7 +3102,3 @@ export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
|
3096
3102
|
export declare const CreateDefaultSubnetResultFilterSensitiveLog: (
|
|
3097
3103
|
obj: CreateDefaultSubnetResult
|
|
3098
3104
|
) => any;
|
|
3099
|
-
export declare const CreateDefaultVpcRequestFilterSensitiveLog: (
|
|
3100
|
-
obj: CreateDefaultVpcRequest
|
|
3101
|
-
) => any;
|
|
3102
|
-
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
@@ -25,11 +25,35 @@ import {
|
|
|
25
25
|
Subnet,
|
|
26
26
|
Tag,
|
|
27
27
|
TagSpecification,
|
|
28
|
-
Tenancy,
|
|
29
28
|
UnsuccessfulItem,
|
|
30
|
-
|
|
29
|
+
VpcCidrBlockAssociation,
|
|
30
|
+
VpcIpv6CidrBlockAssociation,
|
|
31
31
|
WeekDay,
|
|
32
32
|
} from "./models_0";
|
|
33
|
+
export interface CreateDefaultVpcRequest {
|
|
34
|
+
DryRun?: boolean;
|
|
35
|
+
}
|
|
36
|
+
export declare enum Tenancy {
|
|
37
|
+
dedicated = "dedicated",
|
|
38
|
+
default = "default",
|
|
39
|
+
host = "host",
|
|
40
|
+
}
|
|
41
|
+
export declare enum VpcState {
|
|
42
|
+
available = "available",
|
|
43
|
+
pending = "pending",
|
|
44
|
+
}
|
|
45
|
+
export interface Vpc {
|
|
46
|
+
CidrBlock?: string;
|
|
47
|
+
DhcpOptionsId?: string;
|
|
48
|
+
State?: VpcState | string;
|
|
49
|
+
VpcId?: string;
|
|
50
|
+
OwnerId?: string;
|
|
51
|
+
InstanceTenancy?: Tenancy | string;
|
|
52
|
+
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[];
|
|
53
|
+
CidrBlockAssociationSet?: VpcCidrBlockAssociation[];
|
|
54
|
+
IsDefault?: boolean;
|
|
55
|
+
Tags?: Tag[];
|
|
56
|
+
}
|
|
33
57
|
export interface CreateDefaultVpcResult {
|
|
34
58
|
Vpc?: Vpc;
|
|
35
59
|
}
|
|
@@ -1916,31 +1940,10 @@ export interface CreateTrafficMirrorFilterRequest {
|
|
|
1916
1940
|
DryRun?: boolean;
|
|
1917
1941
|
ClientToken?: string;
|
|
1918
1942
|
}
|
|
1919
|
-
export
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
export declare enum TrafficMirrorRuleAction {
|
|
1924
|
-
accept = "accept",
|
|
1925
|
-
reject = "reject",
|
|
1926
|
-
}
|
|
1927
|
-
export declare enum TrafficDirection {
|
|
1928
|
-
egress = "egress",
|
|
1929
|
-
ingress = "ingress",
|
|
1930
|
-
}
|
|
1931
|
-
export interface TrafficMirrorFilterRule {
|
|
1932
|
-
TrafficMirrorFilterRuleId?: string;
|
|
1933
|
-
TrafficMirrorFilterId?: string;
|
|
1934
|
-
TrafficDirection?: TrafficDirection | string;
|
|
1935
|
-
RuleNumber?: number;
|
|
1936
|
-
RuleAction?: TrafficMirrorRuleAction | string;
|
|
1937
|
-
Protocol?: number;
|
|
1938
|
-
DestinationPortRange?: TrafficMirrorPortRange;
|
|
1939
|
-
SourcePortRange?: TrafficMirrorPortRange;
|
|
1940
|
-
DestinationCidrBlock?: string;
|
|
1941
|
-
SourceCidrBlock?: string;
|
|
1942
|
-
Description?: string;
|
|
1943
|
-
}
|
|
1943
|
+
export declare const CreateDefaultVpcRequestFilterSensitiveLog: (
|
|
1944
|
+
obj: CreateDefaultVpcRequest
|
|
1945
|
+
) => any;
|
|
1946
|
+
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
1944
1947
|
export declare const CreateDefaultVpcResultFilterSensitiveLog: (
|
|
1945
1948
|
obj: CreateDefaultVpcResult
|
|
1946
1949
|
) => any;
|
|
@@ -2594,9 +2597,3 @@ export declare const CreateTagsRequestFilterSensitiveLog: (
|
|
|
2594
2597
|
export declare const CreateTrafficMirrorFilterRequestFilterSensitiveLog: (
|
|
2595
2598
|
obj: CreateTrafficMirrorFilterRequest
|
|
2596
2599
|
) => any;
|
|
2597
|
-
export declare const TrafficMirrorPortRangeFilterSensitiveLog: (
|
|
2598
|
-
obj: TrafficMirrorPortRange
|
|
2599
|
-
) => any;
|
|
2600
|
-
export declare const TrafficMirrorFilterRuleFilterSensitiveLog: (
|
|
2601
|
-
obj: TrafficMirrorFilterRule
|
|
2602
|
-
) => any;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
AccountAttribute,
|
|
3
|
-
AccountAttributeName,
|
|
4
2
|
ApplianceModeSupportValue,
|
|
5
3
|
ByoipCidr,
|
|
6
4
|
CarrierGateway,
|
|
@@ -15,14 +13,12 @@ import {
|
|
|
15
13
|
Ipv6SupportValue,
|
|
16
14
|
Tag,
|
|
17
15
|
TagSpecification,
|
|
18
|
-
Tenancy,
|
|
19
16
|
TransitGatewayAttachmentResourceType,
|
|
20
17
|
TransitGatewayAttachmentState,
|
|
21
18
|
TransitGatewayPeeringAttachment,
|
|
22
19
|
TransitGatewayVpcAttachment,
|
|
23
20
|
UnsuccessfulItem,
|
|
24
21
|
VolumeAttachment,
|
|
25
|
-
Vpc,
|
|
26
22
|
VpcAttachment,
|
|
27
23
|
VpcPeeringConnection,
|
|
28
24
|
} from "./models_0";
|
|
@@ -37,11 +33,35 @@ import {
|
|
|
37
33
|
LocalGatewayRouteTableVpcAssociation,
|
|
38
34
|
ManagedPrefixList,
|
|
39
35
|
SubnetCidrReservation,
|
|
40
|
-
|
|
41
|
-
TrafficMirrorFilterRule,
|
|
42
|
-
TrafficMirrorRuleAction,
|
|
36
|
+
Tenancy,
|
|
43
37
|
VolumeType,
|
|
38
|
+
Vpc,
|
|
44
39
|
} from "./models_1";
|
|
40
|
+
export interface TrafficMirrorPortRange {
|
|
41
|
+
FromPort?: number;
|
|
42
|
+
ToPort?: number;
|
|
43
|
+
}
|
|
44
|
+
export declare enum TrafficMirrorRuleAction {
|
|
45
|
+
accept = "accept",
|
|
46
|
+
reject = "reject",
|
|
47
|
+
}
|
|
48
|
+
export declare enum TrafficDirection {
|
|
49
|
+
egress = "egress",
|
|
50
|
+
ingress = "ingress",
|
|
51
|
+
}
|
|
52
|
+
export interface TrafficMirrorFilterRule {
|
|
53
|
+
TrafficMirrorFilterRuleId?: string;
|
|
54
|
+
TrafficMirrorFilterId?: string;
|
|
55
|
+
TrafficDirection?: TrafficDirection | string;
|
|
56
|
+
RuleNumber?: number;
|
|
57
|
+
RuleAction?: TrafficMirrorRuleAction | string;
|
|
58
|
+
Protocol?: number;
|
|
59
|
+
DestinationPortRange?: TrafficMirrorPortRange;
|
|
60
|
+
SourcePortRange?: TrafficMirrorPortRange;
|
|
61
|
+
DestinationCidrBlock?: string;
|
|
62
|
+
SourceCidrBlock?: string;
|
|
63
|
+
Description?: string;
|
|
64
|
+
}
|
|
45
65
|
export declare enum TrafficMirrorNetworkService {
|
|
46
66
|
amazon_dns = "amazon-dns",
|
|
47
67
|
}
|
|
@@ -1551,21 +1571,12 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
|
1551
1571
|
NetworkInterfaceIds?: string[];
|
|
1552
1572
|
DryRun?: boolean;
|
|
1553
1573
|
}
|
|
1554
|
-
export
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
|
|
1561
|
-
}
|
|
1562
|
-
export interface DescribeAccountAttributesRequest {
|
|
1563
|
-
AttributeNames?: (AccountAttributeName | string)[];
|
|
1564
|
-
DryRun?: boolean;
|
|
1565
|
-
}
|
|
1566
|
-
export interface DescribeAccountAttributesResult {
|
|
1567
|
-
AccountAttributes?: AccountAttribute[];
|
|
1568
|
-
}
|
|
1574
|
+
export declare const TrafficMirrorPortRangeFilterSensitiveLog: (
|
|
1575
|
+
obj: TrafficMirrorPortRange
|
|
1576
|
+
) => any;
|
|
1577
|
+
export declare const TrafficMirrorFilterRuleFilterSensitiveLog: (
|
|
1578
|
+
obj: TrafficMirrorFilterRule
|
|
1579
|
+
) => any;
|
|
1569
1580
|
export declare const TrafficMirrorFilterFilterSensitiveLog: (
|
|
1570
1581
|
obj: TrafficMirrorFilter
|
|
1571
1582
|
) => any;
|
|
@@ -2301,15 +2312,3 @@ export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSe
|
|
|
2301
2312
|
export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (
|
|
2302
2313
|
obj: DeregisterTransitGatewayMulticastGroupSourcesRequest
|
|
2303
2314
|
) => any;
|
|
2304
|
-
export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (
|
|
2305
|
-
obj: TransitGatewayMulticastDeregisteredGroupSources
|
|
2306
|
-
) => any;
|
|
2307
|
-
export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
|
|
2308
|
-
obj: DeregisterTransitGatewayMulticastGroupSourcesResult
|
|
2309
|
-
) => any;
|
|
2310
|
-
export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (
|
|
2311
|
-
obj: DescribeAccountAttributesRequest
|
|
2312
|
-
) => any;
|
|
2313
|
-
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (
|
|
2314
|
-
obj: DescribeAccountAttributesResult
|
|
2315
|
-
) => any;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccountAttribute,
|
|
4
|
+
AccountAttributeName,
|
|
3
5
|
ActiveInstance,
|
|
4
6
|
Address,
|
|
5
7
|
AddressAttribute,
|
|
6
8
|
AddressAttributeName,
|
|
9
|
+
AddressTransfer,
|
|
7
10
|
AllocationState,
|
|
8
11
|
AllowsMultipleInstanceTypes,
|
|
9
12
|
AssociationStatus,
|
|
@@ -61,9 +64,6 @@ import {
|
|
|
61
64
|
LaunchTemplate,
|
|
62
65
|
LaunchTemplateAndOverridesResponse,
|
|
63
66
|
LaunchTemplateVersion,
|
|
64
|
-
LocalGatewayRouteTable,
|
|
65
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
66
|
-
LocalGatewayRouteTableVpcAssociation,
|
|
67
67
|
LogDestinationType,
|
|
68
68
|
NetworkInterfaceStatus,
|
|
69
69
|
Placement,
|
|
@@ -75,6 +75,21 @@ import {
|
|
|
75
75
|
TrafficType,
|
|
76
76
|
} from "./models_1";
|
|
77
77
|
import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
|
|
78
|
+
export interface TransitGatewayMulticastDeregisteredGroupSources {
|
|
79
|
+
TransitGatewayMulticastDomainId?: string;
|
|
80
|
+
DeregisteredNetworkInterfaceIds?: string[];
|
|
81
|
+
GroupIpAddress?: string;
|
|
82
|
+
}
|
|
83
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
84
|
+
DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
|
|
85
|
+
}
|
|
86
|
+
export interface DescribeAccountAttributesRequest {
|
|
87
|
+
AttributeNames?: (AccountAttributeName | string)[];
|
|
88
|
+
DryRun?: boolean;
|
|
89
|
+
}
|
|
90
|
+
export interface DescribeAccountAttributesResult {
|
|
91
|
+
AccountAttributes?: AccountAttribute[];
|
|
92
|
+
}
|
|
78
93
|
export interface Filter {
|
|
79
94
|
Name?: string;
|
|
80
95
|
Values?: string[];
|
|
@@ -99,6 +114,16 @@ export interface DescribeAddressesAttributeResult {
|
|
|
99
114
|
Addresses?: AddressAttribute[];
|
|
100
115
|
NextToken?: string;
|
|
101
116
|
}
|
|
117
|
+
export interface DescribeAddressTransfersRequest {
|
|
118
|
+
AllocationIds?: string[];
|
|
119
|
+
NextToken?: string;
|
|
120
|
+
MaxResults?: number;
|
|
121
|
+
DryRun?: boolean;
|
|
122
|
+
}
|
|
123
|
+
export interface DescribeAddressTransfersResult {
|
|
124
|
+
AddressTransfers?: AddressTransfer[];
|
|
125
|
+
NextToken?: string;
|
|
126
|
+
}
|
|
102
127
|
export interface DescribeAggregateIdFormatRequest {
|
|
103
128
|
DryRun?: boolean;
|
|
104
129
|
}
|
|
@@ -1915,39 +1940,18 @@ export interface DescribeLaunchTemplateVersionsResult {
|
|
|
1915
1940
|
LaunchTemplateVersions?: LaunchTemplateVersion[];
|
|
1916
1941
|
NextToken?: string;
|
|
1917
1942
|
}
|
|
1918
|
-
export
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
|
|
1931
|
-
Filters?: Filter[];
|
|
1932
|
-
MaxResults?: number;
|
|
1933
|
-
NextToken?: string;
|
|
1934
|
-
DryRun?: boolean;
|
|
1935
|
-
}
|
|
1936
|
-
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
1937
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
|
|
1938
|
-
NextToken?: string;
|
|
1939
|
-
}
|
|
1940
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
1941
|
-
LocalGatewayRouteTableVpcAssociationIds?: string[];
|
|
1942
|
-
Filters?: Filter[];
|
|
1943
|
-
MaxResults?: number;
|
|
1944
|
-
NextToken?: string;
|
|
1945
|
-
DryRun?: boolean;
|
|
1946
|
-
}
|
|
1947
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
1948
|
-
LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
|
|
1949
|
-
NextToken?: string;
|
|
1950
|
-
}
|
|
1943
|
+
export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (
|
|
1944
|
+
obj: TransitGatewayMulticastDeregisteredGroupSources
|
|
1945
|
+
) => any;
|
|
1946
|
+
export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (
|
|
1947
|
+
obj: DeregisterTransitGatewayMulticastGroupSourcesResult
|
|
1948
|
+
) => any;
|
|
1949
|
+
export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (
|
|
1950
|
+
obj: DescribeAccountAttributesRequest
|
|
1951
|
+
) => any;
|
|
1952
|
+
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (
|
|
1953
|
+
obj: DescribeAccountAttributesResult
|
|
1954
|
+
) => any;
|
|
1951
1955
|
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1952
1956
|
export declare const DescribeAddressesRequestFilterSensitiveLog: (
|
|
1953
1957
|
obj: DescribeAddressesRequest
|
|
@@ -1961,6 +1965,12 @@ export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (
|
|
|
1961
1965
|
export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (
|
|
1962
1966
|
obj: DescribeAddressesAttributeResult
|
|
1963
1967
|
) => any;
|
|
1968
|
+
export declare const DescribeAddressTransfersRequestFilterSensitiveLog: (
|
|
1969
|
+
obj: DescribeAddressTransfersRequest
|
|
1970
|
+
) => any;
|
|
1971
|
+
export declare const DescribeAddressTransfersResultFilterSensitiveLog: (
|
|
1972
|
+
obj: DescribeAddressTransfersResult
|
|
1973
|
+
) => any;
|
|
1964
1974
|
export declare const DescribeAggregateIdFormatRequestFilterSensitiveLog: (
|
|
1965
1975
|
obj: DescribeAggregateIdFormatRequest
|
|
1966
1976
|
) => any;
|
|
@@ -2602,21 +2612,3 @@ export declare const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog: (
|
|
|
2602
2612
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2603
2613
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2604
2614
|
) => any;
|
|
2605
|
-
export declare const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog: (
|
|
2606
|
-
obj: DescribeLocalGatewayRouteTablesRequest
|
|
2607
|
-
) => any;
|
|
2608
|
-
export declare const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog: (
|
|
2609
|
-
obj: DescribeLocalGatewayRouteTablesResult
|
|
2610
|
-
) => any;
|
|
2611
|
-
export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog: (
|
|
2612
|
-
obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
|
|
2613
|
-
) => any;
|
|
2614
|
-
export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog: (
|
|
2615
|
-
obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult
|
|
2616
|
-
) => any;
|
|
2617
|
-
export declare const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog: (
|
|
2618
|
-
obj: DescribeLocalGatewayRouteTableVpcAssociationsRequest
|
|
2619
|
-
) => any;
|
|
2620
|
-
export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog: (
|
|
2621
|
-
obj: DescribeLocalGatewayRouteTableVpcAssociationsResult
|
|
2622
|
-
) => any;
|