@aws-sdk/client-ec2 3.451.0 → 3.453.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 (99) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/DescribeLockedSnapshotsCommand.js +51 -0
  4. package/dist-cjs/commands/LockSnapshotCommand.js +51 -0
  5. package/dist-cjs/commands/RequestSpotInstancesCommand.js +3 -3
  6. package/dist-cjs/commands/UnlockSnapshotCommand.js +51 -0
  7. package/dist-cjs/commands/index.js +3 -0
  8. package/dist-cjs/models/models_0.js +2 -0
  9. package/dist-cjs/models/models_4.js +8 -2
  10. package/dist-cjs/models/models_6.js +5 -23
  11. package/dist-cjs/models/models_7.js +24 -1
  12. package/dist-cjs/protocols/Aws_ec2.js +305 -20
  13. package/dist-es/EC2.js +6 -0
  14. package/dist-es/commands/DescribeLockedSnapshotsCommand.js +47 -0
  15. package/dist-es/commands/LockSnapshotCommand.js +47 -0
  16. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  17. package/dist-es/commands/UnlockSnapshotCommand.js +47 -0
  18. package/dist-es/commands/index.js +3 -0
  19. package/dist-es/models/models_0.js +2 -0
  20. package/dist-es/models/models_4.js +6 -0
  21. package/dist-es/models/models_6.js +5 -20
  22. package/dist-es/models/models_7.js +20 -0
  23. package/dist-es/protocols/Aws_ec2.js +279 -0
  24. package/dist-types/EC2.d.ts +21 -0
  25. package/dist-types/EC2Client.d.ts +5 -2
  26. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  27. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  28. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  29. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  31. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
  33. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  37. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  39. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +99 -0
  42. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  45. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  46. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  48. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -2
  51. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
  53. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  54. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  55. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  56. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -2
  57. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  58. package/dist-types/commands/LockSnapshotCommand.d.ts +103 -0
  59. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  60. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  61. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  62. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  63. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
  64. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  65. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  66. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  67. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  68. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  69. package/dist-types/commands/UnlockSnapshotCommand.d.ts +76 -0
  70. package/dist-types/commands/index.d.ts +3 -0
  71. package/dist-types/models/models_0.d.ts +9 -0
  72. package/dist-types/models/models_2.d.ts +7 -0
  73. package/dist-types/models/models_4.d.ts +154 -129
  74. package/dist-types/models/models_5.d.ts +130 -137
  75. package/dist-types/models/models_6.d.ts +326 -306
  76. package/dist-types/models/models_7.d.ts +331 -3
  77. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  78. package/dist-types/ts3.4/EC2.d.ts +51 -0
  79. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  80. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +42 -0
  81. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -4
  82. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +4 -2
  84. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +4 -2
  86. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +35 -0
  87. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +38 -0
  91. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  93. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  94. package/dist-types/ts3.4/models/models_4.d.ts +29 -24
  95. package/dist-types/ts3.4/models/models_5.d.ts +24 -23
  96. package/dist-types/ts3.4/models/models_6.d.ts +55 -71
  97. package/dist-types/ts3.4/models/models_7.d.ts +75 -1
  98. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  99. package/package.json +1 -1
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DescribeTransitGatewayPolicyTablesRequest } from "../models/models_4";
15
- import { DescribeTransitGatewayPolicyTablesResult } from "../models/models_5";
14
+ import {
15
+ DescribeTransitGatewayPolicyTablesRequest,
16
+ DescribeTransitGatewayPolicyTablesResult,
17
+ } from "../models/models_5";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface DescribeTransitGatewayPolicyTablesCommandInput
18
20
  extends DescribeTransitGatewayPolicyTablesRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetSnapshotBlockPublicAccessStateRequest,
16
16
  GetSnapshotBlockPublicAccessStateResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface GetSnapshotBlockPublicAccessStateCommandInput
20
20
  extends GetSnapshotBlockPublicAccessStateRequest {}
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { GetSpotPlacementScoresRequest } from "../models/models_5";
15
- import { GetSpotPlacementScoresResult } from "../models/models_6";
14
+ import {
15
+ GetSpotPlacementScoresRequest,
16
+ GetSpotPlacementScoresResult,
17
+ } from "../models/models_6";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface GetSpotPlacementScoresCommandInput
18
20
  extends GetSpotPlacementScoresRequest {}
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import { LockSnapshotRequest, LockSnapshotResult } from "../models/models_6";
15
+ export { __MetadataBearer, $Command };
16
+ export interface LockSnapshotCommandInput extends LockSnapshotRequest {}
17
+ export interface LockSnapshotCommandOutput
18
+ extends LockSnapshotResult,
19
+ __MetadataBearer {}
20
+ export declare class LockSnapshotCommand extends $Command<
21
+ LockSnapshotCommandInput,
22
+ LockSnapshotCommandOutput,
23
+ EC2ClientResolvedConfig
24
+ > {
25
+ readonly input: LockSnapshotCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: LockSnapshotCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EC2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<LockSnapshotCommandInput, LockSnapshotCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  RequestSpotInstancesRequest,
16
16
  RequestSpotInstancesResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface RequestSpotInstancesCommandInput
20
20
  extends RequestSpotInstancesRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ResetAddressAttributeRequest,
16
16
  ResetAddressAttributeResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface ResetAddressAttributeCommandInput
20
20
  extends ResetAddressAttributeRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ResetEbsDefaultKmsKeyIdRequest,
16
16
  ResetEbsDefaultKmsKeyIdResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface ResetEbsDefaultKmsKeyIdCommandInput
20
20
  extends ResetEbsDefaultKmsKeyIdRequest {}
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ UnlockSnapshotRequest,
16
+ UnlockSnapshotResult,
17
+ } from "../models/models_7";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UnlockSnapshotCommandInput extends UnlockSnapshotRequest {}
20
+ export interface UnlockSnapshotCommandOutput
21
+ extends UnlockSnapshotResult,
22
+ __MetadataBearer {}
23
+ export declare class UnlockSnapshotCommand extends $Command<
24
+ UnlockSnapshotCommandInput,
25
+ UnlockSnapshotCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: UnlockSnapshotCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UnlockSnapshotCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UnlockSnapshotCommandInput, UnlockSnapshotCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -286,6 +286,7 @@ export * from "./DescribeLocalGatewayRouteTablesCommand";
286
286
  export * from "./DescribeLocalGatewayVirtualInterfaceGroupsCommand";
287
287
  export * from "./DescribeLocalGatewayVirtualInterfacesCommand";
288
288
  export * from "./DescribeLocalGatewaysCommand";
289
+ export * from "./DescribeLockedSnapshotsCommand";
289
290
  export * from "./DescribeManagedPrefixListsCommand";
290
291
  export * from "./DescribeMovingAddressesCommand";
291
292
  export * from "./DescribeNatGatewaysCommand";
@@ -472,6 +473,7 @@ export * from "./ImportSnapshotCommand";
472
473
  export * from "./ImportVolumeCommand";
473
474
  export * from "./ListImagesInRecycleBinCommand";
474
475
  export * from "./ListSnapshotsInRecycleBinCommand";
476
+ export * from "./LockSnapshotCommand";
475
477
  export * from "./ModifyAddressAttributeCommand";
476
478
  export * from "./ModifyAvailabilityZoneGroupCommand";
477
479
  export * from "./ModifyCapacityReservationCommand";
@@ -600,6 +602,7 @@ export * from "./TerminateInstancesCommand";
600
602
  export * from "./UnassignIpv6AddressesCommand";
601
603
  export * from "./UnassignPrivateIpAddressesCommand";
602
604
  export * from "./UnassignPrivateNatGatewayAddressCommand";
605
+ export * from "./UnlockSnapshotCommand";
603
606
  export * from "./UnmonitorInstancesCommand";
604
607
  export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
605
608
  export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
@@ -1337,6 +1337,7 @@ export interface AttachVerifiedAccessTrustProviderRequest {
1337
1337
  export declare const DeviceTrustProviderType: {
1338
1338
  readonly crowdstrike: "crowdstrike";
1339
1339
  readonly jamf: "jamf";
1340
+ readonly jumpcloud: "jumpcloud";
1340
1341
  };
1341
1342
  export type DeviceTrustProviderType =
1342
1343
  (typeof DeviceTrustProviderType)[keyof typeof DeviceTrustProviderType];
@@ -1370,6 +1371,7 @@ export interface VerifiedAccessInstance {
1370
1371
  }
1371
1372
  export interface DeviceOptions {
1372
1373
  TenantId?: string;
1374
+ PublicSigningKeyUrl?: string;
1373
1375
  }
1374
1376
  export interface OidcOptions {
1375
1377
  Issuer?: string;
@@ -2133,6 +2135,7 @@ export declare const _InstanceType: {
2133
2135
  readonly d3en_8xlarge: "d3en.8xlarge";
2134
2136
  readonly d3en_xlarge: "d3en.xlarge";
2135
2137
  readonly dl1_24xlarge: "dl1.24xlarge";
2138
+ readonly dl2q_24xlarge: "dl2q.24xlarge";
2136
2139
  readonly f1_16xlarge: "f1.16xlarge";
2137
2140
  readonly f1_2xlarge: "f1.2xlarge";
2138
2141
  readonly f1_4xlarge: "f1.4xlarge";
@@ -1069,6 +1069,7 @@ export interface CreateVerifiedAccessInstanceResult {
1069
1069
  }
1070
1070
  export interface CreateVerifiedAccessTrustProviderDeviceOptions {
1071
1071
  TenantId?: string;
1072
+ PublicSigningKeyUrl?: string;
1072
1073
  }
1073
1074
  export interface CreateVerifiedAccessTrustProviderOidcOptions {
1074
1075
  Issuer?: string;
@@ -22,7 +22,6 @@ import {
22
22
  TransitGatewayAssociationState,
23
23
  TransitGatewayAttachmentResourceType,
24
24
  TransitGatewayAttachmentState,
25
- TransitGatewayPeeringAttachment,
26
25
  UserIdGroupPair,
27
26
  } from "./models_0";
28
27
  import {
@@ -84,7 +83,6 @@ import {
84
83
  TrafficMirrorTarget,
85
84
  TransitGatewayConnect,
86
85
  TransitGatewayConnectPeer,
87
- TransitGatewayMulticastDomain,
88
86
  } from "./models_2";
89
87
  import {
90
88
  ArchitectureValues,
@@ -951,6 +949,35 @@ export interface DescribeLocalGatewayVirtualInterfacesResult {
951
949
  LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[];
952
950
  NextToken?: string;
953
951
  }
952
+ export interface DescribeLockedSnapshotsRequest {
953
+ Filters?: Filter[];
954
+ MaxResults?: number;
955
+ NextToken?: string;
956
+ SnapshotIds?: string[];
957
+ DryRun?: boolean;
958
+ }
959
+ export declare const LockState: {
960
+ readonly compliance: "compliance";
961
+ readonly compliance_cooloff: "compliance-cooloff";
962
+ readonly expired: "expired";
963
+ readonly governance: "governance";
964
+ };
965
+ export type LockState = (typeof LockState)[keyof typeof LockState];
966
+ export interface LockedSnapshotsInfo {
967
+ OwnerId?: string;
968
+ SnapshotId?: string;
969
+ LockState?: LockState;
970
+ LockDuration?: number;
971
+ CoolOffPeriod?: number;
972
+ CoolOffPeriodExpiresOn?: Date;
973
+ LockCreatedOn?: Date;
974
+ LockDurationStartTime?: Date;
975
+ LockExpiresOn?: Date;
976
+ }
977
+ export interface DescribeLockedSnapshotsResult {
978
+ Snapshots?: LockedSnapshotsInfo[];
979
+ NextToken?: string;
980
+ }
954
981
  export interface DescribeManagedPrefixListsRequest {
955
982
  DryRun?: boolean;
956
983
  Filters?: Filter[];
@@ -2047,28 +2074,6 @@ export interface DescribeTransitGatewayMulticastDomainsRequest {
2047
2074
  NextToken?: string;
2048
2075
  DryRun?: boolean;
2049
2076
  }
2050
- export interface DescribeTransitGatewayMulticastDomainsResult {
2051
- TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[];
2052
- NextToken?: string;
2053
- }
2054
- export interface DescribeTransitGatewayPeeringAttachmentsRequest {
2055
- TransitGatewayAttachmentIds?: string[];
2056
- Filters?: Filter[];
2057
- MaxResults?: number;
2058
- NextToken?: string;
2059
- DryRun?: boolean;
2060
- }
2061
- export interface DescribeTransitGatewayPeeringAttachmentsResult {
2062
- TransitGatewayPeeringAttachments?: TransitGatewayPeeringAttachment[];
2063
- NextToken?: string;
2064
- }
2065
- export interface DescribeTransitGatewayPolicyTablesRequest {
2066
- TransitGatewayPolicyTableIds?: string[];
2067
- Filters?: Filter[];
2068
- MaxResults?: number;
2069
- NextToken?: string;
2070
- DryRun?: boolean;
2071
- }
2072
2077
  export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2073
2078
  obj: DescribeLaunchTemplateVersionsResult
2074
2079
  ) => any;
@@ -17,6 +17,7 @@ import {
17
17
  TransitGatewayAssociation,
18
18
  TransitGatewayAttachmentResourceType,
19
19
  TransitGatewayMulticastDomainAssociations,
20
+ TransitGatewayPeeringAttachment,
20
21
  TransitGatewayPolicyTableAssociation,
21
22
  TransitGatewayVpcAttachment,
22
23
  TrunkInterfaceAssociation,
@@ -33,7 +34,6 @@ import {
33
34
  NetworkInsightsAccessScopeContent,
34
35
  RequestIpamResourceTag,
35
36
  ResponseLaunchTemplateData,
36
- TargetCapacityUnitType,
37
37
  VolumeType,
38
38
  Vpc,
39
39
  } from "./models_1";
@@ -49,6 +49,7 @@ import {
49
49
  SSEType,
50
50
  State,
51
51
  TransitGateway,
52
+ TransitGatewayMulticastDomain,
52
53
  TransitGatewayPolicyTable,
53
54
  TransitGatewayRouteTable,
54
55
  TransitGatewayRouteTableAnnouncement,
@@ -77,6 +78,28 @@ import {
77
78
  VirtualizationType,
78
79
  } from "./models_3";
79
80
  import { AnalysisStatus, ArchitectureType } from "./models_4";
81
+ export interface DescribeTransitGatewayMulticastDomainsResult {
82
+ TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[];
83
+ NextToken?: string;
84
+ }
85
+ export interface DescribeTransitGatewayPeeringAttachmentsRequest {
86
+ TransitGatewayAttachmentIds?: string[];
87
+ Filters?: Filter[];
88
+ MaxResults?: number;
89
+ NextToken?: string;
90
+ DryRun?: boolean;
91
+ }
92
+ export interface DescribeTransitGatewayPeeringAttachmentsResult {
93
+ TransitGatewayPeeringAttachments?: TransitGatewayPeeringAttachment[];
94
+ NextToken?: string;
95
+ }
96
+ export interface DescribeTransitGatewayPolicyTablesRequest {
97
+ TransitGatewayPolicyTableIds?: string[];
98
+ Filters?: Filter[];
99
+ MaxResults?: number;
100
+ NextToken?: string;
101
+ DryRun?: boolean;
102
+ }
80
103
  export interface DescribeTransitGatewayPolicyTablesResult {
81
104
  TransitGatewayPolicyTables?: TransitGatewayPolicyTable[];
82
105
  NextToken?: string;
@@ -1622,28 +1645,6 @@ export interface GetSerialConsoleAccessStatusRequest {
1622
1645
  export interface GetSerialConsoleAccessStatusResult {
1623
1646
  SerialConsoleAccessEnabled?: boolean;
1624
1647
  }
1625
- export interface GetSnapshotBlockPublicAccessStateRequest {
1626
- DryRun?: boolean;
1627
- }
1628
- export interface GetSnapshotBlockPublicAccessStateResult {
1629
- State?: SnapshotBlockPublicAccessState;
1630
- }
1631
- export interface InstanceRequirementsWithMetadataRequest {
1632
- ArchitectureTypes?: ArchitectureType[];
1633
- VirtualizationTypes?: VirtualizationType[];
1634
- InstanceRequirements?: InstanceRequirementsRequest;
1635
- }
1636
- export interface GetSpotPlacementScoresRequest {
1637
- InstanceTypes?: string[];
1638
- TargetCapacity: number | undefined;
1639
- TargetCapacityUnitType?: TargetCapacityUnitType;
1640
- SingleAvailabilityZone?: boolean;
1641
- RegionNames?: string[];
1642
- InstanceRequirementsWithMetadata?: InstanceRequirementsWithMetadataRequest;
1643
- DryRun?: boolean;
1644
- MaxResults?: number;
1645
- NextToken?: string;
1646
- }
1647
1648
  export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
1648
1649
  obj: DescribeVerifiedAccessTrustProvidersResult
1649
1650
  ) => any;
@@ -4,7 +4,6 @@ import {
4
4
  AddIpamOperatingRegion,
5
5
  AddPrefixListEntry,
6
6
  AddressAttribute,
7
- AddressAttributeName,
8
7
  Affinity,
9
8
  ApplianceModeSupportValue,
10
9
  AutoPlacement,
@@ -51,7 +50,7 @@ import {
51
50
  HostnameType,
52
51
  IcmpTypeCode,
53
52
  InstanceEventWindowTimeRangeRequest,
54
- InstanceInterruptionBehavior,
53
+ InstanceRequirementsRequest,
55
54
  Ipam,
56
55
  IpamPool,
57
56
  IpamResourceDiscovery,
@@ -65,8 +64,8 @@ import {
65
64
  RuleAction,
66
65
  SelfServicePortal,
67
66
  ShutdownBehavior,
68
- SpotInstanceType,
69
67
  TargetCapacitySpecificationRequest,
68
+ TargetCapacityUnitType,
70
69
  VolumeType,
71
70
  } from "./models_1";
72
71
  import {
@@ -121,8 +120,10 @@ import {
121
120
  SnapshotDetail,
122
121
  SnapshotTaskDetail,
123
122
  TpmSupportValues,
123
+ VirtualizationType,
124
124
  } from "./models_3";
125
125
  import {
126
+ ArchitectureType,
126
127
  CreateVolumePermission,
127
128
  ExcessCapacityTerminationPolicy,
128
129
  HttpTokensState,
@@ -131,28 +132,48 @@ import {
131
132
  InstanceMetadataOptionsResponse,
132
133
  InstanceMetadataProtocolState,
133
134
  InstanceMetadataTagsState,
134
- InstanceNetworkInterfaceSpecification,
135
135
  InstanceStatusEvent,
136
136
  LaunchTemplateConfig,
137
+ LockState,
137
138
  Monitoring,
138
139
  PublicIpv4PoolRange,
139
140
  ReservedInstancesConfiguration,
140
- RunInstancesMonitoringEnabled,
141
141
  ScheduledInstance,
142
142
  SnapshotAttributeName,
143
143
  SpotFleetRequestConfigData,
144
- SpotInstanceRequest,
145
- SpotPlacement,
146
144
  } from "./models_4";
147
145
  import {
148
146
  InstanceFamilyCreditSpecification,
149
147
  IpamResourceCidr,
150
148
  Purchase,
149
+ SnapshotBlockPublicAccessState,
151
150
  TransitGatewayPropagationState,
152
151
  UnlimitedSupportedInstanceFamily,
153
152
  VerifiedAccessInstanceLoggingConfiguration,
154
153
  VolumeModification,
155
154
  } from "./models_5";
155
+ export interface GetSnapshotBlockPublicAccessStateRequest {
156
+ DryRun?: boolean;
157
+ }
158
+ export interface GetSnapshotBlockPublicAccessStateResult {
159
+ State?: SnapshotBlockPublicAccessState;
160
+ }
161
+ export interface InstanceRequirementsWithMetadataRequest {
162
+ ArchitectureTypes?: ArchitectureType[];
163
+ VirtualizationTypes?: VirtualizationType[];
164
+ InstanceRequirements?: InstanceRequirementsRequest;
165
+ }
166
+ export interface GetSpotPlacementScoresRequest {
167
+ InstanceTypes?: string[];
168
+ TargetCapacity: number | undefined;
169
+ TargetCapacityUnitType?: TargetCapacityUnitType;
170
+ SingleAvailabilityZone?: boolean;
171
+ RegionNames?: string[];
172
+ InstanceRequirementsWithMetadata?: InstanceRequirementsWithMetadataRequest;
173
+ DryRun?: boolean;
174
+ MaxResults?: number;
175
+ NextToken?: string;
176
+ }
156
177
  export interface SpotPlacementScore {
157
178
  Region?: string;
158
179
  AvailabilityZoneId?: string;
@@ -532,6 +553,29 @@ export interface ListSnapshotsInRecycleBinResult {
532
553
  Snapshots?: SnapshotRecycleBinInfo[];
533
554
  NextToken?: string;
534
555
  }
556
+ export declare const LockMode: {
557
+ readonly compliance: "compliance";
558
+ readonly governance: "governance";
559
+ };
560
+ export type LockMode = (typeof LockMode)[keyof typeof LockMode];
561
+ export interface LockSnapshotRequest {
562
+ SnapshotId: string | undefined;
563
+ DryRun?: boolean;
564
+ LockMode: LockMode | undefined;
565
+ CoolOffPeriod?: number;
566
+ LockDuration?: number;
567
+ ExpirationDate?: Date;
568
+ }
569
+ export interface LockSnapshotResult {
570
+ SnapshotId?: string;
571
+ LockState?: LockState;
572
+ LockDuration?: number;
573
+ CoolOffPeriod?: number;
574
+ CoolOffPeriodExpiresOn?: Date;
575
+ LockCreatedOn?: Date;
576
+ LockExpiresOn?: Date;
577
+ LockDurationStartTime?: Date;
578
+ }
535
579
  export interface ModifyAddressAttributeRequest {
536
580
  AllocationId: string | undefined;
537
581
  DomainName?: string;
@@ -1228,6 +1272,9 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
1228
1272
  export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
1229
1273
  LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
1230
1274
  }
1275
+ export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
1276
+ PublicSigningKeyUrl?: string;
1277
+ }
1231
1278
  export interface ModifyVerifiedAccessTrustProviderOidcOptions {
1232
1279
  Issuer?: string;
1233
1280
  AuthorizationEndpoint?: string;
@@ -1240,6 +1287,7 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
1240
1287
  export interface ModifyVerifiedAccessTrustProviderRequest {
1241
1288
  VerifiedAccessTrustProviderId: string | undefined;
1242
1289
  OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
1290
+ DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
1243
1291
  Description?: string;
1244
1292
  DryRun?: boolean;
1245
1293
  ClientToken?: string;
@@ -1785,61 +1833,6 @@ export interface RequestSpotFleetRequest {
1785
1833
  export interface RequestSpotFleetResponse {
1786
1834
  SpotFleetRequestId?: string;
1787
1835
  }
1788
- export interface RequestSpotLaunchSpecification {
1789
- SecurityGroupIds?: string[];
1790
- SecurityGroups?: string[];
1791
- AddressingType?: string;
1792
- BlockDeviceMappings?: BlockDeviceMapping[];
1793
- EbsOptimized?: boolean;
1794
- IamInstanceProfile?: IamInstanceProfileSpecification;
1795
- ImageId?: string;
1796
- InstanceType?: _InstanceType;
1797
- KernelId?: string;
1798
- KeyName?: string;
1799
- Monitoring?: RunInstancesMonitoringEnabled;
1800
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
1801
- Placement?: SpotPlacement;
1802
- RamdiskId?: string;
1803
- SubnetId?: string;
1804
- UserData?: string;
1805
- }
1806
- export interface RequestSpotInstancesRequest {
1807
- AvailabilityZoneGroup?: string;
1808
- BlockDurationMinutes?: number;
1809
- ClientToken?: string;
1810
- DryRun?: boolean;
1811
- InstanceCount?: number;
1812
- LaunchGroup?: string;
1813
- LaunchSpecification?: RequestSpotLaunchSpecification;
1814
- SpotPrice?: string;
1815
- Type?: SpotInstanceType;
1816
- ValidFrom?: Date;
1817
- ValidUntil?: Date;
1818
- TagSpecifications?: TagSpecification[];
1819
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
1820
- }
1821
- export interface RequestSpotInstancesResult {
1822
- SpotInstanceRequests?: SpotInstanceRequest[];
1823
- }
1824
- export interface ResetAddressAttributeRequest {
1825
- AllocationId: string | undefined;
1826
- Attribute: AddressAttributeName | undefined;
1827
- DryRun?: boolean;
1828
- }
1829
- export interface ResetAddressAttributeResult {
1830
- Address?: AddressAttribute;
1831
- }
1832
- export interface ResetEbsDefaultKmsKeyIdRequest {
1833
- DryRun?: boolean;
1834
- }
1835
- export interface ResetEbsDefaultKmsKeyIdResult {
1836
- KmsKeyId?: string;
1837
- }
1838
- export declare const ResetFpgaImageAttributeName: {
1839
- readonly loadPermission: "loadPermission";
1840
- };
1841
- export type ResetFpgaImageAttributeName =
1842
- (typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
1843
1836
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1844
1837
  obj: GetVpnConnectionDeviceSampleConfigurationResult
1845
1838
  ) => any;
@@ -1911,12 +1904,3 @@ export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
1911
1904
  export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1912
1905
  obj: RequestSpotFleetRequest
1913
1906
  ) => any;
1914
- export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
1915
- obj: RequestSpotLaunchSpecification
1916
- ) => any;
1917
- export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
1918
- obj: RequestSpotInstancesRequest
1919
- ) => any;
1920
- export declare const RequestSpotInstancesResultFilterSensitiveLog: (
1921
- obj: RequestSpotInstancesResult
1922
- ) => any;
@@ -1,5 +1,7 @@
1
1
  import {
2
2
  _InstanceType,
3
+ AddressAttribute,
4
+ AddressAttributeName,
3
5
  ByoipCidr,
4
6
  ClientVpnAuthorizationRuleStatus,
5
7
  IamInstanceProfileSpecification,
@@ -41,13 +43,69 @@ import {
41
43
  NetworkInsightsAnalysis,
42
44
  RunInstancesMonitoringEnabled,
43
45
  SnapshotAttributeName,
46
+ SpotInstanceRequest,
47
+ SpotPlacement,
44
48
  } from "./models_4";
45
49
  import {
46
50
  CapacityReservationSpecification,
47
51
  InstanceMonitoring,
48
- ResetFpgaImageAttributeName,
49
52
  Status,
50
53
  } from "./models_6";
54
+ export interface RequestSpotLaunchSpecification {
55
+ SecurityGroupIds?: string[];
56
+ SecurityGroups?: string[];
57
+ AddressingType?: string;
58
+ BlockDeviceMappings?: BlockDeviceMapping[];
59
+ EbsOptimized?: boolean;
60
+ IamInstanceProfile?: IamInstanceProfileSpecification;
61
+ ImageId?: string;
62
+ InstanceType?: _InstanceType;
63
+ KernelId?: string;
64
+ KeyName?: string;
65
+ Monitoring?: RunInstancesMonitoringEnabled;
66
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
67
+ Placement?: SpotPlacement;
68
+ RamdiskId?: string;
69
+ SubnetId?: string;
70
+ UserData?: string;
71
+ }
72
+ export interface RequestSpotInstancesRequest {
73
+ AvailabilityZoneGroup?: string;
74
+ BlockDurationMinutes?: number;
75
+ ClientToken?: string;
76
+ DryRun?: boolean;
77
+ InstanceCount?: number;
78
+ LaunchGroup?: string;
79
+ LaunchSpecification?: RequestSpotLaunchSpecification;
80
+ SpotPrice?: string;
81
+ Type?: SpotInstanceType;
82
+ ValidFrom?: Date;
83
+ ValidUntil?: Date;
84
+ TagSpecifications?: TagSpecification[];
85
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
86
+ }
87
+ export interface RequestSpotInstancesResult {
88
+ SpotInstanceRequests?: SpotInstanceRequest[];
89
+ }
90
+ export interface ResetAddressAttributeRequest {
91
+ AllocationId: string | undefined;
92
+ Attribute: AddressAttributeName | undefined;
93
+ DryRun?: boolean;
94
+ }
95
+ export interface ResetAddressAttributeResult {
96
+ Address?: AddressAttribute;
97
+ }
98
+ export interface ResetEbsDefaultKmsKeyIdRequest {
99
+ DryRun?: boolean;
100
+ }
101
+ export interface ResetEbsDefaultKmsKeyIdResult {
102
+ KmsKeyId?: string;
103
+ }
104
+ export declare const ResetFpgaImageAttributeName: {
105
+ readonly loadPermission: "loadPermission";
106
+ };
107
+ export type ResetFpgaImageAttributeName =
108
+ (typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
51
109
  export interface ResetFpgaImageAttributeRequest {
52
110
  DryRun?: boolean;
53
111
  FpgaImageId: string | undefined;
@@ -493,6 +551,13 @@ export interface UnassignPrivateNatGatewayAddressResult {
493
551
  NatGatewayId?: string;
494
552
  NatGatewayAddresses?: NatGatewayAddress[];
495
553
  }
554
+ export interface UnlockSnapshotRequest {
555
+ SnapshotId: string | undefined;
556
+ DryRun?: boolean;
557
+ }
558
+ export interface UnlockSnapshotResult {
559
+ SnapshotId?: string;
560
+ }
496
561
  export interface UnmonitorInstancesRequest {
497
562
  InstanceIds: string[] | undefined;
498
563
  DryRun?: boolean;
@@ -531,6 +596,15 @@ export interface WithdrawByoipCidrRequest {
531
596
  export interface WithdrawByoipCidrResult {
532
597
  ByoipCidr?: ByoipCidr;
533
598
  }
599
+ export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
600
+ obj: RequestSpotLaunchSpecification
601
+ ) => any;
602
+ export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
603
+ obj: RequestSpotInstancesRequest
604
+ ) => any;
605
+ export declare const RequestSpotInstancesResultFilterSensitiveLog: (
606
+ obj: RequestSpotInstancesResult
607
+ ) => any;
534
608
  export declare const RunInstancesRequestFilterSensitiveLog: (
535
609
  obj: RunInstancesRequest
536
610
  ) => any;