@aws-sdk/client-ec2 3.695.0 → 3.697.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 (162) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +730 -57
  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 +7 -4
  12. package/dist-es/models/models_2.js +20 -0
  13. package/dist-es/models/models_3.js +0 -6
  14. package/dist-es/models/models_4.js +6 -15
  15. package/dist-es/models/models_5.js +25 -0
  16. package/dist-es/protocols/Aws_ec2.js +563 -28
  17. package/dist-types/EC2.d.ts +44 -0
  18. package/dist-types/EC2Client.d.ts +8 -2
  19. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  20. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  21. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  22. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  28. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
  31. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -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/DeleteInstanceEventWindowCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  44. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  45. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  46. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  47. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  52. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  55. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -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/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  65. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  66. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  67. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  68. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  69. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  70. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
  71. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  72. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  74. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  76. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  77. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
  78. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  79. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  80. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  81. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  83. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  84. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
  85. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  86. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  87. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  90. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  91. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  93. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  95. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  96. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  97. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  98. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  99. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  100. package/dist-types/commands/index.d.ts +6 -0
  101. package/dist-types/models/models_0.d.ts +27 -23
  102. package/dist-types/models/models_1.d.ts +310 -277
  103. package/dist-types/models/models_2.d.ts +417 -219
  104. package/dist-types/models/models_3.d.ts +268 -589
  105. package/dist-types/models/models_4.d.ts +6951 -7048
  106. package/dist-types/models/models_5.d.ts +3709 -3519
  107. package/dist-types/models/models_6.d.ts +4429 -4255
  108. package/dist-types/models/models_7.d.ts +624 -29
  109. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  110. package/dist-types/ts3.4/EC2.d.ts +140 -0
  111. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  112. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
  113. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
  117. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
  125. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
  132. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
  136. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
  143. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  153. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  154. package/dist-types/ts3.4/models/models_1.d.ts +34 -60
  155. package/dist-types/ts3.4/models/models_2.d.ts +102 -57
  156. package/dist-types/ts3.4/models/models_3.d.ts +64 -117
  157. package/dist-types/ts3.4/models/models_4.d.ts +119 -113
  158. package/dist-types/ts3.4/models/models_5.d.ts +152 -141
  159. package/dist-types/ts3.4/models/models_6.d.ts +139 -138
  160. package/dist-types/ts3.4/models/models_7.d.ts +158 -3
  161. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  162. package/package.json +37 -37
@@ -1,10 +1,511 @@
1
- import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessTrustProvider } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, OperatorRequest, Placement, RuleAction, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
3
- import { DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, SubnetConfiguration, TransitGatewayRoute, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
1
+ import { AddedPrincipal, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, ByoipCidr, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, Ipv6SupportValue, NatGatewayAddress, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
3
+ import { DnsOptionsSpecification, IcmpTypeCode, IKEVersionsRequestListValue, InternetGatewayExclusionMode, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, RuleAction, SnapshotState, SSEType, SubnetConfiguration, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
4
4
  import { Byoasn, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
5
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, SnapshotAttributeName, TpmSupportValues } from "./models_4";
6
- import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VolumeModification } from "./models_5";
5
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, TpmSupportValues } from "./models_4";
6
+ import { InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
7
  import { CapacityReservationSpecification, Purchase } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ModifyTransitGatewayPrefixListReferenceResult {
12
+ /**
13
+ * <p>Information about the prefix list reference.</p>
14
+ * @public
15
+ */
16
+ TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference | undefined;
17
+ }
18
+ /**
19
+ * <p>Describes the options for a VPC attachment.</p>
20
+ * @public
21
+ */
22
+ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
23
+ /**
24
+ * <p>Enable or disable DNS support. The default is <code>enable</code>.</p>
25
+ * @public
26
+ */
27
+ DnsSupport?: DnsSupportValue | undefined;
28
+ /**
29
+ * <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
30
+ *
31
+ * </p>
32
+ * <p>This option is disabled by default.</p>
33
+ * <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
34
+ * @public
35
+ */
36
+ SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
37
+ /**
38
+ * <p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>
39
+ * @public
40
+ */
41
+ Ipv6Support?: Ipv6SupportValue | undefined;
42
+ /**
43
+ * <p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>
44
+ * @public
45
+ */
46
+ ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
47
+ }
48
+ /**
49
+ * @public
50
+ */
51
+ export interface ModifyTransitGatewayVpcAttachmentRequest {
52
+ /**
53
+ * <p>The ID of the attachment.</p>
54
+ * @public
55
+ */
56
+ TransitGatewayAttachmentId: string | undefined;
57
+ /**
58
+ * <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
59
+ * @public
60
+ */
61
+ AddSubnetIds?: string[] | undefined;
62
+ /**
63
+ * <p>The IDs of one or more subnets to remove.</p>
64
+ * @public
65
+ */
66
+ RemoveSubnetIds?: string[] | undefined;
67
+ /**
68
+ * <p>The new VPC attachment options.</p>
69
+ * @public
70
+ */
71
+ Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
72
+ /**
73
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
74
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
75
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
76
+ * @public
77
+ */
78
+ DryRun?: boolean | undefined;
79
+ }
80
+ /**
81
+ * @public
82
+ */
83
+ export interface ModifyTransitGatewayVpcAttachmentResult {
84
+ /**
85
+ * <p>Information about the modified attachment.</p>
86
+ * @public
87
+ */
88
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
89
+ }
90
+ /**
91
+ * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
92
+ * <code>load-balancer</code> type.</p>
93
+ * @public
94
+ */
95
+ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
96
+ /**
97
+ * <p>The IDs of the subnets.</p>
98
+ * @public
99
+ */
100
+ SubnetIds?: string[] | undefined;
101
+ /**
102
+ * <p>The IP protocol.</p>
103
+ * @public
104
+ */
105
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
106
+ /**
107
+ * <p>The IP port number.</p>
108
+ * @public
109
+ */
110
+ Port?: number | undefined;
111
+ }
112
+ /**
113
+ * <p>Describes the options when modifying a Verified Access endpoint with the
114
+ * <code>network-interface</code> type.</p>
115
+ * @public
116
+ */
117
+ export interface ModifyVerifiedAccessEndpointEniOptions {
118
+ /**
119
+ * <p>The IP protocol.</p>
120
+ * @public
121
+ */
122
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
123
+ /**
124
+ * <p>The IP port number.</p>
125
+ * @public
126
+ */
127
+ Port?: number | undefined;
128
+ }
129
+ /**
130
+ * @public
131
+ */
132
+ export interface ModifyVerifiedAccessEndpointRequest {
133
+ /**
134
+ * <p>The ID of the Verified Access endpoint.</p>
135
+ * @public
136
+ */
137
+ VerifiedAccessEndpointId: string | undefined;
138
+ /**
139
+ * <p>The ID of the Verified Access group.</p>
140
+ * @public
141
+ */
142
+ VerifiedAccessGroupId?: string | undefined;
143
+ /**
144
+ * <p>The load balancer details if creating the Verified Access endpoint as
145
+ * <code>load-balancer</code>type.</p>
146
+ * @public
147
+ */
148
+ LoadBalancerOptions?: ModifyVerifiedAccessEndpointLoadBalancerOptions | undefined;
149
+ /**
150
+ * <p>The network interface options.</p>
151
+ * @public
152
+ */
153
+ NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
154
+ /**
155
+ * <p>A description for the Verified Access endpoint.</p>
156
+ * @public
157
+ */
158
+ Description?: string | undefined;
159
+ /**
160
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
161
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
162
+ * @public
163
+ */
164
+ ClientToken?: string | undefined;
165
+ /**
166
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
167
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
168
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
169
+ * @public
170
+ */
171
+ DryRun?: boolean | undefined;
172
+ }
173
+ /**
174
+ * @public
175
+ */
176
+ export interface ModifyVerifiedAccessEndpointResult {
177
+ /**
178
+ * <p>Details about the Verified Access endpoint.</p>
179
+ * @public
180
+ */
181
+ VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
182
+ }
183
+ /**
184
+ * @public
185
+ */
186
+ export interface ModifyVerifiedAccessEndpointPolicyRequest {
187
+ /**
188
+ * <p>The ID of the Verified Access endpoint.</p>
189
+ * @public
190
+ */
191
+ VerifiedAccessEndpointId: string | undefined;
192
+ /**
193
+ * <p>The status of the Verified Access policy.</p>
194
+ * @public
195
+ */
196
+ PolicyEnabled?: boolean | undefined;
197
+ /**
198
+ * <p>The Verified Access policy document.</p>
199
+ * @public
200
+ */
201
+ PolicyDocument?: string | undefined;
202
+ /**
203
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
204
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
205
+ * @public
206
+ */
207
+ ClientToken?: string | undefined;
208
+ /**
209
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
210
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
211
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
212
+ * @public
213
+ */
214
+ DryRun?: boolean | undefined;
215
+ /**
216
+ * <p>The options for server side encryption.</p>
217
+ * @public
218
+ */
219
+ SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
220
+ }
221
+ /**
222
+ * @public
223
+ */
224
+ export interface ModifyVerifiedAccessEndpointPolicyResult {
225
+ /**
226
+ * <p>The status of the Verified Access policy.</p>
227
+ * @public
228
+ */
229
+ PolicyEnabled?: boolean | undefined;
230
+ /**
231
+ * <p>The Verified Access policy document.</p>
232
+ * @public
233
+ */
234
+ PolicyDocument?: string | undefined;
235
+ /**
236
+ * <p>The options in use for server side encryption.</p>
237
+ * @public
238
+ */
239
+ SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
240
+ }
241
+ /**
242
+ * @public
243
+ */
244
+ export interface ModifyVerifiedAccessGroupRequest {
245
+ /**
246
+ * <p>The ID of the Verified Access group.</p>
247
+ * @public
248
+ */
249
+ VerifiedAccessGroupId: string | undefined;
250
+ /**
251
+ * <p>The ID of the Verified Access instance.</p>
252
+ * @public
253
+ */
254
+ VerifiedAccessInstanceId?: string | undefined;
255
+ /**
256
+ * <p>A description for the Verified Access group.</p>
257
+ * @public
258
+ */
259
+ Description?: string | undefined;
260
+ /**
261
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
262
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
263
+ * @public
264
+ */
265
+ ClientToken?: string | undefined;
266
+ /**
267
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
268
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
269
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
270
+ * @public
271
+ */
272
+ DryRun?: boolean | undefined;
273
+ }
274
+ /**
275
+ * @public
276
+ */
277
+ export interface ModifyVerifiedAccessGroupResult {
278
+ /**
279
+ * <p>Details about the Verified Access group.</p>
280
+ * @public
281
+ */
282
+ VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
283
+ }
284
+ /**
285
+ * @public
286
+ */
287
+ export interface ModifyVerifiedAccessGroupPolicyRequest {
288
+ /**
289
+ * <p>The ID of the Verified Access group.</p>
290
+ * @public
291
+ */
292
+ VerifiedAccessGroupId: string | undefined;
293
+ /**
294
+ * <p>The status of the Verified Access policy.</p>
295
+ * @public
296
+ */
297
+ PolicyEnabled?: boolean | undefined;
298
+ /**
299
+ * <p>The Verified Access policy document.</p>
300
+ * @public
301
+ */
302
+ PolicyDocument?: string | undefined;
303
+ /**
304
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
305
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
306
+ * @public
307
+ */
308
+ ClientToken?: string | undefined;
309
+ /**
310
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
311
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
312
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
313
+ * @public
314
+ */
315
+ DryRun?: boolean | undefined;
316
+ /**
317
+ * <p>The options for server side encryption.</p>
318
+ * @public
319
+ */
320
+ SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
321
+ }
322
+ /**
323
+ * @public
324
+ */
325
+ export interface ModifyVerifiedAccessGroupPolicyResult {
326
+ /**
327
+ * <p>The status of the Verified Access policy.</p>
328
+ * @public
329
+ */
330
+ PolicyEnabled?: boolean | undefined;
331
+ /**
332
+ * <p>The Verified Access policy document.</p>
333
+ * @public
334
+ */
335
+ PolicyDocument?: string | undefined;
336
+ /**
337
+ * <p>The options in use for server side encryption.</p>
338
+ * @public
339
+ */
340
+ SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
341
+ }
342
+ /**
343
+ * @public
344
+ */
345
+ export interface ModifyVerifiedAccessInstanceRequest {
346
+ /**
347
+ * <p>The ID of the Verified Access instance.</p>
348
+ * @public
349
+ */
350
+ VerifiedAccessInstanceId: string | undefined;
351
+ /**
352
+ * <p>A description for the Verified Access instance.</p>
353
+ * @public
354
+ */
355
+ Description?: string | undefined;
356
+ /**
357
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
358
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
359
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
360
+ * @public
361
+ */
362
+ DryRun?: boolean | undefined;
363
+ /**
364
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
365
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
366
+ * @public
367
+ */
368
+ ClientToken?: string | undefined;
369
+ }
370
+ /**
371
+ * @public
372
+ */
373
+ export interface ModifyVerifiedAccessInstanceResult {
374
+ /**
375
+ * <p>Details about the Verified Access instance.</p>
376
+ * @public
377
+ */
378
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
379
+ }
380
+ /**
381
+ * <p>Options for CloudWatch Logs as a logging destination.</p>
382
+ * @public
383
+ */
384
+ export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
385
+ /**
386
+ * <p>Indicates whether logging is enabled.</p>
387
+ * @public
388
+ */
389
+ Enabled: boolean | undefined;
390
+ /**
391
+ * <p>The ID of the CloudWatch Logs log group.</p>
392
+ * @public
393
+ */
394
+ LogGroup?: string | undefined;
395
+ }
396
+ /**
397
+ * <p>Describes Amazon Kinesis Data Firehose logging options.</p>
398
+ * @public
399
+ */
400
+ export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
401
+ /**
402
+ * <p>Indicates whether logging is enabled.</p>
403
+ * @public
404
+ */
405
+ Enabled: boolean | undefined;
406
+ /**
407
+ * <p>The ID of the delivery stream.</p>
408
+ * @public
409
+ */
410
+ DeliveryStream?: string | undefined;
411
+ }
412
+ /**
413
+ * <p>Options for Amazon S3 as a logging destination.</p>
414
+ * @public
415
+ */
416
+ export interface VerifiedAccessLogS3DestinationOptions {
417
+ /**
418
+ * <p>Indicates whether logging is enabled.</p>
419
+ * @public
420
+ */
421
+ Enabled: boolean | undefined;
422
+ /**
423
+ * <p>The bucket name.</p>
424
+ * @public
425
+ */
426
+ BucketName?: string | undefined;
427
+ /**
428
+ * <p>The bucket prefix.</p>
429
+ * @public
430
+ */
431
+ Prefix?: string | undefined;
432
+ /**
433
+ * <p>The ID of the Amazon Web Services account that owns the Amazon S3 bucket.</p>
434
+ * @public
435
+ */
436
+ BucketOwner?: string | undefined;
437
+ }
438
+ /**
439
+ * <p>Options for Verified Access logs.</p>
440
+ * @public
441
+ */
442
+ export interface VerifiedAccessLogOptions {
443
+ /**
444
+ * <p>Sends Verified Access logs to Amazon S3.</p>
445
+ * @public
446
+ */
447
+ S3?: VerifiedAccessLogS3DestinationOptions | undefined;
448
+ /**
449
+ * <p>Sends Verified Access logs to CloudWatch Logs.</p>
450
+ * @public
451
+ */
452
+ CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestinationOptions | undefined;
453
+ /**
454
+ * <p>Sends Verified Access logs to Kinesis.</p>
455
+ * @public
456
+ */
457
+ KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions | undefined;
458
+ /**
459
+ * <p>The logging version.</p>
460
+ * <p>Valid values: <code>ocsf-0.1</code> | <code>ocsf-1.0.0-rc.2</code>
461
+ * </p>
462
+ * @public
463
+ */
464
+ LogVersion?: string | undefined;
465
+ /**
466
+ * <p>Indicates whether to include trust data sent by trust providers in the logs.</p>
467
+ * @public
468
+ */
469
+ IncludeTrustContext?: boolean | undefined;
470
+ }
471
+ /**
472
+ * @public
473
+ */
474
+ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
475
+ /**
476
+ * <p>The ID of the Verified Access instance.</p>
477
+ * @public
478
+ */
479
+ VerifiedAccessInstanceId: string | undefined;
480
+ /**
481
+ * <p>The configuration options for Verified Access instances.</p>
482
+ * @public
483
+ */
484
+ AccessLogs: VerifiedAccessLogOptions | undefined;
485
+ /**
486
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
487
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
488
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
489
+ * @public
490
+ */
491
+ DryRun?: boolean | undefined;
492
+ /**
493
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
494
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
495
+ * @public
496
+ */
497
+ ClientToken?: string | undefined;
498
+ }
499
+ /**
500
+ * @public
501
+ */
502
+ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
503
+ /**
504
+ * <p>The logging configuration for the Verified Access instance.</p>
505
+ * @public
506
+ */
507
+ LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
508
+ }
8
509
  /**
9
510
  * <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
10
511
  * @public
@@ -271,6 +772,89 @@ export interface ModifyVpcAttributeRequest {
271
772
  */
272
773
  EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
273
774
  }
775
+ /**
776
+ * @public
777
+ */
778
+ export interface ModifyVpcBlockPublicAccessExclusionRequest {
779
+ /**
780
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
781
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
782
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
783
+ * @public
784
+ */
785
+ DryRun?: boolean | undefined;
786
+ /**
787
+ * <p>The ID of an exclusion.</p>
788
+ * @public
789
+ */
790
+ ExclusionId: string | undefined;
791
+ /**
792
+ * <p>The exclusion mode for internet gateway traffic.</p>
793
+ * <ul>
794
+ * <li>
795
+ * <p>
796
+ * <code>bidirectional-access-allowed</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
797
+ * </li>
798
+ * <li>
799
+ * <p>
800
+ * <code>egress-access-allowed</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
801
+ * </li>
802
+ * </ul>
803
+ * @public
804
+ */
805
+ InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
806
+ }
807
+ /**
808
+ * @public
809
+ */
810
+ export interface ModifyVpcBlockPublicAccessExclusionResult {
811
+ /**
812
+ * <p>Details related to the exclusion.</p>
813
+ * @public
814
+ */
815
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
816
+ }
817
+ /**
818
+ * @public
819
+ */
820
+ export interface ModifyVpcBlockPublicAccessOptionsRequest {
821
+ /**
822
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
823
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
824
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
825
+ * @public
826
+ */
827
+ DryRun?: boolean | undefined;
828
+ /**
829
+ * <p>The mode of VPC BPA.</p>
830
+ * <ul>
831
+ * <li>
832
+ * <p>
833
+ * <code>bidirectional-access-allowed</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
834
+ * </li>
835
+ * <li>
836
+ * <p>
837
+ * <code>bidirectional-access-blocked</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
838
+ * </li>
839
+ * <li>
840
+ * <p>
841
+ * <code>ingress-access-blocked</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
842
+ * </li>
843
+ * </ul>
844
+ * @public
845
+ */
846
+ InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
847
+ }
848
+ /**
849
+ * @public
850
+ */
851
+ export interface ModifyVpcBlockPublicAccessOptionsResult {
852
+ /**
853
+ * <p>Details related to the VPC Block Public Access (BPA) options.</p>
854
+ * @public
855
+ */
856
+ VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
857
+ }
274
858
  /**
275
859
  * @public
276
860
  */
@@ -1788,26 +2372,29 @@ export interface RebootInstancesRequest {
1788
2372
  export interface RegisterImageRequest {
1789
2373
  /**
1790
2374
  * <p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
1791
- * <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be accessed
1792
- * by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACLs</a> in the
1793
- * <i>Amazon S3 Service Developer Guide</i>.</p>
2375
+ * <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be
2376
+ * accessed by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACLs</a> in the
2377
+ * <i>Amazon S3 Service Developer Guide</i>.</p>
1794
2378
  * @public
1795
2379
  */
1796
2380
  ImageLocation?: string | undefined;
1797
2381
  /**
1798
- * <p>The billing product codes. Your account must be authorized to specify billing product codes.</p>
2382
+ * <p>The billing product codes. Your account must be authorized to specify billing product
2383
+ * codes.</p>
1799
2384
  * <p>If your account is not authorized to specify billing product codes, you can publish AMIs
1800
2385
  * that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller
1801
2386
  * on the Amazon Web Services Marketplace. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html">Getting started as a
1802
- * seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based
1803
- * products</a> in the <i>Amazon Web Services Marketplace Seller Guide</i>.</p>
2387
+ * seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based products</a> in the
2388
+ * <i>Amazon Web Services Marketplace Seller Guide</i>.</p>
1804
2389
  * @public
1805
2390
  */
1806
2391
  BillingProducts?: string[] | undefined;
1807
2392
  /**
1808
- * <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI supports both UEFI and Legacy BIOS.</p>
2393
+ * <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI
2394
+ * supports both UEFI and Legacy BIOS.</p>
1809
2395
  * <note>
1810
- * <p>The operating system contained in the AMI must be configured to support the specified boot mode.</p>
2396
+ * <p>The operating system contained in the AMI must be configured to support the specified
2397
+ * boot mode.</p>
1811
2398
  * </note>
1812
2399
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
1813
2400
  * <i>Amazon EC2 User Guide</i>.</p>
@@ -1834,10 +2421,10 @@ export interface RegisterImageRequest {
1834
2421
  * launched from this AMI will have <code>HttpTokens</code> automatically set to
1835
2422
  * <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
1836
2423
  * requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
1837
- * <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
1838
- * the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
2424
+ * <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
1839
2425
  * <note>
1840
- * <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support IMDSv2.</p>
2426
+ * <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support
2427
+ * IMDSv2.</p>
1841
2428
  * </note>
1842
2429
  * @public
1843
2430
  */
@@ -1859,7 +2446,9 @@ export interface RegisterImageRequest {
1859
2446
  DryRun?: boolean | undefined;
1860
2447
  /**
1861
2448
  * <p>A name for your AMI.</p>
1862
- * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
2449
+ * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
2450
+ * ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or
2451
+ * underscores(_)</p>
1863
2452
  * @public
1864
2453
  */
1865
2454
  Name: string | undefined;
@@ -1870,8 +2459,8 @@ export interface RegisterImageRequest {
1870
2459
  Description?: string | undefined;
1871
2460
  /**
1872
2461
  * <p>The architecture of the AMI.</p>
1873
- * <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
1874
- * For instance store-backed AMIs, the architecture specified in the manifest file.</p>
2462
+ * <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>. For instance store-backed AMIs, the
2463
+ * architecture specified in the manifest file.</p>
1875
2464
  * @public
1876
2465
  */
1877
2466
  Architecture?: ArchitectureValues | undefined;
@@ -1892,10 +2481,11 @@ export interface RegisterImageRequest {
1892
2481
  RootDeviceName?: string | undefined;
1893
2482
  /**
1894
2483
  * <p>The block device mapping entries.</p>
1895
- * <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.</p>
1896
- * <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same
1897
- * Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can
1898
- * be used to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
2484
+ * <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the
2485
+ * encryption state of the volume.</p>
2486
+ * <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost
2487
+ * or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used
2488
+ * to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
1899
2489
  * snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
1900
2490
  * @public
1901
2491
  */
@@ -1908,15 +2498,19 @@ export interface RegisterImageRequest {
1908
2498
  */
1909
2499
  VirtualizationType?: string | undefined;
1910
2500
  /**
1911
- * <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</p>
2501
+ * <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
2502
+ * Function interface for the AMI and any instances that you launch from the AMI.</p>
1912
2503
  * <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
1913
- * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
2504
+ * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
2505
+ * instances launched from the AMI unreachable.</p>
1914
2506
  * @public
1915
2507
  */
1916
2508
  SriovNetSupport?: string | undefined;
1917
2509
  /**
1918
- * <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</p>
1919
- * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
2510
+ * <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any
2511
+ * instances that you launch from the AMI.</p>
2512
+ * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
2513
+ * instances launched from the AMI unreachable.</p>
1920
2514
  * @public
1921
2515
  */
1922
2516
  EnaSupport?: boolean | undefined;
@@ -3180,7 +3774,8 @@ export type ResetImageAttributeName = (typeof ResetImageAttributeName)[keyof typ
3180
3774
  */
3181
3775
  export interface ResetImageAttributeRequest {
3182
3776
  /**
3183
- * <p>The attribute to reset (currently you can only reset the launch permission attribute).</p>
3777
+ * <p>The attribute to reset (currently you can only reset the launch permission
3778
+ * attribute).</p>
3184
3779
  * @public
3185
3780
  */
3186
3781
  Attribute: ResetImageAttributeName | undefined;
@@ -4318,7 +4913,7 @@ export interface RunInstancesRequest {
4318
4913
  * <p>Information about the Capacity Reservation targeting option. If you do not specify this parameter, the
4319
4914
  * instance's Capacity Reservation preference defaults to <code>open</code>, which enables
4320
4915
  * it to run in any open Capacity Reservation that has matching attributes (instance type,
4321
- * platform, Availability Zone).</p>
4916
+ * platform, Availability Zone, and tenancy).</p>
4322
4917
  * @public
4323
4918
  */
4324
4919
  CapacityReservationSpecification?: CapacityReservationSpecification | undefined;