@aws-sdk/client-ec2 3.1032.0 → 3.1033.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 (126) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/endpoint/bdd.js +52 -0
  3. package/dist-cjs/endpoint/endpointResolver.js +2 -2
  4. package/dist-cjs/index.js +53 -0
  5. package/dist-cjs/schemas/schemas_0.js +183 -85
  6. package/dist-es/EC2.js +6 -0
  7. package/dist-es/commands/AcceptTransitGatewayClientVpnAttachmentCommand.js +16 -0
  8. package/dist-es/commands/DeleteTransitGatewayClientVpnAttachmentCommand.js +16 -0
  9. package/dist-es/commands/RejectTransitGatewayClientVpnAttachmentCommand.js +16 -0
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/endpoint/bdd.js +49 -0
  12. package/dist-es/endpoint/endpointResolver.js +3 -3
  13. package/dist-es/models/enums.js +10 -0
  14. package/dist-es/schemas/schemas_0.js +120 -22
  15. package/dist-types/EC2.d.ts +21 -0
  16. package/dist-types/EC2Client.d.ts +5 -2
  17. package/dist-types/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  18. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +3 -1
  20. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  21. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  22. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +10 -1
  24. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +4 -4
  28. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
  34. package/dist-types/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  35. package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +2 -2
  36. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +11 -1
  39. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -0
  40. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -2
  48. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  49. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  50. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  51. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  52. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  53. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  54. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
  55. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  56. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  57. package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +2 -2
  58. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  59. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  60. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  61. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  62. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  63. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
  64. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  65. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  66. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  67. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  68. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  69. package/dist-types/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  70. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  71. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  72. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  73. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  74. package/dist-types/commands/index.d.ts +3 -0
  75. package/dist-types/endpoint/bdd.d.ts +2 -0
  76. package/dist-types/models/enums.d.ts +18 -0
  77. package/dist-types/models/models_0.d.ts +106 -181
  78. package/dist-types/models/models_1.d.ts +179 -119
  79. package/dist-types/models/models_2.d.ts +119 -56
  80. package/dist-types/models/models_3.d.ts +126 -205
  81. package/dist-types/models/models_4.d.ts +208 -266
  82. package/dist-types/models/models_5.d.ts +267 -292
  83. package/dist-types/models/models_6.d.ts +295 -238
  84. package/dist-types/models/models_7.d.ts +263 -3
  85. package/dist-types/schemas/schemas_0.d.ts +12 -0
  86. package/dist-types/ts3.4/EC2.d.ts +69 -0
  87. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
  94. package/dist-types/ts3.4/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +4 -2
  102. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -4
  103. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  111. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  112. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +30 -36
  114. package/dist-types/ts3.4/models/models_1.d.ts +33 -33
  115. package/dist-types/ts3.4/models/models_2.d.ts +31 -15
  116. package/dist-types/ts3.4/models/models_3.d.ts +36 -33
  117. package/dist-types/ts3.4/models/models_4.d.ts +36 -44
  118. package/dist-types/ts3.4/models/models_5.d.ts +43 -48
  119. package/dist-types/ts3.4/models/models_6.d.ts +52 -51
  120. package/dist-types/ts3.4/models/models_7.d.ts +61 -0
  121. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  122. package/package.json +5 -5
  123. package/dist-cjs/endpoint/ruleset.js +0 -7
  124. package/dist-es/endpoint/ruleset.js +0 -4
  125. package/dist-types/endpoint/ruleset.d.ts +0 -2
  126. package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DeleteTransitGatewayClientVpnAttachmentRequest,
10
+ DeleteTransitGatewayClientVpnAttachmentResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteTransitGatewayClientVpnAttachmentCommandInput
15
+ extends DeleteTransitGatewayClientVpnAttachmentRequest {}
16
+ export interface DeleteTransitGatewayClientVpnAttachmentCommandOutput
17
+ extends DeleteTransitGatewayClientVpnAttachmentResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteTransitGatewayClientVpnAttachmentCommand_base: {
20
+ new (
21
+ input: DeleteTransitGatewayClientVpnAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteTransitGatewayClientVpnAttachmentCommandInput,
24
+ DeleteTransitGatewayClientVpnAttachmentCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteTransitGatewayClientVpnAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteTransitGatewayClientVpnAttachmentCommandInput,
33
+ DeleteTransitGatewayClientVpnAttachmentCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteTransitGatewayClientVpnAttachmentCommand extends DeleteTransitGatewayClientVpnAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteTransitGatewayClientVpnAttachmentRequest;
44
+ output: DeleteTransitGatewayClientVpnAttachmentResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteTransitGatewayClientVpnAttachmentCommandInput;
48
+ output: DeleteTransitGatewayClientVpnAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeInstanceCreditSpecificationsRequest,
10
10
  DescribeInstanceCreditSpecificationsResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeInstanceCreditSpecificationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeInstanceEventNotificationAttributesRequest,
10
10
  DescribeInstanceEventNotificationAttributesResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeInstanceEventNotificationAttributesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeInstanceEventWindowsRequest,
10
10
  DescribeInstanceEventWindowsResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeInstanceEventWindowsCommandInput
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeTagsRequest, DescribeTagsResult } from "../models/models_4";
8
+ import { DescribeTagsRequest } from "../models/models_4";
9
+ import { DescribeTagsResult } from "../models/models_5";
9
10
  export { __MetadataBearer };
10
11
  export { $Command };
11
12
  export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeTrafficMirrorFilterRulesRequest,
10
10
  DescribeTrafficMirrorFilterRulesResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeTrafficMirrorFilterRulesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeTrafficMirrorFiltersRequest,
10
10
  DescribeTrafficMirrorFiltersResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeTrafficMirrorFiltersCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeTrafficMirrorSessionsRequest } from "../models/models_4";
9
- import { DescribeTrafficMirrorSessionsResult } from "../models/models_5";
8
+ import {
9
+ DescribeTrafficMirrorSessionsRequest,
10
+ DescribeTrafficMirrorSessionsResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeTrafficMirrorSessionsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetCapacityReservationUsageRequest,
10
- GetCapacityReservationUsageResult,
11
- } from "../models/models_5";
8
+ import { GetCapacityReservationUsageRequest } from "../models/models_5";
9
+ import { GetCapacityReservationUsageResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetCapacityReservationUsageCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCoipPoolUsageRequest,
10
10
  GetCoipPoolUsageResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCoipPoolUsageCommandInput extends GetCoipPoolUsageRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetConsoleOutputRequest,
10
10
  GetConsoleOutputResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetConsoleOutputCommandInput extends GetConsoleOutputRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifySnapshotAttributeRequest } from "../models/models_6";
8
+ import { ModifySnapshotAttributeRequest } from "../models/models_7";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ModifySnapshotAttributeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifySnapshotTierRequest,
10
10
  ModifySnapshotTierResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifySnapshotTierCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifySpotFleetRequestRequest,
10
10
  ModifySpotFleetRequestResponse,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifySpotFleetRequestCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifySubnetAttributeRequest } from "../models/models_6";
8
+ import { ModifySubnetAttributeRequest } from "../models/models_7";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ModifySubnetAttributeCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ RejectTransitGatewayClientVpnAttachmentRequest,
10
+ RejectTransitGatewayClientVpnAttachmentResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface RejectTransitGatewayClientVpnAttachmentCommandInput
15
+ extends RejectTransitGatewayClientVpnAttachmentRequest {}
16
+ export interface RejectTransitGatewayClientVpnAttachmentCommandOutput
17
+ extends RejectTransitGatewayClientVpnAttachmentResult,
18
+ __MetadataBearer {}
19
+ declare const RejectTransitGatewayClientVpnAttachmentCommand_base: {
20
+ new (
21
+ input: RejectTransitGatewayClientVpnAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ RejectTransitGatewayClientVpnAttachmentCommandInput,
24
+ RejectTransitGatewayClientVpnAttachmentCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: RejectTransitGatewayClientVpnAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ RejectTransitGatewayClientVpnAttachmentCommandInput,
33
+ RejectTransitGatewayClientVpnAttachmentCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class RejectTransitGatewayClientVpnAttachmentCommand extends RejectTransitGatewayClientVpnAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RejectTransitGatewayClientVpnAttachmentRequest;
44
+ output: RejectTransitGatewayClientVpnAttachmentResult;
45
+ };
46
+ sdk: {
47
+ input: RejectTransitGatewayClientVpnAttachmentCommandInput;
48
+ output: RejectTransitGatewayClientVpnAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,6 +1,7 @@
1
1
  export * from "./AcceptAddressTransferCommand";
2
2
  export * from "./AcceptCapacityReservationBillingOwnershipCommand";
3
3
  export * from "./AcceptReservedInstancesExchangeQuoteCommand";
4
+ export * from "./AcceptTransitGatewayClientVpnAttachmentCommand";
4
5
  export * from "./AcceptTransitGatewayMulticastDomainAssociationsCommand";
5
6
  export * from "./AcceptTransitGatewayPeeringAttachmentCommand";
6
7
  export * from "./AcceptTransitGatewayVpcAttachmentCommand";
@@ -226,6 +227,7 @@ export * from "./DeleteTrafficMirrorFilterCommand";
226
227
  export * from "./DeleteTrafficMirrorFilterRuleCommand";
227
228
  export * from "./DeleteTrafficMirrorSessionCommand";
228
229
  export * from "./DeleteTrafficMirrorTargetCommand";
230
+ export * from "./DeleteTransitGatewayClientVpnAttachmentCommand";
229
231
  export * from "./DeleteTransitGatewayCommand";
230
232
  export * from "./DeleteTransitGatewayConnectCommand";
231
233
  export * from "./DeleteTransitGatewayConnectPeerCommand";
@@ -696,6 +698,7 @@ export * from "./RegisterInstanceEventNotificationAttributesCommand";
696
698
  export * from "./RegisterTransitGatewayMulticastGroupMembersCommand";
697
699
  export * from "./RegisterTransitGatewayMulticastGroupSourcesCommand";
698
700
  export * from "./RejectCapacityReservationBillingOwnershipCommand";
701
+ export * from "./RejectTransitGatewayClientVpnAttachmentCommand";
699
702
  export * from "./RejectTransitGatewayMulticastDomainAssociationsCommand";
700
703
  export * from "./RejectTransitGatewayPeeringAttachmentCommand";
701
704
  export * from "./RejectTransitGatewayVpcAttachmentCommand";
@@ -0,0 +1,2 @@
1
+ import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
2
+ export declare const bdd: BinaryDecisionDiagram;
@@ -155,7 +155,18 @@ export declare const AddressTransferStatus: {
155
155
  };
156
156
  export type AddressTransferStatus =
157
157
  (typeof AddressTransferStatus)[keyof typeof AddressTransferStatus];
158
+ export declare const TransitGatewayAttachmentStatusType: {
159
+ readonly available: "available";
160
+ readonly deleted: "deleted";
161
+ readonly deleting: "deleting";
162
+ readonly pending: "pending";
163
+ readonly pending_acceptance: "pending-acceptance";
164
+ readonly rejected: "rejected";
165
+ };
166
+ export type TransitGatewayAttachmentStatusType =
167
+ (typeof TransitGatewayAttachmentStatusType)[keyof typeof TransitGatewayAttachmentStatusType];
158
168
  export declare const TransitGatewayAttachmentResourceType: {
169
+ readonly client_vpn: "client-vpn";
159
170
  readonly connect: "connect";
160
171
  readonly direct_connect_gateway: "direct-connect-gateway";
161
172
  readonly network_function: "network-function";
@@ -2036,6 +2047,7 @@ export declare const ClientVpnEndpointStatusCode: {
2036
2047
  readonly available: "available";
2037
2048
  readonly deleted: "deleted";
2038
2049
  readonly deleting: "deleting";
2050
+ readonly pending: "pending";
2039
2051
  readonly pending_associate: "pending-associate";
2040
2052
  };
2041
2053
  export type ClientVpnEndpointStatusCode =
@@ -52,9 +52,6 @@ import {
52
52
  Ipv6SupportValue,
53
53
  ListingState,
54
54
  ListingStatus,
55
- MacModificationTaskState,
56
- MacModificationTaskType,
57
- MacSystemIntegrityProtectionSettingStatus,
58
55
  NatGatewayAddressStatus,
59
56
  OutputFormat,
60
57
  PrincipalType,
@@ -75,6 +72,7 @@ import {
75
72
  TransitGatewayAssociationState,
76
73
  TransitGatewayAttachmentResourceType,
77
74
  TransitGatewayAttachmentState,
75
+ TransitGatewayAttachmentStatusType,
78
76
  TransitGatewayMulitcastDomainAssociationState,
79
77
  TransportProtocol,
80
78
  TrustProviderType,
@@ -150,6 +148,23 @@ export interface AcceptReservedInstancesExchangeQuoteRequest {
150
148
  export interface AcceptReservedInstancesExchangeQuoteResult {
151
149
  ExchangeId?: string | undefined;
152
150
  }
151
+ export interface AcceptTransitGatewayClientVpnAttachmentRequest {
152
+ TransitGatewayAttachmentId: string | undefined;
153
+ DryRun?: boolean | undefined;
154
+ }
155
+ export interface TransitGatewayClientVpnAttachment {
156
+ TransitGatewayAttachmentId?: string | undefined;
157
+ TransitGatewayId?: string | undefined;
158
+ ClientVpnEndpointId?: string | undefined;
159
+ ClientVpnOwnerId?: string | undefined;
160
+ State?: TransitGatewayAttachmentStatusType | undefined;
161
+ CreationTime?: string | undefined;
162
+ }
163
+ export interface AcceptTransitGatewayClientVpnAttachmentResult {
164
+ TransitGatewayClientVpnAttachment?:
165
+ | TransitGatewayClientVpnAttachment
166
+ | undefined;
167
+ }
153
168
  export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
154
169
  TransitGatewayMulticastDomainId?: string | undefined;
155
170
  TransitGatewayAttachmentId?: string | undefined;
@@ -775,9 +790,11 @@ export interface AssociateCapacityReservationBillingOwnerResult {
775
790
  }
776
791
  export interface AssociateClientVpnTargetNetworkRequest {
777
792
  ClientVpnEndpointId: string | undefined;
778
- SubnetId: string | undefined;
793
+ SubnetId?: string | undefined;
779
794
  ClientToken?: string | undefined;
780
795
  DryRun?: boolean | undefined;
796
+ AvailabilityZone?: string | undefined;
797
+ AvailabilityZoneId?: string | undefined;
781
798
  }
782
799
  export interface AssociationStatus {
783
800
  Code?: AssociationStatusCode | undefined;
@@ -1761,6 +1778,11 @@ export interface ConnectionLogOptions {
1761
1778
  CloudwatchLogGroup?: string | undefined;
1762
1779
  CloudwatchLogStream?: string | undefined;
1763
1780
  }
1781
+ export interface TransitGatewayConfigurationInputStructure {
1782
+ TransitGatewayId?: string | undefined;
1783
+ AvailabilityZones?: string[] | undefined;
1784
+ AvailabilityZoneIds?: string[] | undefined;
1785
+ }
1764
1786
  export interface CreateClientVpnEndpointRequest {
1765
1787
  ClientCidrBlock?: string | undefined;
1766
1788
  ServerCertificateArn: string | undefined;
@@ -1784,6 +1806,9 @@ export interface CreateClientVpnEndpointRequest {
1784
1806
  DisconnectOnSessionTimeout?: boolean | undefined;
1785
1807
  EndpointIpAddressType?: EndpointIpAddressType | undefined;
1786
1808
  TrafficIpAddressType?: TrafficIpAddressType | undefined;
1809
+ TransitGatewayConfiguration?:
1810
+ | TransitGatewayConfigurationInputStructure
1811
+ | undefined;
1787
1812
  }
1788
1813
  export interface ClientVpnEndpointStatus {
1789
1814
  Code?: ClientVpnEndpointStatusCode | undefined;
@@ -1797,7 +1822,7 @@ export interface CreateClientVpnEndpointResult {
1797
1822
  export interface CreateClientVpnRouteRequest {
1798
1823
  ClientVpnEndpointId: string | undefined;
1799
1824
  DestinationCidrBlock: string | undefined;
1800
- TargetVpcSubnetId: string | undefined;
1825
+ TargetVpcSubnetId?: string | undefined;
1801
1826
  Description?: string | undefined;
1802
1827
  ClientToken?: string | undefined;
1803
1828
  DryRun?: boolean | undefined;
@@ -1947,34 +1972,3 @@ export interface Vpc {
1947
1972
  export interface CreateDefaultVpcResult {
1948
1973
  Vpc?: Vpc | undefined;
1949
1974
  }
1950
- export interface CreateDelegateMacVolumeOwnershipTaskRequest {
1951
- ClientToken?: string | undefined;
1952
- DryRun?: boolean | undefined;
1953
- InstanceId: string | undefined;
1954
- MacCredentials: string | undefined;
1955
- TagSpecifications?: TagSpecification[] | undefined;
1956
- }
1957
- export interface MacSystemIntegrityProtectionConfiguration {
1958
- AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
1959
- BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
1960
- DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
1961
- DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
1962
- FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
1963
- KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
1964
- NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
1965
- Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
1966
- }
1967
- export interface MacModificationTask {
1968
- InstanceId?: string | undefined;
1969
- MacModificationTaskId?: string | undefined;
1970
- MacSystemIntegrityProtectionConfig?:
1971
- | MacSystemIntegrityProtectionConfiguration
1972
- | undefined;
1973
- StartTime?: Date | undefined;
1974
- Tags?: Tag[] | undefined;
1975
- TaskState?: MacModificationTaskState | undefined;
1976
- TaskType?: MacModificationTaskType | undefined;
1977
- }
1978
- export interface CreateDelegateMacVolumeOwnershipTaskResult {
1979
- MacModificationTask?: MacModificationTask | undefined;
1980
- }
@@ -73,6 +73,8 @@ import {
73
73
  LocalStorage,
74
74
  LocalStorageType,
75
75
  LogDestinationType,
76
+ MacModificationTaskState,
77
+ MacModificationTaskType,
76
78
  MacSystemIntegrityProtectionSettingStatus,
77
79
  MarketType,
78
80
  NatGatewayApplianceModifyState,
@@ -103,9 +105,6 @@ import {
103
105
  RouteState,
104
106
  RuleAction,
105
107
  SecondaryInterfaceType,
106
- SecondaryNetworkCidrBlockAssociationState,
107
- SecondaryNetworkState,
108
- SecondaryNetworkType,
109
108
  ShutdownBehavior,
110
109
  SnapshotLocationEnum,
111
110
  SpotAllocationStrategy,
@@ -130,7 +129,6 @@ import {
130
129
  AddPrefixListEntry,
131
130
  InstanceEventWindow,
132
131
  Ipv4PrefixSpecification,
133
- MacModificationTask,
134
132
  NatGatewayAddress,
135
133
  OperatorResponse,
136
134
  PortRange,
@@ -140,6 +138,37 @@ import {
140
138
  TagSpecification,
141
139
  UnsuccessfulItem,
142
140
  } from "./models_0";
141
+ export interface CreateDelegateMacVolumeOwnershipTaskRequest {
142
+ ClientToken?: string | undefined;
143
+ DryRun?: boolean | undefined;
144
+ InstanceId: string | undefined;
145
+ MacCredentials: string | undefined;
146
+ TagSpecifications?: TagSpecification[] | undefined;
147
+ }
148
+ export interface MacSystemIntegrityProtectionConfiguration {
149
+ AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
150
+ BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
151
+ DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
152
+ DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
153
+ FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
154
+ KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
155
+ NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
156
+ Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
157
+ }
158
+ export interface MacModificationTask {
159
+ InstanceId?: string | undefined;
160
+ MacModificationTaskId?: string | undefined;
161
+ MacSystemIntegrityProtectionConfig?:
162
+ | MacSystemIntegrityProtectionConfiguration
163
+ | undefined;
164
+ StartTime?: Date | undefined;
165
+ Tags?: Tag[] | undefined;
166
+ TaskState?: MacModificationTaskState | undefined;
167
+ TaskType?: MacModificationTaskType | undefined;
168
+ }
169
+ export interface CreateDelegateMacVolumeOwnershipTaskResult {
170
+ MacModificationTask?: MacModificationTask | undefined;
171
+ }
143
172
  export interface NewDhcpConfiguration {
144
173
  Key?: string | undefined;
145
174
  Values?: string[] | undefined;
@@ -2244,32 +2273,3 @@ export interface CreateRouteTableResult {
2244
2273
  RouteTable?: RouteTable | undefined;
2245
2274
  ClientToken?: string | undefined;
2246
2275
  }
2247
- export interface CreateSecondaryNetworkRequest {
2248
- ClientToken?: string | undefined;
2249
- DryRun?: boolean | undefined;
2250
- Ipv4CidrBlock: string | undefined;
2251
- NetworkType: SecondaryNetworkType | undefined;
2252
- TagSpecifications?: TagSpecification[] | undefined;
2253
- }
2254
- export interface SecondaryNetworkIpv4CidrBlockAssociation {
2255
- AssociationId?: string | undefined;
2256
- CidrBlock?: string | undefined;
2257
- State?: SecondaryNetworkCidrBlockAssociationState | undefined;
2258
- StateReason?: string | undefined;
2259
- }
2260
- export interface SecondaryNetwork {
2261
- SecondaryNetworkId?: string | undefined;
2262
- SecondaryNetworkArn?: string | undefined;
2263
- OwnerId?: string | undefined;
2264
- Type?: SecondaryNetworkType | undefined;
2265
- State?: SecondaryNetworkState | undefined;
2266
- StateReason?: string | undefined;
2267
- Ipv4CidrBlockAssociations?:
2268
- | SecondaryNetworkIpv4CidrBlockAssociation[]
2269
- | undefined;
2270
- Tags?: Tag[] | undefined;
2271
- }
2272
- export interface CreateSecondaryNetworkResult {
2273
- SecondaryNetwork?: SecondaryNetwork | undefined;
2274
- ClientToken?: string | undefined;
2275
- }
@@ -29,6 +29,8 @@ import {
29
29
  MulticastSupportValue,
30
30
  PayerResponsibility,
31
31
  ProtocolValue,
32
+ SecondaryNetworkCidrBlockAssociationState,
33
+ SecondaryNetworkState,
32
34
  SecondaryNetworkType,
33
35
  SecondarySubnetCidrBlockAssociationState,
34
36
  SecondarySubnetState,
@@ -125,8 +127,36 @@ import {
125
127
  RouteServer,
126
128
  RouteServerEndpoint,
127
129
  RouteServerPeer,
128
- SecondaryNetwork,
129
130
  } from "./models_1";
131
+ export interface CreateSecondaryNetworkRequest {
132
+ ClientToken?: string | undefined;
133
+ DryRun?: boolean | undefined;
134
+ Ipv4CidrBlock: string | undefined;
135
+ NetworkType: SecondaryNetworkType | undefined;
136
+ TagSpecifications?: TagSpecification[] | undefined;
137
+ }
138
+ export interface SecondaryNetworkIpv4CidrBlockAssociation {
139
+ AssociationId?: string | undefined;
140
+ CidrBlock?: string | undefined;
141
+ State?: SecondaryNetworkCidrBlockAssociationState | undefined;
142
+ StateReason?: string | undefined;
143
+ }
144
+ export interface SecondaryNetwork {
145
+ SecondaryNetworkId?: string | undefined;
146
+ SecondaryNetworkArn?: string | undefined;
147
+ OwnerId?: string | undefined;
148
+ Type?: SecondaryNetworkType | undefined;
149
+ State?: SecondaryNetworkState | undefined;
150
+ StateReason?: string | undefined;
151
+ Ipv4CidrBlockAssociations?:
152
+ | SecondaryNetworkIpv4CidrBlockAssociation[]
153
+ | undefined;
154
+ Tags?: Tag[] | undefined;
155
+ }
156
+ export interface CreateSecondaryNetworkResult {
157
+ SecondaryNetwork?: SecondaryNetwork | undefined;
158
+ ClientToken?: string | undefined;
159
+ }
130
160
  export interface CreateSecondarySubnetRequest {
131
161
  ClientToken?: string | undefined;
132
162
  AvailabilityZone?: string | undefined;
@@ -1911,17 +1941,3 @@ export interface DeleteTrafficMirrorFilterRequest {
1911
1941
  TrafficMirrorFilterId: string | undefined;
1912
1942
  DryRun?: boolean | undefined;
1913
1943
  }
1914
- export interface DeleteTrafficMirrorFilterResult {
1915
- TrafficMirrorFilterId?: string | undefined;
1916
- }
1917
- export interface DeleteTrafficMirrorFilterRuleRequest {
1918
- TrafficMirrorFilterRuleId: string | undefined;
1919
- DryRun?: boolean | undefined;
1920
- }
1921
- export interface DeleteTrafficMirrorFilterRuleResult {
1922
- TrafficMirrorFilterRuleId?: string | undefined;
1923
- }
1924
- export interface DeleteTrafficMirrorSessionRequest {
1925
- TrafficMirrorSessionId: string | undefined;
1926
- DryRun?: boolean | undefined;
1927
- }