@aws-sdk/client-ec2 3.693.0 → 3.695.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.
- package/dist-cjs/index.js +122 -38
- package/dist-es/models/models_1.js +0 -2
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +116 -30
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/models/models_1.d.ts +55 -39
- package/dist-types/models/models_2.d.ts +58 -39
- package/dist-types/models/models_3.d.ts +37 -38
- package/dist-types/models/models_4.d.ts +64 -31
- package/dist-types/models/models_5.d.ts +31 -49
- package/dist-types/models/models_6.d.ts +51 -59
- package/dist-types/models/models_7.d.ts +63 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +12 -14
- package/dist-types/ts3.4/models/models_2.d.ts +19 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -7
- package/dist-types/ts3.4/models/models_4.d.ts +13 -7
- package/dist-types/ts3.4/models/models_5.d.ts +12 -12
- package/dist-types/ts3.4/models/models_6.d.ts +13 -16
- package/dist-types/ts3.4/models/models_7.d.ts +18 -6
- package/package.json +1 -1
|
@@ -2,7 +2,37 @@ import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, Al
|
|
|
2
2
|
import { _InstanceType, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, DiskImageFormat, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SpotDatafeedSubscription, SpotInstanceStateFault, State, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PeriodType, ProductCode, StatisticType } from "./models_3";
|
|
5
|
-
import { AttributeBooleanValue, RIProductDescription } from "./models_4";
|
|
5
|
+
import { AttributeBooleanValue, RIProductDescription, SnapshotTierStatus } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeSnapshotTierStatusResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>Information about the snapshot's storage tier.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The token to include in another request to get the next page of items.
|
|
17
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
NextToken?: string | undefined;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* <p>Contains the parameters for DescribeSpotDatafeedSubscription.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface DescribeSpotDatafeedSubscriptionRequest {
|
|
27
|
+
/**
|
|
28
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
29
|
+
* making the request, and provides an error response. If you have the required
|
|
30
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
31
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
DryRun?: boolean | undefined;
|
|
35
|
+
}
|
|
6
36
|
/**
|
|
7
37
|
* <p>Contains the output of DescribeSpotDatafeedSubscription.</p>
|
|
8
38
|
* @public
|
|
@@ -8718,54 +8748,6 @@ export interface CoipAddressUsage {
|
|
|
8718
8748
|
*/
|
|
8719
8749
|
CoIp?: string | undefined;
|
|
8720
8750
|
}
|
|
8721
|
-
/**
|
|
8722
|
-
* @public
|
|
8723
|
-
*/
|
|
8724
|
-
export interface GetCoipPoolUsageResult {
|
|
8725
|
-
/**
|
|
8726
|
-
* <p>The ID of the customer-owned address pool.</p>
|
|
8727
|
-
* @public
|
|
8728
|
-
*/
|
|
8729
|
-
CoipPoolId?: string | undefined;
|
|
8730
|
-
/**
|
|
8731
|
-
* <p>Information about the address usage.</p>
|
|
8732
|
-
* @public
|
|
8733
|
-
*/
|
|
8734
|
-
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
8735
|
-
/**
|
|
8736
|
-
* <p>The ID of the local gateway route table.</p>
|
|
8737
|
-
* @public
|
|
8738
|
-
*/
|
|
8739
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
8740
|
-
/**
|
|
8741
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
8742
|
-
* @public
|
|
8743
|
-
*/
|
|
8744
|
-
NextToken?: string | undefined;
|
|
8745
|
-
}
|
|
8746
|
-
/**
|
|
8747
|
-
* @public
|
|
8748
|
-
*/
|
|
8749
|
-
export interface GetConsoleOutputRequest {
|
|
8750
|
-
/**
|
|
8751
|
-
* <p>The ID of the instance.</p>
|
|
8752
|
-
* @public
|
|
8753
|
-
*/
|
|
8754
|
-
InstanceId: string | undefined;
|
|
8755
|
-
/**
|
|
8756
|
-
* <p>When enabled, retrieves the latest console output for the instance.</p>
|
|
8757
|
-
* <p>Default: disabled (<code>false</code>)</p>
|
|
8758
|
-
* @public
|
|
8759
|
-
*/
|
|
8760
|
-
Latest?: boolean | undefined;
|
|
8761
|
-
/**
|
|
8762
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
8763
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
8764
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8765
|
-
* @public
|
|
8766
|
-
*/
|
|
8767
|
-
DryRun?: boolean | undefined;
|
|
8768
|
-
}
|
|
8769
8751
|
/**
|
|
8770
8752
|
* @internal
|
|
8771
8753
|
*/
|
|
@@ -1,9 +1,57 @@
|
|
|
1
1
|
import { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, InstanceEventWindow, InstanceMatchCriteria, IpamPoolAllocation, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse } from "./models_0";
|
|
2
|
-
import { _InstanceType, AttributeValue, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceDiscovery, IpamResourceTag, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList,
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, SSEType, SubnetCidrReservation, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnEcmpSupportValue } from "./models_2";
|
|
2
|
+
import { _InstanceType, AttributeValue, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceDiscovery, IpamResourceTag, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType } from "./models_1";
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, NetworkInsightsAccessScopeContent, SSEType, SubnetCidrReservation, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnEcmpSupportValue } from "./models_2";
|
|
4
4
|
import { ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, IpamPoolCidr, PaymentOption, PermissionGroup } from "./models_3";
|
|
5
5
|
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, CreateVolumePermission, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
|
|
6
|
-
import { ExcessCapacityTerminationPolicy, LaunchTemplateConfig, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, VerifiedAccessInstanceLoggingConfiguration } from "./models_5";
|
|
6
|
+
import { CoipAddressUsage, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, VerifiedAccessInstanceLoggingConfiguration } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface GetCoipPoolUsageResult {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the customer-owned address pool.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
CoipPoolId?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Information about the address usage.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The ID of the local gateway route table.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
NextToken?: string | undefined;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export interface GetConsoleOutputRequest {
|
|
36
|
+
/**
|
|
37
|
+
* <p>The ID of the instance.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
InstanceId: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>When enabled, retrieves the latest console output for the instance.</p>
|
|
43
|
+
* <p>Default: disabled (<code>false</code>)</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
Latest?: boolean | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
49
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
50
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
DryRun?: boolean | undefined;
|
|
54
|
+
}
|
|
7
55
|
/**
|
|
8
56
|
* @public
|
|
9
57
|
*/
|
|
@@ -7973,58 +8021,6 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
|
7973
8021
|
*/
|
|
7974
8022
|
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
7975
8023
|
}
|
|
7976
|
-
/**
|
|
7977
|
-
* <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
|
|
7978
|
-
* @public
|
|
7979
|
-
*/
|
|
7980
|
-
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
7981
|
-
/**
|
|
7982
|
-
* <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>
|
|
7983
|
-
* @public
|
|
7984
|
-
*/
|
|
7985
|
-
PublicSigningKeyUrl?: string | undefined;
|
|
7986
|
-
}
|
|
7987
|
-
/**
|
|
7988
|
-
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
7989
|
-
* @public
|
|
7990
|
-
*/
|
|
7991
|
-
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
7992
|
-
/**
|
|
7993
|
-
* <p>The OIDC issuer.</p>
|
|
7994
|
-
* @public
|
|
7995
|
-
*/
|
|
7996
|
-
Issuer?: string | undefined;
|
|
7997
|
-
/**
|
|
7998
|
-
* <p>The OIDC authorization endpoint.</p>
|
|
7999
|
-
* @public
|
|
8000
|
-
*/
|
|
8001
|
-
AuthorizationEndpoint?: string | undefined;
|
|
8002
|
-
/**
|
|
8003
|
-
* <p>The OIDC token endpoint.</p>
|
|
8004
|
-
* @public
|
|
8005
|
-
*/
|
|
8006
|
-
TokenEndpoint?: string | undefined;
|
|
8007
|
-
/**
|
|
8008
|
-
* <p>The OIDC user info endpoint.</p>
|
|
8009
|
-
* @public
|
|
8010
|
-
*/
|
|
8011
|
-
UserInfoEndpoint?: string | undefined;
|
|
8012
|
-
/**
|
|
8013
|
-
* <p>The client identifier.</p>
|
|
8014
|
-
* @public
|
|
8015
|
-
*/
|
|
8016
|
-
ClientId?: string | undefined;
|
|
8017
|
-
/**
|
|
8018
|
-
* <p>The client secret.</p>
|
|
8019
|
-
* @public
|
|
8020
|
-
*/
|
|
8021
|
-
ClientSecret?: string | undefined;
|
|
8022
|
-
/**
|
|
8023
|
-
* <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
|
|
8024
|
-
* @public
|
|
8025
|
-
*/
|
|
8026
|
-
Scope?: string | undefined;
|
|
8027
|
-
}
|
|
8028
8024
|
/**
|
|
8029
8025
|
* @internal
|
|
8030
8026
|
*/
|
|
@@ -8097,7 +8093,3 @@ export declare const ImportVolumeRequestFilterSensitiveLog: (obj: ImportVolumeRe
|
|
|
8097
8093
|
* @internal
|
|
8098
8094
|
*/
|
|
8099
8095
|
export declare const ImportVolumeResultFilterSensitiveLog: (obj: ImportVolumeResult) => any;
|
|
8100
|
-
/**
|
|
8101
|
-
* @internal
|
|
8102
|
-
*/
|
|
8103
|
-
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderOidcOptions) => any;
|
|
@@ -1,10 +1,62 @@
|
|
|
1
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, Placement, RuleAction, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
|
|
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
3
|
import { DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, SubnetConfiguration, TransitGatewayRoute, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
4
|
import { Byoasn, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
|
|
5
5
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, SnapshotAttributeName, TpmSupportValues } from "./models_4";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VolumeModification } from "./models_5";
|
|
7
|
-
import { CapacityReservationSpecification,
|
|
7
|
+
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
13
|
+
/**
|
|
14
|
+
* <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The OIDC issuer.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
Issuer?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The OIDC authorization endpoint.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
AuthorizationEndpoint?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The OIDC token endpoint.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
TokenEndpoint?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The OIDC user info endpoint.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
UserInfoEndpoint?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The client identifier.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
ClientId?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The client secret.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
ClientSecret?: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
Scope?: string | undefined;
|
|
59
|
+
}
|
|
8
60
|
/**
|
|
9
61
|
* @public
|
|
10
62
|
*/
|
|
@@ -4335,6 +4387,11 @@ export interface RunInstancesRequest {
|
|
|
4335
4387
|
* @public
|
|
4336
4388
|
*/
|
|
4337
4389
|
EnablePrimaryIpv6?: boolean | undefined;
|
|
4390
|
+
/**
|
|
4391
|
+
* <p>Reserved for internal use.</p>
|
|
4392
|
+
* @public
|
|
4393
|
+
*/
|
|
4394
|
+
Operator?: OperatorRequest | undefined;
|
|
4338
4395
|
/**
|
|
4339
4396
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4340
4397
|
* request, and provides an error response. If you have the required permissions, the error response is
|
|
@@ -5705,6 +5762,10 @@ export interface WithdrawByoipCidrResult {
|
|
|
5705
5762
|
*/
|
|
5706
5763
|
ByoipCidr?: ByoipCidr | undefined;
|
|
5707
5764
|
}
|
|
5765
|
+
/**
|
|
5766
|
+
* @internal
|
|
5767
|
+
*/
|
|
5768
|
+
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderOidcOptions) => any;
|
|
5708
5769
|
/**
|
|
5709
5770
|
* @internal
|
|
5710
5771
|
*/
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateNetworkInsightsAccessScopeResult,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { CreateNetworkInsightsAccessScopeRequest } from "../models/models_1";
|
|
9
|
+
import { CreateNetworkInsightsAccessScopeResult } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateNetworkInsightsAccessScopeCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/
|
|
8
|
+
import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteKeyPairCommandInput extends DeleteKeyPairRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeIdentityIdFormatRequest,
|
|
10
10
|
DescribeIdentityIdFormatResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_4";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeIdentityIdFormatCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeSnapshotTierStatusResult,
|
|
11
|
-
} from "../models/models_4";
|
|
8
|
+
import { DescribeSnapshotTierStatusRequest } from "../models/models_4";
|
|
9
|
+
import { DescribeSnapshotTierStatusResult } from "../models/models_5";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeSnapshotTierStatusCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeSpotDatafeedSubscriptionRequest,
|
|
10
|
+
DescribeSpotDatafeedSubscriptionResult,
|
|
11
|
+
} from "../models/models_5";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeSpotDatafeedSubscriptionCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetCoipPoolUsageResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { GetCoipPoolUsageRequest } from "../models/models_5";
|
|
9
|
+
import { GetCoipPoolUsageResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetCoipPoolUsageCommandInput extends GetCoipPoolUsageRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetConsoleOutputRequest,
|
|
10
|
+
GetConsoleOutputResult,
|
|
11
|
+
} from "../models/models_6";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetConsoleOutputCommandInput extends GetConsoleOutputRequest {}
|
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
AcceleratorTotalMemoryMiB,
|
|
7
7
|
AcceleratorTotalMemoryMiBRequest,
|
|
8
8
|
AcceleratorType,
|
|
9
|
-
AccessScopePath,
|
|
10
9
|
AccessScopePathRequest,
|
|
11
10
|
AddIpamOperatingRegion,
|
|
12
11
|
AddPrefixListEntry,
|
|
@@ -1446,9 +1445,7 @@ export declare const FleetOnDemandAllocationStrategy: {
|
|
|
1446
1445
|
export type FleetOnDemandAllocationStrategy =
|
|
1447
1446
|
(typeof FleetOnDemandAllocationStrategy)[keyof typeof FleetOnDemandAllocationStrategy];
|
|
1448
1447
|
export declare const FleetCapacityReservationUsageStrategy: {
|
|
1449
|
-
readonly NONE: "none";
|
|
1450
1448
|
readonly USE_CAPACITY_RESERVATIONS_FIRST: "use-capacity-reservations-first";
|
|
1451
|
-
readonly USE_CAPACITY_RESERVATIONS_ONLY: "use-capacity-reservations-only";
|
|
1452
1449
|
};
|
|
1453
1450
|
export type FleetCapacityReservationUsageStrategy =
|
|
1454
1451
|
(typeof FleetCapacityReservationUsageStrategy)[keyof typeof FleetCapacityReservationUsageStrategy];
|
|
@@ -2383,6 +2380,9 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
2383
2380
|
| ConnectionTrackingSpecificationRequest
|
|
2384
2381
|
| undefined;
|
|
2385
2382
|
}
|
|
2383
|
+
export interface OperatorRequest {
|
|
2384
|
+
Principal?: string | undefined;
|
|
2385
|
+
}
|
|
2386
2386
|
export interface LaunchTemplatePlacementRequest {
|
|
2387
2387
|
AvailabilityZone?: string | undefined;
|
|
2388
2388
|
Affinity?: string | undefined;
|
|
@@ -2451,6 +2451,7 @@ export interface RequestLaunchTemplateData {
|
|
|
2451
2451
|
| LaunchTemplateInstanceMaintenanceOptionsRequest
|
|
2452
2452
|
| undefined;
|
|
2453
2453
|
DisableApiStop?: boolean | undefined;
|
|
2454
|
+
Operator?: OperatorRequest | undefined;
|
|
2454
2455
|
}
|
|
2455
2456
|
export interface CreateLaunchTemplateRequest {
|
|
2456
2457
|
DryRun?: boolean | undefined;
|
|
@@ -2458,8 +2459,13 @@ export interface CreateLaunchTemplateRequest {
|
|
|
2458
2459
|
LaunchTemplateName: string | undefined;
|
|
2459
2460
|
VersionDescription?: string | undefined;
|
|
2460
2461
|
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
2462
|
+
Operator?: OperatorRequest | undefined;
|
|
2461
2463
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
2462
2464
|
}
|
|
2465
|
+
export interface OperatorResponse {
|
|
2466
|
+
Managed?: boolean | undefined;
|
|
2467
|
+
Principal?: string | undefined;
|
|
2468
|
+
}
|
|
2463
2469
|
export interface LaunchTemplate {
|
|
2464
2470
|
LaunchTemplateId?: string | undefined;
|
|
2465
2471
|
LaunchTemplateName?: string | undefined;
|
|
@@ -2468,6 +2474,7 @@ export interface LaunchTemplate {
|
|
|
2468
2474
|
DefaultVersionNumber?: number | undefined;
|
|
2469
2475
|
LatestVersionNumber?: number | undefined;
|
|
2470
2476
|
Tags?: Tag[] | undefined;
|
|
2477
|
+
Operator?: OperatorResponse | undefined;
|
|
2471
2478
|
}
|
|
2472
2479
|
export interface ValidationError {
|
|
2473
2480
|
Code?: string | undefined;
|
|
@@ -2679,6 +2686,7 @@ export interface ResponseLaunchTemplateData {
|
|
|
2679
2686
|
PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions | undefined;
|
|
2680
2687
|
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
|
|
2681
2688
|
DisableApiStop?: boolean | undefined;
|
|
2689
|
+
Operator?: OperatorResponse | undefined;
|
|
2682
2690
|
}
|
|
2683
2691
|
export interface LaunchTemplateVersion {
|
|
2684
2692
|
LaunchTemplateId?: string | undefined;
|
|
@@ -2689,6 +2697,7 @@ export interface LaunchTemplateVersion {
|
|
|
2689
2697
|
CreatedBy?: string | undefined;
|
|
2690
2698
|
DefaultVersion?: boolean | undefined;
|
|
2691
2699
|
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
2700
|
+
Operator?: OperatorResponse | undefined;
|
|
2692
2701
|
}
|
|
2693
2702
|
export interface CreateLaunchTemplateVersionResult {
|
|
2694
2703
|
LaunchTemplateVersion?: LaunchTemplateVersion | undefined;
|
|
@@ -2966,17 +2975,6 @@ export interface NetworkInsightsAccessScope {
|
|
|
2966
2975
|
UpdatedDate?: Date | undefined;
|
|
2967
2976
|
Tags?: Tag[] | undefined;
|
|
2968
2977
|
}
|
|
2969
|
-
export interface NetworkInsightsAccessScopeContent {
|
|
2970
|
-
NetworkInsightsAccessScopeId?: string | undefined;
|
|
2971
|
-
MatchPaths?: AccessScopePath[] | undefined;
|
|
2972
|
-
ExcludePaths?: AccessScopePath[] | undefined;
|
|
2973
|
-
}
|
|
2974
|
-
export interface CreateNetworkInsightsAccessScopeResult {
|
|
2975
|
-
NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
|
|
2976
|
-
NetworkInsightsAccessScopeContent?:
|
|
2977
|
-
| NetworkInsightsAccessScopeContent
|
|
2978
|
-
| undefined;
|
|
2979
|
-
}
|
|
2980
2978
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2981
2979
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2982
2980
|
obj: RequestLaunchTemplateData
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AccessScopePath,
|
|
2
3
|
ApplianceModeSupportValue,
|
|
3
4
|
AttachmentStatus,
|
|
4
5
|
CurrencyCodeValues,
|
|
@@ -45,12 +46,26 @@ import {
|
|
|
45
46
|
IpamScope,
|
|
46
47
|
Ipv4PrefixSpecificationRequest,
|
|
47
48
|
Ipv6PrefixSpecificationRequest,
|
|
49
|
+
NetworkInsightsAccessScope,
|
|
50
|
+
OperatorRequest,
|
|
51
|
+
OperatorResponse,
|
|
48
52
|
PrivateIpAddressSpecification,
|
|
49
53
|
Subnet,
|
|
50
54
|
Tenancy,
|
|
51
55
|
VolumeType,
|
|
52
56
|
Vpc,
|
|
53
57
|
} from "./models_1";
|
|
58
|
+
export interface NetworkInsightsAccessScopeContent {
|
|
59
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
60
|
+
MatchPaths?: AccessScopePath[] | undefined;
|
|
61
|
+
ExcludePaths?: AccessScopePath[] | undefined;
|
|
62
|
+
}
|
|
63
|
+
export interface CreateNetworkInsightsAccessScopeResult {
|
|
64
|
+
NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
|
|
65
|
+
NetworkInsightsAccessScopeContent?:
|
|
66
|
+
| NetworkInsightsAccessScopeContent
|
|
67
|
+
| undefined;
|
|
68
|
+
}
|
|
54
69
|
export interface RequestFilterPortRange {
|
|
55
70
|
FromPort?: number | undefined;
|
|
56
71
|
ToPort?: number | undefined;
|
|
@@ -123,6 +138,7 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
123
138
|
ConnectionTrackingSpecification?:
|
|
124
139
|
| ConnectionTrackingSpecificationRequest
|
|
125
140
|
| undefined;
|
|
141
|
+
Operator?: OperatorRequest | undefined;
|
|
126
142
|
SubnetId: string | undefined;
|
|
127
143
|
Description?: string | undefined;
|
|
128
144
|
PrivateIpAddress?: string | undefined;
|
|
@@ -241,6 +257,7 @@ export interface NetworkInterface {
|
|
|
241
257
|
DenyAllIgwTraffic?: boolean | undefined;
|
|
242
258
|
Ipv6Native?: boolean | undefined;
|
|
243
259
|
Ipv6Address?: string | undefined;
|
|
260
|
+
Operator?: OperatorResponse | undefined;
|
|
244
261
|
}
|
|
245
262
|
export interface CreateNetworkInterfaceResult {
|
|
246
263
|
NetworkInterface?: NetworkInterface | undefined;
|
|
@@ -1371,6 +1388,7 @@ export interface CreateVolumeRequest {
|
|
|
1371
1388
|
MultiAttachEnabled?: boolean | undefined;
|
|
1372
1389
|
Throughput?: number | undefined;
|
|
1373
1390
|
ClientToken?: string | undefined;
|
|
1391
|
+
Operator?: OperatorRequest | undefined;
|
|
1374
1392
|
DryRun?: boolean | undefined;
|
|
1375
1393
|
}
|
|
1376
1394
|
export declare const VolumeState: {
|
|
@@ -1391,6 +1409,7 @@ export interface Volume {
|
|
|
1391
1409
|
MultiAttachEnabled?: boolean | undefined;
|
|
1392
1410
|
Throughput?: number | undefined;
|
|
1393
1411
|
SseType?: SSEType | undefined;
|
|
1412
|
+
Operator?: OperatorResponse | undefined;
|
|
1394
1413
|
VolumeId?: string | undefined;
|
|
1395
1414
|
Size?: number | undefined;
|
|
1396
1415
|
SnapshotId?: string | undefined;
|
|
@@ -2036,15 +2055,6 @@ export interface DeleteIpamScopeRequest {
|
|
|
2036
2055
|
export interface DeleteIpamScopeResult {
|
|
2037
2056
|
IpamScope?: IpamScope | undefined;
|
|
2038
2057
|
}
|
|
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
2058
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2049
2059
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2050
2060
|
) => any;
|
|
@@ -83,6 +83,15 @@ import {
|
|
|
83
83
|
VerifiedAccessEndpoint,
|
|
84
84
|
VerifiedAccessGroup,
|
|
85
85
|
} from "./models_2";
|
|
86
|
+
export interface DeleteKeyPairRequest {
|
|
87
|
+
KeyName?: string | undefined;
|
|
88
|
+
KeyPairId?: string | undefined;
|
|
89
|
+
DryRun?: boolean | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface DeleteKeyPairResult {
|
|
92
|
+
Return?: boolean | undefined;
|
|
93
|
+
KeyPairId?: string | undefined;
|
|
94
|
+
}
|
|
86
95
|
export interface DeleteLaunchTemplateRequest {
|
|
87
96
|
DryRun?: boolean | undefined;
|
|
88
97
|
LaunchTemplateId?: string | undefined;
|
|
@@ -1720,13 +1729,6 @@ export interface DescribeIamInstanceProfileAssociationsResult {
|
|
|
1720
1729
|
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
|
|
1721
1730
|
NextToken?: string | undefined;
|
|
1722
1731
|
}
|
|
1723
|
-
export interface DescribeIdentityIdFormatRequest {
|
|
1724
|
-
Resource?: string | undefined;
|
|
1725
|
-
PrincipalArn: string | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export interface DescribeIdentityIdFormatResult {
|
|
1728
|
-
Statuses?: IdFormat[] | undefined;
|
|
1729
|
-
}
|
|
1730
1732
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1731
1733
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1732
1734
|
) => any;
|