@aws-sdk/client-ec2 3.926.0 → 3.928.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 (57) hide show
  1. package/dist-cjs/index.js +127 -25
  2. package/dist-es/models/models_1.js +3 -5
  3. package/dist-es/models/models_2.js +5 -0
  4. package/dist-es/models/models_3.js +0 -11
  5. package/dist-es/models/models_4.js +11 -9
  6. package/dist-es/models/models_5.js +9 -0
  7. package/dist-es/protocols/Aws_ec2.js +98 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +3 -0
  9. package/dist-types/commands/CreateIpamScopeCommand.d.ts +8 -0
  10. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  12. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +8 -0
  15. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
  16. package/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
  17. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
  18. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  19. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  20. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
  23. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  24. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -2
  25. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
  26. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  27. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
  28. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
  29. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
  30. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
  31. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  32. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +4 -0
  33. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
  34. package/dist-types/models/models_1.d.ts +76 -188
  35. package/dist-types/models/models_2.d.ts +189 -110
  36. package/dist-types/models/models_3.d.ts +176 -61
  37. package/dist-types/models/models_4.d.ts +61 -66
  38. package/dist-types/models/models_5.d.ts +67 -77
  39. package/dist-types/models/models_6.d.ts +77 -58
  40. package/dist-types/models/models_7.d.ts +69 -41
  41. package/dist-types/models/models_8.d.ts +41 -4
  42. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +4 -2
  48. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/models/models_1.d.ts +19 -38
  50. package/dist-types/ts3.4/models/models_2.d.ts +40 -27
  51. package/dist-types/ts3.4/models/models_3.d.ts +29 -21
  52. package/dist-types/ts3.4/models/models_4.d.ts +22 -23
  53. package/dist-types/ts3.4/models/models_5.d.ts +22 -23
  54. package/dist-types/ts3.4/models/models_6.d.ts +22 -16
  55. package/dist-types/ts3.4/models/models_7.d.ts +17 -13
  56. package/dist-types/ts3.4/models/models_8.d.ts +13 -8
  57. package/package.json +5 -5
@@ -53,6 +53,10 @@ declare const CreateIpamScopeCommand_base: {
53
53
  * },
54
54
  * ],
55
55
  * ClientToken: "STRING_VALUE",
56
+ * ExternalAuthorityConfiguration: { // ExternalAuthorityConfiguration
57
+ * Type: "infoblox",
58
+ * ExternalResourceIdentifier: "STRING_VALUE",
59
+ * },
56
60
  * };
57
61
  * const command = new CreateIpamScopeCommand(input);
58
62
  * const response = await client.send(command);
@@ -74,6 +78,10 @@ declare const CreateIpamScopeCommand_base: {
74
78
  * // Value: "STRING_VALUE",
75
79
  * // },
76
80
  * // ],
81
+ * // ExternalAuthorityConfiguration: { // IpamScopeExternalAuthorityConfiguration
82
+ * // Type: "infoblox",
83
+ * // ExternalResourceIdentifier: "STRING_VALUE",
84
+ * // },
77
85
  * // },
78
86
  * // };
79
87
  *
@@ -300,6 +300,7 @@ declare const CreateLaunchTemplateCommand_base: {
300
300
  * ],
301
301
  * },
302
302
  * },
303
+ * RequireEncryptionInTransit: true || false,
303
304
  * },
304
305
  * PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
305
306
  * HostnameType: "ip-name" || "resource-name",
@@ -303,6 +303,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
303
303
  * ],
304
304
  * },
305
305
  * },
306
+ * RequireEncryptionInTransit: true || false,
306
307
  * },
307
308
  * PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptionsRequest
308
309
  * HostnameType: "ip-name" || "resource-name",
@@ -585,6 +586,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
585
586
  * // ],
586
587
  * // },
587
588
  * // },
589
+ * // RequireEncryptionInTransit: true || false,
588
590
  * // },
589
591
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
590
592
  * // HostnameType: "ip-name" || "resource-name",
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateVerifiedAccessEndpointRequest, CreateVerifiedAccessEndpointResult } from "../models/models_2";
4
+ import { CreateVerifiedAccessEndpointRequest } from "../models/models_2";
5
+ import { CreateVerifiedAccessEndpointResult } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateVerifiedAccessGroupRequest } from "../models/models_2";
5
- import { CreateVerifiedAccessGroupResult } from "../models/models_3";
4
+ import { CreateVerifiedAccessGroupRequest, CreateVerifiedAccessGroupResult } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -58,6 +58,10 @@ declare const CreateVpcEndpointCommand_base: {
58
58
  * DnsOptions: { // DnsOptionsSpecification
59
59
  * DnsRecordIpType: "ipv4" || "dualstack" || "ipv6" || "service-defined",
60
60
  * PrivateDnsOnlyForInboundResolverEndpoint: true || false,
61
+ * PrivateDnsPreference: "STRING_VALUE",
62
+ * PrivateDnsSpecifiedDomains: [ // PrivateDnsSpecifiedDomainSet
63
+ * "STRING_VALUE",
64
+ * ],
61
65
  * },
62
66
  * ClientToken: "STRING_VALUE",
63
67
  * PrivateDnsEnabled: true || false,
@@ -109,6 +113,10 @@ declare const CreateVpcEndpointCommand_base: {
109
113
  * // DnsOptions: { // DnsOptions
110
114
  * // DnsRecordIpType: "ipv4" || "dualstack" || "ipv6" || "service-defined",
111
115
  * // PrivateDnsOnlyForInboundResolverEndpoint: true || false,
116
+ * // PrivateDnsPreference: "STRING_VALUE",
117
+ * // PrivateDnsSpecifiedDomains: [ // PrivateDnsSpecifiedDomainSet
118
+ * // "STRING_VALUE",
119
+ * // ],
112
120
  * // },
113
121
  * // PrivateDnsEnabled: true || false,
114
122
  * // RequesterManaged: true || false,
@@ -62,6 +62,10 @@ declare const DeleteIpamScopeCommand_base: {
62
62
  * // Value: "STRING_VALUE",
63
63
  * // },
64
64
  * // ],
65
+ * // ExternalAuthorityConfiguration: { // IpamScopeExternalAuthorityConfiguration
66
+ * // Type: "infoblox",
67
+ * // ExternalResourceIdentifier: "STRING_VALUE",
68
+ * // },
65
69
  * // },
66
70
  * // };
67
71
  *
@@ -167,6 +167,7 @@ declare const DescribeFleetsCommand_base: {
167
167
  * // ],
168
168
  * // },
169
169
  * // },
170
+ * // RequireEncryptionInTransit: true || false,
170
171
  * // },
171
172
  * // ImageId: "STRING_VALUE",
172
173
  * // BlockDeviceMappings: [ // BlockDeviceMappingResponseList
@@ -328,6 +329,7 @@ declare const DescribeFleetsCommand_base: {
328
329
  * // ],
329
330
  * // },
330
331
  * // },
332
+ * // RequireEncryptionInTransit: true || false,
331
333
  * // },
332
334
  * // ImageId: "STRING_VALUE",
333
335
  * // BlockDeviceMappings: [
@@ -449,6 +451,7 @@ declare const DescribeFleetsCommand_base: {
449
451
  * // ],
450
452
  * // },
451
453
  * // },
454
+ * // RequireEncryptionInTransit: true || false,
452
455
  * // },
453
456
  * // ImageId: "STRING_VALUE",
454
457
  * // BlockDeviceMappings: [
@@ -74,6 +74,10 @@ declare const DescribeIpamScopesCommand_base: {
74
74
  * // Value: "STRING_VALUE",
75
75
  * // },
76
76
  * // ],
77
+ * // ExternalAuthorityConfiguration: { // IpamScopeExternalAuthorityConfiguration
78
+ * // Type: "infoblox",
79
+ * // ExternalResourceIdentifier: "STRING_VALUE",
80
+ * // },
77
81
  * // },
78
82
  * // ],
79
83
  * // };
@@ -324,6 +324,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
324
324
  * // ],
325
325
  * // },
326
326
  * // },
327
+ * // RequireEncryptionInTransit: true || false,
327
328
  * // },
328
329
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
329
330
  * // HostnameType: "ip-name" || "resource-name",
@@ -258,6 +258,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
258
258
  * // ],
259
259
  * // },
260
260
  * // },
261
+ * // RequireEncryptionInTransit: true || false,
261
262
  * // },
262
263
  * // SecurityGroups: [ // GroupIdentifierList
263
264
  * // { // GroupIdentifier
@@ -359,6 +360,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
359
360
  * // ],
360
361
  * // },
361
362
  * // },
363
+ * // RequireEncryptionInTransit: true || false,
362
364
  * // },
363
365
  * // },
364
366
  * // ],
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeTrunkInterfaceAssociationsRequest, DescribeTrunkInterfaceAssociationsResult } from "../models/models_5";
4
+ import { DescribeTrunkInterfaceAssociationsRequest } from "../models/models_5";
5
+ import { DescribeTrunkInterfaceAssociationsResult } from "../models/models_6";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeVerifiedAccessEndpointsRequest, DescribeVerifiedAccessEndpointsResult } from "../models/models_5";
4
+ import { DescribeVerifiedAccessEndpointsRequest, DescribeVerifiedAccessEndpointsResult } from "../models/models_6";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -81,6 +81,10 @@ declare const DescribeVpcEndpointsCommand_base: {
81
81
  * // DnsOptions: { // DnsOptions
82
82
  * // DnsRecordIpType: "ipv4" || "dualstack" || "ipv6" || "service-defined",
83
83
  * // PrivateDnsOnlyForInboundResolverEndpoint: true || false,
84
+ * // PrivateDnsPreference: "STRING_VALUE",
85
+ * // PrivateDnsSpecifiedDomains: [ // PrivateDnsSpecifiedDomainSet
86
+ * // "STRING_VALUE",
87
+ * // ],
84
88
  * // },
85
89
  * // PrivateDnsEnabled: true || false,
86
90
  * // RequesterManaged: true || false,
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetFlowLogsIntegrationTemplateRequest, GetFlowLogsIntegrationTemplateResult } from "../models/models_6";
4
+ import { GetFlowLogsIntegrationTemplateRequest } from "../models/models_6";
5
+ import { GetFlowLogsIntegrationTemplateResult } from "../models/models_7";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetGroupsForCapacityReservationRequest } from "../models/models_6";
5
- import { GetGroupsForCapacityReservationResult } from "../models/models_7";
4
+ import { GetGroupsForCapacityReservationRequest, GetGroupsForCapacityReservationResult } from "../models/models_7";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -130,6 +130,7 @@ declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
130
130
  * ],
131
131
  * },
132
132
  * },
133
+ * RequireEncryptionInTransit: true || false,
133
134
  * },
134
135
  * MaxResults: Number("int"),
135
136
  * NextToken: "STRING_VALUE",
@@ -302,6 +302,7 @@ declare const GetLaunchTemplateDataCommand_base: {
302
302
  * // ],
303
303
  * // },
304
304
  * // },
305
+ * // RequireEncryptionInTransit: true || false,
305
306
  * // },
306
307
  * // PrivateDnsNameOptions: { // LaunchTemplatePrivateDnsNameOptions
307
308
  * // HostnameType: "ip-name" || "resource-name",
@@ -137,6 +137,7 @@ declare const GetSpotPlacementScoresCommand_base: {
137
137
  * ],
138
138
  * },
139
139
  * },
140
+ * RequireEncryptionInTransit: true || false,
140
141
  * },
141
142
  * },
142
143
  * DryRun: true || false,
@@ -181,6 +181,7 @@ declare const ModifyFleetCommand_base: {
181
181
  * ],
182
182
  * },
183
183
  * },
184
+ * RequireEncryptionInTransit: true || false,
184
185
  * },
185
186
  * ImageId: "STRING_VALUE",
186
187
  * },
@@ -40,6 +40,11 @@ declare const ModifyIpamScopeCommand_base: {
40
40
  * DryRun: true || false,
41
41
  * IpamScopeId: "STRING_VALUE", // required
42
42
  * Description: "STRING_VALUE",
43
+ * ExternalAuthorityConfiguration: { // ExternalAuthorityConfiguration
44
+ * Type: "infoblox",
45
+ * ExternalResourceIdentifier: "STRING_VALUE",
46
+ * },
47
+ * RemoveExternalAuthorityConfiguration: true || false,
43
48
  * };
44
49
  * const command = new ModifyIpamScopeCommand(input);
45
50
  * const response = await client.send(command);
@@ -61,6 +66,10 @@ declare const ModifyIpamScopeCommand_base: {
61
66
  * // Value: "STRING_VALUE",
62
67
  * // },
63
68
  * // ],
69
+ * // ExternalAuthorityConfiguration: { // IpamScopeExternalAuthorityConfiguration
70
+ * // Type: "infoblox",
71
+ * // ExternalResourceIdentifier: "STRING_VALUE",
72
+ * // },
64
73
  * // },
65
74
  * // };
66
75
  *
@@ -153,6 +153,7 @@ declare const ModifySpotFleetRequestCommand_base: {
153
153
  * ],
154
154
  * },
155
155
  * },
156
+ * RequireEncryptionInTransit: true || false,
156
157
  * },
157
158
  * },
158
159
  * ],
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyTransitGatewayVpcAttachmentRequest, ModifyTransitGatewayVpcAttachmentResult } from "../models/models_7";
4
+ import { ModifyTransitGatewayVpcAttachmentRequest } from "../models/models_7";
5
+ import { ModifyTransitGatewayVpcAttachmentResult } from "../models/models_8";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -66,6 +66,10 @@ declare const ModifyVpcEndpointCommand_base: {
66
66
  * DnsOptions: { // DnsOptionsSpecification
67
67
  * DnsRecordIpType: "ipv4" || "dualstack" || "ipv6" || "service-defined",
68
68
  * PrivateDnsOnlyForInboundResolverEndpoint: true || false,
69
+ * PrivateDnsPreference: "STRING_VALUE",
70
+ * PrivateDnsSpecifiedDomains: [ // PrivateDnsSpecifiedDomainSet
71
+ * "STRING_VALUE",
72
+ * ],
69
73
  * },
70
74
  * PrivateDnsEnabled: true || false,
71
75
  * SubnetConfigurations: [ // SubnetConfigurationsList
@@ -268,6 +268,7 @@ declare const RequestSpotFleetCommand_base: {
268
268
  * ],
269
269
  * },
270
270
  * },
271
+ * RequireEncryptionInTransit: true || false,
271
272
  * },
272
273
  * SecurityGroups: [ // GroupIdentifierList
273
274
  * { // GroupIdentifier
@@ -369,6 +370,7 @@ declare const RequestSpotFleetCommand_base: {
369
370
  * ],
370
371
  * },
371
372
  * },
373
+ * RequireEncryptionInTransit: true || false,
372
374
  * },
373
375
  * },
374
376
  * ],
@@ -5599,6 +5599,15 @@ export interface InstanceRequirementsRequest {
5599
5599
  * @public
5600
5600
  */
5601
5601
  BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest | undefined;
5602
+ /**
5603
+ * <p>Specifies whether instance types must support encrypting in-transit traffic between
5604
+ * instances. For more information, including the supported instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit">Encryption in
5605
+ * transit</a> in the <i>Amazon EC2 User Guide</i>.</p>
5606
+ * <p>Default: <code>false</code>
5607
+ * </p>
5608
+ * @public
5609
+ */
5610
+ RequireEncryptionInTransit?: boolean | undefined;
5602
5611
  }
5603
5612
  /**
5604
5613
  * <p>Describes the placement of an instance.</p>
@@ -7169,6 +7178,15 @@ export interface InstanceRequirements {
7169
7178
  * @public
7170
7179
  */
7171
7180
  BaselinePerformanceFactors?: BaselinePerformanceFactors | undefined;
7181
+ /**
7182
+ * <p>Specifies whether instance types must support encrypting in-transit traffic between
7183
+ * instances. For more information, including the supported instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit">Encryption in
7184
+ * transit</a> in the <i>Amazon EC2 User Guide</i>.</p>
7185
+ * <p>Default: <code>false</code>
7186
+ * </p>
7187
+ * @public
7188
+ */
7189
+ RequireEncryptionInTransit?: boolean | undefined;
7172
7190
  }
7173
7191
  /**
7174
7192
  * <p>Describes the placement of an instance.</p>
@@ -10459,6 +10477,34 @@ export interface CreateIpamResourceDiscoveryResult {
10459
10477
  */
10460
10478
  IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
10461
10479
  }
10480
+ /**
10481
+ * @public
10482
+ * @enum
10483
+ */
10484
+ export declare const IpamScopeExternalAuthorityType: {
10485
+ readonly infoblox: "infoblox";
10486
+ };
10487
+ /**
10488
+ * @public
10489
+ */
10490
+ export type IpamScopeExternalAuthorityType = (typeof IpamScopeExternalAuthorityType)[keyof typeof IpamScopeExternalAuthorityType];
10491
+ /**
10492
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10493
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/integrate-infoblox-ipam.html">Integrate VPC IPAM with Infoblox infrastructure</a> in the <i>Amazon VPC IPAM User Guide</i>..</p>
10494
+ * @public
10495
+ */
10496
+ export interface ExternalAuthorityConfiguration {
10497
+ /**
10498
+ * <p>The type of external authority.</p>
10499
+ * @public
10500
+ */
10501
+ Type?: IpamScopeExternalAuthorityType | undefined;
10502
+ /**
10503
+ * <p>The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format <code><version>.identity.account.<entity_realm>.<entity_id></code>.</p>
10504
+ * @public
10505
+ */
10506
+ ExternalResourceIdentifier?: string | undefined;
10507
+ }
10462
10508
  /**
10463
10509
  * @public
10464
10510
  */
@@ -10491,6 +10537,29 @@ export interface CreateIpamScopeRequest {
10491
10537
  * @public
10492
10538
  */
10493
10539
  ClientToken?: string | undefined;
10540
+ /**
10541
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10542
+ * <p>In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges.</p>
10543
+ * @public
10544
+ */
10545
+ ExternalAuthorityConfiguration?: ExternalAuthorityConfiguration | undefined;
10546
+ }
10547
+ /**
10548
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10549
+ * <p>In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges.</p>
10550
+ * @public
10551
+ */
10552
+ export interface IpamScopeExternalAuthorityConfiguration {
10553
+ /**
10554
+ * <p>The type of external authority managing this scope. Currently supports <code>Infoblox</code> for integration with Infoblox Universal DDI.</p>
10555
+ * @public
10556
+ */
10557
+ Type?: IpamScopeExternalAuthorityType | undefined;
10558
+ /**
10559
+ * <p>The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format <code><version>.identity.account.<entity_realm>.<entity_id></code>.</p>
10560
+ * @public
10561
+ */
10562
+ ExternalResourceIdentifier?: string | undefined;
10494
10563
  }
10495
10564
  /**
10496
10565
  * @public
@@ -10576,6 +10645,13 @@ export interface IpamScope {
10576
10645
  * @public
10577
10646
  */
10578
10647
  Tags?: Tag[] | undefined;
10648
+ /**
10649
+ * <p>The external authority configuration for this IPAM scope, if configured.</p>
10650
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10651
+ * <p>In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges.</p>
10652
+ * @public
10653
+ */
10654
+ ExternalAuthorityConfiguration?: IpamScopeExternalAuthorityConfiguration | undefined;
10579
10655
  }
10580
10656
  /**
10581
10657
  * @public
@@ -11427,194 +11503,6 @@ export interface Ipv6PrefixSpecificationRequest {
11427
11503
  */
11428
11504
  Ipv6Prefix?: string | undefined;
11429
11505
  }
11430
- /**
11431
- * <p>Describes a secondary private IPv4 address for a network interface.</p>
11432
- * @public
11433
- */
11434
- export interface PrivateIpAddressSpecification {
11435
- /**
11436
- * <p>Indicates whether the private IPv4 address is the primary private IPv4 address. Only
11437
- * one IPv4 address can be designated as primary.</p>
11438
- * @public
11439
- */
11440
- Primary?: boolean | undefined;
11441
- /**
11442
- * <p>The private IPv4 address.</p>
11443
- * @public
11444
- */
11445
- PrivateIpAddress?: string | undefined;
11446
- }
11447
- /**
11448
- * <p>The parameters for a network interface.</p>
11449
- * @public
11450
- */
11451
- export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
11452
- /**
11453
- * <p>Associates a Carrier IP address with eth0 for a new network interface.</p>
11454
- * <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
11455
- * a Carrier IP address with the network interface. For more information about Carrier IP
11456
- * addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP addresses</a> in the <i>Wavelength Developer
11457
- * Guide</i>.</p>
11458
- * @public
11459
- */
11460
- AssociateCarrierIpAddress?: boolean | undefined;
11461
- /**
11462
- * <p>Associates a public IPv4 address with eth0 for a new network interface.</p>
11463
- * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
11464
- * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
11465
- * @public
11466
- */
11467
- AssociatePublicIpAddress?: boolean | undefined;
11468
- /**
11469
- * <p>Indicates whether the network interface is deleted when the instance is
11470
- * terminated.</p>
11471
- * @public
11472
- */
11473
- DeleteOnTermination?: boolean | undefined;
11474
- /**
11475
- * <p>A description for the network interface.</p>
11476
- * @public
11477
- */
11478
- Description?: string | undefined;
11479
- /**
11480
- * <p>The device index for the network interface attachment. The primary network interface
11481
- * has a device index of 0. Each network interface is of type <code>interface</code>, you
11482
- * must specify a device index. If you create a launch template that includes secondary
11483
- * network interfaces but not a primary network interface, then you must add a primary
11484
- * network interface as a launch parameter when you launch an instance from the
11485
- * template.</p>
11486
- * @public
11487
- */
11488
- DeviceIndex?: number | undefined;
11489
- /**
11490
- * <p>The IDs of one or more security groups.</p>
11491
- * @public
11492
- */
11493
- Groups?: string[] | undefined;
11494
- /**
11495
- * <p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify
11496
- * <code>efa</code> or <code>efa</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html">Elastic Fabric Adapter for AI/ML
11497
- * and HPC workloads on Amazon EC2</a> in the
11498
- * <i>Amazon EC2 User Guide</i>.</p>
11499
- * <p>If you are not creating an EFA, specify <code>interface</code> or omit this
11500
- * parameter.</p>
11501
- * <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
11502
- * interface. EFA-only network interfaces do not support IP addresses.</p>
11503
- * <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
11504
- * </p>
11505
- * @public
11506
- */
11507
- InterfaceType?: string | undefined;
11508
- /**
11509
- * <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
11510
- * automatically selects the IPv6 addresses from the subnet range. You can't use this
11511
- * option if specifying specific IPv6 addresses.</p>
11512
- * @public
11513
- */
11514
- Ipv6AddressCount?: number | undefined;
11515
- /**
11516
- * <p>One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You
11517
- * can't use this option if you're specifying a number of IPv6 addresses.</p>
11518
- * @public
11519
- */
11520
- Ipv6Addresses?: InstanceIpv6AddressRequest[] | undefined;
11521
- /**
11522
- * <p>The ID of the network interface.</p>
11523
- * @public
11524
- */
11525
- NetworkInterfaceId?: string | undefined;
11526
- /**
11527
- * <p>The primary private IPv4 address of the network interface.</p>
11528
- * @public
11529
- */
11530
- PrivateIpAddress?: string | undefined;
11531
- /**
11532
- * <p>One or more private IPv4 addresses.</p>
11533
- * @public
11534
- */
11535
- PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
11536
- /**
11537
- * <p>The number of secondary private IPv4 addresses to assign to a network
11538
- * interface.</p>
11539
- * @public
11540
- */
11541
- SecondaryPrivateIpAddressCount?: number | undefined;
11542
- /**
11543
- * <p>The ID of the subnet for the network interface.</p>
11544
- * @public
11545
- */
11546
- SubnetId?: string | undefined;
11547
- /**
11548
- * <p>The index of the network card. Some instance types support multiple network cards. The
11549
- * primary network interface must be assigned to network card index 0. The default is
11550
- * network card index 0.</p>
11551
- * @public
11552
- */
11553
- NetworkCardIndex?: number | undefined;
11554
- /**
11555
- * <p>One or more IPv4 prefixes to be assigned to the network interface. You cannot use this
11556
- * option if you use the <code>Ipv4PrefixCount</code> option.</p>
11557
- * @public
11558
- */
11559
- Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
11560
- /**
11561
- * <p>The number of IPv4 prefixes to be automatically assigned to the network interface. You
11562
- * cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>
11563
- * @public
11564
- */
11565
- Ipv4PrefixCount?: number | undefined;
11566
- /**
11567
- * <p>One or more IPv6 prefixes to be assigned to the network interface. You cannot use this
11568
- * option if you use the <code>Ipv6PrefixCount</code> option.</p>
11569
- * @public
11570
- */
11571
- Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
11572
- /**
11573
- * <p>The number of IPv6 prefixes to be automatically assigned to the network interface. You
11574
- * cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>
11575
- * @public
11576
- */
11577
- Ipv6PrefixCount?: number | undefined;
11578
- /**
11579
- * <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address
11580
- * to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the
11581
- * instance is terminated or the network interface is detached. For more information about
11582
- * primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
11583
- * @public
11584
- */
11585
- PrimaryIpv6?: boolean | undefined;
11586
- /**
11587
- * <p>Configure ENA Express settings for your launch template.</p>
11588
- * @public
11589
- */
11590
- EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
11591
- /**
11592
- * <p>A security group connection tracking specification that enables you to set the timeout
11593
- * for connection tracking on an Elastic network interface. For more information, see
11594
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
11595
- * <i>Amazon EC2 User Guide</i>.</p>
11596
- * @public
11597
- */
11598
- ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
11599
- /**
11600
- * <p>The number of ENA queues to be created with the instance.</p>
11601
- * @public
11602
- */
11603
- EnaQueueCount?: number | undefined;
11604
- }
11605
- /**
11606
- * @public
11607
- * @enum
11608
- */
11609
- export declare const InstanceBandwidthWeighting: {
11610
- readonly DEFAULT: "default";
11611
- readonly EBS_1: "ebs-1";
11612
- readonly VPC_1: "vpc-1";
11613
- };
11614
- /**
11615
- * @public
11616
- */
11617
- export type InstanceBandwidthWeighting = (typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
11618
11506
  /**
11619
11507
  * @internal
11620
11508
  */