@aws-sdk/client-ec2 3.813.0 → 3.815.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/README.md +8 -0
- package/dist-cjs/index.js +361 -229
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
- package/dist-es/commands/ModifyPublicIpDnsNameOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +0 -4
- package/dist-es/models/models_3.js +4 -3
- package/dist-es/models/models_4.js +11 -7
- package/dist-es/models/models_5.js +7 -0
- package/dist-es/models/models_7.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +101 -6
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +8 -0
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateAddressCommand.d.ts +12 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -2
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +74 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -0
- package/dist-types/commands/TerminateInstancesCommand.d.ts +4 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +42 -13
- package/dist-types/models/models_3.d.ts +13 -12
- package/dist-types/models/models_4.d.ts +75 -193
- package/dist-types/models/models_5.d.ts +191 -105
- package/dist-types/models/models_6.d.ts +105 -97
- package/dist-types/models/models_7.d.ts +206 -109
- package/dist-types/models/models_8.d.ts +107 -1
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +9 -6
- package/dist-types/ts3.4/models/models_3.d.ts +6 -6
- package/dist-types/ts3.4/models/models_4.d.ts +19 -26
- package/dist-types/ts3.4/models/models_5.d.ts +25 -14
- package/dist-types/ts3.4/models/models_6.d.ts +14 -17
- package/dist-types/ts3.4/models/models_7.d.ts +36 -24
- package/dist-types/ts3.4/models/models_8.d.ts +23 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4789,6 +4789,14 @@ ModifyPrivateDnsNameOptions
|
|
|
4789
4789
|
|
|
4790
4790
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyPrivateDnsNameOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPrivateDnsNameOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPrivateDnsNameOptionsCommandOutput/)
|
|
4791
4791
|
|
|
4792
|
+
</details>
|
|
4793
|
+
<details>
|
|
4794
|
+
<summary>
|
|
4795
|
+
ModifyPublicIpDnsNameOptions
|
|
4796
|
+
</summary>
|
|
4797
|
+
|
|
4798
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyPublicIpDnsNameOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPublicIpDnsNameOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPublicIpDnsNameOptionsCommandOutput/)
|
|
4799
|
+
|
|
4792
4800
|
</details>
|
|
4793
4801
|
<details>
|
|
4794
4802
|
<summary>
|