@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.
Files changed (134) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/EC2.js +60 -0
  4. package/dist-cjs/commands/AcceptAddressTransferCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDefaultVpcCommand.js +1 -2
  6. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeAddressTransfersCommand.js +46 -0
  9. package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +3 -3
  12. package/dist-cjs/commands/DisableAddressTransferCommand.js +46 -0
  13. package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +2 -1
  14. package/dist-cjs/commands/EnableAddressTransferCommand.js +46 -0
  15. package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +3 -3
  16. package/dist-cjs/commands/EnableFastLaunchCommand.js +3 -3
  17. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +1 -2
  18. package/dist-cjs/commands/ModifyVpcTenancyCommand.js +3 -3
  19. package/dist-cjs/commands/ModifyVpnConnectionCommand.js +3 -3
  20. package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +3 -3
  21. package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +3 -3
  22. package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
  23. package/dist-cjs/commands/index.js +4 -0
  24. package/dist-cjs/endpoint/EndpointParameters.js +2 -3
  25. package/dist-cjs/models/models_0.js +112 -113
  26. package/dist-cjs/models/models_1.js +25 -24
  27. package/dist-cjs/models/models_2.js +24 -22
  28. package/dist-cjs/models/models_3.js +29 -29
  29. package/dist-cjs/models/models_4.js +38 -38
  30. package/dist-cjs/models/models_5.js +46 -46
  31. package/dist-cjs/models/models_6.js +44 -4
  32. package/dist-cjs/pagination/DescribeAddressTransfersPaginator.js +36 -0
  33. package/dist-cjs/pagination/index.js +2 -1
  34. package/dist-cjs/protocols/Aws_ec2.js +332 -33
  35. package/dist-cjs/runtimeConfig.browser.js +16 -16
  36. package/dist-cjs/runtimeConfig.js +20 -19
  37. package/dist-cjs/runtimeConfig.native.js +1 -2
  38. package/dist-cjs/runtimeConfig.shared.js +8 -11
  39. package/dist-es/EC2.js +60 -0
  40. package/dist-es/commands/AcceptAddressTransferCommand.js +42 -0
  41. package/dist-es/commands/CreateDefaultVpcCommand.js +1 -2
  42. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
  43. package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -1
  44. package/dist-es/commands/DescribeAddressTransfersCommand.js +42 -0
  45. package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +1 -1
  46. package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +1 -1
  47. package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +1 -1
  48. package/dist-es/commands/DisableAddressTransferCommand.js +42 -0
  49. package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +2 -1
  50. package/dist-es/commands/EnableAddressTransferCommand.js +42 -0
  51. package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +1 -1
  52. package/dist-es/commands/EnableFastLaunchCommand.js +1 -1
  53. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +1 -2
  54. package/dist-es/commands/ModifyVpcTenancyCommand.js +1 -1
  55. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  56. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
  57. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
  58. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
  59. package/dist-es/commands/index.js +4 -0
  60. package/dist-es/models/models_0.js +101 -103
  61. package/dist-es/models/models_1.js +17 -16
  62. package/dist-es/models/models_2.js +16 -12
  63. package/dist-es/models/models_3.js +18 -18
  64. package/dist-es/models/models_4.js +24 -24
  65. package/dist-es/models/models_5.js +30 -30
  66. package/dist-es/models/models_6.js +30 -0
  67. package/dist-es/pagination/DescribeAddressTransfersPaginator.js +32 -0
  68. package/dist-es/pagination/index.js +2 -1
  69. package/dist-es/protocols/Aws_ec2.js +295 -0
  70. package/dist-types/EC2.d.ts +28 -0
  71. package/dist-types/EC2Client.d.ts +6 -2
  72. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +37 -0
  73. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -2
  74. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
  75. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +37 -0
  77. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  80. package/dist-types/commands/DisableAddressTransferCommand.d.ts +37 -0
  81. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
  82. package/dist-types/commands/EnableAddressTransferCommand.d.ts +37 -0
  83. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  84. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  85. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -2
  86. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  90. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -2
  91. package/dist-types/commands/index.d.ts +4 -0
  92. package/dist-types/models/models_0.d.ts +194 -192
  93. package/dist-types/models/models_1.d.ts +67 -75
  94. package/dist-types/models/models_2.d.ts +78 -57
  95. package/dist-types/models/models_3.d.ts +97 -222
  96. package/dist-types/models/models_4.d.ts +244 -178
  97. package/dist-types/models/models_5.d.ts +214 -374
  98. package/dist-types/models/models_6.d.ts +374 -5
  99. package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +2 -1
  101. package/dist-types/protocols/Aws_ec2.d.ts +12 -0
  102. package/dist-types/ts3.4/EC2.d.ts +68 -0
  103. package/dist-types/ts3.4/EC2Client.d.ts +24 -0
  104. package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +41 -0
  105. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +4 -2
  106. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
  107. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +41 -0
  109. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +41 -0
  113. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -4
  114. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +41 -0
  115. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +4 -2
  118. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +4 -2
  123. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  124. package/dist-types/ts3.4/models/models_0.d.ts +121 -119
  125. package/dist-types/ts3.4/models/models_1.d.ts +30 -33
  126. package/dist-types/ts3.4/models/models_2.d.ts +33 -34
  127. package/dist-types/ts3.4/models/models_3.d.ts +46 -54
  128. package/dist-types/ts3.4/models/models_4.d.ts +70 -71
  129. package/dist-types/ts3.4/models/models_5.d.ts +91 -106
  130. package/dist-types/ts3.4/models/models_6.d.ts +107 -1
  131. package/dist-types/ts3.4/pagination/DescribeAddressTransfersPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  133. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
  134. package/package.json +35 -35
@@ -1,7 +1,203 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AssociationStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, VolumeType } from "./models_1";
1
+ import { _InstanceType, ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AssociationStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VpcPeeringConnection } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
3
  import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IdFormat, PermissionGroup, ProductCode } from "./models_3";
5
+ export interface DescribeLocalGatewayRouteTablesRequest {
6
+ /**
7
+ * <p>The IDs of the local gateway route tables.</p>
8
+ */
9
+ LocalGatewayRouteTableIds?: string[];
10
+ /**
11
+ * <p>One or more filters.</p>
12
+ * <ul>
13
+ * <li>
14
+ * <p>
15
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
16
+ * </li>
17
+ * <li>
18
+ * <p>
19
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the
20
+ * local gateway route table.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>
24
+ * <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
25
+ * </li>
26
+ * <li>
27
+ * <p>
28
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
33
+ * </li>
34
+ * <li>
35
+ * <p>
36
+ * <code>state</code> - The state of the local gateway route table.</p>
37
+ * </li>
38
+ * </ul>
39
+ */
40
+ Filters?: Filter[];
41
+ /**
42
+ * <p>The maximum number of results to return with a single call.
43
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
44
+ */
45
+ MaxResults?: number;
46
+ /**
47
+ * <p>The token for the next page of results.</p>
48
+ */
49
+ NextToken?: string;
50
+ /**
51
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
52
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
53
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
54
+ */
55
+ DryRun?: boolean;
56
+ }
57
+ export interface DescribeLocalGatewayRouteTablesResult {
58
+ /**
59
+ * <p>Information about the local gateway route tables.</p>
60
+ */
61
+ LocalGatewayRouteTables?: LocalGatewayRouteTable[];
62
+ /**
63
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
64
+ */
65
+ NextToken?: string;
66
+ }
67
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
68
+ /**
69
+ * <p>The IDs of the associations.</p>
70
+ */
71
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
72
+ /**
73
+ * <p>One or more filters.</p>
74
+ * <ul>
75
+ * <li>
76
+ * <p>
77
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
78
+ * </li>
79
+ * <li>
80
+ * <p>
81
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
82
+ * gateway route table for the virtual interface group.</p>
83
+ * </li>
84
+ * <li>
85
+ * <p>
86
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
87
+ * </li>
88
+ * <li>
89
+ * <p>
90
+ * <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
91
+ * </li>
92
+ * <li>
93
+ * <p>
94
+ * <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
95
+ * </li>
96
+ * <li>
97
+ * <p>
98
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
99
+ * interface group association.</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <code>state</code> - The state of the association.</p>
104
+ * </li>
105
+ * </ul>
106
+ */
107
+ Filters?: Filter[];
108
+ /**
109
+ * <p>The maximum number of results to return with a single call.
110
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
111
+ */
112
+ MaxResults?: number;
113
+ /**
114
+ * <p>The token for the next page of results.</p>
115
+ */
116
+ NextToken?: string;
117
+ /**
118
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
119
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
120
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
121
+ */
122
+ DryRun?: boolean;
123
+ }
124
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
125
+ /**
126
+ * <p>Information about the associations.</p>
127
+ */
128
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
129
+ /**
130
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
131
+ */
132
+ NextToken?: string;
133
+ }
134
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
135
+ /**
136
+ * <p>The IDs of the associations.</p>
137
+ */
138
+ LocalGatewayRouteTableVpcAssociationIds?: string[];
139
+ /**
140
+ * <p>One or more filters.</p>
141
+ * <ul>
142
+ * <li>
143
+ * <p>
144
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
145
+ * </li>
146
+ * <li>
147
+ * <p>
148
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
149
+ * gateway route table for the association.</p>
150
+ * </li>
151
+ * <li>
152
+ * <p>
153
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
154
+ * </li>
155
+ * <li>
156
+ * <p>
157
+ * <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
158
+ * </li>
159
+ * <li>
160
+ * <p>
161
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
162
+ * for the association.</p>
163
+ * </li>
164
+ * <li>
165
+ * <p>
166
+ * <code>state</code> - The state of the association.</p>
167
+ * </li>
168
+ * <li>
169
+ * <p>
170
+ * <code>vpc-id</code> - The ID of the VPC.</p>
171
+ * </li>
172
+ * </ul>
173
+ */
174
+ Filters?: Filter[];
175
+ /**
176
+ * <p>The maximum number of results to return with a single call.
177
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
178
+ */
179
+ MaxResults?: number;
180
+ /**
181
+ * <p>The token for the next page of results.</p>
182
+ */
183
+ NextToken?: string;
184
+ /**
185
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
186
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
187
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
188
+ */
189
+ DryRun?: boolean;
190
+ }
191
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
192
+ /**
193
+ * <p>Information about the associations.</p>
194
+ */
195
+ LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
196
+ /**
197
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
198
+ */
199
+ NextToken?: string;
200
+ }
5
201
  export interface DescribeLocalGatewaysRequest {
6
202
  /**
7
203
  * <p>The IDs of the local gateways.</p>
@@ -7787,6 +7983,24 @@ export interface DetachVpnGatewayRequest {
7787
7983
  */
7788
7984
  DryRun?: boolean;
7789
7985
  }
7986
+ export interface DisableAddressTransferRequest {
7987
+ /**
7988
+ * <p>The allocation ID of an Elastic IP address.</p>
7989
+ */
7990
+ AllocationId: string | undefined;
7991
+ /**
7992
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7993
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7994
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7995
+ */
7996
+ DryRun?: boolean;
7997
+ }
7998
+ export interface DisableAddressTransferResult {
7999
+ /**
8000
+ * <p>An Elastic IP address transfer.</p>
8001
+ */
8002
+ AddressTransfer?: AddressTransfer;
8003
+ }
7790
8004
  export interface DisableEbsEncryptionByDefaultRequest {
7791
8005
  /**
7792
8006
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -8391,154 +8605,30 @@ export interface DisassociateVpcCidrBlockRequest {
8391
8605
  */
8392
8606
  AssociationId: string | undefined;
8393
8607
  }
8394
- export interface DisassociateVpcCidrBlockResult {
8395
- /**
8396
- * <p>Information about the IPv6 CIDR block association.</p>
8397
- */
8398
- Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation;
8399
- /**
8400
- * <p>Information about the IPv4 CIDR block association.</p>
8401
- */
8402
- CidrBlockAssociation?: VpcCidrBlockAssociation;
8403
- /**
8404
- * <p>The ID of the VPC.</p>
8405
- */
8406
- VpcId?: string;
8407
- }
8408
- export interface EnableEbsEncryptionByDefaultRequest {
8409
- /**
8410
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8411
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8412
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8413
- */
8414
- DryRun?: boolean;
8415
- }
8416
- export interface EnableEbsEncryptionByDefaultResult {
8417
- /**
8418
- * <p>The updated status of encryption by default.</p>
8419
- */
8420
- EbsEncryptionByDefault?: boolean;
8421
- }
8422
8608
  /**
8423
- * <p>Request to create a launch template for a fast-launch enabled Windows AMI.</p>
8424
- * <note>
8425
- * <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
8426
- * <code>LaunchTemplateId</code>, but not both.</p>
8427
- * </note>
8609
+ * @internal
8428
8610
  */
8429
- export interface FastLaunchLaunchTemplateSpecificationRequest {
8430
- /**
8431
- * <p>The ID of the launch template to use for faster launching for a Windows AMI.</p>
8432
- */
8433
- LaunchTemplateId?: string;
8434
- /**
8435
- * <p>The name of the launch template to use for faster launching for a Windows AMI.</p>
8436
- */
8437
- LaunchTemplateName?: string;
8438
- /**
8439
- * <p>The version of the launch template to use for faster launching for a Windows AMI.</p>
8440
- */
8441
- Version: string | undefined;
8442
- }
8611
+ export declare const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTablesRequest) => any;
8443
8612
  /**
8444
- * <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
8613
+ * @internal
8445
8614
  */
8446
- export interface FastLaunchSnapshotConfigurationRequest {
8447
- /**
8448
- * <p>The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.</p>
8449
- */
8450
- TargetResourceCount?: number;
8451
- }
8452
- export interface EnableFastLaunchRequest {
8453
- /**
8454
- * <p>The ID of the image for which you’re enabling faster launching.</p>
8455
- */
8456
- ImageId: string | undefined;
8457
- /**
8458
- * <p>The type of resource to use for pre-provisioning the Windows AMI for faster launching.
8459
- * Supported values include: <code>snapshot</code>, which is the default value.</p>
8460
- */
8461
- ResourceType?: string;
8462
- /**
8463
- * <p>Configuration settings for creating and managing the snapshots that are used for
8464
- * pre-provisioning the Windows AMI for faster launching. The associated <code>ResourceType</code>
8465
- * must be <code>snapshot</code>.</p>
8466
- */
8467
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
8468
- /**
8469
- * <p>The launch template to use when launching Windows instances from pre-provisioned
8470
- * snapshots. Launch template parameters can include either the name or ID of the launch
8471
- * template, but not both.</p>
8472
- */
8473
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
8474
- /**
8475
- * <p>The maximum number of parallel instances to launch for creating resources. Value must be <code>6</code> or greater. </p>
8476
- */
8477
- MaxParallelLaunches?: number;
8478
- /**
8479
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8480
- * and provides an error response. If you have the required permissions, the error response is
8481
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8482
- */
8483
- DryRun?: boolean;
8484
- }
8485
- export interface EnableFastLaunchResult {
8486
- /**
8487
- * <p>The image ID that identifies the Windows AMI for which faster launching was enabled.</p>
8488
- */
8489
- ImageId?: string;
8490
- /**
8491
- * <p>The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.</p>
8492
- */
8493
- ResourceType?: FastLaunchResourceType | string;
8494
- /**
8495
- * <p>The configuration settings that were defined for creating and managing the pre-provisioned snapshots
8496
- * for faster launching of the Windows AMI. This property is returned when the associated
8497
- * <code>resourceType</code> is <code>snapshot</code>.</p>
8498
- */
8499
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
8500
- /**
8501
- * <p>The launch template that is used when launching Windows instances from pre-provisioned snapshots.</p>
8502
- */
8503
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
8504
- /**
8505
- * <p>The maximum number of parallel instances to launch for creating resources.</p>
8506
- */
8507
- MaxParallelLaunches?: number;
8508
- /**
8509
- * <p>The owner ID for the Windows AMI for which faster launching was enabled.</p>
8510
- */
8511
- OwnerId?: string;
8512
- /**
8513
- * <p>The current state of faster launching for the specified Windows AMI.</p>
8514
- */
8515
- State?: FastLaunchStateCode | string;
8516
- /**
8517
- * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
8518
- */
8519
- StateTransitionReason?: string;
8520
- /**
8521
- * <p>The time that the state changed for faster launching for the Windows AMI.</p>
8522
- */
8523
- StateTransitionTime?: Date;
8524
- }
8525
- export interface EnableFastSnapshotRestoresRequest {
8526
- /**
8527
- * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
8528
- */
8529
- AvailabilityZones: string[] | undefined;
8530
- /**
8531
- * <p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>. You can specify
8532
- * a snapshot that was shared with you from another Amazon Web Services account.</p>
8533
- */
8534
- SourceSnapshotIds: string[] | undefined;
8535
- /**
8536
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8537
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8538
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8539
- */
8540
- DryRun?: boolean;
8541
- }
8615
+ export declare const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTablesResult) => any;
8616
+ /**
8617
+ * @internal
8618
+ */
8619
+ export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) => any;
8620
+ /**
8621
+ * @internal
8622
+ */
8623
+ export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult) => any;
8624
+ /**
8625
+ * @internal
8626
+ */
8627
+ export declare const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVpcAssociationsRequest) => any;
8628
+ /**
8629
+ * @internal
8630
+ */
8631
+ export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVpcAssociationsResult) => any;
8542
8632
  /**
8543
8633
  * @internal
8544
8634
  */
@@ -9431,6 +9521,14 @@ export declare const DetachVolumeRequestFilterSensitiveLog: (obj: DetachVolumeRe
9431
9521
  * @internal
9432
9522
  */
9433
9523
  export declare const DetachVpnGatewayRequestFilterSensitiveLog: (obj: DetachVpnGatewayRequest) => any;
9524
+ /**
9525
+ * @internal
9526
+ */
9527
+ export declare const DisableAddressTransferRequestFilterSensitiveLog: (obj: DisableAddressTransferRequest) => any;
9528
+ /**
9529
+ * @internal
9530
+ */
9531
+ export declare const DisableAddressTransferResultFilterSensitiveLog: (obj: DisableAddressTransferResult) => any;
9434
9532
  /**
9435
9533
  * @internal
9436
9534
  */
@@ -9615,35 +9713,3 @@ export declare const DisassociateTrunkInterfaceResultFilterSensitiveLog: (obj: D
9615
9713
  * @internal
9616
9714
  */
9617
9715
  export declare const DisassociateVpcCidrBlockRequestFilterSensitiveLog: (obj: DisassociateVpcCidrBlockRequest) => any;
9618
- /**
9619
- * @internal
9620
- */
9621
- export declare const DisassociateVpcCidrBlockResultFilterSensitiveLog: (obj: DisassociateVpcCidrBlockResult) => any;
9622
- /**
9623
- * @internal
9624
- */
9625
- export declare const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog: (obj: EnableEbsEncryptionByDefaultRequest) => any;
9626
- /**
9627
- * @internal
9628
- */
9629
- export declare const EnableEbsEncryptionByDefaultResultFilterSensitiveLog: (obj: EnableEbsEncryptionByDefaultResult) => any;
9630
- /**
9631
- * @internal
9632
- */
9633
- export declare const FastLaunchLaunchTemplateSpecificationRequestFilterSensitiveLog: (obj: FastLaunchLaunchTemplateSpecificationRequest) => any;
9634
- /**
9635
- * @internal
9636
- */
9637
- export declare const FastLaunchSnapshotConfigurationRequestFilterSensitiveLog: (obj: FastLaunchSnapshotConfigurationRequest) => any;
9638
- /**
9639
- * @internal
9640
- */
9641
- export declare const EnableFastLaunchRequestFilterSensitiveLog: (obj: EnableFastLaunchRequest) => any;
9642
- /**
9643
- * @internal
9644
- */
9645
- export declare const EnableFastLaunchResultFilterSensitiveLog: (obj: EnableFastLaunchResult) => any;
9646
- /**
9647
- * @internal
9648
- */
9649
- export declare const EnableFastSnapshotRestoresRequestFilterSensitiveLog: (obj: EnableFastSnapshotRestoresRequest) => any;