@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,8 +1,178 @@
1
- import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, HostnameType, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
- import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilterRule, TrafficMirrorRuleAction, VolumeType } from "./models_1";
3
- import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TrafficMirrorFilter, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
1
+ import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressTransfer, Affinity, ApplianceModeSupportValue, AutoPlacement, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, HostnameType, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
2
+ import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IpAddressType, IpamPoolCidr, PayerResponsibility, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VpnEcmpSupportValue } from "./models_2";
4
+ import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
5
5
  import { AnalysisStatus, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, ReservedInstancesConfiguration, SnapshotAttributeName, TransitGatewayPropagation, TransitGatewayPropagationState, VolumeModification } from "./models_4";
6
+ export interface DisassociateVpcCidrBlockResult {
7
+ /**
8
+ * <p>Information about the IPv6 CIDR block association.</p>
9
+ */
10
+ Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation;
11
+ /**
12
+ * <p>Information about the IPv4 CIDR block association.</p>
13
+ */
14
+ CidrBlockAssociation?: VpcCidrBlockAssociation;
15
+ /**
16
+ * <p>The ID of the VPC.</p>
17
+ */
18
+ VpcId?: string;
19
+ }
20
+ export interface EnableAddressTransferRequest {
21
+ /**
22
+ * <p>The allocation ID of an Elastic IP address.</p>
23
+ */
24
+ AllocationId: string | undefined;
25
+ /**
26
+ * <p>The ID of the account that you want to transfer the Elastic IP address to.</p>
27
+ */
28
+ TransferAccountId: string | undefined;
29
+ /**
30
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
31
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
32
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
33
+ */
34
+ DryRun?: boolean;
35
+ }
36
+ export interface EnableAddressTransferResult {
37
+ /**
38
+ * <p>An Elastic IP address transfer.</p>
39
+ */
40
+ AddressTransfer?: AddressTransfer;
41
+ }
42
+ export interface EnableEbsEncryptionByDefaultRequest {
43
+ /**
44
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
45
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
46
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
47
+ */
48
+ DryRun?: boolean;
49
+ }
50
+ export interface EnableEbsEncryptionByDefaultResult {
51
+ /**
52
+ * <p>The updated status of encryption by default.</p>
53
+ */
54
+ EbsEncryptionByDefault?: boolean;
55
+ }
56
+ /**
57
+ * <p>Request to create a launch template for a fast-launch enabled Windows AMI.</p>
58
+ * <note>
59
+ * <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
60
+ * <code>LaunchTemplateId</code>, but not both.</p>
61
+ * </note>
62
+ */
63
+ export interface FastLaunchLaunchTemplateSpecificationRequest {
64
+ /**
65
+ * <p>The ID of the launch template to use for faster launching for a Windows AMI.</p>
66
+ */
67
+ LaunchTemplateId?: string;
68
+ /**
69
+ * <p>The name of the launch template to use for faster launching for a Windows AMI.</p>
70
+ */
71
+ LaunchTemplateName?: string;
72
+ /**
73
+ * <p>The version of the launch template to use for faster launching for a Windows AMI.</p>
74
+ */
75
+ Version: string | undefined;
76
+ }
77
+ /**
78
+ * <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
79
+ */
80
+ export interface FastLaunchSnapshotConfigurationRequest {
81
+ /**
82
+ * <p>The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.</p>
83
+ */
84
+ TargetResourceCount?: number;
85
+ }
86
+ export interface EnableFastLaunchRequest {
87
+ /**
88
+ * <p>The ID of the image for which you’re enabling faster launching.</p>
89
+ */
90
+ ImageId: string | undefined;
91
+ /**
92
+ * <p>The type of resource to use for pre-provisioning the Windows AMI for faster launching.
93
+ * Supported values include: <code>snapshot</code>, which is the default value.</p>
94
+ */
95
+ ResourceType?: string;
96
+ /**
97
+ * <p>Configuration settings for creating and managing the snapshots that are used for
98
+ * pre-provisioning the Windows AMI for faster launching. The associated <code>ResourceType</code>
99
+ * must be <code>snapshot</code>.</p>
100
+ */
101
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
102
+ /**
103
+ * <p>The launch template to use when launching Windows instances from pre-provisioned
104
+ * snapshots. Launch template parameters can include either the name or ID of the launch
105
+ * template, but not both.</p>
106
+ */
107
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
108
+ /**
109
+ * <p>The maximum number of parallel instances to launch for creating resources. Value must be <code>6</code> or greater. </p>
110
+ */
111
+ MaxParallelLaunches?: number;
112
+ /**
113
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
114
+ * and provides an error response. If you have the required permissions, the error response is
115
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
116
+ */
117
+ DryRun?: boolean;
118
+ }
119
+ export interface EnableFastLaunchResult {
120
+ /**
121
+ * <p>The image ID that identifies the Windows AMI for which faster launching was enabled.</p>
122
+ */
123
+ ImageId?: string;
124
+ /**
125
+ * <p>The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.</p>
126
+ */
127
+ ResourceType?: FastLaunchResourceType | string;
128
+ /**
129
+ * <p>The configuration settings that were defined for creating and managing the pre-provisioned snapshots
130
+ * for faster launching of the Windows AMI. This property is returned when the associated
131
+ * <code>resourceType</code> is <code>snapshot</code>.</p>
132
+ */
133
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
134
+ /**
135
+ * <p>The launch template that is used when launching Windows instances from pre-provisioned snapshots.</p>
136
+ */
137
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
138
+ /**
139
+ * <p>The maximum number of parallel instances to launch for creating resources.</p>
140
+ */
141
+ MaxParallelLaunches?: number;
142
+ /**
143
+ * <p>The owner ID for the Windows AMI for which faster launching was enabled.</p>
144
+ */
145
+ OwnerId?: string;
146
+ /**
147
+ * <p>The current state of faster launching for the specified Windows AMI.</p>
148
+ */
149
+ State?: FastLaunchStateCode | string;
150
+ /**
151
+ * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
152
+ */
153
+ StateTransitionReason?: string;
154
+ /**
155
+ * <p>The time that the state changed for faster launching for the Windows AMI.</p>
156
+ */
157
+ StateTransitionTime?: Date;
158
+ }
159
+ export interface EnableFastSnapshotRestoresRequest {
160
+ /**
161
+ * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
162
+ */
163
+ AvailabilityZones: string[] | undefined;
164
+ /**
165
+ * <p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>. You can specify
166
+ * a snapshot that was shared with you from another Amazon Web Services account.</p>
167
+ */
168
+ SourceSnapshotIds: string[] | undefined;
169
+ /**
170
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
171
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
172
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
173
+ */
174
+ DryRun?: boolean;
175
+ }
6
176
  /**
7
177
  * <p>Describes fast snapshot restores that were successfully enabled.</p>
8
178
  */
@@ -1328,7 +1498,7 @@ export interface GetIpamResourceCidrsRequest {
1328
1498
  */
1329
1499
  ResourceType?: IpamResourceType | string;
1330
1500
  /**
1331
- * <p>A tag on an IPAM resource.</p>
1501
+ * <p>The resource tag.</p>
1332
1502
  */
1333
1503
  ResourceTag?: RequestIpamResourceTag;
1334
1504
  /**
@@ -4503,7 +4673,7 @@ export interface ModifyIpamResourceCidrRequest {
4503
4673
  }
4504
4674
  export interface ModifyIpamResourceCidrResult {
4505
4675
  /**
4506
- * <p>The CIDR for an IPAM resource.</p>
4676
+ * <p>The CIDR of the resource.</p>
4507
4677
  */
4508
4678
  IpamResourceCidr?: IpamResourceCidr;
4509
4679
  }
@@ -5746,336 +5916,46 @@ export interface ModifyVpcPeeringConnectionOptionsResult {
5746
5916
  export declare enum VpcTenancy {
5747
5917
  default = "default"
5748
5918
  }
5749
- export interface ModifyVpcTenancyRequest {
5750
- /**
5751
- * <p>The ID of the VPC.</p>
5752
- */
5753
- VpcId: string | undefined;
5754
- /**
5755
- * <p>The instance tenancy attribute for the VPC. </p>
5756
- */
5757
- InstanceTenancy: VpcTenancy | string | undefined;
5758
- /**
5759
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5760
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5761
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5762
- */
5763
- DryRun?: boolean;
5764
- }
5765
- export interface ModifyVpcTenancyResult {
5766
- /**
5767
- * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an
5768
- * error.</p>
5769
- */
5770
- ReturnValue?: boolean;
5771
- }
5772
- export interface ModifyVpnConnectionRequest {
5773
- /**
5774
- * <p>The ID of the VPN connection.</p>
5775
- */
5776
- VpnConnectionId: string | undefined;
5777
- /**
5778
- * <p>The ID of the transit gateway.</p>
5779
- */
5780
- TransitGatewayId?: string;
5781
- /**
5782
- * <p>The ID of the customer gateway at your end of the VPN connection.</p>
5783
- */
5784
- CustomerGatewayId?: string;
5785
- /**
5786
- * <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
5787
- * connection.</p>
5788
- */
5789
- VpnGatewayId?: string;
5790
- /**
5791
- * <p>Checks whether you have the required permissions for the action, without actually
5792
- * making the request, and provides an error response. If you have the required
5793
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
5794
- * <code>UnauthorizedOperation</code>.</p>
5795
- */
5796
- DryRun?: boolean;
5797
- }
5798
- export interface ModifyVpnConnectionResult {
5799
- /**
5800
- * <p>Describes a VPN connection.</p>
5801
- */
5802
- VpnConnection?: VpnConnection;
5803
- }
5804
- export interface ModifyVpnConnectionOptionsRequest {
5805
- /**
5806
- * <p>The ID of the Site-to-Site VPN connection. </p>
5807
- */
5808
- VpnConnectionId: string | undefined;
5809
- /**
5810
- * <p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
5811
- * <p>Default: <code>0.0.0.0/0</code>
5812
- * </p>
5813
- */
5814
- LocalIpv4NetworkCidr?: string;
5815
- /**
5816
- * <p>The IPv4 CIDR on the Amazon Web Services side of the VPN connection.</p>
5817
- * <p>Default: <code>0.0.0.0/0</code>
5818
- * </p>
5819
- */
5820
- RemoteIpv4NetworkCidr?: string;
5821
- /**
5822
- * <p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
5823
- * <p>Default: <code>::/0</code>
5824
- * </p>
5825
- */
5826
- LocalIpv6NetworkCidr?: string;
5827
- /**
5828
- * <p>The IPv6 CIDR on the Amazon Web Services side of the VPN connection.</p>
5829
- * <p>Default: <code>::/0</code>
5830
- * </p>
5831
- */
5832
- RemoteIpv6NetworkCidr?: string;
5833
- /**
5834
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5835
- */
5836
- DryRun?: boolean;
5837
- }
5838
- export interface ModifyVpnConnectionOptionsResult {
5839
- /**
5840
- * <p>Describes a VPN connection.</p>
5841
- */
5842
- VpnConnection?: VpnConnection;
5843
- }
5844
- export interface ModifyVpnTunnelCertificateRequest {
5845
- /**
5846
- * <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
5847
- */
5848
- VpnConnectionId: string | undefined;
5849
- /**
5850
- * <p>The external IP address of the VPN tunnel.</p>
5851
- */
5852
- VpnTunnelOutsideIpAddress: string | undefined;
5853
- /**
5854
- * <p>Checks whether you have the required permissions for the action, without actually
5855
- * making the request, and provides an error response. If you have the required
5856
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
5857
- * <code>UnauthorizedOperation</code>.</p>
5858
- */
5859
- DryRun?: boolean;
5860
- }
5861
- export interface ModifyVpnTunnelCertificateResult {
5862
- /**
5863
- * <p>Describes a VPN connection.</p>
5864
- */
5865
- VpnConnection?: VpnConnection;
5866
- }
5867
5919
  /**
5868
- * <p>The Amazon Web Services Site-to-Site VPN tunnel options to modify.</p>
5920
+ * @internal
5869
5921
  */
5870
- export interface ModifyVpnTunnelOptionsSpecification {
5871
- /**
5872
- * <p>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be
5873
- * unique across all VPN connections that use the same virtual private gateway. </p>
5874
- * <p>Constraints: A size /30 CIDR block from the <code>169.254.0.0/16</code> range. The
5875
- * following CIDR blocks are reserved and cannot be used:</p>
5876
- * <ul>
5877
- * <li>
5878
- * <p>
5879
- * <code>169.254.0.0/30</code>
5880
- * </p>
5881
- * </li>
5882
- * <li>
5883
- * <p>
5884
- * <code>169.254.1.0/30</code>
5885
- * </p>
5886
- * </li>
5887
- * <li>
5888
- * <p>
5889
- * <code>169.254.2.0/30</code>
5890
- * </p>
5891
- * </li>
5892
- * <li>
5893
- * <p>
5894
- * <code>169.254.3.0/30</code>
5895
- * </p>
5896
- * </li>
5897
- * <li>
5898
- * <p>
5899
- * <code>169.254.4.0/30</code>
5900
- * </p>
5901
- * </li>
5902
- * <li>
5903
- * <p>
5904
- * <code>169.254.5.0/30</code>
5905
- * </p>
5906
- * </li>
5907
- * <li>
5908
- * <p>
5909
- * <code>169.254.169.252/30</code>
5910
- * </p>
5911
- * </li>
5912
- * </ul>
5913
- */
5914
- TunnelInsideCidr?: string;
5915
- /**
5916
- * <p>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be
5917
- * unique across all VPN connections that use the same transit gateway.</p>
5918
- * <p>Constraints: A size /126 CIDR block from the local <code>fd00::/8</code> range.</p>
5919
- */
5920
- TunnelInsideIpv6Cidr?: string;
5921
- /**
5922
- * <p>The pre-shared key (PSK) to establish initial authentication between the virtual
5923
- * private gateway and the customer gateway.</p>
5924
- * <p>Constraints: Allowed characters are alphanumeric characters, periods (.), and
5925
- * underscores (_). Must be between 8 and 64 characters in length and cannot start with
5926
- * zero (0).</p>
5927
- */
5928
- PreSharedKey?: string;
5929
- /**
5930
- * <p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>
5931
- * <p>Constraints: A value between 900 and 28,800.</p>
5932
- * <p>Default: <code>28800</code>
5933
- * </p>
5934
- */
5935
- Phase1LifetimeSeconds?: number;
5936
- /**
5937
- * <p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>
5938
- * <p>Constraints: A value between 900 and 3,600. The value must be less than the value for
5939
- * <code>Phase1LifetimeSeconds</code>.</p>
5940
- * <p>Default: <code>3600</code>
5941
- * </p>
5942
- */
5943
- Phase2LifetimeSeconds?: number;
5944
- /**
5945
- * <p>The margin time, in seconds, before the phase 2 lifetime expires, during which the
5946
- * Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time
5947
- * of the rekey is randomly selected based on the value for
5948
- * <code>RekeyFuzzPercentage</code>.</p>
5949
- * <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p>
5950
- * <p>Default: <code>540</code>
5951
- * </p>
5952
- */
5953
- RekeyMarginTimeSeconds?: number;
5954
- /**
5955
- * <p>The percentage of the rekey window (determined by <code>RekeyMarginTimeSeconds</code>)
5956
- * during which the rekey time is randomly selected.</p>
5957
- * <p>Constraints: A value between 0 and 100.</p>
5958
- * <p>Default: <code>100</code>
5959
- * </p>
5960
- */
5961
- RekeyFuzzPercentage?: number;
5962
- /**
5963
- * <p>The number of packets in an IKE replay window.</p>
5964
- * <p>Constraints: A value between 64 and 2048.</p>
5965
- * <p>Default: <code>1024</code>
5966
- * </p>
5967
- */
5968
- ReplayWindowSize?: number;
5969
- /**
5970
- * <p>The number of seconds after which a DPD timeout occurs.</p>
5971
- * <p>Constraints: A value greater than or equal to 30.</p>
5972
- * <p>Default: <code>30</code>
5973
- * </p>
5974
- */
5975
- DPDTimeoutSeconds?: number;
5976
- /**
5977
- * <p>The action to take after DPD timeout occurs. Specify <code>restart</code> to restart
5978
- * the IKE initiation. Specify <code>clear</code> to end the IKE session.</p>
5979
- * <p>Valid Values: <code>clear</code> | <code>none</code> | <code>restart</code>
5980
- * </p>
5981
- * <p>Default: <code>clear</code>
5982
- * </p>
5983
- */
5984
- DPDTimeoutAction?: string;
5985
- /**
5986
- * <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1
5987
- * IKE negotiations.</p>
5988
- * <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
5989
- * <code>AES256-GCM-16</code>
5990
- * </p>
5991
- */
5992
- Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
5993
- /**
5994
- * <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2
5995
- * IKE negotiations.</p>
5996
- * <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
5997
- * <code>AES256-GCM-16</code>
5998
- * </p>
5999
- */
6000
- Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
6001
- /**
6002
- * <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE
6003
- * negotiations.</p>
6004
- * <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
6005
- * <code>SHA2-512</code>
6006
- * </p>
6007
- */
6008
- Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
6009
- /**
6010
- * <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE
6011
- * negotiations.</p>
6012
- * <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
6013
- * <code>SHA2-512</code>
6014
- * </p>
6015
- */
6016
- Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
6017
- /**
6018
- * <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
6019
- * phase 1 IKE negotiations.</p>
6020
- * <p>Valid values: <code>2</code> | <code>14</code> | <code>15</code> | <code>16</code> |
6021
- * <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> |
6022
- * <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code>
6023
- * </p>
6024
- */
6025
- Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
6026
- /**
6027
- * <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
6028
- * phase 2 IKE negotiations.</p>
6029
- * <p>Valid values: <code>2</code> | <code>5</code> | <code>14</code> | <code>15</code> |
6030
- * <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> |
6031
- * <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> |
6032
- * <code>24</code>
6033
- * </p>
6034
- */
6035
- Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
6036
- /**
6037
- * <p>The IKE versions that are permitted for the VPN tunnel.</p>
6038
- * <p>Valid values: <code>ikev1</code> | <code>ikev2</code>
6039
- * </p>
6040
- */
6041
- IKEVersions?: IKEVersionsRequestListValue[];
6042
- /**
6043
- * <p>The action to take when the establishing the tunnel for the VPN connection. By
6044
- * default, your customer gateway device must initiate the IKE negotiation and bring up the
6045
- * tunnel. Specify <code>start</code> for Amazon Web Services to initiate the IKE
6046
- * negotiation.</p>
6047
- * <p>Valid Values: <code>add</code> | <code>start</code>
6048
- * </p>
6049
- * <p>Default: <code>add</code>
6050
- * </p>
6051
- */
6052
- StartupAction?: string;
6053
- /**
6054
- * <p>Options for logging VPN tunnel activity.</p>
6055
- */
6056
- LogOptions?: VpnTunnelLogOptionsSpecification;
6057
- }
6058
- export interface ModifyVpnTunnelOptionsRequest {
6059
- /**
6060
- * <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
6061
- */
6062
- VpnConnectionId: string | undefined;
6063
- /**
6064
- * <p>The external IP address of the VPN tunnel.</p>
6065
- */
6066
- VpnTunnelOutsideIpAddress: string | undefined;
6067
- /**
6068
- * <p>The tunnel options to modify.</p>
6069
- */
6070
- TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
6071
- /**
6072
- * <p>Checks whether you have the required permissions for the action, without actually
6073
- * making the request, and provides an error response. If you have the required
6074
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
6075
- * <code>UnauthorizedOperation</code>.</p>
6076
- */
6077
- DryRun?: boolean;
6078
- }
5922
+ export declare const DisassociateVpcCidrBlockResultFilterSensitiveLog: (obj: DisassociateVpcCidrBlockResult) => any;
5923
+ /**
5924
+ * @internal
5925
+ */
5926
+ export declare const EnableAddressTransferRequestFilterSensitiveLog: (obj: EnableAddressTransferRequest) => any;
5927
+ /**
5928
+ * @internal
5929
+ */
5930
+ export declare const EnableAddressTransferResultFilterSensitiveLog: (obj: EnableAddressTransferResult) => any;
5931
+ /**
5932
+ * @internal
5933
+ */
5934
+ export declare const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog: (obj: EnableEbsEncryptionByDefaultRequest) => any;
5935
+ /**
5936
+ * @internal
5937
+ */
5938
+ export declare const EnableEbsEncryptionByDefaultResultFilterSensitiveLog: (obj: EnableEbsEncryptionByDefaultResult) => any;
5939
+ /**
5940
+ * @internal
5941
+ */
5942
+ export declare const FastLaunchLaunchTemplateSpecificationRequestFilterSensitiveLog: (obj: FastLaunchLaunchTemplateSpecificationRequest) => any;
5943
+ /**
5944
+ * @internal
5945
+ */
5946
+ export declare const FastLaunchSnapshotConfigurationRequestFilterSensitiveLog: (obj: FastLaunchSnapshotConfigurationRequest) => any;
5947
+ /**
5948
+ * @internal
5949
+ */
5950
+ export declare const EnableFastLaunchRequestFilterSensitiveLog: (obj: EnableFastLaunchRequest) => any;
5951
+ /**
5952
+ * @internal
5953
+ */
5954
+ export declare const EnableFastLaunchResultFilterSensitiveLog: (obj: EnableFastLaunchResult) => any;
5955
+ /**
5956
+ * @internal
5957
+ */
5958
+ export declare const EnableFastSnapshotRestoresRequestFilterSensitiveLog: (obj: EnableFastSnapshotRestoresRequest) => any;
6079
5959
  /**
6080
5960
  * @internal
6081
5961
  */
@@ -7172,43 +7052,3 @@ export declare const PeeringConnectionOptionsFilterSensitiveLog: (obj: PeeringCo
7172
7052
  * @internal
7173
7053
  */
7174
7054
  export declare const ModifyVpcPeeringConnectionOptionsResultFilterSensitiveLog: (obj: ModifyVpcPeeringConnectionOptionsResult) => any;
7175
- /**
7176
- * @internal
7177
- */
7178
- export declare const ModifyVpcTenancyRequestFilterSensitiveLog: (obj: ModifyVpcTenancyRequest) => any;
7179
- /**
7180
- * @internal
7181
- */
7182
- export declare const ModifyVpcTenancyResultFilterSensitiveLog: (obj: ModifyVpcTenancyResult) => any;
7183
- /**
7184
- * @internal
7185
- */
7186
- export declare const ModifyVpnConnectionRequestFilterSensitiveLog: (obj: ModifyVpnConnectionRequest) => any;
7187
- /**
7188
- * @internal
7189
- */
7190
- export declare const ModifyVpnConnectionResultFilterSensitiveLog: (obj: ModifyVpnConnectionResult) => any;
7191
- /**
7192
- * @internal
7193
- */
7194
- export declare const ModifyVpnConnectionOptionsRequestFilterSensitiveLog: (obj: ModifyVpnConnectionOptionsRequest) => any;
7195
- /**
7196
- * @internal
7197
- */
7198
- export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (obj: ModifyVpnConnectionOptionsResult) => any;
7199
- /**
7200
- * @internal
7201
- */
7202
- export declare const ModifyVpnTunnelCertificateRequestFilterSensitiveLog: (obj: ModifyVpnTunnelCertificateRequest) => any;
7203
- /**
7204
- * @internal
7205
- */
7206
- export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (obj: ModifyVpnTunnelCertificateResult) => any;
7207
- /**
7208
- * @internal
7209
- */
7210
- export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsSpecification) => any;
7211
- /**
7212
- * @internal
7213
- */
7214
- export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsRequest) => any;