@aws-sdk/client-ec2 3.201.0 → 3.204.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 (96) hide show
  1. package/dist-cjs/EC2.js +15 -0
  2. package/dist-cjs/commands/CancelImageLaunchPermissionCommand.js +46 -0
  3. package/dist-cjs/commands/CreateDefaultSubnetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  5. package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +1 -2
  6. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +2 -1
  7. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
  8. package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +3 -3
  9. package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +2 -1
  10. package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +1 -2
  11. package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +2 -1
  12. package/dist-cjs/commands/index.js +1 -0
  13. package/dist-cjs/models/models_0.js +10 -10
  14. package/dist-cjs/models/models_1.js +13 -13
  15. package/dist-cjs/models/models_2.js +14 -14
  16. package/dist-cjs/models/models_3.js +13 -13
  17. package/dist-cjs/models/models_4.js +14 -14
  18. package/dist-cjs/models/models_5.js +14 -14
  19. package/dist-cjs/models/models_6.js +12 -4
  20. package/dist-cjs/protocols/Aws_ec2.js +1864 -22
  21. package/dist-cjs/runtimeConfig.browser.js +0 -3
  22. package/dist-cjs/runtimeConfig.js +0 -3
  23. package/dist-cjs/runtimeConfig.shared.js +3 -0
  24. package/dist-es/EC2.js +15 -0
  25. package/dist-es/commands/CancelImageLaunchPermissionCommand.js +42 -0
  26. package/dist-es/commands/CreateDefaultSubnetCommand.js +2 -1
  27. package/dist-es/commands/CreateTagsCommand.js +1 -1
  28. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +1 -2
  29. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +2 -1
  30. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
  31. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  32. package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +2 -1
  33. package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +1 -2
  34. package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +2 -1
  35. package/dist-es/commands/index.js +1 -0
  36. package/dist-es/models/models_0.js +6 -6
  37. package/dist-es/models/models_1.js +6 -6
  38. package/dist-es/models/models_2.js +6 -6
  39. package/dist-es/models/models_3.js +6 -6
  40. package/dist-es/models/models_4.js +6 -6
  41. package/dist-es/models/models_5.js +6 -7
  42. package/dist-es/models/models_6.js +7 -0
  43. package/dist-es/protocols/Aws_ec2.js +1840 -0
  44. package/dist-es/runtimeConfig.browser.js +0 -3
  45. package/dist-es/runtimeConfig.js +0 -3
  46. package/dist-es/runtimeConfig.shared.js +3 -0
  47. package/dist-types/EC2.d.ts +9 -0
  48. package/dist-types/EC2Client.d.ts +3 -2
  49. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +39 -0
  50. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
  51. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -2
  53. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -1
  54. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -2
  55. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -1
  57. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -2
  58. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -1
  59. package/dist-types/commands/index.d.ts +1 -0
  60. package/dist-types/models/models_0.d.ts +26 -112
  61. package/dist-types/models/models_1.d.ts +113 -47
  62. package/dist-types/models/models_2.d.ts +46 -34
  63. package/dist-types/models/models_3.d.ts +36 -149
  64. package/dist-types/models/models_4.d.ts +149 -28
  65. package/dist-types/models/models_5.d.ts +27 -18
  66. package/dist-types/models/models_6.d.ts +18 -1
  67. package/dist-types/protocols/Aws_ec2.d.ts +3 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  69. package/dist-types/runtimeConfig.d.ts +2 -2
  70. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  71. package/dist-types/ts3.4/EC2.d.ts +17 -0
  72. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  73. package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +41 -0
  74. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +4 -2
  77. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -4
  78. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +4 -2
  79. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -4
  81. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  84. package/dist-types/ts3.4/models/models_0.d.ts +13 -30
  85. package/dist-types/ts3.4/models/models_1.d.ts +33 -18
  86. package/dist-types/ts3.4/models/models_2.d.ts +17 -15
  87. package/dist-types/ts3.4/models/models_3.d.ts +20 -23
  88. package/dist-types/ts3.4/models/models_4.d.ts +23 -14
  89. package/dist-types/ts3.4/models/models_5.d.ts +13 -10
  90. package/dist-types/ts3.4/models/models_6.d.ts +11 -1
  91. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  95. package/package.json +6 -5
  96. package/CHANGELOG.md +0 -3631
@@ -1,4 +1,108 @@
1
- import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CurrencyCodeValues, HostnameType, InstanceEventWindow, Ipv4PrefixSpecification, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CurrencyCodeValues, HostnameType, InstanceEventWindow, Ipv4PrefixSpecification, PortRange, PrivateDnsNameOptionsOnLaunch, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SubnetIpv6CidrBlockAssociation, SubnetState, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
+ /**
3
+ * <p>Describes a subnet.</p>
4
+ */
5
+ export interface Subnet {
6
+ /**
7
+ * <p>The Availability Zone of the subnet.</p>
8
+ */
9
+ AvailabilityZone?: string;
10
+ /**
11
+ * <p>The AZ ID of the subnet.</p>
12
+ */
13
+ AvailabilityZoneId?: string;
14
+ /**
15
+ * <p>The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any
16
+ * stopped instances are considered unavailable.</p>
17
+ */
18
+ AvailableIpAddressCount?: number;
19
+ /**
20
+ * <p>The IPv4 CIDR block assigned to the subnet.</p>
21
+ */
22
+ CidrBlock?: string;
23
+ /**
24
+ * <p>Indicates whether this is the default subnet for the Availability Zone.</p>
25
+ */
26
+ DefaultForAz?: boolean;
27
+ /**
28
+ * <p>
29
+ * Indicates the device position for local network interfaces in this subnet. For example,
30
+ * <code>1</code> indicates local network interfaces in this subnet are the secondary
31
+ * network interface (eth1).
32
+ * </p>
33
+ */
34
+ EnableLniAtDeviceIndex?: number;
35
+ /**
36
+ * <p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>
37
+ */
38
+ MapPublicIpOnLaunch?: boolean;
39
+ /**
40
+ * <p>Indicates whether a network interface created in this subnet (including a network
41
+ * interface created by <a>RunInstances</a>) receives a customer-owned IPv4 address.</p>
42
+ */
43
+ MapCustomerOwnedIpOnLaunch?: boolean;
44
+ /**
45
+ * <p>The customer-owned IPv4 address pool associated with the subnet.</p>
46
+ */
47
+ CustomerOwnedIpv4Pool?: string;
48
+ /**
49
+ * <p>The current state of the subnet.</p>
50
+ */
51
+ State?: SubnetState | string;
52
+ /**
53
+ * <p>The ID of the subnet.</p>
54
+ */
55
+ SubnetId?: string;
56
+ /**
57
+ * <p>The ID of the VPC the subnet is in.</p>
58
+ */
59
+ VpcId?: string;
60
+ /**
61
+ * <p>The ID of the Amazon Web Services account that owns the subnet.</p>
62
+ */
63
+ OwnerId?: string;
64
+ /**
65
+ * <p>Indicates whether a network interface created in this subnet (including a network
66
+ * interface created by <a>RunInstances</a>) receives an IPv6 address.</p>
67
+ */
68
+ AssignIpv6AddressOnCreation?: boolean;
69
+ /**
70
+ * <p>Information about the IPv6 CIDR blocks associated with the subnet.</p>
71
+ */
72
+ Ipv6CidrBlockAssociationSet?: SubnetIpv6CidrBlockAssociation[];
73
+ /**
74
+ * <p>Any tags assigned to the subnet.</p>
75
+ */
76
+ Tags?: Tag[];
77
+ /**
78
+ * <p>The Amazon Resource Name (ARN) of the subnet.</p>
79
+ */
80
+ SubnetArn?: string;
81
+ /**
82
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
83
+ */
84
+ OutpostArn?: string;
85
+ /**
86
+ * <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
87
+ * should return synthetic IPv6 addresses for IPv4-only destinations.</p>
88
+ */
89
+ EnableDns64?: boolean;
90
+ /**
91
+ * <p>Indicates whether this is an IPv6 only subnet.</p>
92
+ */
93
+ Ipv6Native?: boolean;
94
+ /**
95
+ * <p>The type of hostnames to assign to instances in the subnet at launch. An instance hostname
96
+ * is based on the IPv4 address or ID of the instance.</p>
97
+ */
98
+ PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch;
99
+ }
100
+ export interface CreateDefaultSubnetResult {
101
+ /**
102
+ * <p>Information about the subnet.</p>
103
+ */
104
+ Subnet?: Subnet;
105
+ }
2
106
  export interface CreateDefaultVpcRequest {
3
107
  /**
4
108
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -7331,44 +7435,14 @@ export interface CreateSubnetCidrReservationResult {
7331
7435
  */
7332
7436
  SubnetCidrReservation?: SubnetCidrReservation;
7333
7437
  }
7334
- export interface CreateTagsRequest {
7335
- /**
7336
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7337
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7338
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7339
- */
7340
- DryRun?: boolean;
7341
- /**
7342
- * <p>The IDs of the resources, separated by spaces.</p>
7343
- * <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
7344
- */
7345
- Resources: string[] | undefined;
7346
- /**
7347
- * <p>The tags. The <code>value</code> parameter is required, but if you don't want the tag to have a value,
7348
- * specify the parameter with no value, and we set the value to an empty string.</p>
7349
- */
7350
- Tags: Tag[] | undefined;
7351
- }
7352
- export interface CreateTrafficMirrorFilterRequest {
7353
- /**
7354
- * <p>The description of the Traffic Mirror filter.</p>
7355
- */
7356
- Description?: string;
7357
- /**
7358
- * <p>The tags to assign to a Traffic Mirror filter.</p>
7359
- */
7360
- TagSpecifications?: TagSpecification[];
7361
- /**
7362
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7363
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7364
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7365
- */
7366
- DryRun?: boolean;
7367
- /**
7368
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
7369
- */
7370
- ClientToken?: string;
7371
- }
7438
+ /**
7439
+ * @internal
7440
+ */
7441
+ export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
7442
+ /**
7443
+ * @internal
7444
+ */
7445
+ export declare const CreateDefaultSubnetResultFilterSensitiveLog: (obj: CreateDefaultSubnetResult) => any;
7372
7446
  /**
7373
7447
  * @internal
7374
7448
  */
@@ -8285,11 +8359,3 @@ export declare const SubnetCidrReservationFilterSensitiveLog: (obj: SubnetCidrRe
8285
8359
  * @internal
8286
8360
  */
8287
8361
  export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (obj: CreateSubnetCidrReservationResult) => any;
8288
- /**
8289
- * @internal
8290
- */
8291
- export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
8292
- /**
8293
- * @internal
8294
- */
8295
- export declare const CreateTrafficMirrorFilterRequestFilterSensitiveLog: (obj: CreateTrafficMirrorFilterRequest) => any;
@@ -1,5 +1,43 @@
1
1
  import { ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
2
  import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ export interface CreateTagsRequest {
4
+ /**
5
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
6
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8
+ */
9
+ DryRun?: boolean;
10
+ /**
11
+ * <p>The IDs of the resources, separated by spaces.</p>
12
+ * <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
13
+ */
14
+ Resources: string[] | undefined;
15
+ /**
16
+ * <p>The tags. The <code>value</code> parameter is required, but if you don't want the tag to have a value,
17
+ * specify the parameter with no value, and we set the value to an empty string.</p>
18
+ */
19
+ Tags: Tag[] | undefined;
20
+ }
21
+ export interface CreateTrafficMirrorFilterRequest {
22
+ /**
23
+ * <p>The description of the Traffic Mirror filter.</p>
24
+ */
25
+ Description?: string;
26
+ /**
27
+ * <p>The tags to assign to a Traffic Mirror filter.</p>
28
+ */
29
+ TagSpecifications?: TagSpecification[];
30
+ /**
31
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
32
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
33
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
34
+ */
35
+ DryRun?: boolean;
36
+ /**
37
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
38
+ */
39
+ ClientToken?: string;
40
+ }
3
41
  /**
4
42
  * <p>Describes the Traffic Mirror port range.</p>
5
43
  */
@@ -4763,32 +4801,14 @@ export interface TransitGatewayMulticastDeregisteredGroupMembers {
4763
4801
  */
4764
4802
  GroupIpAddress?: string;
4765
4803
  }
4766
- export interface DeregisterTransitGatewayMulticastGroupMembersResult {
4767
- /**
4768
- * <p>Information about the deregistered members.</p>
4769
- */
4770
- DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
4771
- }
4772
- export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
4773
- /**
4774
- * <p>The ID of the transit gateway multicast domain.</p>
4775
- */
4776
- TransitGatewayMulticastDomainId?: string;
4777
- /**
4778
- * <p>The IP address assigned to the transit gateway multicast group.</p>
4779
- */
4780
- GroupIpAddress?: string;
4781
- /**
4782
- * <p>The IDs of the group sources' network interfaces.</p>
4783
- */
4784
- NetworkInterfaceIds?: string[];
4785
- /**
4786
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4787
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4788
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4789
- */
4790
- DryRun?: boolean;
4791
- }
4804
+ /**
4805
+ * @internal
4806
+ */
4807
+ export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
4808
+ /**
4809
+ * @internal
4810
+ */
4811
+ export declare const CreateTrafficMirrorFilterRequestFilterSensitiveLog: (obj: CreateTrafficMirrorFilterRequest) => any;
4792
4812
  /**
4793
4813
  * @internal
4794
4814
  */
@@ -5793,11 +5813,3 @@ export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterS
5793
5813
  * @internal
5794
5814
  */
5795
5815
  export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
5796
- /**
5797
- * @internal
5798
- */
5799
- export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersResult) => any;
5800
- /**
5801
- * @internal
5802
- */
5803
- export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesRequest) => any;
@@ -1,6 +1,32 @@
1
1
  import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
3
- import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
2
+ import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
3
+ import { FleetStateCode, InstanceTagNotificationAttribute, TransitGatewayMulticastDeregisteredGroupMembers } from "./models_2";
4
+ export interface DeregisterTransitGatewayMulticastGroupMembersResult {
5
+ /**
6
+ * <p>Information about the deregistered members.</p>
7
+ */
8
+ DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
9
+ }
10
+ export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
11
+ /**
12
+ * <p>The ID of the transit gateway multicast domain.</p>
13
+ */
14
+ TransitGatewayMulticastDomainId?: string;
15
+ /**
16
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
17
+ */
18
+ GroupIpAddress?: string;
19
+ /**
20
+ * <p>The IDs of the group sources' network interfaces.</p>
21
+ */
22
+ NetworkInterfaceIds?: string[];
23
+ /**
24
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
25
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
26
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
27
+ */
28
+ DryRun?: boolean;
29
+ }
4
30
  /**
5
31
  * <p>Describes the deregistered transit gateway multicast group sources.</p>
6
32
  */
@@ -8222,145 +8248,14 @@ export interface DescribeLaunchTemplatesResult {
8222
8248
  */
8223
8249
  NextToken?: string;
8224
8250
  }
8225
- export interface DescribeLaunchTemplateVersionsRequest {
8226
- /**
8227
- * <p>Checks whether you have the required permissions for the action, without actually
8228
- * making the request, and provides an error response. If you have the required
8229
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8230
- * <code>UnauthorizedOperation</code>.</p>
8231
- */
8232
- DryRun?: boolean;
8233
- /**
8234
- * <p>The ID of the launch template.</p>
8235
- * <p>To describe one or more versions of a specified launch
8236
- * template, you must specify either the <code>LaunchTemplateId</code> or the <code>LaunchTemplateName</code>, but not both.</p>
8237
- * <p>To describe all the latest or default launch template versions in your
8238
- * account, you must omit this parameter.</p>
8239
- */
8240
- LaunchTemplateId?: string;
8241
- /**
8242
- * <p>The name of the launch template.</p>
8243
- * <p>To describe one or more versions of a specified
8244
- * launch template, you must specify either the <code>LaunchTemplateName</code> or the <code>LaunchTemplateId</code>, but not both.</p>
8245
- * <p>To describe all the latest or default launch template versions in
8246
- * your account, you must omit this parameter.</p>
8247
- */
8248
- LaunchTemplateName?: string;
8249
- /**
8250
- * <p>One or more versions of the launch template. Valid values depend on whether you are
8251
- * describing a specified launch template (by ID or name) or all launch templates in your
8252
- * account.</p>
8253
- * <p>To describe one or more versions of a specified launch template, valid values are
8254
- * <code>$Latest</code>, <code>$Default</code>, and numbers.</p>
8255
- * <p>To describe all launch templates in your account that are defined as the latest
8256
- * version, the valid value is <code>$Latest</code>. To describe all launch templates in
8257
- * your account that are defined as the default version, the valid value is
8258
- * <code>$Default</code>. You can specify <code>$Latest</code> and
8259
- * <code>$Default</code> in the same request. You cannot specify numbers.</p>
8260
- */
8261
- Versions?: string[];
8262
- /**
8263
- * <p>The version number after which to describe launch template versions.</p>
8264
- */
8265
- MinVersion?: string;
8266
- /**
8267
- * <p>The version number up to which to describe launch template versions.</p>
8268
- */
8269
- MaxVersion?: string;
8270
- /**
8271
- * <p>The token to request the next page of results.</p>
8272
- */
8273
- NextToken?: string;
8274
- /**
8275
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
8276
- * results, make another call with the returned <code>NextToken</code> value. This value
8277
- * can be between 1 and 200.</p>
8278
- */
8279
- MaxResults?: number;
8280
- /**
8281
- * <p>One or more filters.</p>
8282
- * <ul>
8283
- * <li>
8284
- * <p>
8285
- * <code>create-time</code> - The time the launch template version was
8286
- * created.</p>
8287
- * </li>
8288
- * <li>
8289
- * <p>
8290
- * <code>ebs-optimized</code> - A boolean that indicates whether the instance is
8291
- * optimized for Amazon EBS I/O.</p>
8292
- * </li>
8293
- * <li>
8294
- * <p>
8295
- * <code>http-endpoint</code> - Indicates whether the HTTP metadata endpoint on
8296
- * your instances is enabled (<code>enabled</code> | <code>disabled</code>).</p>
8297
- * </li>
8298
- * <li>
8299
- * <p>
8300
- * <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
8301
- * instance metadata service is enabled (<code>enabled</code> |
8302
- * <code>disabled</code>).</p>
8303
- * </li>
8304
- * <li>
8305
- * <p>
8306
- * <code>host-resource-group-arn</code> - The ARN of the host resource group in
8307
- * which to launch the instances.</p>
8308
- * </li>
8309
- * <li>
8310
- * <p>
8311
- * <code>http-tokens</code> - The state of token usage for your instance metadata
8312
- * requests (<code>optional</code> | <code>required</code>).</p>
8313
- * </li>
8314
- * <li>
8315
- * <p>
8316
- * <code>iam-instance-profile</code> - The ARN of the IAM instance
8317
- * profile.</p>
8318
- * </li>
8319
- * <li>
8320
- * <p>
8321
- * <code>image-id</code> - The ID of the AMI.</p>
8322
- * </li>
8323
- * <li>
8324
- * <p>
8325
- * <code>instance-type</code> - The instance type.</p>
8326
- * </li>
8327
- * <li>
8328
- * <p>
8329
- * <code>is-default-version</code> - A boolean that indicates whether the launch
8330
- * template version is the default version.</p>
8331
- * </li>
8332
- * <li>
8333
- * <p>
8334
- * <code>kernel-id</code> - The kernel ID.</p>
8335
- * </li>
8336
- * <li>
8337
- * <p>
8338
- * <code>license-configuration-arn</code> - The ARN of the license
8339
- * configuration.</p>
8340
- * </li>
8341
- * <li>
8342
- * <p>
8343
- * <code>network-card-index</code> - The index of the network card.</p>
8344
- * </li>
8345
- * <li>
8346
- * <p>
8347
- * <code>ram-disk-id</code> - The RAM disk ID.</p>
8348
- * </li>
8349
- * </ul>
8350
- */
8351
- Filters?: Filter[];
8352
- }
8353
- export interface DescribeLaunchTemplateVersionsResult {
8354
- /**
8355
- * <p>Information about the launch template versions.</p>
8356
- */
8357
- LaunchTemplateVersions?: LaunchTemplateVersion[];
8358
- /**
8359
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
8360
- * when there are no more results to return.</p>
8361
- */
8362
- NextToken?: string;
8363
- }
8251
+ /**
8252
+ * @internal
8253
+ */
8254
+ export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersResult) => any;
8255
+ /**
8256
+ * @internal
8257
+ */
8258
+ export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesRequest) => any;
8364
8259
  /**
8365
8260
  * @internal
8366
8261
  */
@@ -9321,11 +9216,3 @@ export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (obj: Des
9321
9216
  * @internal
9322
9217
  */
9323
9218
  export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (obj: DescribeLaunchTemplatesResult) => any;
9324
- /**
9325
- * @internal
9326
- */
9327
- export declare const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsRequest) => any;
9328
- /**
9329
- * @internal
9330
- */
9331
- export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;