@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AcceptAddressTransferCommand";
|
|
1
2
|
export * from "./AcceptReservedInstancesExchangeQuoteCommand";
|
|
2
3
|
export * from "./AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
3
4
|
export * from "./AcceptTransitGatewayPeeringAttachmentCommand";
|
|
@@ -198,6 +199,7 @@ export * from "./DeregisterInstanceEventNotificationAttributesCommand";
|
|
|
198
199
|
export * from "./DeregisterTransitGatewayMulticastGroupMembersCommand";
|
|
199
200
|
export * from "./DeregisterTransitGatewayMulticastGroupSourcesCommand";
|
|
200
201
|
export * from "./DescribeAccountAttributesCommand";
|
|
202
|
+
export * from "./DescribeAddressTransfersCommand";
|
|
201
203
|
export * from "./DescribeAddressesAttributeCommand";
|
|
202
204
|
export * from "./DescribeAddressesCommand";
|
|
203
205
|
export * from "./DescribeAggregateIdFormatCommand";
|
|
@@ -337,6 +339,7 @@ export * from "./DetachInternetGatewayCommand";
|
|
|
337
339
|
export * from "./DetachNetworkInterfaceCommand";
|
|
338
340
|
export * from "./DetachVolumeCommand";
|
|
339
341
|
export * from "./DetachVpnGatewayCommand";
|
|
342
|
+
export * from "./DisableAddressTransferCommand";
|
|
340
343
|
export * from "./DisableEbsEncryptionByDefaultCommand";
|
|
341
344
|
export * from "./DisableFastLaunchCommand";
|
|
342
345
|
export * from "./DisableFastSnapshotRestoresCommand";
|
|
@@ -359,6 +362,7 @@ export * from "./DisassociateTransitGatewayPolicyTableCommand";
|
|
|
359
362
|
export * from "./DisassociateTransitGatewayRouteTableCommand";
|
|
360
363
|
export * from "./DisassociateTrunkInterfaceCommand";
|
|
361
364
|
export * from "./DisassociateVpcCidrBlockCommand";
|
|
365
|
+
export * from "./EnableAddressTransferCommand";
|
|
362
366
|
export * from "./EnableEbsEncryptionByDefaultCommand";
|
|
363
367
|
export * from "./EnableFastLaunchCommand";
|
|
364
368
|
export * from "./EnableFastSnapshotRestoresCommand";
|
|
@@ -23,6 +23,92 @@ export var AcceleratorType;
|
|
|
23
23
|
AcceleratorType["GPU"] = "gpu";
|
|
24
24
|
AcceleratorType["INFERENCE"] = "inference";
|
|
25
25
|
})(AcceleratorType || (AcceleratorType = {}));
|
|
26
|
+
export var ResourceType;
|
|
27
|
+
(function (ResourceType) {
|
|
28
|
+
ResourceType["capacity_reservation"] = "capacity-reservation";
|
|
29
|
+
ResourceType["capacity_reservation_fleet"] = "capacity-reservation-fleet";
|
|
30
|
+
ResourceType["carrier_gateway"] = "carrier-gateway";
|
|
31
|
+
ResourceType["client_vpn_endpoint"] = "client-vpn-endpoint";
|
|
32
|
+
ResourceType["coip_pool"] = "coip-pool";
|
|
33
|
+
ResourceType["customer_gateway"] = "customer-gateway";
|
|
34
|
+
ResourceType["dedicated_host"] = "dedicated-host";
|
|
35
|
+
ResourceType["dhcp_options"] = "dhcp-options";
|
|
36
|
+
ResourceType["egress_only_internet_gateway"] = "egress-only-internet-gateway";
|
|
37
|
+
ResourceType["elastic_gpu"] = "elastic-gpu";
|
|
38
|
+
ResourceType["elastic_ip"] = "elastic-ip";
|
|
39
|
+
ResourceType["export_image_task"] = "export-image-task";
|
|
40
|
+
ResourceType["export_instance_task"] = "export-instance-task";
|
|
41
|
+
ResourceType["fleet"] = "fleet";
|
|
42
|
+
ResourceType["fpga_image"] = "fpga-image";
|
|
43
|
+
ResourceType["host_reservation"] = "host-reservation";
|
|
44
|
+
ResourceType["image"] = "image";
|
|
45
|
+
ResourceType["import_image_task"] = "import-image-task";
|
|
46
|
+
ResourceType["import_snapshot_task"] = "import-snapshot-task";
|
|
47
|
+
ResourceType["instance"] = "instance";
|
|
48
|
+
ResourceType["instance_event_window"] = "instance-event-window";
|
|
49
|
+
ResourceType["internet_gateway"] = "internet-gateway";
|
|
50
|
+
ResourceType["ipam"] = "ipam";
|
|
51
|
+
ResourceType["ipam_pool"] = "ipam-pool";
|
|
52
|
+
ResourceType["ipam_scope"] = "ipam-scope";
|
|
53
|
+
ResourceType["ipv4pool_ec2"] = "ipv4pool-ec2";
|
|
54
|
+
ResourceType["ipv6pool_ec2"] = "ipv6pool-ec2";
|
|
55
|
+
ResourceType["key_pair"] = "key-pair";
|
|
56
|
+
ResourceType["launch_template"] = "launch-template";
|
|
57
|
+
ResourceType["local_gateway"] = "local-gateway";
|
|
58
|
+
ResourceType["local_gateway_route_table"] = "local-gateway-route-table";
|
|
59
|
+
ResourceType["local_gateway_route_table_virtual_interface_group_association"] = "local-gateway-route-table-virtual-interface-group-association";
|
|
60
|
+
ResourceType["local_gateway_route_table_vpc_association"] = "local-gateway-route-table-vpc-association";
|
|
61
|
+
ResourceType["local_gateway_virtual_interface"] = "local-gateway-virtual-interface";
|
|
62
|
+
ResourceType["local_gateway_virtual_interface_group"] = "local-gateway-virtual-interface-group";
|
|
63
|
+
ResourceType["natgateway"] = "natgateway";
|
|
64
|
+
ResourceType["network_acl"] = "network-acl";
|
|
65
|
+
ResourceType["network_insights_access_scope"] = "network-insights-access-scope";
|
|
66
|
+
ResourceType["network_insights_access_scope_analysis"] = "network-insights-access-scope-analysis";
|
|
67
|
+
ResourceType["network_insights_analysis"] = "network-insights-analysis";
|
|
68
|
+
ResourceType["network_insights_path"] = "network-insights-path";
|
|
69
|
+
ResourceType["network_interface"] = "network-interface";
|
|
70
|
+
ResourceType["placement_group"] = "placement-group";
|
|
71
|
+
ResourceType["prefix_list"] = "prefix-list";
|
|
72
|
+
ResourceType["replace_root_volume_task"] = "replace-root-volume-task";
|
|
73
|
+
ResourceType["reserved_instances"] = "reserved-instances";
|
|
74
|
+
ResourceType["route_table"] = "route-table";
|
|
75
|
+
ResourceType["security_group"] = "security-group";
|
|
76
|
+
ResourceType["security_group_rule"] = "security-group-rule";
|
|
77
|
+
ResourceType["snapshot"] = "snapshot";
|
|
78
|
+
ResourceType["spot_fleet_request"] = "spot-fleet-request";
|
|
79
|
+
ResourceType["spot_instances_request"] = "spot-instances-request";
|
|
80
|
+
ResourceType["subnet"] = "subnet";
|
|
81
|
+
ResourceType["subnet_cidr_reservation"] = "subnet-cidr-reservation";
|
|
82
|
+
ResourceType["traffic_mirror_filter"] = "traffic-mirror-filter";
|
|
83
|
+
ResourceType["traffic_mirror_filter_rule"] = "traffic-mirror-filter-rule";
|
|
84
|
+
ResourceType["traffic_mirror_session"] = "traffic-mirror-session";
|
|
85
|
+
ResourceType["traffic_mirror_target"] = "traffic-mirror-target";
|
|
86
|
+
ResourceType["transit_gateway"] = "transit-gateway";
|
|
87
|
+
ResourceType["transit_gateway_attachment"] = "transit-gateway-attachment";
|
|
88
|
+
ResourceType["transit_gateway_connect_peer"] = "transit-gateway-connect-peer";
|
|
89
|
+
ResourceType["transit_gateway_multicast_domain"] = "transit-gateway-multicast-domain";
|
|
90
|
+
ResourceType["transit_gateway_policy_table"] = "transit-gateway-policy-table";
|
|
91
|
+
ResourceType["transit_gateway_route_table"] = "transit-gateway-route-table";
|
|
92
|
+
ResourceType["transit_gateway_route_table_announcement"] = "transit-gateway-route-table-announcement";
|
|
93
|
+
ResourceType["volume"] = "volume";
|
|
94
|
+
ResourceType["vpc"] = "vpc";
|
|
95
|
+
ResourceType["vpc_endpoint"] = "vpc-endpoint";
|
|
96
|
+
ResourceType["vpc_endpoint_connection"] = "vpc-endpoint-connection";
|
|
97
|
+
ResourceType["vpc_endpoint_connection_device_type"] = "vpc-endpoint-connection-device-type";
|
|
98
|
+
ResourceType["vpc_endpoint_service"] = "vpc-endpoint-service";
|
|
99
|
+
ResourceType["vpc_endpoint_service_permission"] = "vpc-endpoint-service-permission";
|
|
100
|
+
ResourceType["vpc_flow_log"] = "vpc-flow-log";
|
|
101
|
+
ResourceType["vpc_peering_connection"] = "vpc-peering-connection";
|
|
102
|
+
ResourceType["vpn_connection"] = "vpn-connection";
|
|
103
|
+
ResourceType["vpn_connection_device_type"] = "vpn-connection-device-type";
|
|
104
|
+
ResourceType["vpn_gateway"] = "vpn-gateway";
|
|
105
|
+
})(ResourceType || (ResourceType = {}));
|
|
106
|
+
export var AddressTransferStatus;
|
|
107
|
+
(function (AddressTransferStatus) {
|
|
108
|
+
AddressTransferStatus["accepted"] = "accepted";
|
|
109
|
+
AddressTransferStatus["disabled"] = "disabled";
|
|
110
|
+
AddressTransferStatus["pending"] = "pending";
|
|
111
|
+
})(AddressTransferStatus || (AddressTransferStatus = {}));
|
|
26
112
|
export var TransitGatewayAttachmentResourceType;
|
|
27
113
|
(function (TransitGatewayAttachmentResourceType) {
|
|
28
114
|
TransitGatewayAttachmentResourceType["connect"] = "connect";
|
|
@@ -151,86 +237,6 @@ export var Affinity;
|
|
|
151
237
|
Affinity["default"] = "default";
|
|
152
238
|
Affinity["host"] = "host";
|
|
153
239
|
})(Affinity || (Affinity = {}));
|
|
154
|
-
export var ResourceType;
|
|
155
|
-
(function (ResourceType) {
|
|
156
|
-
ResourceType["capacity_reservation"] = "capacity-reservation";
|
|
157
|
-
ResourceType["capacity_reservation_fleet"] = "capacity-reservation-fleet";
|
|
158
|
-
ResourceType["carrier_gateway"] = "carrier-gateway";
|
|
159
|
-
ResourceType["client_vpn_endpoint"] = "client-vpn-endpoint";
|
|
160
|
-
ResourceType["coip_pool"] = "coip-pool";
|
|
161
|
-
ResourceType["customer_gateway"] = "customer-gateway";
|
|
162
|
-
ResourceType["dedicated_host"] = "dedicated-host";
|
|
163
|
-
ResourceType["dhcp_options"] = "dhcp-options";
|
|
164
|
-
ResourceType["egress_only_internet_gateway"] = "egress-only-internet-gateway";
|
|
165
|
-
ResourceType["elastic_gpu"] = "elastic-gpu";
|
|
166
|
-
ResourceType["elastic_ip"] = "elastic-ip";
|
|
167
|
-
ResourceType["export_image_task"] = "export-image-task";
|
|
168
|
-
ResourceType["export_instance_task"] = "export-instance-task";
|
|
169
|
-
ResourceType["fleet"] = "fleet";
|
|
170
|
-
ResourceType["fpga_image"] = "fpga-image";
|
|
171
|
-
ResourceType["host_reservation"] = "host-reservation";
|
|
172
|
-
ResourceType["image"] = "image";
|
|
173
|
-
ResourceType["import_image_task"] = "import-image-task";
|
|
174
|
-
ResourceType["import_snapshot_task"] = "import-snapshot-task";
|
|
175
|
-
ResourceType["instance"] = "instance";
|
|
176
|
-
ResourceType["instance_event_window"] = "instance-event-window";
|
|
177
|
-
ResourceType["internet_gateway"] = "internet-gateway";
|
|
178
|
-
ResourceType["ipam"] = "ipam";
|
|
179
|
-
ResourceType["ipam_pool"] = "ipam-pool";
|
|
180
|
-
ResourceType["ipam_scope"] = "ipam-scope";
|
|
181
|
-
ResourceType["ipv4pool_ec2"] = "ipv4pool-ec2";
|
|
182
|
-
ResourceType["ipv6pool_ec2"] = "ipv6pool-ec2";
|
|
183
|
-
ResourceType["key_pair"] = "key-pair";
|
|
184
|
-
ResourceType["launch_template"] = "launch-template";
|
|
185
|
-
ResourceType["local_gateway"] = "local-gateway";
|
|
186
|
-
ResourceType["local_gateway_route_table"] = "local-gateway-route-table";
|
|
187
|
-
ResourceType["local_gateway_route_table_virtual_interface_group_association"] = "local-gateway-route-table-virtual-interface-group-association";
|
|
188
|
-
ResourceType["local_gateway_route_table_vpc_association"] = "local-gateway-route-table-vpc-association";
|
|
189
|
-
ResourceType["local_gateway_virtual_interface"] = "local-gateway-virtual-interface";
|
|
190
|
-
ResourceType["local_gateway_virtual_interface_group"] = "local-gateway-virtual-interface-group";
|
|
191
|
-
ResourceType["natgateway"] = "natgateway";
|
|
192
|
-
ResourceType["network_acl"] = "network-acl";
|
|
193
|
-
ResourceType["network_insights_access_scope"] = "network-insights-access-scope";
|
|
194
|
-
ResourceType["network_insights_access_scope_analysis"] = "network-insights-access-scope-analysis";
|
|
195
|
-
ResourceType["network_insights_analysis"] = "network-insights-analysis";
|
|
196
|
-
ResourceType["network_insights_path"] = "network-insights-path";
|
|
197
|
-
ResourceType["network_interface"] = "network-interface";
|
|
198
|
-
ResourceType["placement_group"] = "placement-group";
|
|
199
|
-
ResourceType["prefix_list"] = "prefix-list";
|
|
200
|
-
ResourceType["replace_root_volume_task"] = "replace-root-volume-task";
|
|
201
|
-
ResourceType["reserved_instances"] = "reserved-instances";
|
|
202
|
-
ResourceType["route_table"] = "route-table";
|
|
203
|
-
ResourceType["security_group"] = "security-group";
|
|
204
|
-
ResourceType["security_group_rule"] = "security-group-rule";
|
|
205
|
-
ResourceType["snapshot"] = "snapshot";
|
|
206
|
-
ResourceType["spot_fleet_request"] = "spot-fleet-request";
|
|
207
|
-
ResourceType["spot_instances_request"] = "spot-instances-request";
|
|
208
|
-
ResourceType["subnet"] = "subnet";
|
|
209
|
-
ResourceType["subnet_cidr_reservation"] = "subnet-cidr-reservation";
|
|
210
|
-
ResourceType["traffic_mirror_filter"] = "traffic-mirror-filter";
|
|
211
|
-
ResourceType["traffic_mirror_filter_rule"] = "traffic-mirror-filter-rule";
|
|
212
|
-
ResourceType["traffic_mirror_session"] = "traffic-mirror-session";
|
|
213
|
-
ResourceType["traffic_mirror_target"] = "traffic-mirror-target";
|
|
214
|
-
ResourceType["transit_gateway"] = "transit-gateway";
|
|
215
|
-
ResourceType["transit_gateway_attachment"] = "transit-gateway-attachment";
|
|
216
|
-
ResourceType["transit_gateway_connect_peer"] = "transit-gateway-connect-peer";
|
|
217
|
-
ResourceType["transit_gateway_multicast_domain"] = "transit-gateway-multicast-domain";
|
|
218
|
-
ResourceType["transit_gateway_policy_table"] = "transit-gateway-policy-table";
|
|
219
|
-
ResourceType["transit_gateway_route_table"] = "transit-gateway-route-table";
|
|
220
|
-
ResourceType["transit_gateway_route_table_announcement"] = "transit-gateway-route-table-announcement";
|
|
221
|
-
ResourceType["volume"] = "volume";
|
|
222
|
-
ResourceType["vpc"] = "vpc";
|
|
223
|
-
ResourceType["vpc_endpoint"] = "vpc-endpoint";
|
|
224
|
-
ResourceType["vpc_endpoint_connection"] = "vpc-endpoint-connection";
|
|
225
|
-
ResourceType["vpc_endpoint_connection_device_type"] = "vpc-endpoint-connection-device-type";
|
|
226
|
-
ResourceType["vpc_endpoint_service"] = "vpc-endpoint-service";
|
|
227
|
-
ResourceType["vpc_endpoint_service_permission"] = "vpc-endpoint-service-permission";
|
|
228
|
-
ResourceType["vpc_flow_log"] = "vpc-flow-log";
|
|
229
|
-
ResourceType["vpc_peering_connection"] = "vpc-peering-connection";
|
|
230
|
-
ResourceType["vpn_connection"] = "vpn-connection";
|
|
231
|
-
ResourceType["vpn_connection_device_type"] = "vpn-connection-device-type";
|
|
232
|
-
ResourceType["vpn_gateway"] = "vpn-gateway";
|
|
233
|
-
})(ResourceType || (ResourceType = {}));
|
|
234
240
|
export var AutoPlacement;
|
|
235
241
|
(function (AutoPlacement) {
|
|
236
242
|
AutoPlacement["off"] = "off";
|
|
@@ -1104,17 +1110,6 @@ export var SubnetState;
|
|
|
1104
1110
|
SubnetState["available"] = "available";
|
|
1105
1111
|
SubnetState["pending"] = "pending";
|
|
1106
1112
|
})(SubnetState || (SubnetState = {}));
|
|
1107
|
-
export var Tenancy;
|
|
1108
|
-
(function (Tenancy) {
|
|
1109
|
-
Tenancy["dedicated"] = "dedicated";
|
|
1110
|
-
Tenancy["default"] = "default";
|
|
1111
|
-
Tenancy["host"] = "host";
|
|
1112
|
-
})(Tenancy || (Tenancy = {}));
|
|
1113
|
-
export var VpcState;
|
|
1114
|
-
(function (VpcState) {
|
|
1115
|
-
VpcState["available"] = "available";
|
|
1116
|
-
VpcState["pending"] = "pending";
|
|
1117
|
-
})(VpcState || (VpcState = {}));
|
|
1118
1113
|
export const AcceleratorCountFilterSensitiveLog = (obj) => ({
|
|
1119
1114
|
...obj,
|
|
1120
1115
|
});
|
|
@@ -1127,6 +1122,21 @@ export const AcceleratorTotalMemoryMiBFilterSensitiveLog = (obj) => ({
|
|
|
1127
1122
|
export const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog = (obj) => ({
|
|
1128
1123
|
...obj,
|
|
1129
1124
|
});
|
|
1125
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
1126
|
+
...obj,
|
|
1127
|
+
});
|
|
1128
|
+
export const TagSpecificationFilterSensitiveLog = (obj) => ({
|
|
1129
|
+
...obj,
|
|
1130
|
+
});
|
|
1131
|
+
export const AcceptAddressTransferRequestFilterSensitiveLog = (obj) => ({
|
|
1132
|
+
...obj,
|
|
1133
|
+
});
|
|
1134
|
+
export const AddressTransferFilterSensitiveLog = (obj) => ({
|
|
1135
|
+
...obj,
|
|
1136
|
+
});
|
|
1137
|
+
export const AcceptAddressTransferResultFilterSensitiveLog = (obj) => ({
|
|
1138
|
+
...obj,
|
|
1139
|
+
});
|
|
1130
1140
|
export const TargetConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1131
1141
|
...obj,
|
|
1132
1142
|
});
|
|
@@ -1160,9 +1170,6 @@ export const TransitGatewayPeeringAttachmentOptionsFilterSensitiveLog = (obj) =>
|
|
|
1160
1170
|
export const PeeringAttachmentStatusFilterSensitiveLog = (obj) => ({
|
|
1161
1171
|
...obj,
|
|
1162
1172
|
});
|
|
1163
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
1164
|
-
...obj,
|
|
1165
|
-
});
|
|
1166
1173
|
export const TransitGatewayPeeringAttachmentFilterSensitiveLog = (obj) => ({
|
|
1167
1174
|
...obj,
|
|
1168
1175
|
});
|
|
@@ -1322,9 +1329,6 @@ export const ByoipCidrFilterSensitiveLog = (obj) => ({
|
|
|
1322
1329
|
export const AdvertiseByoipCidrResultFilterSensitiveLog = (obj) => ({
|
|
1323
1330
|
...obj,
|
|
1324
1331
|
});
|
|
1325
|
-
export const TagSpecificationFilterSensitiveLog = (obj) => ({
|
|
1326
|
-
...obj,
|
|
1327
|
-
});
|
|
1328
1332
|
export const AllocateAddressRequestFilterSensitiveLog = (obj) => ({
|
|
1329
1333
|
...obj,
|
|
1330
1334
|
});
|
|
@@ -1805,9 +1809,3 @@ export const SubnetFilterSensitiveLog = (obj) => ({
|
|
|
1805
1809
|
export const CreateDefaultSubnetResultFilterSensitiveLog = (obj) => ({
|
|
1806
1810
|
...obj,
|
|
1807
1811
|
});
|
|
1808
|
-
export const CreateDefaultVpcRequestFilterSensitiveLog = (obj) => ({
|
|
1809
|
-
...obj,
|
|
1810
|
-
});
|
|
1811
|
-
export const VpcFilterSensitiveLog = (obj) => ({
|
|
1812
|
-
...obj,
|
|
1813
|
-
});
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
+
export var Tenancy;
|
|
3
|
+
(function (Tenancy) {
|
|
4
|
+
Tenancy["dedicated"] = "dedicated";
|
|
5
|
+
Tenancy["default"] = "default";
|
|
6
|
+
Tenancy["host"] = "host";
|
|
7
|
+
})(Tenancy || (Tenancy = {}));
|
|
8
|
+
export var VpcState;
|
|
9
|
+
(function (VpcState) {
|
|
10
|
+
VpcState["available"] = "available";
|
|
11
|
+
VpcState["pending"] = "pending";
|
|
12
|
+
})(VpcState || (VpcState = {}));
|
|
2
13
|
export var FleetExcessCapacityTerminationPolicy;
|
|
3
14
|
(function (FleetExcessCapacityTerminationPolicy) {
|
|
4
15
|
FleetExcessCapacityTerminationPolicy["NO_TERMINATION"] = "no-termination";
|
|
@@ -430,16 +441,12 @@ export var SubnetCidrReservationType;
|
|
|
430
441
|
SubnetCidrReservationType["explicit"] = "explicit";
|
|
431
442
|
SubnetCidrReservationType["prefix"] = "prefix";
|
|
432
443
|
})(SubnetCidrReservationType || (SubnetCidrReservationType = {}));
|
|
433
|
-
export
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
(function (TrafficDirection) {
|
|
440
|
-
TrafficDirection["egress"] = "egress";
|
|
441
|
-
TrafficDirection["ingress"] = "ingress";
|
|
442
|
-
})(TrafficDirection || (TrafficDirection = {}));
|
|
444
|
+
export const CreateDefaultVpcRequestFilterSensitiveLog = (obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
});
|
|
447
|
+
export const VpcFilterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
});
|
|
443
450
|
export const CreateDefaultVpcResultFilterSensitiveLog = (obj) => ({
|
|
444
451
|
...obj,
|
|
445
452
|
});
|
|
@@ -1130,9 +1137,3 @@ export const CreateTagsRequestFilterSensitiveLog = (obj) => ({
|
|
|
1130
1137
|
export const CreateTrafficMirrorFilterRequestFilterSensitiveLog = (obj) => ({
|
|
1131
1138
|
...obj,
|
|
1132
1139
|
});
|
|
1133
|
-
export const TrafficMirrorPortRangeFilterSensitiveLog = (obj) => ({
|
|
1134
|
-
...obj,
|
|
1135
|
-
});
|
|
1136
|
-
export const TrafficMirrorFilterRuleFilterSensitiveLog = (obj) => ({
|
|
1137
|
-
...obj,
|
|
1138
|
-
});
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
export var TrafficMirrorRuleAction;
|
|
2
|
+
(function (TrafficMirrorRuleAction) {
|
|
3
|
+
TrafficMirrorRuleAction["accept"] = "accept";
|
|
4
|
+
TrafficMirrorRuleAction["reject"] = "reject";
|
|
5
|
+
})(TrafficMirrorRuleAction || (TrafficMirrorRuleAction = {}));
|
|
6
|
+
export var TrafficDirection;
|
|
7
|
+
(function (TrafficDirection) {
|
|
8
|
+
TrafficDirection["egress"] = "egress";
|
|
9
|
+
TrafficDirection["ingress"] = "ingress";
|
|
10
|
+
})(TrafficDirection || (TrafficDirection = {}));
|
|
1
11
|
export var TrafficMirrorNetworkService;
|
|
2
12
|
(function (TrafficMirrorNetworkService) {
|
|
3
13
|
TrafficMirrorNetworkService["amazon_dns"] = "amazon-dns";
|
|
@@ -279,6 +289,12 @@ export var IpamPoolCidrState;
|
|
|
279
289
|
IpamPoolCidrState["pending_provision"] = "pending-provision";
|
|
280
290
|
IpamPoolCidrState["provisioned"] = "provisioned";
|
|
281
291
|
})(IpamPoolCidrState || (IpamPoolCidrState = {}));
|
|
292
|
+
export const TrafficMirrorPortRangeFilterSensitiveLog = (obj) => ({
|
|
293
|
+
...obj,
|
|
294
|
+
});
|
|
295
|
+
export const TrafficMirrorFilterRuleFilterSensitiveLog = (obj) => ({
|
|
296
|
+
...obj,
|
|
297
|
+
});
|
|
282
298
|
export const TrafficMirrorFilterFilterSensitiveLog = (obj) => ({
|
|
283
299
|
...obj,
|
|
284
300
|
});
|
|
@@ -1032,15 +1048,3 @@ export const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveL
|
|
|
1032
1048
|
export const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
1033
1049
|
...obj,
|
|
1034
1050
|
});
|
|
1035
|
-
export const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog = (obj) => ({
|
|
1036
|
-
...obj,
|
|
1037
|
-
});
|
|
1038
|
-
export const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
});
|
|
1041
|
-
export const DescribeAccountAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1042
|
-
...obj,
|
|
1043
|
-
});
|
|
1044
|
-
export const DescribeAccountAttributesResultFilterSensitiveLog = (obj) => ({
|
|
1045
|
-
...obj,
|
|
1046
|
-
});
|
|
@@ -358,6 +358,18 @@ export var UsageClassType;
|
|
|
358
358
|
UsageClassType["on_demand"] = "on-demand";
|
|
359
359
|
UsageClassType["spot"] = "spot";
|
|
360
360
|
})(UsageClassType || (UsageClassType = {}));
|
|
361
|
+
export const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog = (obj) => ({
|
|
362
|
+
...obj,
|
|
363
|
+
});
|
|
364
|
+
export const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog = (obj) => ({
|
|
365
|
+
...obj,
|
|
366
|
+
});
|
|
367
|
+
export const DescribeAccountAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
});
|
|
370
|
+
export const DescribeAccountAttributesResultFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
361
373
|
export const FilterFilterSensitiveLog = (obj) => ({
|
|
362
374
|
...obj,
|
|
363
375
|
});
|
|
@@ -373,6 +385,12 @@ export const DescribeAddressesAttributeRequestFilterSensitiveLog = (obj) => ({
|
|
|
373
385
|
export const DescribeAddressesAttributeResultFilterSensitiveLog = (obj) => ({
|
|
374
386
|
...obj,
|
|
375
387
|
});
|
|
388
|
+
export const DescribeAddressTransfersRequestFilterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
});
|
|
391
|
+
export const DescribeAddressTransfersResultFilterSensitiveLog = (obj) => ({
|
|
392
|
+
...obj,
|
|
393
|
+
});
|
|
376
394
|
export const DescribeAggregateIdFormatRequestFilterSensitiveLog = (obj) => ({
|
|
377
395
|
...obj,
|
|
378
396
|
});
|
|
@@ -1066,21 +1084,3 @@ export const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog = (obj) =>
|
|
|
1066
1084
|
export const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
|
|
1067
1085
|
...obj,
|
|
1068
1086
|
});
|
|
1069
|
-
export const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
export const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
@@ -137,6 +137,24 @@ export var TransitGatewayPropagationState;
|
|
|
137
137
|
TransitGatewayPropagationState["enabled"] = "enabled";
|
|
138
138
|
TransitGatewayPropagationState["enabling"] = "enabling";
|
|
139
139
|
})(TransitGatewayPropagationState || (TransitGatewayPropagationState = {}));
|
|
140
|
+
export const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog = (obj) => ({
|
|
141
|
+
...obj,
|
|
142
|
+
});
|
|
143
|
+
export const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
export const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
147
|
+
...obj,
|
|
148
|
+
});
|
|
149
|
+
export const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
150
|
+
...obj,
|
|
151
|
+
});
|
|
152
|
+
export const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
153
|
+
...obj,
|
|
154
|
+
});
|
|
155
|
+
export const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
156
|
+
...obj,
|
|
157
|
+
});
|
|
140
158
|
export const DescribeLocalGatewaysRequestFilterSensitiveLog = (obj) => ({
|
|
141
159
|
...obj,
|
|
142
160
|
});
|
|
@@ -806,6 +824,12 @@ export const DetachVolumeRequestFilterSensitiveLog = (obj) => ({
|
|
|
806
824
|
export const DetachVpnGatewayRequestFilterSensitiveLog = (obj) => ({
|
|
807
825
|
...obj,
|
|
808
826
|
});
|
|
827
|
+
export const DisableAddressTransferRequestFilterSensitiveLog = (obj) => ({
|
|
828
|
+
...obj,
|
|
829
|
+
});
|
|
830
|
+
export const DisableAddressTransferResultFilterSensitiveLog = (obj) => ({
|
|
831
|
+
...obj,
|
|
832
|
+
});
|
|
809
833
|
export const DisableEbsEncryptionByDefaultRequestFilterSensitiveLog = (obj) => ({
|
|
810
834
|
...obj,
|
|
811
835
|
});
|
|
@@ -944,27 +968,3 @@ export const DisassociateTrunkInterfaceResultFilterSensitiveLog = (obj) => ({
|
|
|
944
968
|
export const DisassociateVpcCidrBlockRequestFilterSensitiveLog = (obj) => ({
|
|
945
969
|
...obj,
|
|
946
970
|
});
|
|
947
|
-
export const DisassociateVpcCidrBlockResultFilterSensitiveLog = (obj) => ({
|
|
948
|
-
...obj,
|
|
949
|
-
});
|
|
950
|
-
export const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog = (obj) => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
export const EnableEbsEncryptionByDefaultResultFilterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
export const FastLaunchLaunchTemplateSpecificationRequestFilterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
export const FastLaunchSnapshotConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
960
|
-
...obj,
|
|
961
|
-
});
|
|
962
|
-
export const EnableFastLaunchRequestFilterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
});
|
|
965
|
-
export const EnableFastLaunchResultFilterSensitiveLog = (obj) => ({
|
|
966
|
-
...obj,
|
|
967
|
-
});
|
|
968
|
-
export const EnableFastSnapshotRestoresRequestFilterSensitiveLog = (obj) => ({
|
|
969
|
-
...obj,
|
|
970
|
-
});
|
|
@@ -96,6 +96,36 @@ export var VpcTenancy;
|
|
|
96
96
|
(function (VpcTenancy) {
|
|
97
97
|
VpcTenancy["default"] = "default";
|
|
98
98
|
})(VpcTenancy || (VpcTenancy = {}));
|
|
99
|
+
export const DisassociateVpcCidrBlockResultFilterSensitiveLog = (obj) => ({
|
|
100
|
+
...obj,
|
|
101
|
+
});
|
|
102
|
+
export const EnableAddressTransferRequestFilterSensitiveLog = (obj) => ({
|
|
103
|
+
...obj,
|
|
104
|
+
});
|
|
105
|
+
export const EnableAddressTransferResultFilterSensitiveLog = (obj) => ({
|
|
106
|
+
...obj,
|
|
107
|
+
});
|
|
108
|
+
export const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog = (obj) => ({
|
|
109
|
+
...obj,
|
|
110
|
+
});
|
|
111
|
+
export const EnableEbsEncryptionByDefaultResultFilterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
export const FastLaunchLaunchTemplateSpecificationRequestFilterSensitiveLog = (obj) => ({
|
|
115
|
+
...obj,
|
|
116
|
+
});
|
|
117
|
+
export const FastLaunchSnapshotConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
118
|
+
...obj,
|
|
119
|
+
});
|
|
120
|
+
export const EnableFastLaunchRequestFilterSensitiveLog = (obj) => ({
|
|
121
|
+
...obj,
|
|
122
|
+
});
|
|
123
|
+
export const EnableFastLaunchResultFilterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
export const EnableFastSnapshotRestoresRequestFilterSensitiveLog = (obj) => ({
|
|
127
|
+
...obj,
|
|
128
|
+
});
|
|
99
129
|
export const EnableFastSnapshotRestoreSuccessItemFilterSensitiveLog = (obj) => ({
|
|
100
130
|
...obj,
|
|
101
131
|
});
|
|
@@ -923,33 +953,3 @@ export const PeeringConnectionOptionsFilterSensitiveLog = (obj) => ({
|
|
|
923
953
|
export const ModifyVpcPeeringConnectionOptionsResultFilterSensitiveLog = (obj) => ({
|
|
924
954
|
...obj,
|
|
925
955
|
});
|
|
926
|
-
export const ModifyVpcTenancyRequestFilterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
});
|
|
929
|
-
export const ModifyVpcTenancyResultFilterSensitiveLog = (obj) => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
export const ModifyVpnConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
933
|
-
...obj,
|
|
934
|
-
});
|
|
935
|
-
export const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
});
|
|
938
|
-
export const ModifyVpnConnectionOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
939
|
-
...obj,
|
|
940
|
-
});
|
|
941
|
-
export const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
|
|
942
|
-
...obj,
|
|
943
|
-
});
|
|
944
|
-
export const ModifyVpnTunnelCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
});
|
|
947
|
-
export const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
|
|
948
|
-
...obj,
|
|
949
|
-
});
|
|
950
|
-
export const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
export const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
@@ -35,6 +35,36 @@ export var MembershipType;
|
|
|
35
35
|
MembershipType["igmp"] = "igmp";
|
|
36
36
|
MembershipType["static"] = "static";
|
|
37
37
|
})(MembershipType || (MembershipType = {}));
|
|
38
|
+
export const ModifyVpcTenancyRequestFilterSensitiveLog = (obj) => ({
|
|
39
|
+
...obj,
|
|
40
|
+
});
|
|
41
|
+
export const ModifyVpcTenancyResultFilterSensitiveLog = (obj) => ({
|
|
42
|
+
...obj,
|
|
43
|
+
});
|
|
44
|
+
export const ModifyVpnConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
45
|
+
...obj,
|
|
46
|
+
});
|
|
47
|
+
export const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
|
|
48
|
+
...obj,
|
|
49
|
+
});
|
|
50
|
+
export const ModifyVpnConnectionOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
51
|
+
...obj,
|
|
52
|
+
});
|
|
53
|
+
export const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
|
|
54
|
+
...obj,
|
|
55
|
+
});
|
|
56
|
+
export const ModifyVpnTunnelCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
57
|
+
...obj,
|
|
58
|
+
});
|
|
59
|
+
export const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
|
|
60
|
+
...obj,
|
|
61
|
+
});
|
|
62
|
+
export const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
63
|
+
...obj,
|
|
64
|
+
});
|
|
65
|
+
export const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
66
|
+
...obj,
|
|
67
|
+
});
|
|
38
68
|
export const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
|
|
39
69
|
...obj,
|
|
40
70
|
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DescribeAddressTransfersCommand, } from "../commands/DescribeAddressTransfersCommand";
|
|
2
|
+
import { EC2 } from "../EC2";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new DescribeAddressTransfersCommand(input), ...args);
|
|
6
|
+
};
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.describeAddressTransfers(input, ...args);
|
|
9
|
+
};
|
|
10
|
+
export async function* paginateDescribeAddressTransfers(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.NextToken = token;
|
|
16
|
+
input["MaxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof EC2) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof EC2Client) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected EC2 | EC2Client");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.NextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
30
|
+
}
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./DescribeAddressTransfersPaginator";
|
|
1
2
|
export * from "./DescribeAddressesAttributePaginator";
|
|
2
3
|
export * from "./DescribeByoipCidrsPaginator";
|
|
3
4
|
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
@@ -7,8 +8,8 @@ export * from "./DescribeClassicLinkInstancesPaginator";
|
|
|
7
8
|
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
8
9
|
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
9
10
|
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
10
|
-
export * from "./DescribeClientVpnRoutesPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeClientVpnRoutesPaginator";
|
|
12
13
|
export * from "./DescribeClientVpnTargetNetworksPaginator";
|
|
13
14
|
export * from "./DescribeCoipPoolsPaginator";
|
|
14
15
|
export * from "./DescribeDhcpOptionsPaginator";
|