@aws-sdk/client-ec2 3.695.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 (118) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +551 -19
  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/protocols/Aws_ec2.js +395 -2
  16. package/dist-types/EC2.d.ts +44 -0
  17. package/dist-types/EC2Client.d.ts +8 -2
  18. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  19. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  20. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  21. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  22. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  24. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
  25. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  28. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  29. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  30. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  35. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  36. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  37. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  40. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  41. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  46. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  47. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  48. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  49. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  50. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  51. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  52. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  53. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  54. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  56. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  57. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
  58. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  59. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  60. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  61. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  62. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  64. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  65. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  66. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  67. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  68. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  69. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  70. package/dist-types/commands/index.d.ts +6 -0
  71. package/dist-types/models/models_0.d.ts +27 -23
  72. package/dist-types/models/models_1.d.ts +66 -80
  73. package/dist-types/models/models_2.d.ts +220 -106
  74. package/dist-types/models/models_3.d.ts +155 -371
  75. package/dist-types/models/models_4.d.ts +423 -401
  76. package/dist-types/models/models_5.d.ts +567 -506
  77. package/dist-types/models/models_6.d.ts +3268 -3187
  78. package/dist-types/models/models_7.d.ts +502 -28
  79. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  80. package/dist-types/ts3.4/EC2.d.ts +140 -0
  81. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  82. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
  85. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
  101. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  110. package/dist-types/ts3.4/models/models_1.d.ts +12 -15
  111. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  112. package/dist-types/ts3.4/models/models_3.d.ts +39 -69
  113. package/dist-types/ts3.4/models/models_4.d.ts +70 -70
  114. package/dist-types/ts3.4/models/models_5.d.ts +111 -101
  115. package/dist-types/ts3.4/models/models_6.d.ts +100 -102
  116. package/dist-types/ts3.4/models/models_7.d.ts +124 -2
  117. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  118. package/package.json +37 -37
@@ -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,35 @@ 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
+ }
86
112
  export interface DeleteKeyPairRequest {
87
113
  KeyName?: string | undefined;
88
114
  KeyPairId?: string | undefined;
@@ -467,6 +493,13 @@ export interface DeleteVpcRequest {
467
493
  VpcId: string | undefined;
468
494
  DryRun?: boolean | undefined;
469
495
  }
496
+ export interface DeleteVpcBlockPublicAccessExclusionRequest {
497
+ DryRun?: boolean | undefined;
498
+ ExclusionId: string | undefined;
499
+ }
500
+ export interface DeleteVpcBlockPublicAccessExclusionResult {
501
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
502
+ }
470
503
  export interface DeleteVpcEndpointConnectionNotificationsRequest {
471
504
  DryRun?: boolean | undefined;
472
505
  ConnectionNotificationIds: string[] | undefined;
@@ -1666,69 +1699,6 @@ export interface DescribeHostReservationsResult {
1666
1699
  HostReservationSet?: HostReservation[] | undefined;
1667
1700
  NextToken?: string | undefined;
1668
1701
  }
1669
- export interface DescribeHostsRequest {
1670
- HostIds?: string[] | undefined;
1671
- NextToken?: string | undefined;
1672
- MaxResults?: number | undefined;
1673
- Filter?: Filter[] | undefined;
1674
- }
1675
- export interface InstanceCapacity {
1676
- AvailableCapacity?: number | undefined;
1677
- InstanceType?: string | undefined;
1678
- TotalCapacity?: number | undefined;
1679
- }
1680
- export interface AvailableCapacity {
1681
- AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
1682
- AvailableVCpus?: number | undefined;
1683
- }
1684
- export interface HostProperties {
1685
- Cores?: number | undefined;
1686
- InstanceType?: string | undefined;
1687
- InstanceFamily?: string | undefined;
1688
- Sockets?: number | undefined;
1689
- TotalVCpus?: number | undefined;
1690
- }
1691
- export interface HostInstance {
1692
- InstanceId?: string | undefined;
1693
- InstanceType?: string | undefined;
1694
- OwnerId?: string | undefined;
1695
- }
1696
- export interface Host {
1697
- AutoPlacement?: AutoPlacement | undefined;
1698
- AvailabilityZone?: string | undefined;
1699
- AvailableCapacity?: AvailableCapacity | undefined;
1700
- ClientToken?: string | undefined;
1701
- HostId?: string | undefined;
1702
- HostProperties?: HostProperties | undefined;
1703
- HostReservationId?: string | undefined;
1704
- Instances?: HostInstance[] | undefined;
1705
- State?: AllocationState | undefined;
1706
- AllocationTime?: Date | undefined;
1707
- ReleaseTime?: Date | undefined;
1708
- Tags?: Tag[] | undefined;
1709
- HostRecovery?: HostRecovery | undefined;
1710
- AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
1711
- OwnerId?: string | undefined;
1712
- AvailabilityZoneId?: string | undefined;
1713
- MemberOfServiceLinkedResourceGroup?: boolean | undefined;
1714
- OutpostArn?: string | undefined;
1715
- HostMaintenance?: HostMaintenance | undefined;
1716
- AssetId?: string | undefined;
1717
- }
1718
- export interface DescribeHostsResult {
1719
- Hosts?: Host[] | undefined;
1720
- NextToken?: string | undefined;
1721
- }
1722
- export interface DescribeIamInstanceProfileAssociationsRequest {
1723
- AssociationIds?: string[] | undefined;
1724
- Filters?: Filter[] | undefined;
1725
- MaxResults?: number | undefined;
1726
- NextToken?: string | undefined;
1727
- }
1728
- export interface DescribeIamInstanceProfileAssociationsResult {
1729
- IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
1730
- NextToken?: string | undefined;
1731
- }
1732
1702
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1733
1703
  obj: DeleteVerifiedAccessTrustProviderResult
1734
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,6 @@ import {
38
44
  ManagedPrefixList,
39
45
  NatGateway,
40
46
  NetworkAcl,
41
- NetworkInsightsAccessScope,
42
47
  OperatorResponse,
43
48
  Placement,
44
49
  PlatformValues,
@@ -47,6 +52,7 @@ import {
47
52
  } from "./models_1";
48
53
  import {
49
54
  GroupIdentifier,
55
+ NetworkInsightsAccessScope,
50
56
  NetworkInsightsPath,
51
57
  NetworkInterface,
52
58
  NetworkInterfaceAttachment,
@@ -55,9 +61,6 @@ import {
55
61
  PlacementGroup,
56
62
  ReplaceRootVolumeTask,
57
63
  RouteTable,
58
- Snapshot,
59
- SnapshotState,
60
- StorageTier,
61
64
  } from "./models_2";
62
65
  import {
63
66
  Byoasn,
@@ -67,6 +70,69 @@ import {
67
70
  PermissionGroup,
68
71
  ProductCode,
69
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
+ }
70
136
  export interface DescribeIdentityIdFormatRequest {
71
137
  Resource?: string | undefined;
72
138
  PrincipalArn: string | undefined;
@@ -2026,72 +2092,6 @@ export interface DescribeSecurityGroupVpcAssociationsResult {
2026
2092
  SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
2027
2093
  NextToken?: string | undefined;
2028
2094
  }
2029
- export declare const SnapshotAttributeName: {
2030
- readonly createVolumePermission: "createVolumePermission";
2031
- readonly productCodes: "productCodes";
2032
- };
2033
- export type SnapshotAttributeName =
2034
- (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
2035
- export interface DescribeSnapshotAttributeRequest {
2036
- Attribute: SnapshotAttributeName | undefined;
2037
- SnapshotId: string | undefined;
2038
- DryRun?: boolean | undefined;
2039
- }
2040
- export interface CreateVolumePermission {
2041
- UserId?: string | undefined;
2042
- Group?: PermissionGroup | undefined;
2043
- }
2044
- export interface DescribeSnapshotAttributeResult {
2045
- ProductCodes?: ProductCode[] | undefined;
2046
- SnapshotId?: string | undefined;
2047
- CreateVolumePermissions?: CreateVolumePermission[] | undefined;
2048
- }
2049
- export interface DescribeSnapshotsRequest {
2050
- MaxResults?: number | undefined;
2051
- NextToken?: string | undefined;
2052
- OwnerIds?: string[] | undefined;
2053
- RestorableByUserIds?: string[] | undefined;
2054
- SnapshotIds?: string[] | undefined;
2055
- DryRun?: boolean | undefined;
2056
- Filters?: Filter[] | undefined;
2057
- }
2058
- export interface DescribeSnapshotsResult {
2059
- NextToken?: string | undefined;
2060
- Snapshots?: Snapshot[] | undefined;
2061
- }
2062
- export interface DescribeSnapshotTierStatusRequest {
2063
- Filters?: Filter[] | undefined;
2064
- DryRun?: boolean | undefined;
2065
- NextToken?: string | undefined;
2066
- MaxResults?: number | undefined;
2067
- }
2068
- export declare const TieringOperationStatus: {
2069
- readonly archival_completed: "archival-completed";
2070
- readonly archival_failed: "archival-failed";
2071
- readonly archival_in_progress: "archival-in-progress";
2072
- readonly permanent_restore_completed: "permanent-restore-completed";
2073
- readonly permanent_restore_failed: "permanent-restore-failed";
2074
- readonly permanent_restore_in_progress: "permanent-restore-in-progress";
2075
- readonly temporary_restore_completed: "temporary-restore-completed";
2076
- readonly temporary_restore_failed: "temporary-restore-failed";
2077
- readonly temporary_restore_in_progress: "temporary-restore-in-progress";
2078
- };
2079
- export type TieringOperationStatus =
2080
- (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
2081
- export interface SnapshotTierStatus {
2082
- SnapshotId?: string | undefined;
2083
- VolumeId?: string | undefined;
2084
- Status?: SnapshotState | undefined;
2085
- OwnerId?: string | undefined;
2086
- Tags?: Tag[] | undefined;
2087
- StorageTier?: StorageTier | undefined;
2088
- LastTieringStartTime?: Date | undefined;
2089
- LastTieringProgress?: number | undefined;
2090
- LastTieringOperationStatus?: TieringOperationStatus | undefined;
2091
- LastTieringOperationStatusDetail?: string | undefined;
2092
- ArchivalCompleteTime?: Date | undefined;
2093
- RestoreExpiryTime?: Date | undefined;
2094
- }
2095
2095
  export declare const SnapshotDetailFilterSensitiveLog: (
2096
2096
  obj: SnapshotDetail
2097
2097
  ) => any;
@@ -7,7 +7,6 @@ import {
7
7
  AsnAssociation,
8
8
  AssociationStatus,
9
9
  BatchState,
10
- CapacityReservationState,
11
10
  IamInstanceProfileAssociation,
12
11
  IamInstanceProfileSpecification,
13
12
  InstanceEventWindow,
@@ -65,9 +64,12 @@ import {
65
64
  ServiceConfiguration,
66
65
  ServiceConnectivityType,
67
66
  ServiceTypeDetail,
67
+ Snapshot,
68
+ SnapshotState,
68
69
  SpotDatafeedSubscription,
69
70
  SpotInstanceStateFault,
70
71
  State,
72
+ StorageTier,
71
73
  TrafficMirrorFilter,
72
74
  TrafficMirrorFilterRule,
73
75
  TrafficMirrorSession,
@@ -82,6 +84,7 @@ import {
82
84
  VerifiedAccessEndpoint,
83
85
  VerifiedAccessGroup,
84
86
  Volume,
87
+ VpcBlockPublicAccessExclusion,
85
88
  VpcEndpoint,
86
89
  VpnConnection,
87
90
  VpnGateway,
@@ -96,15 +99,77 @@ import {
96
99
  FastSnapshotRestoreStateCode,
97
100
  Filter,
98
101
  MetricType,
99
- PeriodType,
102
+ PermissionGroup,
100
103
  ProductCode,
101
104
  StatisticType,
102
105
  } from "./models_3";
103
- import {
104
- AttributeBooleanValue,
105
- RIProductDescription,
106
- SnapshotTierStatus,
107
- } from "./models_4";
106
+ import { AttributeBooleanValue, RIProductDescription } from "./models_4";
107
+ export declare const SnapshotAttributeName: {
108
+ readonly createVolumePermission: "createVolumePermission";
109
+ readonly productCodes: "productCodes";
110
+ };
111
+ export type SnapshotAttributeName =
112
+ (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
113
+ export interface DescribeSnapshotAttributeRequest {
114
+ Attribute: SnapshotAttributeName | undefined;
115
+ SnapshotId: string | undefined;
116
+ DryRun?: boolean | undefined;
117
+ }
118
+ export interface CreateVolumePermission {
119
+ UserId?: string | undefined;
120
+ Group?: PermissionGroup | undefined;
121
+ }
122
+ export interface DescribeSnapshotAttributeResult {
123
+ ProductCodes?: ProductCode[] | undefined;
124
+ SnapshotId?: string | undefined;
125
+ CreateVolumePermissions?: CreateVolumePermission[] | undefined;
126
+ }
127
+ export interface DescribeSnapshotsRequest {
128
+ MaxResults?: number | undefined;
129
+ NextToken?: string | undefined;
130
+ OwnerIds?: string[] | undefined;
131
+ RestorableByUserIds?: string[] | undefined;
132
+ SnapshotIds?: string[] | undefined;
133
+ DryRun?: boolean | undefined;
134
+ Filters?: Filter[] | undefined;
135
+ }
136
+ export interface DescribeSnapshotsResult {
137
+ NextToken?: string | undefined;
138
+ Snapshots?: Snapshot[] | undefined;
139
+ }
140
+ export interface DescribeSnapshotTierStatusRequest {
141
+ Filters?: Filter[] | undefined;
142
+ DryRun?: boolean | undefined;
143
+ NextToken?: string | undefined;
144
+ MaxResults?: number | undefined;
145
+ }
146
+ export declare const TieringOperationStatus: {
147
+ readonly archival_completed: "archival-completed";
148
+ readonly archival_failed: "archival-failed";
149
+ readonly archival_in_progress: "archival-in-progress";
150
+ readonly permanent_restore_completed: "permanent-restore-completed";
151
+ readonly permanent_restore_failed: "permanent-restore-failed";
152
+ readonly permanent_restore_in_progress: "permanent-restore-in-progress";
153
+ readonly temporary_restore_completed: "temporary-restore-completed";
154
+ readonly temporary_restore_failed: "temporary-restore-failed";
155
+ readonly temporary_restore_in_progress: "temporary-restore-in-progress";
156
+ };
157
+ export type TieringOperationStatus =
158
+ (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
159
+ export interface SnapshotTierStatus {
160
+ SnapshotId?: string | undefined;
161
+ VolumeId?: string | undefined;
162
+ Status?: SnapshotState | undefined;
163
+ OwnerId?: string | undefined;
164
+ Tags?: Tag[] | undefined;
165
+ StorageTier?: StorageTier | undefined;
166
+ LastTieringStartTime?: Date | undefined;
167
+ LastTieringProgress?: number | undefined;
168
+ LastTieringOperationStatus?: TieringOperationStatus | undefined;
169
+ LastTieringOperationStatusDetail?: string | undefined;
170
+ ArchivalCompleteTime?: Date | undefined;
171
+ RestoreExpiryTime?: Date | undefined;
172
+ }
108
173
  export interface DescribeSnapshotTierStatusResult {
109
174
  SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
110
175
  NextToken?: string | undefined;
@@ -901,6 +966,45 @@ export interface DescribeVpcAttributeResult {
901
966
  EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
902
967
  VpcId?: string | undefined;
903
968
  }
969
+ export interface DescribeVpcBlockPublicAccessExclusionsRequest {
970
+ DryRun?: boolean | undefined;
971
+ Filters?: Filter[] | undefined;
972
+ ExclusionIds?: string[] | undefined;
973
+ NextToken?: string | undefined;
974
+ MaxResults?: number | undefined;
975
+ }
976
+ export interface DescribeVpcBlockPublicAccessExclusionsResult {
977
+ VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
978
+ NextToken?: string | undefined;
979
+ }
980
+ export interface DescribeVpcBlockPublicAccessOptionsRequest {
981
+ DryRun?: boolean | undefined;
982
+ }
983
+ export declare const InternetGatewayBlockMode: {
984
+ readonly block_bidirectional: "block-bidirectional";
985
+ readonly block_ingress: "block-ingress";
986
+ readonly off: "off";
987
+ };
988
+ export type InternetGatewayBlockMode =
989
+ (typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
990
+ export declare const VpcBlockPublicAccessState: {
991
+ readonly default_state: "default-state";
992
+ readonly update_complete: "update-complete";
993
+ readonly update_in_progress: "update-in-progress";
994
+ };
995
+ export type VpcBlockPublicAccessState =
996
+ (typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
997
+ export interface VpcBlockPublicAccessOptions {
998
+ AwsAccountId?: string | undefined;
999
+ AwsRegion?: string | undefined;
1000
+ State?: VpcBlockPublicAccessState | undefined;
1001
+ InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
1002
+ Reason?: string | undefined;
1003
+ LastUpdateTimestamp?: Date | undefined;
1004
+ }
1005
+ export interface DescribeVpcBlockPublicAccessOptionsResult {
1006
+ VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
1007
+ }
904
1008
  export interface DescribeVpcClassicLinkRequest {
905
1009
  DryRun?: boolean | undefined;
906
1010
  VpcIds?: string[] | undefined;
@@ -1656,100 +1760,6 @@ export interface ExportTransitGatewayRoutesRequest {
1656
1760
  export interface ExportTransitGatewayRoutesResult {
1657
1761
  S3Location?: string | undefined;
1658
1762
  }
1659
- export interface GetAssociatedEnclaveCertificateIamRolesRequest {
1660
- CertificateArn: string | undefined;
1661
- DryRun?: boolean | undefined;
1662
- }
1663
- export interface AssociatedRole {
1664
- AssociatedRoleArn?: string | undefined;
1665
- CertificateS3BucketName?: string | undefined;
1666
- CertificateS3ObjectKey?: string | undefined;
1667
- EncryptionKmsKeyId?: string | undefined;
1668
- }
1669
- export interface GetAssociatedEnclaveCertificateIamRolesResult {
1670
- AssociatedRoles?: AssociatedRole[] | undefined;
1671
- }
1672
- export interface GetAssociatedIpv6PoolCidrsRequest {
1673
- PoolId: string | undefined;
1674
- NextToken?: string | undefined;
1675
- MaxResults?: number | undefined;
1676
- DryRun?: boolean | undefined;
1677
- }
1678
- export interface Ipv6CidrAssociation {
1679
- Ipv6Cidr?: string | undefined;
1680
- AssociatedResource?: string | undefined;
1681
- }
1682
- export interface GetAssociatedIpv6PoolCidrsResult {
1683
- Ipv6CidrAssociations?: Ipv6CidrAssociation[] | undefined;
1684
- NextToken?: string | undefined;
1685
- }
1686
- export interface DataQuery {
1687
- Id?: string | undefined;
1688
- Source?: string | undefined;
1689
- Destination?: string | undefined;
1690
- Metric?: MetricType | undefined;
1691
- Statistic?: StatisticType | undefined;
1692
- Period?: PeriodType | undefined;
1693
- }
1694
- export interface GetAwsNetworkPerformanceDataRequest {
1695
- DataQueries?: DataQuery[] | undefined;
1696
- StartTime?: Date | undefined;
1697
- EndTime?: Date | undefined;
1698
- MaxResults?: number | undefined;
1699
- NextToken?: string | undefined;
1700
- DryRun?: boolean | undefined;
1701
- }
1702
- export interface MetricPoint {
1703
- StartDate?: Date | undefined;
1704
- EndDate?: Date | undefined;
1705
- Value?: number | undefined;
1706
- Status?: string | undefined;
1707
- }
1708
- export interface DataResponse {
1709
- Id?: string | undefined;
1710
- Source?: string | undefined;
1711
- Destination?: string | undefined;
1712
- Metric?: MetricType | undefined;
1713
- Statistic?: StatisticType | undefined;
1714
- Period?: PeriodType | undefined;
1715
- MetricPoints?: MetricPoint[] | undefined;
1716
- }
1717
- export interface GetAwsNetworkPerformanceDataResult {
1718
- DataResponses?: DataResponse[] | undefined;
1719
- NextToken?: string | undefined;
1720
- }
1721
- export interface GetCapacityReservationUsageRequest {
1722
- CapacityReservationId: string | undefined;
1723
- NextToken?: string | undefined;
1724
- MaxResults?: number | undefined;
1725
- DryRun?: boolean | undefined;
1726
- }
1727
- export interface InstanceUsage {
1728
- AccountId?: string | undefined;
1729
- UsedInstanceCount?: number | undefined;
1730
- }
1731
- export interface GetCapacityReservationUsageResult {
1732
- NextToken?: string | undefined;
1733
- CapacityReservationId?: string | undefined;
1734
- InstanceType?: string | undefined;
1735
- TotalInstanceCount?: number | undefined;
1736
- AvailableInstanceCount?: number | undefined;
1737
- State?: CapacityReservationState | undefined;
1738
- InstanceUsages?: InstanceUsage[] | undefined;
1739
- }
1740
- export interface GetCoipPoolUsageRequest {
1741
- PoolId: string | undefined;
1742
- Filters?: Filter[] | undefined;
1743
- MaxResults?: number | undefined;
1744
- NextToken?: string | undefined;
1745
- DryRun?: boolean | undefined;
1746
- }
1747
- export interface CoipAddressUsage {
1748
- AllocationId?: string | undefined;
1749
- AwsAccountId?: string | undefined;
1750
- AwsService?: string | undefined;
1751
- CoIp?: string | undefined;
1752
- }
1753
1763
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1754
1764
  obj: SpotFleetLaunchSpecification
1755
1765
  ) => any;