@aws-sdk/client-ec2 3.694.0 → 3.696.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 (144) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +672 -54
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
  5. package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
  7. package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
  8. package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
  9. package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_1.js +5 -0
  12. package/dist-es/models/models_2.js +16 -0
  13. package/dist-es/models/models_4.js +0 -15
  14. package/dist-es/models/models_5.js +25 -0
  15. package/dist-es/models/models_6.js +0 -4
  16. package/dist-es/models/models_7.js +4 -1
  17. package/dist-es/protocols/Aws_ec2.js +511 -32
  18. package/dist-types/EC2.d.ts +44 -0
  19. package/dist-types/EC2Client.d.ts +8 -2
  20. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  21. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  22. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  23. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
  28. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
  30. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  33. package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
  34. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  35. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  43. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  44. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  45. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  49. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  50. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
  51. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
  55. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
  61. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  63. package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  65. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  66. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  67. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  68. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  69. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  70. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  71. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  72. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  74. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  75. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  76. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
  77. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
  78. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  79. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  80. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
  81. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  82. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  83. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  85. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  86. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  88. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  89. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  90. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  91. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  92. package/dist-types/commands/index.d.ts +6 -0
  93. package/dist-types/models/models_0.d.ts +27 -23
  94. package/dist-types/models/models_1.d.ts +120 -116
  95. package/dist-types/models/models_2.d.ts +276 -143
  96. package/dist-types/models/models_3.d.ts +192 -409
  97. package/dist-types/models/models_4.d.ts +1119 -1064
  98. package/dist-types/models/models_5.d.ts +2975 -2932
  99. package/dist-types/models/models_6.d.ts +4328 -4255
  100. package/dist-types/models/models_7.d.ts +564 -29
  101. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  102. package/dist-types/ts3.4/EC2.d.ts +140 -0
  103. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  104. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
  107. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
  119. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
  127. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  136. package/dist-types/ts3.4/models/models_1.d.ts +24 -27
  137. package/dist-types/ts3.4/models/models_2.d.ts +74 -40
  138. package/dist-types/ts3.4/models/models_3.d.ts +48 -76
  139. package/dist-types/ts3.4/models/models_4.d.ts +83 -77
  140. package/dist-types/ts3.4/models/models_5.d.ts +117 -107
  141. package/dist-types/ts3.4/models/models_6.d.ts +112 -117
  142. package/dist-types/ts3.4/models/models_7.d.ts +137 -3
  143. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  144. package/package.json +37 -37
@@ -1,4 +1,6 @@
1
1
  import {
2
+ AccessScopePath,
3
+ AccessScopePathRequest,
2
4
  ApplianceModeSupportValue,
3
5
  AttachmentStatus,
4
6
  CurrencyCodeValues,
@@ -39,18 +41,41 @@ import {
39
41
  GatewayType,
40
42
  InstanceIpv6Address,
41
43
  Ipam,
42
- IpamExternalResourceVerificationToken,
43
- IpamPool,
44
- IpamResourceDiscovery,
45
- IpamScope,
46
44
  Ipv4PrefixSpecificationRequest,
47
45
  Ipv6PrefixSpecificationRequest,
46
+ OperatorRequest,
47
+ OperatorResponse,
48
48
  PrivateIpAddressSpecification,
49
49
  Subnet,
50
50
  Tenancy,
51
51
  VolumeType,
52
52
  Vpc,
53
53
  } from "./models_1";
54
+ export interface CreateNetworkInsightsAccessScopeRequest {
55
+ MatchPaths?: AccessScopePathRequest[] | undefined;
56
+ ExcludePaths?: AccessScopePathRequest[] | undefined;
57
+ ClientToken?: string | undefined;
58
+ TagSpecifications?: TagSpecification[] | undefined;
59
+ DryRun?: boolean | undefined;
60
+ }
61
+ export interface NetworkInsightsAccessScope {
62
+ NetworkInsightsAccessScopeId?: string | undefined;
63
+ NetworkInsightsAccessScopeArn?: string | undefined;
64
+ CreatedDate?: Date | undefined;
65
+ UpdatedDate?: Date | undefined;
66
+ Tags?: Tag[] | undefined;
67
+ }
68
+ export interface NetworkInsightsAccessScopeContent {
69
+ NetworkInsightsAccessScopeId?: string | undefined;
70
+ MatchPaths?: AccessScopePath[] | undefined;
71
+ ExcludePaths?: AccessScopePath[] | undefined;
72
+ }
73
+ export interface CreateNetworkInsightsAccessScopeResult {
74
+ NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
75
+ NetworkInsightsAccessScopeContent?:
76
+ | NetworkInsightsAccessScopeContent
77
+ | undefined;
78
+ }
54
79
  export interface RequestFilterPortRange {
55
80
  FromPort?: number | undefined;
56
81
  ToPort?: number | undefined;
@@ -123,6 +148,7 @@ export interface CreateNetworkInterfaceRequest {
123
148
  ConnectionTrackingSpecification?:
124
149
  | ConnectionTrackingSpecificationRequest
125
150
  | undefined;
151
+ Operator?: OperatorRequest | undefined;
126
152
  SubnetId: string | undefined;
127
153
  Description?: string | undefined;
128
154
  PrivateIpAddress?: string | undefined;
@@ -241,6 +267,7 @@ export interface NetworkInterface {
241
267
  DenyAllIgwTraffic?: boolean | undefined;
242
268
  Ipv6Native?: boolean | undefined;
243
269
  Ipv6Address?: string | undefined;
270
+ Operator?: OperatorResponse | undefined;
244
271
  }
245
272
  export interface CreateNetworkInterfaceResult {
246
273
  NetworkInterface?: NetworkInterface | undefined;
@@ -1371,6 +1398,7 @@ export interface CreateVolumeRequest {
1371
1398
  MultiAttachEnabled?: boolean | undefined;
1372
1399
  Throughput?: number | undefined;
1373
1400
  ClientToken?: string | undefined;
1401
+ Operator?: OperatorRequest | undefined;
1374
1402
  DryRun?: boolean | undefined;
1375
1403
  }
1376
1404
  export declare const VolumeState: {
@@ -1391,6 +1419,7 @@ export interface Volume {
1391
1419
  MultiAttachEnabled?: boolean | undefined;
1392
1420
  Throughput?: number | undefined;
1393
1421
  SseType?: SSEType | undefined;
1422
+ Operator?: OperatorResponse | undefined;
1394
1423
  VolumeId?: string | undefined;
1395
1424
  Size?: number | undefined;
1396
1425
  SnapshotId?: string | undefined;
@@ -1418,6 +1447,47 @@ export interface CreateVpcRequest {
1418
1447
  export interface CreateVpcResult {
1419
1448
  Vpc?: Vpc | undefined;
1420
1449
  }
1450
+ export declare const InternetGatewayExclusionMode: {
1451
+ readonly allow_bidirectional: "allow-bidirectional";
1452
+ readonly allow_egress: "allow-egress";
1453
+ };
1454
+ export type InternetGatewayExclusionMode =
1455
+ (typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
1456
+ export interface CreateVpcBlockPublicAccessExclusionRequest {
1457
+ DryRun?: boolean | undefined;
1458
+ SubnetId?: string | undefined;
1459
+ VpcId?: string | undefined;
1460
+ InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
1461
+ TagSpecifications?: TagSpecification[] | undefined;
1462
+ }
1463
+ export declare const VpcBlockPublicAccessExclusionState: {
1464
+ readonly create_complete: "create-complete";
1465
+ readonly create_failed: "create-failed";
1466
+ readonly create_in_progress: "create-in-progress";
1467
+ readonly delete_complete: "delete-complete";
1468
+ readonly delete_in_progress: "delete-in-progress";
1469
+ readonly disable_complete: "disable-complete";
1470
+ readonly disable_in_progress: "disable-in-progress";
1471
+ readonly update_complete: "update-complete";
1472
+ readonly update_failed: "update-failed";
1473
+ readonly update_in_progress: "update-in-progress";
1474
+ };
1475
+ export type VpcBlockPublicAccessExclusionState =
1476
+ (typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
1477
+ export interface VpcBlockPublicAccessExclusion {
1478
+ ExclusionId?: string | undefined;
1479
+ InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
1480
+ ResourceArn?: string | undefined;
1481
+ State?: VpcBlockPublicAccessExclusionState | undefined;
1482
+ Reason?: string | undefined;
1483
+ CreationTimestamp?: Date | undefined;
1484
+ LastUpdateTimestamp?: Date | undefined;
1485
+ DeletionTimestamp?: Date | undefined;
1486
+ Tags?: Tag[] | undefined;
1487
+ }
1488
+ export interface CreateVpcBlockPublicAccessExclusionResult {
1489
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
1490
+ }
1421
1491
  export declare const DnsRecordIpType: {
1422
1492
  readonly dualstack: "dualstack";
1423
1493
  readonly ipv4: "ipv4";
@@ -2009,42 +2079,6 @@ export interface DeleteIpamExternalResourceVerificationTokenRequest {
2009
2079
  DryRun?: boolean | undefined;
2010
2080
  IpamExternalResourceVerificationTokenId: string | undefined;
2011
2081
  }
2012
- export interface DeleteIpamExternalResourceVerificationTokenResult {
2013
- IpamExternalResourceVerificationToken?:
2014
- | IpamExternalResourceVerificationToken
2015
- | undefined;
2016
- }
2017
- export interface DeleteIpamPoolRequest {
2018
- DryRun?: boolean | undefined;
2019
- IpamPoolId: string | undefined;
2020
- Cascade?: boolean | undefined;
2021
- }
2022
- export interface DeleteIpamPoolResult {
2023
- IpamPool?: IpamPool | undefined;
2024
- }
2025
- export interface DeleteIpamResourceDiscoveryRequest {
2026
- DryRun?: boolean | undefined;
2027
- IpamResourceDiscoveryId: string | undefined;
2028
- }
2029
- export interface DeleteIpamResourceDiscoveryResult {
2030
- IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
2031
- }
2032
- export interface DeleteIpamScopeRequest {
2033
- DryRun?: boolean | undefined;
2034
- IpamScopeId: string | undefined;
2035
- }
2036
- export interface DeleteIpamScopeResult {
2037
- IpamScope?: IpamScope | undefined;
2038
- }
2039
- export interface DeleteKeyPairRequest {
2040
- KeyName?: string | undefined;
2041
- KeyPairId?: string | undefined;
2042
- DryRun?: boolean | undefined;
2043
- }
2044
- export interface DeleteKeyPairResult {
2045
- Return?: boolean | undefined;
2046
- KeyPairId?: string | undefined;
2047
- }
2048
2082
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
2049
2083
  obj: CreateVerifiedAccessTrustProviderOidcOptions
2050
2084
  ) => any;
@@ -6,19 +6,13 @@ import {
6
6
  AddressAttribute,
7
7
  AddressAttributeName,
8
8
  AddressTransfer,
9
- AllocationState,
10
- AllowsMultipleInstanceTypes,
11
9
  AssociationStatus,
12
- AutoPlacement,
13
10
  BundleTask,
14
11
  ByoipCidr,
15
12
  CapacityReservationFleetState,
16
13
  CapacityReservationTenancy,
17
14
  ClientVpnAuthorizationRuleStatus,
18
15
  CurrencyCodeValues,
19
- HostMaintenance,
20
- HostRecovery,
21
- IamInstanceProfileAssociation,
22
16
  Tag,
23
17
  TransitGatewayPeeringAttachment,
24
18
  TransitGatewayVpcAttachment,
@@ -52,6 +46,10 @@ import {
52
46
  FleetReplacementStrategy,
53
47
  FleetType,
54
48
  InstanceLifecycle,
49
+ IpamExternalResourceVerificationToken,
50
+ IpamPool,
51
+ IpamResourceDiscovery,
52
+ IpamScope,
55
53
  LaunchTemplate,
56
54
  LaunchTemplateAndOverridesResponse,
57
55
  LocalGatewayRoute,
@@ -82,7 +80,44 @@ import {
82
80
  TransitGatewayRouteTableAnnouncement,
83
81
  VerifiedAccessEndpoint,
84
82
  VerifiedAccessGroup,
83
+ VpcBlockPublicAccessExclusion,
85
84
  } from "./models_2";
85
+ export interface DeleteIpamExternalResourceVerificationTokenResult {
86
+ IpamExternalResourceVerificationToken?:
87
+ | IpamExternalResourceVerificationToken
88
+ | undefined;
89
+ }
90
+ export interface DeleteIpamPoolRequest {
91
+ DryRun?: boolean | undefined;
92
+ IpamPoolId: string | undefined;
93
+ Cascade?: boolean | undefined;
94
+ }
95
+ export interface DeleteIpamPoolResult {
96
+ IpamPool?: IpamPool | undefined;
97
+ }
98
+ export interface DeleteIpamResourceDiscoveryRequest {
99
+ DryRun?: boolean | undefined;
100
+ IpamResourceDiscoveryId: string | undefined;
101
+ }
102
+ export interface DeleteIpamResourceDiscoveryResult {
103
+ IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
104
+ }
105
+ export interface DeleteIpamScopeRequest {
106
+ DryRun?: boolean | undefined;
107
+ IpamScopeId: string | undefined;
108
+ }
109
+ export interface DeleteIpamScopeResult {
110
+ IpamScope?: IpamScope | undefined;
111
+ }
112
+ export interface DeleteKeyPairRequest {
113
+ KeyName?: string | undefined;
114
+ KeyPairId?: string | undefined;
115
+ DryRun?: boolean | undefined;
116
+ }
117
+ export interface DeleteKeyPairResult {
118
+ Return?: boolean | undefined;
119
+ KeyPairId?: string | undefined;
120
+ }
86
121
  export interface DeleteLaunchTemplateRequest {
87
122
  DryRun?: boolean | undefined;
88
123
  LaunchTemplateId?: string | undefined;
@@ -458,6 +493,13 @@ export interface DeleteVpcRequest {
458
493
  VpcId: string | undefined;
459
494
  DryRun?: boolean | undefined;
460
495
  }
496
+ export interface DeleteVpcBlockPublicAccessExclusionRequest {
497
+ DryRun?: boolean | undefined;
498
+ ExclusionId: string | undefined;
499
+ }
500
+ export interface DeleteVpcBlockPublicAccessExclusionResult {
501
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
502
+ }
461
503
  export interface DeleteVpcEndpointConnectionNotificationsRequest {
462
504
  DryRun?: boolean | undefined;
463
505
  ConnectionNotificationIds: string[] | undefined;
@@ -1657,76 +1699,6 @@ export interface DescribeHostReservationsResult {
1657
1699
  HostReservationSet?: HostReservation[] | undefined;
1658
1700
  NextToken?: string | undefined;
1659
1701
  }
1660
- export interface DescribeHostsRequest {
1661
- HostIds?: string[] | undefined;
1662
- NextToken?: string | undefined;
1663
- MaxResults?: number | undefined;
1664
- Filter?: Filter[] | undefined;
1665
- }
1666
- export interface InstanceCapacity {
1667
- AvailableCapacity?: number | undefined;
1668
- InstanceType?: string | undefined;
1669
- TotalCapacity?: number | undefined;
1670
- }
1671
- export interface AvailableCapacity {
1672
- AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
1673
- AvailableVCpus?: number | undefined;
1674
- }
1675
- export interface HostProperties {
1676
- Cores?: number | undefined;
1677
- InstanceType?: string | undefined;
1678
- InstanceFamily?: string | undefined;
1679
- Sockets?: number | undefined;
1680
- TotalVCpus?: number | undefined;
1681
- }
1682
- export interface HostInstance {
1683
- InstanceId?: string | undefined;
1684
- InstanceType?: string | undefined;
1685
- OwnerId?: string | undefined;
1686
- }
1687
- export interface Host {
1688
- AutoPlacement?: AutoPlacement | undefined;
1689
- AvailabilityZone?: string | undefined;
1690
- AvailableCapacity?: AvailableCapacity | undefined;
1691
- ClientToken?: string | undefined;
1692
- HostId?: string | undefined;
1693
- HostProperties?: HostProperties | undefined;
1694
- HostReservationId?: string | undefined;
1695
- Instances?: HostInstance[] | undefined;
1696
- State?: AllocationState | undefined;
1697
- AllocationTime?: Date | undefined;
1698
- ReleaseTime?: Date | undefined;
1699
- Tags?: Tag[] | undefined;
1700
- HostRecovery?: HostRecovery | undefined;
1701
- AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
1702
- OwnerId?: string | undefined;
1703
- AvailabilityZoneId?: string | undefined;
1704
- MemberOfServiceLinkedResourceGroup?: boolean | undefined;
1705
- OutpostArn?: string | undefined;
1706
- HostMaintenance?: HostMaintenance | undefined;
1707
- AssetId?: string | undefined;
1708
- }
1709
- export interface DescribeHostsResult {
1710
- Hosts?: Host[] | undefined;
1711
- NextToken?: string | undefined;
1712
- }
1713
- export interface DescribeIamInstanceProfileAssociationsRequest {
1714
- AssociationIds?: string[] | undefined;
1715
- Filters?: Filter[] | undefined;
1716
- MaxResults?: number | undefined;
1717
- NextToken?: string | undefined;
1718
- }
1719
- export interface DescribeIamInstanceProfileAssociationsResult {
1720
- IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
1721
- NextToken?: string | undefined;
1722
- }
1723
- export interface DescribeIdentityIdFormatRequest {
1724
- Resource?: string | undefined;
1725
- PrincipalArn: string | undefined;
1726
- }
1727
- export interface DescribeIdentityIdFormatResult {
1728
- Statuses?: IdFormat[] | undefined;
1729
- }
1730
1702
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1731
1703
  obj: DeleteVerifiedAccessTrustProviderResult
1732
1704
  ) => any;
@@ -1,9 +1,15 @@
1
1
  import {
2
+ AllocationState,
3
+ AllowsMultipleInstanceTypes,
2
4
  AlternatePathHint,
3
5
  AttachmentStatus,
6
+ AutoPlacement,
4
7
  CurrencyCodeValues,
5
8
  Explanation,
9
+ HostMaintenance,
10
+ HostRecovery,
6
11
  IamInstanceProfile,
12
+ IamInstanceProfileAssociation,
7
13
  InstanceEventWindow,
8
14
  IpamResourceDiscoveryAssociation,
9
15
  IpPermission,
@@ -38,7 +44,7 @@ import {
38
44
  ManagedPrefixList,
39
45
  NatGateway,
40
46
  NetworkAcl,
41
- NetworkInsightsAccessScope,
47
+ OperatorResponse,
42
48
  Placement,
43
49
  PlatformValues,
44
50
  StateReason,
@@ -46,6 +52,7 @@ import {
46
52
  } from "./models_1";
47
53
  import {
48
54
  GroupIdentifier,
55
+ NetworkInsightsAccessScope,
49
56
  NetworkInsightsPath,
50
57
  NetworkInterface,
51
58
  NetworkInterfaceAttachment,
@@ -54,9 +61,6 @@ import {
54
61
  PlacementGroup,
55
62
  ReplaceRootVolumeTask,
56
63
  RouteTable,
57
- Snapshot,
58
- SnapshotState,
59
- StorageTier,
60
64
  } from "./models_2";
61
65
  import {
62
66
  Byoasn,
@@ -66,6 +70,76 @@ import {
66
70
  PermissionGroup,
67
71
  ProductCode,
68
72
  } from "./models_3";
73
+ export interface DescribeHostsRequest {
74
+ HostIds?: string[] | undefined;
75
+ NextToken?: string | undefined;
76
+ MaxResults?: number | undefined;
77
+ Filter?: Filter[] | undefined;
78
+ }
79
+ export interface InstanceCapacity {
80
+ AvailableCapacity?: number | undefined;
81
+ InstanceType?: string | undefined;
82
+ TotalCapacity?: number | undefined;
83
+ }
84
+ export interface AvailableCapacity {
85
+ AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
86
+ AvailableVCpus?: number | undefined;
87
+ }
88
+ export interface HostProperties {
89
+ Cores?: number | undefined;
90
+ InstanceType?: string | undefined;
91
+ InstanceFamily?: string | undefined;
92
+ Sockets?: number | undefined;
93
+ TotalVCpus?: number | undefined;
94
+ }
95
+ export interface HostInstance {
96
+ InstanceId?: string | undefined;
97
+ InstanceType?: string | undefined;
98
+ OwnerId?: string | undefined;
99
+ }
100
+ export interface Host {
101
+ AutoPlacement?: AutoPlacement | undefined;
102
+ AvailabilityZone?: string | undefined;
103
+ AvailableCapacity?: AvailableCapacity | undefined;
104
+ ClientToken?: string | undefined;
105
+ HostId?: string | undefined;
106
+ HostProperties?: HostProperties | undefined;
107
+ HostReservationId?: string | undefined;
108
+ Instances?: HostInstance[] | undefined;
109
+ State?: AllocationState | undefined;
110
+ AllocationTime?: Date | undefined;
111
+ ReleaseTime?: Date | undefined;
112
+ Tags?: Tag[] | undefined;
113
+ HostRecovery?: HostRecovery | undefined;
114
+ AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
115
+ OwnerId?: string | undefined;
116
+ AvailabilityZoneId?: string | undefined;
117
+ MemberOfServiceLinkedResourceGroup?: boolean | undefined;
118
+ OutpostArn?: string | undefined;
119
+ HostMaintenance?: HostMaintenance | undefined;
120
+ AssetId?: string | undefined;
121
+ }
122
+ export interface DescribeHostsResult {
123
+ Hosts?: Host[] | undefined;
124
+ NextToken?: string | undefined;
125
+ }
126
+ export interface DescribeIamInstanceProfileAssociationsRequest {
127
+ AssociationIds?: string[] | undefined;
128
+ Filters?: Filter[] | undefined;
129
+ MaxResults?: number | undefined;
130
+ NextToken?: string | undefined;
131
+ }
132
+ export interface DescribeIamInstanceProfileAssociationsResult {
133
+ IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
134
+ NextToken?: string | undefined;
135
+ }
136
+ export interface DescribeIdentityIdFormatRequest {
137
+ Resource?: string | undefined;
138
+ PrincipalArn: string | undefined;
139
+ }
140
+ export interface DescribeIdentityIdFormatResult {
141
+ Statuses?: IdFormat[] | undefined;
142
+ }
69
143
  export interface DescribeIdFormatRequest {
70
144
  Resource?: string | undefined;
71
145
  }
@@ -340,6 +414,7 @@ export interface EbsInstanceBlockDevice {
340
414
  VolumeId?: string | undefined;
341
415
  AssociatedResource?: string | undefined;
342
416
  VolumeOwnerId?: string | undefined;
417
+ Operator?: OperatorResponse | undefined;
343
418
  }
344
419
  export interface InstanceBlockDeviceMapping {
345
420
  DeviceName?: string | undefined;
@@ -454,6 +529,7 @@ export interface InstanceImageMetadata {
454
529
  OwnerId?: string | undefined;
455
530
  Tags?: Tag[] | undefined;
456
531
  ImageMetadata?: ImageMetadata | undefined;
532
+ Operator?: OperatorResponse | undefined;
457
533
  }
458
534
  export interface DescribeInstanceImageMetadataResult {
459
535
  InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
@@ -626,6 +702,7 @@ export interface InstanceNetworkInterface {
626
702
  ConnectionTrackingConfiguration?:
627
703
  | ConnectionTrackingSpecificationResponse
628
704
  | undefined;
705
+ Operator?: OperatorResponse | undefined;
629
706
  }
630
707
  export interface PrivateDnsNameOptionsResponse {
631
708
  HostnameType?: HostnameType | undefined;
@@ -674,6 +751,7 @@ export interface Instance {
674
751
  TpmSupport?: string | undefined;
675
752
  MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
676
753
  CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
754
+ Operator?: OperatorResponse | undefined;
677
755
  InstanceId?: string | undefined;
678
756
  ImageId?: string | undefined;
679
757
  State?: InstanceState | undefined;
@@ -770,6 +848,7 @@ export interface InstanceStatusSummary {
770
848
  export interface InstanceStatus {
771
849
  AvailabilityZone?: string | undefined;
772
850
  OutpostArn?: string | undefined;
851
+ Operator?: OperatorResponse | undefined;
773
852
  Events?: InstanceStatusEvent[] | undefined;
774
853
  InstanceId?: string | undefined;
775
854
  InstanceState?: InstanceState | undefined;
@@ -2013,79 +2092,6 @@ export interface DescribeSecurityGroupVpcAssociationsResult {
2013
2092
  SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
2014
2093
  NextToken?: string | undefined;
2015
2094
  }
2016
- export declare const SnapshotAttributeName: {
2017
- readonly createVolumePermission: "createVolumePermission";
2018
- readonly productCodes: "productCodes";
2019
- };
2020
- export type SnapshotAttributeName =
2021
- (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
2022
- export interface DescribeSnapshotAttributeRequest {
2023
- Attribute: SnapshotAttributeName | undefined;
2024
- SnapshotId: string | undefined;
2025
- DryRun?: boolean | undefined;
2026
- }
2027
- export interface CreateVolumePermission {
2028
- UserId?: string | undefined;
2029
- Group?: PermissionGroup | undefined;
2030
- }
2031
- export interface DescribeSnapshotAttributeResult {
2032
- ProductCodes?: ProductCode[] | undefined;
2033
- SnapshotId?: string | undefined;
2034
- CreateVolumePermissions?: CreateVolumePermission[] | undefined;
2035
- }
2036
- export interface DescribeSnapshotsRequest {
2037
- MaxResults?: number | undefined;
2038
- NextToken?: string | undefined;
2039
- OwnerIds?: string[] | undefined;
2040
- RestorableByUserIds?: string[] | undefined;
2041
- SnapshotIds?: string[] | undefined;
2042
- DryRun?: boolean | undefined;
2043
- Filters?: Filter[] | undefined;
2044
- }
2045
- export interface DescribeSnapshotsResult {
2046
- NextToken?: string | undefined;
2047
- Snapshots?: Snapshot[] | undefined;
2048
- }
2049
- export interface DescribeSnapshotTierStatusRequest {
2050
- Filters?: Filter[] | undefined;
2051
- DryRun?: boolean | undefined;
2052
- NextToken?: string | undefined;
2053
- MaxResults?: number | undefined;
2054
- }
2055
- export declare const TieringOperationStatus: {
2056
- readonly archival_completed: "archival-completed";
2057
- readonly archival_failed: "archival-failed";
2058
- readonly archival_in_progress: "archival-in-progress";
2059
- readonly permanent_restore_completed: "permanent-restore-completed";
2060
- readonly permanent_restore_failed: "permanent-restore-failed";
2061
- readonly permanent_restore_in_progress: "permanent-restore-in-progress";
2062
- readonly temporary_restore_completed: "temporary-restore-completed";
2063
- readonly temporary_restore_failed: "temporary-restore-failed";
2064
- readonly temporary_restore_in_progress: "temporary-restore-in-progress";
2065
- };
2066
- export type TieringOperationStatus =
2067
- (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
2068
- export interface SnapshotTierStatus {
2069
- SnapshotId?: string | undefined;
2070
- VolumeId?: string | undefined;
2071
- Status?: SnapshotState | undefined;
2072
- OwnerId?: string | undefined;
2073
- Tags?: Tag[] | undefined;
2074
- StorageTier?: StorageTier | undefined;
2075
- LastTieringStartTime?: Date | undefined;
2076
- LastTieringProgress?: number | undefined;
2077
- LastTieringOperationStatus?: TieringOperationStatus | undefined;
2078
- LastTieringOperationStatusDetail?: string | undefined;
2079
- ArchivalCompleteTime?: Date | undefined;
2080
- RestoreExpiryTime?: Date | undefined;
2081
- }
2082
- export interface DescribeSnapshotTierStatusResult {
2083
- SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
2084
- NextToken?: string | undefined;
2085
- }
2086
- export interface DescribeSpotDatafeedSubscriptionRequest {
2087
- DryRun?: boolean | undefined;
2088
- }
2089
2095
  export declare const SnapshotDetailFilterSensitiveLog: (
2090
2096
  obj: SnapshotDetail
2091
2097
  ) => any;