@aws-sdk/client-ec2 3.694.0 → 3.696.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/index.js +672 -54
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- 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 +511 -32
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- 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 +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- 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/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +120 -116
- package/dist-types/models/models_2.d.ts +276 -143
- package/dist-types/models/models_3.d.ts +192 -409
- package/dist-types/models/models_4.d.ts +1119 -1064
- package/dist-types/models/models_5.d.ts +2975 -2932
- package/dist-types/models/models_6.d.ts +4328 -4255
- package/dist-types/models/models_7.d.ts +564 -29
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +24 -27
- package/dist-types/ts3.4/models/models_2.d.ts +74 -40
- package/dist-types/ts3.4/models/models_3.d.ts +48 -76
- package/dist-types/ts3.4/models/models_4.d.ts +83 -77
- package/dist-types/ts3.4/models/models_5.d.ts +117 -107
- package/dist-types/ts3.4/models/models_6.d.ts +112 -117
- package/dist-types/ts3.4/models/models_7.d.ts +137 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -1,322 +1,710 @@
|
|
|
1
|
-
import { AlternatePathHint, AttachmentStatus, CurrencyCodeValues, Explanation, IamInstanceProfile, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, Ec2InstanceConnectEndpoint, HostnameType, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl,
|
|
3
|
-
import { GroupIdentifier, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, ReplaceRootVolumeTask, RouteTable
|
|
1
|
+
import { AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AttachmentStatus, AutoPlacement, CurrencyCodeValues, Explanation, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag } from "./models_0";
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, Ec2InstanceConnectEndpoint, HostnameType, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, OperatorResponse, Placement, PlatformValues, StateReason, Tenancy } from "./models_1";
|
|
3
|
+
import { GroupIdentifier, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, ReplaceRootVolumeTask, RouteTable } from "./models_2";
|
|
4
4
|
import { Byoasn, Filter, IdFormat, InstanceTagNotificationAttribute, PermissionGroup, ProductCode } from "./models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export interface
|
|
8
|
+
export interface DescribeHostsRequest {
|
|
9
9
|
/**
|
|
10
|
-
* <p>The
|
|
11
|
-
*
|
|
12
|
-
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
13
|
-
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
14
|
-
* <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
|
|
15
|
-
* <code>network-acl</code> | <code>network-acl-association</code> |
|
|
16
|
-
* <code>network-interface</code> | <code>network-interface-attachment</code> |
|
|
17
|
-
* <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
|
|
18
|
-
* <code>route-table-association</code> | <code>security-group</code> |
|
|
19
|
-
* <code>snapshot</code> | <code>subnet</code> |
|
|
20
|
-
* <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
|
|
21
|
-
* | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
|
|
22
|
-
* <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
|
|
23
|
-
* </p>
|
|
10
|
+
* <p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance
|
|
11
|
+
* launches.</p>
|
|
24
12
|
* @public
|
|
25
13
|
*/
|
|
26
|
-
|
|
14
|
+
HostIds?: string[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
NextToken?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
|
|
22
|
+
* <p>You cannot specify this parameter and the host IDs parameter in the same
|
|
23
|
+
* request.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
MaxResults?: number | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The filters.</p>
|
|
29
|
+
* <ul>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>
|
|
32
|
+
* <code>auto-placement</code> - Whether auto-placement is enabled or disabled
|
|
33
|
+
* (<code>on</code> | <code>off</code>).</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>availability-zone</code> - The Availability Zone of the host.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>client-token</code> - The idempotency token that you provided when you
|
|
42
|
+
* allocated the host.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>host-reservation-id</code> - The ID of the reservation assigned to this
|
|
47
|
+
* host.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>
|
|
51
|
+
* <code>instance-type</code> - The instance type size that the Dedicated Host is
|
|
52
|
+
* configured to support.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>state</code> - The allocation state of the Dedicated Host
|
|
57
|
+
* (<code>available</code> | <code>under-assessment</code> |
|
|
58
|
+
* <code>permanent-failure</code> | <code>released</code> |
|
|
59
|
+
* <code>released-permanent-failure</code>).</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>
|
|
63
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* </ul>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
Filter?: Filter[] | undefined;
|
|
27
69
|
}
|
|
28
70
|
/**
|
|
71
|
+
* <p>Information about the number of instances that can be launched onto the Dedicated
|
|
72
|
+
* Host.</p>
|
|
29
73
|
* @public
|
|
30
74
|
*/
|
|
31
|
-
export interface
|
|
75
|
+
export interface InstanceCapacity {
|
|
32
76
|
/**
|
|
33
|
-
* <p>
|
|
77
|
+
* <p>The number of instances that can be launched onto the Dedicated Host based on the
|
|
78
|
+
* host's available capacity.</p>
|
|
34
79
|
* @public
|
|
35
80
|
*/
|
|
36
|
-
|
|
81
|
+
AvailableCapacity?: number | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The instance type supported by the Dedicated Host.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
InstanceType?: string | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The total number of instances that can be launched onto the Dedicated Host if there
|
|
89
|
+
* are no instances running on it.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
TotalCapacity?: number | undefined;
|
|
37
93
|
}
|
|
38
94
|
/**
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export declare const ImageAttributeName: {
|
|
43
|
-
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
44
|
-
readonly bootMode: "bootMode";
|
|
45
|
-
readonly deregistrationProtection: "deregistrationProtection";
|
|
46
|
-
readonly description: "description";
|
|
47
|
-
readonly imdsSupport: "imdsSupport";
|
|
48
|
-
readonly kernel: "kernel";
|
|
49
|
-
readonly lastLaunchedTime: "lastLaunchedTime";
|
|
50
|
-
readonly launchPermission: "launchPermission";
|
|
51
|
-
readonly productCodes: "productCodes";
|
|
52
|
-
readonly ramdisk: "ramdisk";
|
|
53
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
54
|
-
readonly tpmSupport: "tpmSupport";
|
|
55
|
-
readonly uefiData: "uefiData";
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
95
|
+
* <p>The capacity information for instances that can be launched onto the Dedicated Host.
|
|
96
|
+
* </p>
|
|
58
97
|
* @public
|
|
59
98
|
*/
|
|
60
|
-
export
|
|
99
|
+
export interface AvailableCapacity {
|
|
100
|
+
/**
|
|
101
|
+
* <p>The number of instances that can be launched onto the Dedicated Host depending on the
|
|
102
|
+
* host's available capacity. For Dedicated Hosts that support multiple instance types,
|
|
103
|
+
* this parameter represents the number of instances for each instance size that is
|
|
104
|
+
* supported on the host.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The number of vCPUs available for launching instances onto the Dedicated Host.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
AvailableVCpus?: number | undefined;
|
|
113
|
+
}
|
|
61
114
|
/**
|
|
62
|
-
* <p>
|
|
115
|
+
* <p>Describes the properties of a Dedicated Host.</p>
|
|
63
116
|
* @public
|
|
64
117
|
*/
|
|
65
|
-
export interface
|
|
118
|
+
export interface HostProperties {
|
|
66
119
|
/**
|
|
67
|
-
* <p>The
|
|
68
|
-
* <p>
|
|
69
|
-
* <b>Note</b>: The <code>blockDeviceMapping</code> attribute is deprecated.
|
|
70
|
-
* Using this attribute returns the <code>Client.AuthFailure</code> error. To get information about
|
|
71
|
-
* the block device mappings for an AMI, use the <a>DescribeImages</a> action.</p>
|
|
120
|
+
* <p>The number of cores on the Dedicated Host.</p>
|
|
72
121
|
* @public
|
|
73
122
|
*/
|
|
74
|
-
|
|
123
|
+
Cores?: number | undefined;
|
|
75
124
|
/**
|
|
76
|
-
* <p>The
|
|
125
|
+
* <p>The instance type supported by the Dedicated Host. For example, <code>m5.large</code>.
|
|
126
|
+
* If the host supports multiple instance types, no <b>instanceType</b> is returned.</p>
|
|
77
127
|
* @public
|
|
78
128
|
*/
|
|
79
|
-
|
|
129
|
+
InstanceType?: string | undefined;
|
|
80
130
|
/**
|
|
81
|
-
* <p>
|
|
82
|
-
*
|
|
83
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
131
|
+
* <p>The instance family supported by the Dedicated Host. For example,
|
|
132
|
+
* <code>m5</code>.</p>
|
|
84
133
|
* @public
|
|
85
134
|
*/
|
|
86
|
-
|
|
135
|
+
InstanceFamily?: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* <p>The number of sockets on the Dedicated Host.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
Sockets?: number | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The total number of vCPUs on the Dedicated Host.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
TotalVCpus?: number | undefined;
|
|
87
146
|
}
|
|
88
147
|
/**
|
|
89
|
-
* <p>Describes a
|
|
148
|
+
* <p>Describes an instance running on a Dedicated Host.</p>
|
|
90
149
|
* @public
|
|
91
150
|
*/
|
|
92
|
-
export interface
|
|
93
|
-
/**
|
|
94
|
-
* <p>The Amazon Resource Name (ARN) of an organization.</p>
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
OrganizationArn?: string | undefined;
|
|
151
|
+
export interface HostInstance {
|
|
98
152
|
/**
|
|
99
|
-
* <p>The
|
|
153
|
+
* <p>The ID of instance that is running on the Dedicated Host.</p>
|
|
100
154
|
* @public
|
|
101
155
|
*/
|
|
102
|
-
|
|
156
|
+
InstanceId?: string | undefined;
|
|
103
157
|
/**
|
|
104
|
-
* <p>The
|
|
105
|
-
*
|
|
158
|
+
* <p>The instance type (for example, <code>m3.medium</code>) of the running
|
|
159
|
+
* instance.</p>
|
|
106
160
|
* @public
|
|
107
161
|
*/
|
|
108
|
-
|
|
162
|
+
InstanceType?: string | undefined;
|
|
109
163
|
/**
|
|
110
|
-
* <p>The
|
|
164
|
+
* <p>The ID of the Amazon Web Services account that owns the instance.</p>
|
|
111
165
|
* @public
|
|
112
166
|
*/
|
|
113
|
-
|
|
167
|
+
OwnerId?: string | undefined;
|
|
114
168
|
}
|
|
115
169
|
/**
|
|
116
|
-
* <p>Describes
|
|
170
|
+
* <p>Describes the properties of the Dedicated Host.</p>
|
|
117
171
|
* @public
|
|
118
172
|
*/
|
|
119
|
-
export interface
|
|
173
|
+
export interface Host {
|
|
120
174
|
/**
|
|
121
|
-
* <p>
|
|
175
|
+
* <p>Whether auto-placement is on or off.</p>
|
|
122
176
|
* @public
|
|
123
177
|
*/
|
|
124
|
-
|
|
178
|
+
AutoPlacement?: AutoPlacement | undefined;
|
|
125
179
|
/**
|
|
126
|
-
* <p>The
|
|
180
|
+
* <p>The Availability Zone of the Dedicated Host.</p>
|
|
127
181
|
* @public
|
|
128
182
|
*/
|
|
129
|
-
|
|
183
|
+
AvailabilityZone?: string | undefined;
|
|
130
184
|
/**
|
|
131
|
-
* <p>
|
|
185
|
+
* <p>Information about the instances running on the Dedicated Host.</p>
|
|
132
186
|
* @public
|
|
133
187
|
*/
|
|
134
|
-
|
|
188
|
+
AvailableCapacity?: AvailableCapacity | undefined;
|
|
135
189
|
/**
|
|
136
|
-
* <p>
|
|
190
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
137
191
|
* @public
|
|
138
192
|
*/
|
|
139
|
-
|
|
193
|
+
ClientToken?: string | undefined;
|
|
140
194
|
/**
|
|
141
|
-
* <p>The
|
|
195
|
+
* <p>The ID of the Dedicated Host.</p>
|
|
142
196
|
* @public
|
|
143
197
|
*/
|
|
144
|
-
|
|
198
|
+
HostId?: string | undefined;
|
|
145
199
|
/**
|
|
146
|
-
* <p>
|
|
200
|
+
* <p>The hardware specifications of the Dedicated Host.</p>
|
|
147
201
|
* @public
|
|
148
202
|
*/
|
|
149
|
-
|
|
203
|
+
HostProperties?: HostProperties | undefined;
|
|
150
204
|
/**
|
|
151
|
-
* <p>
|
|
152
|
-
*
|
|
153
|
-
* <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
|
|
154
|
-
* GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the
|
|
155
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
205
|
+
* <p>The reservation ID of the Dedicated Host. This returns a <code>null</code> response if
|
|
206
|
+
* the Dedicated Host doesn't have an associated reservation.</p>
|
|
156
207
|
* @public
|
|
157
208
|
*/
|
|
158
|
-
|
|
209
|
+
HostReservationId?: string | undefined;
|
|
159
210
|
/**
|
|
160
|
-
* <p>The
|
|
161
|
-
* format</a>, when the AMI was last used to launch an EC2 instance. When the AMI is used
|
|
162
|
-
* to launch an instance, there is a 24-hour delay before that usage is reported.</p>
|
|
163
|
-
* <note>
|
|
164
|
-
* <p>
|
|
165
|
-
* <code>lastLaunchedTime</code> data is available starting April 2017.</p>
|
|
166
|
-
* </note>
|
|
211
|
+
* <p>The IDs and instance type that are currently running on the Dedicated Host.</p>
|
|
167
212
|
* @public
|
|
168
213
|
*/
|
|
169
|
-
|
|
214
|
+
Instances?: HostInstance[] | undefined;
|
|
170
215
|
/**
|
|
171
|
-
* <p>
|
|
172
|
-
* from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
|
|
173
|
-
* that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
|
|
174
|
-
* In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
|
|
175
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
|
|
176
|
-
* the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
216
|
+
* <p>The Dedicated Host's state.</p>
|
|
177
217
|
* @public
|
|
178
218
|
*/
|
|
179
|
-
|
|
219
|
+
State?: AllocationState | undefined;
|
|
180
220
|
/**
|
|
181
|
-
* <p>
|
|
221
|
+
* <p>The time that the Dedicated Host was allocated.</p>
|
|
182
222
|
* @public
|
|
183
223
|
*/
|
|
184
|
-
|
|
224
|
+
AllocationTime?: Date | undefined;
|
|
185
225
|
/**
|
|
186
|
-
* <p>The
|
|
226
|
+
* <p>The time that the Dedicated Host was released.</p>
|
|
187
227
|
* @public
|
|
188
228
|
*/
|
|
189
|
-
|
|
229
|
+
ReleaseTime?: Date | undefined;
|
|
190
230
|
/**
|
|
191
|
-
* <p>
|
|
231
|
+
* <p>Any tags assigned to the Dedicated Host.</p>
|
|
192
232
|
* @public
|
|
193
233
|
*/
|
|
194
|
-
|
|
234
|
+
Tags?: Tag[] | undefined;
|
|
195
235
|
/**
|
|
196
|
-
* <p>
|
|
236
|
+
* <p>Indicates whether host recovery is enabled or disabled for the Dedicated Host.</p>
|
|
197
237
|
* @public
|
|
198
238
|
*/
|
|
199
|
-
|
|
239
|
+
HostRecovery?: HostRecovery | undefined;
|
|
200
240
|
/**
|
|
201
|
-
* <p>
|
|
241
|
+
* <p>Indicates whether the Dedicated Host supports multiple instance types of the same
|
|
242
|
+
* instance family. If the value is <code>on</code>, the Dedicated Host supports multiple
|
|
243
|
+
* instance types in the instance family. If the value is <code>off</code>, the Dedicated
|
|
244
|
+
* Host supports a single instance type only.</p>
|
|
202
245
|
* @public
|
|
203
246
|
*/
|
|
204
|
-
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* @public
|
|
208
|
-
*/
|
|
209
|
-
export interface DescribeImagesRequest {
|
|
247
|
+
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
|
|
210
248
|
/**
|
|
211
|
-
* <p>
|
|
212
|
-
* Specify an Amazon Web Services account ID, <code>self</code> (the sender of the request),
|
|
213
|
-
* or <code>all</code> (public AMIs).</p>
|
|
214
|
-
* <ul>
|
|
215
|
-
* <li>
|
|
216
|
-
* <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs
|
|
217
|
-
* shared with that specific Amazon Web Services account ID are returned. However, AMIs that
|
|
218
|
-
* are shared with the account’s organization or organizational unit (OU) are not
|
|
219
|
-
* returned.</p>
|
|
220
|
-
* </li>
|
|
221
|
-
* <li>
|
|
222
|
-
* <p>If you specify <code>self</code> or your own Amazon Web Services account ID, AMIs
|
|
223
|
-
* shared with your account are returned. In addition, AMIs that are shared with the
|
|
224
|
-
* organization or OU of which you are member are also returned. </p>
|
|
225
|
-
* </li>
|
|
226
|
-
* <li>
|
|
227
|
-
* <p>If you specify <code>all</code>, all public AMIs are returned.</p>
|
|
228
|
-
* </li>
|
|
229
|
-
* </ul>
|
|
249
|
+
* <p>The ID of the Amazon Web Services account that owns the Dedicated Host.</p>
|
|
230
250
|
* @public
|
|
231
251
|
*/
|
|
232
|
-
|
|
252
|
+
OwnerId?: string | undefined;
|
|
233
253
|
/**
|
|
234
|
-
* <p>The
|
|
235
|
-
* <p>Default: Describes all images available to you.</p>
|
|
254
|
+
* <p>The ID of the Availability Zone in which the Dedicated Host is allocated.</p>
|
|
236
255
|
* @public
|
|
237
256
|
*/
|
|
238
|
-
|
|
257
|
+
AvailabilityZoneId?: string | undefined;
|
|
239
258
|
/**
|
|
240
|
-
* <p>
|
|
241
|
-
*
|
|
242
|
-
* If you omit this parameter, the results include all images for which you have launch permissions,
|
|
243
|
-
* regardless of ownership.</p>
|
|
259
|
+
* <p>Indicates whether the Dedicated Host is in a host resource group. If <b>memberOfServiceLinkedResourceGroup</b> is <code>true</code>, the
|
|
260
|
+
* host is in a host resource group; otherwise, it is not.</p>
|
|
244
261
|
* @public
|
|
245
262
|
*/
|
|
246
|
-
|
|
263
|
+
MemberOfServiceLinkedResourceGroup?: boolean | undefined;
|
|
247
264
|
/**
|
|
248
|
-
* <p>
|
|
249
|
-
*
|
|
250
|
-
* <note>
|
|
251
|
-
* <p>If you are the AMI owner, all deprecated AMIs appear in the response regardless of what
|
|
252
|
-
* you specify for this parameter.</p>
|
|
253
|
-
* </note>
|
|
265
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the
|
|
266
|
+
* Dedicated Host is allocated.</p>
|
|
254
267
|
* @public
|
|
255
268
|
*/
|
|
256
|
-
|
|
269
|
+
OutpostArn?: string | undefined;
|
|
257
270
|
/**
|
|
258
|
-
* <p>
|
|
259
|
-
*
|
|
271
|
+
* <p>Indicates whether host maintenance is enabled or disabled for the Dedicated
|
|
272
|
+
* Host.</p>
|
|
260
273
|
* @public
|
|
261
274
|
*/
|
|
262
|
-
|
|
275
|
+
HostMaintenance?: HostMaintenance | undefined;
|
|
263
276
|
/**
|
|
264
|
-
* <p>The
|
|
265
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
266
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
277
|
+
* <p>The ID of the Outpost hardware asset on which the Dedicated Host is allocated.</p>
|
|
267
278
|
* @public
|
|
268
279
|
*/
|
|
269
|
-
|
|
280
|
+
AssetId?: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
export interface DescribeHostsResult {
|
|
270
286
|
/**
|
|
271
|
-
* <p>
|
|
287
|
+
* <p>Information about the Dedicated Hosts.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
Hosts?: Host[] | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* <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>
|
|
272
293
|
* @public
|
|
273
294
|
*/
|
|
274
295
|
NextToken?: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
export interface DescribeIamInstanceProfileAssociationsRequest {
|
|
275
301
|
/**
|
|
276
|
-
* <p>
|
|
277
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
278
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
302
|
+
* <p>The IAM instance profile associations.</p>
|
|
279
303
|
* @public
|
|
280
304
|
*/
|
|
281
|
-
|
|
305
|
+
AssociationIds?: string[] | undefined;
|
|
282
306
|
/**
|
|
283
307
|
* <p>The filters.</p>
|
|
284
308
|
* <ul>
|
|
285
309
|
* <li>
|
|
286
310
|
* <p>
|
|
287
|
-
* <code>
|
|
288
|
-
* <code>arm64</code> | <code>x86_64_mac</code> | <code>arm64_mac</code>).</p>
|
|
289
|
-
* </li>
|
|
290
|
-
* <li>
|
|
291
|
-
* <p>
|
|
292
|
-
* <code>block-device-mapping.delete-on-termination</code> - A Boolean value that indicates
|
|
293
|
-
* whether the Amazon EBS volume is deleted on instance termination.</p>
|
|
294
|
-
* </li>
|
|
295
|
-
* <li>
|
|
296
|
-
* <p>
|
|
297
|
-
* <code>block-device-mapping.device-name</code> - The device name specified in the block device mapping (for
|
|
298
|
-
* example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
299
|
-
* </li>
|
|
300
|
-
* <li>
|
|
301
|
-
* <p>
|
|
302
|
-
* <code>block-device-mapping.snapshot-id</code> - The ID of the snapshot used for the Amazon EBS
|
|
303
|
-
* volume.</p>
|
|
304
|
-
* </li>
|
|
305
|
-
* <li>
|
|
306
|
-
* <p>
|
|
307
|
-
* <code>block-device-mapping.volume-size</code> - The volume size of the Amazon EBS volume, in GiB.</p>
|
|
308
|
-
* </li>
|
|
309
|
-
* <li>
|
|
310
|
-
* <p>
|
|
311
|
-
* <code>block-device-mapping.volume-type</code> - The volume type of the Amazon EBS volume
|
|
312
|
-
* (<code>io1</code> | <code>io2</code> | <code>gp2</code> | <code>gp3</code> | <code>sc1
|
|
313
|
-
* </code>| <code>st1</code> | <code>standard</code>).</p>
|
|
311
|
+
* <code>instance-id</code> - The ID of the instance.</p>
|
|
314
312
|
* </li>
|
|
315
313
|
* <li>
|
|
316
314
|
* <p>
|
|
317
|
-
* <code>
|
|
315
|
+
* <code>state</code> - The state of the association (<code>associating</code> |
|
|
316
|
+
* <code>associated</code> | <code>disassociating</code>).</p>
|
|
318
317
|
* </li>
|
|
319
|
-
*
|
|
318
|
+
* </ul>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
Filters?: Filter[] | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* <p>The maximum number of items to return for this request. To get the next page of
|
|
324
|
+
* items, make another request with the token returned in the output. For more information,
|
|
325
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
MaxResults?: number | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>The token returned from a previous paginated request.
|
|
331
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
NextToken?: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
export interface DescribeIamInstanceProfileAssociationsResult {
|
|
340
|
+
/**
|
|
341
|
+
* <p>Information about the IAM instance profile associations.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>The token to include in another request to get the next page of items.
|
|
347
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
NextToken?: string | undefined;
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
export interface DescribeIdentityIdFormatRequest {
|
|
356
|
+
/**
|
|
357
|
+
* <p>The type of resource: <code>bundle</code> |
|
|
358
|
+
* <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
359
|
+
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
360
|
+
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
361
|
+
* <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
|
|
362
|
+
* <code>network-acl</code> | <code>network-acl-association</code> |
|
|
363
|
+
* <code>network-interface</code> | <code>network-interface-attachment</code> |
|
|
364
|
+
* <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
|
|
365
|
+
* <code>route-table-association</code> | <code>security-group</code> |
|
|
366
|
+
* <code>snapshot</code> | <code>subnet</code> |
|
|
367
|
+
* <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
|
|
368
|
+
* | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
|
|
369
|
+
* <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
|
|
370
|
+
* </p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
Resource?: string | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
PrincipalArn: string | undefined;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
export interface DescribeIdentityIdFormatResult {
|
|
384
|
+
/**
|
|
385
|
+
* <p>Information about the ID format for the resources.</p>
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
388
|
+
Statuses?: IdFormat[] | undefined;
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
393
|
+
export interface DescribeIdFormatRequest {
|
|
394
|
+
/**
|
|
395
|
+
* <p>The type of resource: <code>bundle</code> |
|
|
396
|
+
* <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
397
|
+
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
398
|
+
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
399
|
+
* <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
|
|
400
|
+
* <code>network-acl</code> | <code>network-acl-association</code> |
|
|
401
|
+
* <code>network-interface</code> | <code>network-interface-attachment</code> |
|
|
402
|
+
* <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
|
|
403
|
+
* <code>route-table-association</code> | <code>security-group</code> |
|
|
404
|
+
* <code>snapshot</code> | <code>subnet</code> |
|
|
405
|
+
* <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
|
|
406
|
+
* | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
|
|
407
|
+
* <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
|
|
408
|
+
* </p>
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
Resource?: string | undefined;
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
export interface DescribeIdFormatResult {
|
|
417
|
+
/**
|
|
418
|
+
* <p>Information about the ID format for the resource.</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
Statuses?: IdFormat[] | undefined;
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* @public
|
|
425
|
+
* @enum
|
|
426
|
+
*/
|
|
427
|
+
export declare const ImageAttributeName: {
|
|
428
|
+
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
429
|
+
readonly bootMode: "bootMode";
|
|
430
|
+
readonly deregistrationProtection: "deregistrationProtection";
|
|
431
|
+
readonly description: "description";
|
|
432
|
+
readonly imdsSupport: "imdsSupport";
|
|
433
|
+
readonly kernel: "kernel";
|
|
434
|
+
readonly lastLaunchedTime: "lastLaunchedTime";
|
|
435
|
+
readonly launchPermission: "launchPermission";
|
|
436
|
+
readonly productCodes: "productCodes";
|
|
437
|
+
readonly ramdisk: "ramdisk";
|
|
438
|
+
readonly sriovNetSupport: "sriovNetSupport";
|
|
439
|
+
readonly tpmSupport: "tpmSupport";
|
|
440
|
+
readonly uefiData: "uefiData";
|
|
441
|
+
};
|
|
442
|
+
/**
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
export type ImageAttributeName = (typeof ImageAttributeName)[keyof typeof ImageAttributeName];
|
|
446
|
+
/**
|
|
447
|
+
* <p>Contains the parameters for DescribeImageAttribute.</p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
export interface DescribeImageAttributeRequest {
|
|
451
|
+
/**
|
|
452
|
+
* <p>The AMI attribute.</p>
|
|
453
|
+
* <p>
|
|
454
|
+
* <b>Note</b>: The <code>blockDeviceMapping</code> attribute is
|
|
455
|
+
* deprecated. Using this attribute returns the <code>Client.AuthFailure</code> error. To get
|
|
456
|
+
* information about the block device mappings for an AMI, use the <a>DescribeImages</a> action.</p>
|
|
457
|
+
* @public
|
|
458
|
+
*/
|
|
459
|
+
Attribute: ImageAttributeName | undefined;
|
|
460
|
+
/**
|
|
461
|
+
* <p>The ID of the AMI.</p>
|
|
462
|
+
* @public
|
|
463
|
+
*/
|
|
464
|
+
ImageId: string | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
467
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
468
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
DryRun?: boolean | undefined;
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* <p>Describes a launch permission.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
export interface LaunchPermission {
|
|
478
|
+
/**
|
|
479
|
+
* <p>The Amazon Resource Name (ARN) of an organization.</p>
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
OrganizationArn?: string | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* <p>The Amazon Resource Name (ARN) of an organizational unit (OU).</p>
|
|
485
|
+
* @public
|
|
486
|
+
*/
|
|
487
|
+
OrganizationalUnitArn?: string | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
490
|
+
* <p>Constraints: Up to 10 000 account IDs can be specified in a single request.</p>
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
493
|
+
UserId?: string | undefined;
|
|
494
|
+
/**
|
|
495
|
+
* <p>The name of the group.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
Group?: PermissionGroup | undefined;
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* <p>Describes an image attribute.</p>
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
export interface ImageAttribute {
|
|
505
|
+
/**
|
|
506
|
+
* <p>A description for the AMI.</p>
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
Description?: AttributeValue | undefined;
|
|
510
|
+
/**
|
|
511
|
+
* <p>The kernel ID.</p>
|
|
512
|
+
* @public
|
|
513
|
+
*/
|
|
514
|
+
KernelId?: AttributeValue | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* <p>The RAM disk ID.</p>
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
RamdiskId?: AttributeValue | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
522
|
+
* enabled.</p>
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
SriovNetSupport?: AttributeValue | undefined;
|
|
526
|
+
/**
|
|
527
|
+
* <p>The boot mode.</p>
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
BootMode?: AttributeValue | undefined;
|
|
531
|
+
/**
|
|
532
|
+
* <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.</p>
|
|
533
|
+
* @public
|
|
534
|
+
*/
|
|
535
|
+
TpmSupport?: AttributeValue | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
|
|
538
|
+
* use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the
|
|
539
|
+
* <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
|
|
540
|
+
* GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the
|
|
541
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
542
|
+
* @public
|
|
543
|
+
*/
|
|
544
|
+
UefiData?: AttributeValue | undefined;
|
|
545
|
+
/**
|
|
546
|
+
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
547
|
+
* format</a>, when the AMI was last used to launch an EC2 instance. When the AMI is used
|
|
548
|
+
* to launch an instance, there is a 24-hour delay before that usage is reported.</p>
|
|
549
|
+
* <note>
|
|
550
|
+
* <p>
|
|
551
|
+
* <code>lastLaunchedTime</code> data is available starting April 2017.</p>
|
|
552
|
+
* </note>
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
LastLaunchedTime?: AttributeValue | undefined;
|
|
556
|
+
/**
|
|
557
|
+
* <p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched
|
|
558
|
+
* from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
|
|
559
|
+
* that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
|
|
560
|
+
* In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
|
|
561
|
+
* 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>
|
|
562
|
+
* @public
|
|
563
|
+
*/
|
|
564
|
+
ImdsSupport?: AttributeValue | undefined;
|
|
565
|
+
/**
|
|
566
|
+
* <p>Indicates whether deregistration protection is enabled for the AMI.</p>
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
569
|
+
DeregistrationProtection?: AttributeValue | undefined;
|
|
570
|
+
/**
|
|
571
|
+
* <p>The ID of the AMI.</p>
|
|
572
|
+
* @public
|
|
573
|
+
*/
|
|
574
|
+
ImageId?: string | undefined;
|
|
575
|
+
/**
|
|
576
|
+
* <p>The launch permissions.</p>
|
|
577
|
+
* @public
|
|
578
|
+
*/
|
|
579
|
+
LaunchPermissions?: LaunchPermission[] | undefined;
|
|
580
|
+
/**
|
|
581
|
+
* <p>The product codes.</p>
|
|
582
|
+
* @public
|
|
583
|
+
*/
|
|
584
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
585
|
+
/**
|
|
586
|
+
* <p>The block device mapping entries.</p>
|
|
587
|
+
* @public
|
|
588
|
+
*/
|
|
589
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* @public
|
|
593
|
+
*/
|
|
594
|
+
export interface DescribeImagesRequest {
|
|
595
|
+
/**
|
|
596
|
+
* <p>Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, <code>self</code> (the sender of the request), or <code>all</code>
|
|
597
|
+
* (public AMIs).</p>
|
|
598
|
+
* <ul>
|
|
599
|
+
* <li>
|
|
600
|
+
* <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs shared
|
|
601
|
+
* with that specific Amazon Web Services account ID are returned. However, AMIs that are
|
|
602
|
+
* shared with the account’s organization or organizational unit (OU) are not
|
|
603
|
+
* returned.</p>
|
|
604
|
+
* </li>
|
|
605
|
+
* <li>
|
|
606
|
+
* <p>If you specify <code>self</code> or your own Amazon Web Services account ID, AMIs
|
|
607
|
+
* shared with your account are returned. In addition, AMIs that are shared with the
|
|
608
|
+
* organization or OU of which you are member are also returned. </p>
|
|
609
|
+
* </li>
|
|
610
|
+
* <li>
|
|
611
|
+
* <p>If you specify <code>all</code>, all public AMIs are returned.</p>
|
|
612
|
+
* </li>
|
|
613
|
+
* </ul>
|
|
614
|
+
* @public
|
|
615
|
+
*/
|
|
616
|
+
ExecutableUsers?: string[] | undefined;
|
|
617
|
+
/**
|
|
618
|
+
* <p>The image IDs.</p>
|
|
619
|
+
* <p>Default: Describes all images available to you.</p>
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
ImageIds?: string[] | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* <p>Scopes the results to images with the specified owners. You can specify a combination of
|
|
625
|
+
* Amazon Web Services account IDs, <code>self</code>, <code>amazon</code>,
|
|
626
|
+
* <code>aws-backup-vault</code>, and <code>aws-marketplace</code>. If you omit this parameter,
|
|
627
|
+
* the results include all images for which you have launch permissions, regardless of
|
|
628
|
+
* ownership.</p>
|
|
629
|
+
* @public
|
|
630
|
+
*/
|
|
631
|
+
Owners?: string[] | undefined;
|
|
632
|
+
/**
|
|
633
|
+
* <p>Specifies whether to include deprecated AMIs.</p>
|
|
634
|
+
* <p>Default: No deprecated AMIs are included in the response.</p>
|
|
635
|
+
* <note>
|
|
636
|
+
* <p>If you are the AMI owner, all deprecated AMIs appear in the response regardless of what
|
|
637
|
+
* you specify for this parameter.</p>
|
|
638
|
+
* </note>
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
IncludeDeprecated?: boolean | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* <p>Specifies whether to include disabled AMIs.</p>
|
|
644
|
+
* <p>Default: No disabled AMIs are included in the response.</p>
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
IncludeDisabled?: boolean | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* <p>The maximum number of items to return for this request.
|
|
650
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
651
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
MaxResults?: number | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
657
|
+
* @public
|
|
658
|
+
*/
|
|
659
|
+
NextToken?: string | undefined;
|
|
660
|
+
/**
|
|
661
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
662
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
663
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
664
|
+
* @public
|
|
665
|
+
*/
|
|
666
|
+
DryRun?: boolean | undefined;
|
|
667
|
+
/**
|
|
668
|
+
* <p>The filters.</p>
|
|
669
|
+
* <ul>
|
|
670
|
+
* <li>
|
|
671
|
+
* <p>
|
|
672
|
+
* <code>architecture</code> - The image architecture (<code>i386</code> |
|
|
673
|
+
* <code>x86_64</code> | <code>arm64</code> | <code>x86_64_mac</code> |
|
|
674
|
+
* <code>arm64_mac</code>).</p>
|
|
675
|
+
* </li>
|
|
676
|
+
* <li>
|
|
677
|
+
* <p>
|
|
678
|
+
* <code>block-device-mapping.delete-on-termination</code> - A Boolean value that indicates
|
|
679
|
+
* whether the Amazon EBS volume is deleted on instance termination.</p>
|
|
680
|
+
* </li>
|
|
681
|
+
* <li>
|
|
682
|
+
* <p>
|
|
683
|
+
* <code>block-device-mapping.device-name</code> - The device name specified in the block
|
|
684
|
+
* device mapping (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
685
|
+
* </li>
|
|
686
|
+
* <li>
|
|
687
|
+
* <p>
|
|
688
|
+
* <code>block-device-mapping.snapshot-id</code> - The ID of the snapshot used for the Amazon EBS
|
|
689
|
+
* volume.</p>
|
|
690
|
+
* </li>
|
|
691
|
+
* <li>
|
|
692
|
+
* <p>
|
|
693
|
+
* <code>block-device-mapping.volume-size</code> - The volume size of the Amazon EBS volume, in
|
|
694
|
+
* GiB.</p>
|
|
695
|
+
* </li>
|
|
696
|
+
* <li>
|
|
697
|
+
* <p>
|
|
698
|
+
* <code>block-device-mapping.volume-type</code> - The volume type of the Amazon EBS volume
|
|
699
|
+
* (<code>io1</code> | <code>io2</code> | <code>gp2</code> | <code>gp3</code> | <code>sc1
|
|
700
|
+
* </code>| <code>st1</code> | <code>standard</code>).</p>
|
|
701
|
+
* </li>
|
|
702
|
+
* <li>
|
|
703
|
+
* <p>
|
|
704
|
+
* <code>block-device-mapping.encrypted</code> - A Boolean that indicates whether the Amazon EBS
|
|
705
|
+
* volume is encrypted.</p>
|
|
706
|
+
* </li>
|
|
707
|
+
* <li>
|
|
320
708
|
* <p>
|
|
321
709
|
* <code>creation-date</code> - The time when the image was created, in the ISO 8601
|
|
322
710
|
* format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
|
|
@@ -330,8 +718,8 @@ export interface DescribeImagesRequest {
|
|
|
330
718
|
* </li>
|
|
331
719
|
* <li>
|
|
332
720
|
* <p>
|
|
333
|
-
* <code>ena-support</code> - A Boolean that indicates whether enhanced networking
|
|
334
|
-
*
|
|
721
|
+
* <code>ena-support</code> - A Boolean that indicates whether enhanced networking with
|
|
722
|
+
* ENA is enabled.</p>
|
|
335
723
|
* </li>
|
|
336
724
|
* <li>
|
|
337
725
|
* <p>
|
|
@@ -365,19 +753,21 @@ export interface DescribeImagesRequest {
|
|
|
365
753
|
* </li>
|
|
366
754
|
* <li>
|
|
367
755
|
* <p>
|
|
368
|
-
* <code>owner-alias</code> - The owner alias (<code>amazon</code> |
|
|
369
|
-
*
|
|
370
|
-
*
|
|
371
|
-
*
|
|
756
|
+
* <code>owner-alias</code> - The owner alias (<code>amazon</code> |
|
|
757
|
+
* <code>aws-backup-vault</code> | <code>aws-marketplace</code>). The valid aliases are
|
|
758
|
+
* defined in an Amazon-maintained list. This is not the Amazon Web Services account alias
|
|
759
|
+
* that can be set using the IAM console. We recommend that you use the <b>Owner</b> request parameter instead of this filter.</p>
|
|
372
760
|
* </li>
|
|
373
761
|
* <li>
|
|
374
762
|
* <p>
|
|
375
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the owner. We recommend
|
|
376
|
-
*
|
|
763
|
+
* <code>owner-id</code> - The Amazon Web Services account ID of the owner. We recommend
|
|
764
|
+
* that you use the <b>Owner</b> request parameter instead of this
|
|
765
|
+
* filter.</p>
|
|
377
766
|
* </li>
|
|
378
767
|
* <li>
|
|
379
768
|
* <p>
|
|
380
|
-
* <code>platform</code> - The platform. The only supported value is
|
|
769
|
+
* <code>platform</code> - The platform. The only supported value is
|
|
770
|
+
* <code>windows</code>.</p>
|
|
381
771
|
* </li>
|
|
382
772
|
* <li>
|
|
383
773
|
* <p>
|
|
@@ -385,7 +775,8 @@ export interface DescribeImagesRequest {
|
|
|
385
775
|
* </li>
|
|
386
776
|
* <li>
|
|
387
777
|
* <p>
|
|
388
|
-
* <code>product-code.type</code> - The type of the product code
|
|
778
|
+
* <code>product-code.type</code> - The type of the product code
|
|
779
|
+
* (<code>marketplace</code>).</p>
|
|
389
780
|
* </li>
|
|
390
781
|
* <li>
|
|
391
782
|
* <p>
|
|
@@ -393,7 +784,8 @@ export interface DescribeImagesRequest {
|
|
|
393
784
|
* </li>
|
|
394
785
|
* <li>
|
|
395
786
|
* <p>
|
|
396
|
-
* <code>root-device-name</code> - The device name of the root device volume (for example,
|
|
787
|
+
* <code>root-device-name</code> - The device name of the root device volume (for example,
|
|
788
|
+
* <code>/dev/sda1</code>).</p>
|
|
397
789
|
* </li>
|
|
398
790
|
* <li>
|
|
399
791
|
* <p>
|
|
@@ -421,8 +813,8 @@ export interface DescribeImagesRequest {
|
|
|
421
813
|
* </li>
|
|
422
814
|
* <li>
|
|
423
815
|
* <p>
|
|
424
|
-
* <code>sriov-net-support</code> - A value of <code>simple</code> indicates
|
|
425
|
-
*
|
|
816
|
+
* <code>sriov-net-support</code> - A value of <code>simple</code> indicates that
|
|
817
|
+
* enhanced networking with the Intel 82599 VF interface is enabled.</p>
|
|
426
818
|
* </li>
|
|
427
819
|
* <li>
|
|
428
820
|
* <p>
|
|
@@ -575,11 +967,10 @@ export interface Image {
|
|
|
575
967
|
/**
|
|
576
968
|
* <p>The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
|
|
577
969
|
* <code>usageOperation</code> corresponds to the <a href="https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation">lineitem/Operation</a> column on your Amazon Web Services Cost and Usage Report and in the <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html">Amazon Web Services Price
|
|
578
|
-
*
|
|
579
|
-
*
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
* command in the CLI.</p>
|
|
970
|
+
* List API</a>. You can view these fields on the <b>Instances</b> or <b>AMIs</b> pages in the Amazon EC2 console,
|
|
971
|
+
* or in the responses that are returned by the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a> command in
|
|
972
|
+
* the Amazon EC2 API, or the <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html">describe-images</a> command in the
|
|
973
|
+
* CLI.</p>
|
|
583
974
|
* @public
|
|
584
975
|
*/
|
|
585
976
|
UsageOperation?: string | undefined;
|
|
@@ -605,7 +996,8 @@ export interface Image {
|
|
|
605
996
|
*/
|
|
606
997
|
Hypervisor?: HypervisorType | undefined;
|
|
607
998
|
/**
|
|
608
|
-
* <p>The owner alias (<code>amazon</code> | <code>aws-backup-vault</code> |
|
|
999
|
+
* <p>The owner alias (<code>amazon</code> | <code>aws-backup-vault</code> |
|
|
1000
|
+
* <code>aws-marketplace</code>).</p>
|
|
609
1001
|
* @public
|
|
610
1002
|
*/
|
|
611
1003
|
ImageOwnerAlias?: string | undefined;
|
|
@@ -620,12 +1012,14 @@ export interface Image {
|
|
|
620
1012
|
*/
|
|
621
1013
|
RootDeviceName?: string | undefined;
|
|
622
1014
|
/**
|
|
623
|
-
* <p>The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance
|
|
1015
|
+
* <p>The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance
|
|
1016
|
+
* store volume.</p>
|
|
624
1017
|
* @public
|
|
625
1018
|
*/
|
|
626
1019
|
RootDeviceType?: DeviceType | undefined;
|
|
627
1020
|
/**
|
|
628
|
-
* <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
1021
|
+
* <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
1022
|
+
* enabled.</p>
|
|
629
1023
|
* @public
|
|
630
1024
|
*/
|
|
631
1025
|
SriovNetSupport?: string | undefined;
|
|
@@ -651,17 +1045,15 @@ export interface Image {
|
|
|
651
1045
|
*/
|
|
652
1046
|
BootMode?: BootModeValues | undefined;
|
|
653
1047
|
/**
|
|
654
|
-
* <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.
|
|
655
|
-
*
|
|
656
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
1048
|
+
* <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>. For more
|
|
1049
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
657
1050
|
* @public
|
|
658
1051
|
*/
|
|
659
1052
|
TpmSupport?: TpmSupportValues | undefined;
|
|
660
1053
|
/**
|
|
661
1054
|
* <p>The date and time to deprecate the AMI, in UTC, in the following format:
|
|
662
|
-
*
|
|
663
|
-
* If you specified a value for seconds, Amazon EC2 rounds the seconds to the
|
|
664
|
-
* nearest minute.</p>
|
|
1055
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
|
|
1056
|
+
* If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.</p>
|
|
665
1057
|
* @public
|
|
666
1058
|
*/
|
|
667
1059
|
DeprecationTime?: string | undefined;
|
|
@@ -670,8 +1062,7 @@ export interface Image {
|
|
|
670
1062
|
* from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
|
|
671
1063
|
* that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
|
|
672
1064
|
* In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
|
|
673
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
|
|
674
|
-
* the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1065
|
+
* 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>
|
|
675
1066
|
* @public
|
|
676
1067
|
*/
|
|
677
1068
|
ImdsSupport?: ImdsSupportValues | undefined;
|
|
@@ -688,7 +1079,7 @@ export interface Image {
|
|
|
688
1079
|
DeregistrationProtection?: string | undefined;
|
|
689
1080
|
/**
|
|
690
1081
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
691
|
-
*
|
|
1082
|
+
* format</a>, when the AMI was last used to launch an EC2 instance. When the AMI is used
|
|
692
1083
|
* to launch an instance, there is a 24-hour delay before that usage is reported.</p>
|
|
693
1084
|
* <note>
|
|
694
1085
|
* <p>
|
|
@@ -728,7 +1119,8 @@ export interface Image {
|
|
|
728
1119
|
*/
|
|
729
1120
|
ImageLocation?: string | undefined;
|
|
730
1121
|
/**
|
|
731
|
-
* <p>The current state of the AMI. If the state is <code>available</code>, the image is
|
|
1122
|
+
* <p>The current state of the AMI. If the state is <code>available</code>, the image is
|
|
1123
|
+
* successfully registered and can be used to launch an instance.</p>
|
|
732
1124
|
* @public
|
|
733
1125
|
*/
|
|
734
1126
|
State?: ImageState | undefined;
|
|
@@ -743,9 +1135,9 @@ export interface Image {
|
|
|
743
1135
|
*/
|
|
744
1136
|
CreationDate?: string | undefined;
|
|
745
1137
|
/**
|
|
746
|
-
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code>
|
|
747
|
-
*
|
|
748
|
-
*
|
|
1138
|
+
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code>
|
|
1139
|
+
* if this image has public launch permissions or <code>false</code> if it has only implicit and
|
|
1140
|
+
* explicit launch permissions.</p>
|
|
749
1141
|
* @public
|
|
750
1142
|
*/
|
|
751
1143
|
Public?: boolean | undefined;
|
|
@@ -1248,6 +1640,11 @@ export interface EbsInstanceBlockDevice {
|
|
|
1248
1640
|
* @public
|
|
1249
1641
|
*/
|
|
1250
1642
|
VolumeOwnerId?: string | undefined;
|
|
1643
|
+
/**
|
|
1644
|
+
* <p>The entity that manages the EBS volume.</p>
|
|
1645
|
+
* @public
|
|
1646
|
+
*/
|
|
1647
|
+
Operator?: OperatorResponse | undefined;
|
|
1251
1648
|
}
|
|
1252
1649
|
/**
|
|
1253
1650
|
* <p>Describes a block device mapping.</p>
|
|
@@ -1783,14 +2180,15 @@ export interface ImageMetadata {
|
|
|
1783
2180
|
*/
|
|
1784
2181
|
OwnerId?: string | undefined;
|
|
1785
2182
|
/**
|
|
1786
|
-
* <p>The current state of the AMI. If the state is <code>available</code>, the AMI
|
|
1787
|
-
*
|
|
2183
|
+
* <p>The current state of the AMI. If the state is <code>available</code>, the AMI is
|
|
2184
|
+
* successfully registered and can be used to launch an instance.</p>
|
|
1788
2185
|
* @public
|
|
1789
2186
|
*/
|
|
1790
2187
|
State?: ImageState | undefined;
|
|
1791
2188
|
/**
|
|
1792
2189
|
* <p>The alias of the AMI owner.</p>
|
|
1793
|
-
* <p>Valid values: <code>amazon</code> | <code>aws-backup-vault</code> |
|
|
2190
|
+
* <p>Valid values: <code>amazon</code> | <code>aws-backup-vault</code> |
|
|
2191
|
+
* <code>aws-marketplace</code>
|
|
1794
2192
|
* </p>
|
|
1795
2193
|
* @public
|
|
1796
2194
|
*/
|
|
@@ -1937,6 +2335,11 @@ export interface InstanceImageMetadata {
|
|
|
1937
2335
|
* @public
|
|
1938
2336
|
*/
|
|
1939
2337
|
ImageMetadata?: ImageMetadata | undefined;
|
|
2338
|
+
/**
|
|
2339
|
+
* <p>The entity that manages the instance.</p>
|
|
2340
|
+
* @public
|
|
2341
|
+
*/
|
|
2342
|
+
Operator?: OperatorResponse | undefined;
|
|
1940
2343
|
}
|
|
1941
2344
|
/**
|
|
1942
2345
|
* @public
|
|
@@ -3311,6 +3714,11 @@ export interface InstanceNetworkInterface {
|
|
|
3311
3714
|
* @public
|
|
3312
3715
|
*/
|
|
3313
3716
|
ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse | undefined;
|
|
3717
|
+
/**
|
|
3718
|
+
* <p>The entity that manages the network interface.</p>
|
|
3719
|
+
* @public
|
|
3720
|
+
*/
|
|
3721
|
+
Operator?: OperatorResponse | undefined;
|
|
3314
3722
|
}
|
|
3315
3723
|
/**
|
|
3316
3724
|
* <p>Describes the options for instance hostnames.</p>
|
|
@@ -3555,6 +3963,11 @@ export interface Instance {
|
|
|
3555
3963
|
* @public
|
|
3556
3964
|
*/
|
|
3557
3965
|
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
3966
|
+
/**
|
|
3967
|
+
* <p>The entity that manages the instance.</p>
|
|
3968
|
+
* @public
|
|
3969
|
+
*/
|
|
3970
|
+
Operator?: OperatorResponse | undefined;
|
|
3558
3971
|
/**
|
|
3559
3972
|
* <p>The ID of the instance.</p>
|
|
3560
3973
|
* @public
|
|
@@ -4031,6 +4444,11 @@ export interface InstanceStatus {
|
|
|
4031
4444
|
* @public
|
|
4032
4445
|
*/
|
|
4033
4446
|
OutpostArn?: string | undefined;
|
|
4447
|
+
/**
|
|
4448
|
+
* <p>The entity that manages the instance.</p>
|
|
4449
|
+
* @public
|
|
4450
|
+
*/
|
|
4451
|
+
Operator?: OperatorResponse | undefined;
|
|
4034
4452
|
/**
|
|
4035
4453
|
* <p>Any scheduled events associated with the instance.</p>
|
|
4036
4454
|
* @public
|
|
@@ -5664,7 +6082,7 @@ export interface DescribeInternetGatewaysRequest {
|
|
|
5664
6082
|
* </li>
|
|
5665
6083
|
* <li>
|
|
5666
6084
|
* <p>
|
|
5667
|
-
* <code>tag</code
|
|
6085
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
5668
6086
|
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
5669
6087
|
* </li>
|
|
5670
6088
|
* <li>
|
|
@@ -7503,7 +7921,7 @@ export interface DescribeNatGatewaysRequest {
|
|
|
7503
7921
|
* </li>
|
|
7504
7922
|
* <li>
|
|
7505
7923
|
* <p>
|
|
7506
|
-
* <code>tag</code
|
|
7924
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
7507
7925
|
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
7508
7926
|
* </li>
|
|
7509
7927
|
* <li>
|
|
@@ -7650,7 +8068,7 @@ export interface DescribeNetworkAclsRequest {
|
|
|
7650
8068
|
* </li>
|
|
7651
8069
|
* <li>
|
|
7652
8070
|
* <p>
|
|
7653
|
-
* <code>tag</code
|
|
8071
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
7654
8072
|
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
7655
8073
|
* </li>
|
|
7656
8074
|
* <li>
|
|
@@ -9923,295 +10341,94 @@ export interface DescribeRouteTablesRequest {
|
|
|
9923
10341
|
* </li>
|
|
9924
10342
|
* <li>
|
|
9925
10343
|
* <p>
|
|
9926
|
-
* <code>tag</code
|
|
10344
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
9927
10345
|
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
9928
10346
|
* </li>
|
|
9929
10347
|
* <li>
|
|
9930
10348
|
* <p>
|
|
9931
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
9932
|
-
* </li>
|
|
9933
|
-
* <li>
|
|
9934
|
-
* <p>
|
|
9935
|
-
* <code>vpc-id</code> - The ID of the VPC for the route table.</p>
|
|
9936
|
-
* </li>
|
|
9937
|
-
* </ul>
|
|
9938
|
-
* @public
|
|
9939
|
-
*/
|
|
9940
|
-
Filters?: Filter[] | undefined;
|
|
9941
|
-
}
|
|
9942
|
-
/**
|
|
9943
|
-
* <p>Contains the output of DescribeRouteTables.</p>
|
|
9944
|
-
* @public
|
|
9945
|
-
*/
|
|
9946
|
-
export interface DescribeRouteTablesResult {
|
|
9947
|
-
/**
|
|
9948
|
-
* <p>Information about the route tables.</p>
|
|
9949
|
-
* @public
|
|
9950
|
-
*/
|
|
9951
|
-
RouteTables?: RouteTable[] | undefined;
|
|
9952
|
-
/**
|
|
9953
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
9954
|
-
* @public
|
|
9955
|
-
*/
|
|
9956
|
-
NextToken?: string | undefined;
|
|
9957
|
-
}
|
|
9958
|
-
/**
|
|
9959
|
-
* <p>Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.</p>
|
|
9960
|
-
* @public
|
|
9961
|
-
*/
|
|
9962
|
-
export interface SlotDateTimeRangeRequest {
|
|
9963
|
-
/**
|
|
9964
|
-
* <p>The earliest date and time, in UTC, for the Scheduled Instance to start.</p>
|
|
9965
|
-
* @public
|
|
9966
|
-
*/
|
|
9967
|
-
EarliestTime: Date | undefined;
|
|
9968
|
-
/**
|
|
9969
|
-
* <p>The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.</p>
|
|
9970
|
-
* @public
|
|
9971
|
-
*/
|
|
9972
|
-
LatestTime: Date | undefined;
|
|
9973
|
-
}
|
|
9974
|
-
/**
|
|
9975
|
-
* <p>Describes the recurring schedule for a Scheduled Instance.</p>
|
|
9976
|
-
* @public
|
|
9977
|
-
*/
|
|
9978
|
-
export interface ScheduledInstanceRecurrenceRequest {
|
|
9979
|
-
/**
|
|
9980
|
-
* <p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>
|
|
9981
|
-
* @public
|
|
9982
|
-
*/
|
|
9983
|
-
Frequency?: string | undefined;
|
|
9984
|
-
/**
|
|
9985
|
-
* <p>The interval quantity. The interval unit depends on the value of <code>Frequency</code>. For example, every 2
|
|
9986
|
-
* weeks or every 2 months.</p>
|
|
9987
|
-
* @public
|
|
9988
|
-
*/
|
|
9989
|
-
Interval?: number | undefined;
|
|
9990
|
-
/**
|
|
9991
|
-
* <p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.</p>
|
|
9992
|
-
* @public
|
|
9993
|
-
*/
|
|
9994
|
-
OccurrenceDays?: number[] | undefined;
|
|
9995
|
-
/**
|
|
9996
|
-
* <p>Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.</p>
|
|
9997
|
-
* @public
|
|
9998
|
-
*/
|
|
9999
|
-
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
10000
|
-
/**
|
|
10001
|
-
* <p>The unit for <code>OccurrenceDays</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).
|
|
10002
|
-
* This value is required for a monthly schedule.
|
|
10003
|
-
* You can't specify <code>DayOfWeek</code> with a weekly schedule.
|
|
10004
|
-
* You can't specify this value with a daily schedule.</p>
|
|
10005
|
-
* @public
|
|
10006
|
-
*/
|
|
10007
|
-
OccurrenceUnit?: string | undefined;
|
|
10008
|
-
}
|
|
10009
|
-
/**
|
|
10010
|
-
* <p>Contains the parameters for DescribeScheduledInstanceAvailability.</p>
|
|
10011
|
-
* @public
|
|
10012
|
-
*/
|
|
10013
|
-
export interface DescribeScheduledInstanceAvailabilityRequest {
|
|
10014
|
-
/**
|
|
10015
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10016
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10017
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10018
|
-
* @public
|
|
10019
|
-
*/
|
|
10020
|
-
DryRun?: boolean | undefined;
|
|
10021
|
-
/**
|
|
10022
|
-
* <p>The filters.</p>
|
|
10023
|
-
* <ul>
|
|
10024
|
-
* <li>
|
|
10025
|
-
* <p>
|
|
10026
|
-
* <code>availability-zone</code> - The Availability Zone (for example, <code>us-west-2a</code>).</p>
|
|
10027
|
-
* </li>
|
|
10028
|
-
* <li>
|
|
10029
|
-
* <p>
|
|
10030
|
-
* <code>instance-type</code> - The instance type (for example, <code>c4.large</code>).</p>
|
|
10031
|
-
* </li>
|
|
10032
|
-
* <li>
|
|
10033
|
-
* <p>
|
|
10034
|
-
* <code>platform</code> - The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>
|
|
10035
|
-
* </li>
|
|
10036
|
-
* </ul>
|
|
10037
|
-
* @public
|
|
10038
|
-
*/
|
|
10039
|
-
Filters?: Filter[] | undefined;
|
|
10040
|
-
/**
|
|
10041
|
-
* <p>The time period for the first schedule to start.</p>
|
|
10042
|
-
* @public
|
|
10043
|
-
*/
|
|
10044
|
-
FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
|
|
10045
|
-
/**
|
|
10046
|
-
* <p>The maximum number of results to return in a single call.
|
|
10047
|
-
* This value can be between 5 and 300. The default value is 300.
|
|
10048
|
-
* To retrieve the remaining results, make another call with the returned
|
|
10049
|
-
* <code>NextToken</code> value.</p>
|
|
10050
|
-
* @public
|
|
10051
|
-
*/
|
|
10052
|
-
MaxResults?: number | undefined;
|
|
10053
|
-
/**
|
|
10054
|
-
* <p>The maximum available duration, in hours. This value must be greater than <code>MinSlotDurationInHours</code>
|
|
10055
|
-
* and less than 1,720.</p>
|
|
10056
|
-
* @public
|
|
10057
|
-
*/
|
|
10058
|
-
MaxSlotDurationInHours?: number | undefined;
|
|
10059
|
-
/**
|
|
10060
|
-
* <p>The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</p>
|
|
10061
|
-
* @public
|
|
10062
|
-
*/
|
|
10063
|
-
MinSlotDurationInHours?: number | undefined;
|
|
10064
|
-
/**
|
|
10065
|
-
* <p>The token for the next set of results.</p>
|
|
10066
|
-
* @public
|
|
10067
|
-
*/
|
|
10068
|
-
NextToken?: string | undefined;
|
|
10069
|
-
/**
|
|
10070
|
-
* <p>The schedule recurrence.</p>
|
|
10071
|
-
* @public
|
|
10072
|
-
*/
|
|
10073
|
-
Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
|
|
10074
|
-
}
|
|
10075
|
-
/**
|
|
10076
|
-
* <p>Describes the recurring schedule for a Scheduled Instance.</p>
|
|
10077
|
-
* @public
|
|
10078
|
-
*/
|
|
10079
|
-
export interface ScheduledInstanceRecurrence {
|
|
10080
|
-
/**
|
|
10081
|
-
* <p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>
|
|
10082
|
-
* @public
|
|
10083
|
-
*/
|
|
10084
|
-
Frequency?: string | undefined;
|
|
10085
|
-
/**
|
|
10086
|
-
* <p>The interval quantity. The interval unit depends on the value of <code>frequency</code>. For example, every 2
|
|
10087
|
-
* weeks or every 2 months.</p>
|
|
10088
|
-
* @public
|
|
10089
|
-
*/
|
|
10090
|
-
Interval?: number | undefined;
|
|
10091
|
-
/**
|
|
10092
|
-
* <p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).</p>
|
|
10093
|
-
* @public
|
|
10094
|
-
*/
|
|
10095
|
-
OccurrenceDaySet?: number[] | undefined;
|
|
10096
|
-
/**
|
|
10097
|
-
* <p>Indicates whether the occurrence is relative to the end of the specified week or month.</p>
|
|
10098
|
-
* @public
|
|
10099
|
-
*/
|
|
10100
|
-
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
10101
|
-
/**
|
|
10102
|
-
* <p>The unit for <code>occurrenceDaySet</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).</p>
|
|
10349
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
10350
|
+
* </li>
|
|
10351
|
+
* <li>
|
|
10352
|
+
* <p>
|
|
10353
|
+
* <code>vpc-id</code> - The ID of the VPC for the route table.</p>
|
|
10354
|
+
* </li>
|
|
10355
|
+
* </ul>
|
|
10103
10356
|
* @public
|
|
10104
10357
|
*/
|
|
10105
|
-
|
|
10358
|
+
Filters?: Filter[] | undefined;
|
|
10106
10359
|
}
|
|
10107
10360
|
/**
|
|
10108
|
-
* <p>
|
|
10361
|
+
* <p>Contains the output of DescribeRouteTables.</p>
|
|
10109
10362
|
* @public
|
|
10110
10363
|
*/
|
|
10111
|
-
export interface
|
|
10112
|
-
/**
|
|
10113
|
-
* <p>The Availability Zone.</p>
|
|
10114
|
-
* @public
|
|
10115
|
-
*/
|
|
10116
|
-
AvailabilityZone?: string | undefined;
|
|
10117
|
-
/**
|
|
10118
|
-
* <p>The number of available instances.</p>
|
|
10119
|
-
* @public
|
|
10120
|
-
*/
|
|
10121
|
-
AvailableInstanceCount?: number | undefined;
|
|
10122
|
-
/**
|
|
10123
|
-
* <p>The time period for the first schedule to start.</p>
|
|
10124
|
-
* @public
|
|
10125
|
-
*/
|
|
10126
|
-
FirstSlotStartTime?: Date | undefined;
|
|
10127
|
-
/**
|
|
10128
|
-
* <p>The hourly price for a single instance.</p>
|
|
10129
|
-
* @public
|
|
10130
|
-
*/
|
|
10131
|
-
HourlyPrice?: string | undefined;
|
|
10132
|
-
/**
|
|
10133
|
-
* <p>The instance type. You can specify one of the C3, C4, M4, or R3 instance types.</p>
|
|
10134
|
-
* @public
|
|
10135
|
-
*/
|
|
10136
|
-
InstanceType?: string | undefined;
|
|
10137
|
-
/**
|
|
10138
|
-
* <p>The maximum term. The only possible value is 365 days.</p>
|
|
10139
|
-
* @public
|
|
10140
|
-
*/
|
|
10141
|
-
MaxTermDurationInDays?: number | undefined;
|
|
10142
|
-
/**
|
|
10143
|
-
* <p>The minimum term. The only possible value is 365 days.</p>
|
|
10144
|
-
* @public
|
|
10145
|
-
*/
|
|
10146
|
-
MinTermDurationInDays?: number | undefined;
|
|
10147
|
-
/**
|
|
10148
|
-
* <p>The network platform.</p>
|
|
10149
|
-
* @public
|
|
10150
|
-
*/
|
|
10151
|
-
NetworkPlatform?: string | undefined;
|
|
10152
|
-
/**
|
|
10153
|
-
* <p>The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>
|
|
10154
|
-
* @public
|
|
10155
|
-
*/
|
|
10156
|
-
Platform?: string | undefined;
|
|
10364
|
+
export interface DescribeRouteTablesResult {
|
|
10157
10365
|
/**
|
|
10158
|
-
* <p>
|
|
10366
|
+
* <p>Information about the route tables.</p>
|
|
10159
10367
|
* @public
|
|
10160
10368
|
*/
|
|
10161
|
-
|
|
10369
|
+
RouteTables?: RouteTable[] | undefined;
|
|
10162
10370
|
/**
|
|
10163
|
-
* <p>The
|
|
10371
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
10164
10372
|
* @public
|
|
10165
10373
|
*/
|
|
10166
|
-
|
|
10374
|
+
NextToken?: string | undefined;
|
|
10375
|
+
}
|
|
10376
|
+
/**
|
|
10377
|
+
* <p>Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.</p>
|
|
10378
|
+
* @public
|
|
10379
|
+
*/
|
|
10380
|
+
export interface SlotDateTimeRangeRequest {
|
|
10167
10381
|
/**
|
|
10168
|
-
* <p>The
|
|
10382
|
+
* <p>The earliest date and time, in UTC, for the Scheduled Instance to start.</p>
|
|
10169
10383
|
* @public
|
|
10170
10384
|
*/
|
|
10171
|
-
|
|
10385
|
+
EarliestTime: Date | undefined;
|
|
10172
10386
|
/**
|
|
10173
|
-
* <p>The
|
|
10387
|
+
* <p>The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.</p>
|
|
10174
10388
|
* @public
|
|
10175
10389
|
*/
|
|
10176
|
-
|
|
10390
|
+
LatestTime: Date | undefined;
|
|
10177
10391
|
}
|
|
10178
10392
|
/**
|
|
10179
|
-
* <p>
|
|
10393
|
+
* <p>Describes the recurring schedule for a Scheduled Instance.</p>
|
|
10180
10394
|
* @public
|
|
10181
10395
|
*/
|
|
10182
|
-
export interface
|
|
10396
|
+
export interface ScheduledInstanceRecurrenceRequest {
|
|
10183
10397
|
/**
|
|
10184
|
-
* <p>The
|
|
10398
|
+
* <p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>
|
|
10185
10399
|
* @public
|
|
10186
10400
|
*/
|
|
10187
|
-
|
|
10401
|
+
Frequency?: string | undefined;
|
|
10188
10402
|
/**
|
|
10189
|
-
* <p>
|
|
10403
|
+
* <p>The interval quantity. The interval unit depends on the value of <code>Frequency</code>. For example, every 2
|
|
10404
|
+
* weeks or every 2 months.</p>
|
|
10190
10405
|
* @public
|
|
10191
10406
|
*/
|
|
10192
|
-
|
|
10193
|
-
}
|
|
10194
|
-
/**
|
|
10195
|
-
* <p>Describes the time period for a Scheduled Instance to start its first schedule.</p>
|
|
10196
|
-
* @public
|
|
10197
|
-
*/
|
|
10198
|
-
export interface SlotStartTimeRangeRequest {
|
|
10407
|
+
Interval?: number | undefined;
|
|
10199
10408
|
/**
|
|
10200
|
-
* <p>The
|
|
10409
|
+
* <p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.</p>
|
|
10201
10410
|
* @public
|
|
10202
10411
|
*/
|
|
10203
|
-
|
|
10412
|
+
OccurrenceDays?: number[] | undefined;
|
|
10204
10413
|
/**
|
|
10205
|
-
* <p>
|
|
10414
|
+
* <p>Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.</p>
|
|
10206
10415
|
* @public
|
|
10207
10416
|
*/
|
|
10208
|
-
|
|
10417
|
+
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
10418
|
+
/**
|
|
10419
|
+
* <p>The unit for <code>OccurrenceDays</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).
|
|
10420
|
+
* This value is required for a monthly schedule.
|
|
10421
|
+
* You can't specify <code>DayOfWeek</code> with a weekly schedule.
|
|
10422
|
+
* You can't specify this value with a daily schedule.</p>
|
|
10423
|
+
* @public
|
|
10424
|
+
*/
|
|
10425
|
+
OccurrenceUnit?: string | undefined;
|
|
10209
10426
|
}
|
|
10210
10427
|
/**
|
|
10211
|
-
* <p>Contains the parameters for
|
|
10428
|
+
* <p>Contains the parameters for DescribeScheduledInstanceAvailability.</p>
|
|
10212
10429
|
* @public
|
|
10213
10430
|
*/
|
|
10214
|
-
export interface
|
|
10431
|
+
export interface DescribeScheduledInstanceAvailabilityRequest {
|
|
10215
10432
|
/**
|
|
10216
10433
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10217
10434
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -10238,283 +10455,181 @@ export interface DescribeScheduledInstancesRequest {
|
|
|
10238
10455
|
* @public
|
|
10239
10456
|
*/
|
|
10240
10457
|
Filters?: Filter[] | undefined;
|
|
10241
|
-
/**
|
|
10242
|
-
* <p>The maximum number of results to return in a single call.
|
|
10243
|
-
* This value can be between 5 and 300. The default value is 100.
|
|
10244
|
-
* To retrieve the remaining results, make another call with the returned
|
|
10245
|
-
* <code>NextToken</code> value.</p>
|
|
10246
|
-
* @public
|
|
10247
|
-
*/
|
|
10248
|
-
MaxResults?: number | undefined;
|
|
10249
|
-
/**
|
|
10250
|
-
* <p>The token for the next set of results.</p>
|
|
10251
|
-
* @public
|
|
10252
|
-
*/
|
|
10253
|
-
NextToken?: string | undefined;
|
|
10254
|
-
/**
|
|
10255
|
-
* <p>The Scheduled Instance IDs.</p>
|
|
10256
|
-
* @public
|
|
10257
|
-
*/
|
|
10258
|
-
ScheduledInstanceIds?: string[] | undefined;
|
|
10259
10458
|
/**
|
|
10260
10459
|
* <p>The time period for the first schedule to start.</p>
|
|
10261
10460
|
* @public
|
|
10262
10461
|
*/
|
|
10263
|
-
|
|
10264
|
-
}
|
|
10265
|
-
/**
|
|
10266
|
-
* <p>Describes a Scheduled Instance.</p>
|
|
10267
|
-
* @public
|
|
10268
|
-
*/
|
|
10269
|
-
export interface ScheduledInstance {
|
|
10270
|
-
/**
|
|
10271
|
-
* <p>The Availability Zone.</p>
|
|
10272
|
-
* @public
|
|
10273
|
-
*/
|
|
10274
|
-
AvailabilityZone?: string | undefined;
|
|
10275
|
-
/**
|
|
10276
|
-
* <p>The date when the Scheduled Instance was purchased.</p>
|
|
10277
|
-
* @public
|
|
10278
|
-
*/
|
|
10279
|
-
CreateDate?: Date | undefined;
|
|
10280
|
-
/**
|
|
10281
|
-
* <p>The hourly price for a single instance.</p>
|
|
10282
|
-
* @public
|
|
10283
|
-
*/
|
|
10284
|
-
HourlyPrice?: string | undefined;
|
|
10285
|
-
/**
|
|
10286
|
-
* <p>The number of instances.</p>
|
|
10287
|
-
* @public
|
|
10288
|
-
*/
|
|
10289
|
-
InstanceCount?: number | undefined;
|
|
10290
|
-
/**
|
|
10291
|
-
* <p>The instance type.</p>
|
|
10292
|
-
* @public
|
|
10293
|
-
*/
|
|
10294
|
-
InstanceType?: string | undefined;
|
|
10462
|
+
FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
|
|
10295
10463
|
/**
|
|
10296
|
-
* <p>The
|
|
10464
|
+
* <p>The maximum number of results to return in a single call.
|
|
10465
|
+
* This value can be between 5 and 300. The default value is 300.
|
|
10466
|
+
* To retrieve the remaining results, make another call with the returned
|
|
10467
|
+
* <code>NextToken</code> value.</p>
|
|
10297
10468
|
* @public
|
|
10298
10469
|
*/
|
|
10299
|
-
|
|
10470
|
+
MaxResults?: number | undefined;
|
|
10300
10471
|
/**
|
|
10301
|
-
* <p>The
|
|
10472
|
+
* <p>The maximum available duration, in hours. This value must be greater than <code>MinSlotDurationInHours</code>
|
|
10473
|
+
* and less than 1,720.</p>
|
|
10302
10474
|
* @public
|
|
10303
10475
|
*/
|
|
10304
|
-
|
|
10476
|
+
MaxSlotDurationInHours?: number | undefined;
|
|
10305
10477
|
/**
|
|
10306
|
-
* <p>The
|
|
10478
|
+
* <p>The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</p>
|
|
10307
10479
|
* @public
|
|
10308
10480
|
*/
|
|
10309
|
-
|
|
10481
|
+
MinSlotDurationInHours?: number | undefined;
|
|
10310
10482
|
/**
|
|
10311
|
-
* <p>The
|
|
10483
|
+
* <p>The token for the next set of results.</p>
|
|
10312
10484
|
* @public
|
|
10313
10485
|
*/
|
|
10314
|
-
|
|
10486
|
+
NextToken?: string | undefined;
|
|
10315
10487
|
/**
|
|
10316
10488
|
* <p>The schedule recurrence.</p>
|
|
10317
10489
|
* @public
|
|
10318
10490
|
*/
|
|
10319
|
-
Recurrence
|
|
10320
|
-
/**
|
|
10321
|
-
* <p>The Scheduled Instance ID.</p>
|
|
10322
|
-
* @public
|
|
10323
|
-
*/
|
|
10324
|
-
ScheduledInstanceId?: string | undefined;
|
|
10325
|
-
/**
|
|
10326
|
-
* <p>The number of hours in the schedule.</p>
|
|
10327
|
-
* @public
|
|
10328
|
-
*/
|
|
10329
|
-
SlotDurationInHours?: number | undefined;
|
|
10330
|
-
/**
|
|
10331
|
-
* <p>The end date for the Scheduled Instance.</p>
|
|
10332
|
-
* @public
|
|
10333
|
-
*/
|
|
10334
|
-
TermEndDate?: Date | undefined;
|
|
10335
|
-
/**
|
|
10336
|
-
* <p>The start date for the Scheduled Instance.</p>
|
|
10337
|
-
* @public
|
|
10338
|
-
*/
|
|
10339
|
-
TermStartDate?: Date | undefined;
|
|
10340
|
-
/**
|
|
10341
|
-
* <p>The total number of hours for a single instance for the entire term.</p>
|
|
10342
|
-
* @public
|
|
10343
|
-
*/
|
|
10344
|
-
TotalScheduledInstanceHours?: number | undefined;
|
|
10491
|
+
Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
|
|
10345
10492
|
}
|
|
10346
10493
|
/**
|
|
10347
|
-
* <p>
|
|
10494
|
+
* <p>Describes the recurring schedule for a Scheduled Instance.</p>
|
|
10348
10495
|
* @public
|
|
10349
10496
|
*/
|
|
10350
|
-
export interface
|
|
10497
|
+
export interface ScheduledInstanceRecurrence {
|
|
10351
10498
|
/**
|
|
10352
|
-
* <p>The
|
|
10499
|
+
* <p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>
|
|
10353
10500
|
* @public
|
|
10354
10501
|
*/
|
|
10355
|
-
|
|
10502
|
+
Frequency?: string | undefined;
|
|
10356
10503
|
/**
|
|
10357
|
-
* <p>
|
|
10504
|
+
* <p>The interval quantity. The interval unit depends on the value of <code>frequency</code>. For example, every 2
|
|
10505
|
+
* weeks or every 2 months.</p>
|
|
10358
10506
|
* @public
|
|
10359
10507
|
*/
|
|
10360
|
-
|
|
10361
|
-
}
|
|
10362
|
-
/**
|
|
10363
|
-
* @public
|
|
10364
|
-
*/
|
|
10365
|
-
export interface DescribeSecurityGroupReferencesRequest {
|
|
10508
|
+
Interval?: number | undefined;
|
|
10366
10509
|
/**
|
|
10367
|
-
* <p>
|
|
10368
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10369
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10510
|
+
* <p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).</p>
|
|
10370
10511
|
* @public
|
|
10371
10512
|
*/
|
|
10372
|
-
|
|
10513
|
+
OccurrenceDaySet?: number[] | undefined;
|
|
10373
10514
|
/**
|
|
10374
|
-
* <p>
|
|
10515
|
+
* <p>Indicates whether the occurrence is relative to the end of the specified week or month.</p>
|
|
10375
10516
|
* @public
|
|
10376
10517
|
*/
|
|
10377
|
-
|
|
10518
|
+
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
10519
|
+
/**
|
|
10520
|
+
* <p>The unit for <code>occurrenceDaySet</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).</p>
|
|
10521
|
+
* @public
|
|
10522
|
+
*/
|
|
10523
|
+
OccurrenceUnit?: string | undefined;
|
|
10378
10524
|
}
|
|
10379
10525
|
/**
|
|
10380
|
-
* <p>Describes a
|
|
10526
|
+
* <p>Describes a schedule that is available for your Scheduled Instances.</p>
|
|
10381
10527
|
* @public
|
|
10382
10528
|
*/
|
|
10383
|
-
export interface
|
|
10529
|
+
export interface ScheduledInstanceAvailability {
|
|
10530
|
+
/**
|
|
10531
|
+
* <p>The Availability Zone.</p>
|
|
10532
|
+
* @public
|
|
10533
|
+
*/
|
|
10534
|
+
AvailabilityZone?: string | undefined;
|
|
10384
10535
|
/**
|
|
10385
|
-
* <p>The
|
|
10536
|
+
* <p>The number of available instances.</p>
|
|
10386
10537
|
* @public
|
|
10387
10538
|
*/
|
|
10388
|
-
|
|
10539
|
+
AvailableInstanceCount?: number | undefined;
|
|
10389
10540
|
/**
|
|
10390
|
-
* <p>The
|
|
10541
|
+
* <p>The time period for the first schedule to start.</p>
|
|
10391
10542
|
* @public
|
|
10392
10543
|
*/
|
|
10393
|
-
|
|
10544
|
+
FirstSlotStartTime?: Date | undefined;
|
|
10394
10545
|
/**
|
|
10395
|
-
* <p>The
|
|
10396
|
-
* <a href="https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html">Update your security groups to reference peer security groups</a>
|
|
10397
|
-
* in the <i>VPC Peering Guide</i>.</p>
|
|
10546
|
+
* <p>The hourly price for a single instance.</p>
|
|
10398
10547
|
* @public
|
|
10399
10548
|
*/
|
|
10400
|
-
|
|
10549
|
+
HourlyPrice?: string | undefined;
|
|
10401
10550
|
/**
|
|
10402
|
-
* <
|
|
10403
|
-
* <p>This parameter is in preview and may not be available for your account.</p>
|
|
10404
|
-
* </note>
|
|
10405
|
-
* <p>The ID of the transit gateway (if applicable).</p>
|
|
10551
|
+
* <p>The instance type. You can specify one of the C3, C4, M4, or R3 instance types.</p>
|
|
10406
10552
|
* @public
|
|
10407
10553
|
*/
|
|
10408
|
-
|
|
10409
|
-
}
|
|
10410
|
-
/**
|
|
10411
|
-
* @public
|
|
10412
|
-
*/
|
|
10413
|
-
export interface DescribeSecurityGroupReferencesResult {
|
|
10554
|
+
InstanceType?: string | undefined;
|
|
10414
10555
|
/**
|
|
10415
|
-
* <p>
|
|
10556
|
+
* <p>The maximum term. The only possible value is 365 days.</p>
|
|
10416
10557
|
* @public
|
|
10417
10558
|
*/
|
|
10418
|
-
|
|
10419
|
-
}
|
|
10420
|
-
/**
|
|
10421
|
-
* @public
|
|
10422
|
-
*/
|
|
10423
|
-
export interface DescribeSecurityGroupRulesRequest {
|
|
10559
|
+
MaxTermDurationInDays?: number | undefined;
|
|
10424
10560
|
/**
|
|
10425
|
-
* <p>
|
|
10426
|
-
* <ul>
|
|
10427
|
-
* <li>
|
|
10428
|
-
* <p>
|
|
10429
|
-
* <code>group-id</code> - The ID of the security group.</p>
|
|
10430
|
-
* </li>
|
|
10431
|
-
* <li>
|
|
10432
|
-
* <p>
|
|
10433
|
-
* <code>security-group-rule-id</code> - The ID of the security group rule.</p>
|
|
10434
|
-
* </li>
|
|
10435
|
-
* <li>
|
|
10436
|
-
* <p>
|
|
10437
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
10438
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
10439
|
-
* </li>
|
|
10440
|
-
* </ul>
|
|
10561
|
+
* <p>The minimum term. The only possible value is 365 days.</p>
|
|
10441
10562
|
* @public
|
|
10442
10563
|
*/
|
|
10443
|
-
|
|
10564
|
+
MinTermDurationInDays?: number | undefined;
|
|
10444
10565
|
/**
|
|
10445
|
-
* <p>The
|
|
10566
|
+
* <p>The network platform.</p>
|
|
10446
10567
|
* @public
|
|
10447
10568
|
*/
|
|
10448
|
-
|
|
10569
|
+
NetworkPlatform?: string | undefined;
|
|
10449
10570
|
/**
|
|
10450
|
-
* <p>
|
|
10451
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10452
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10571
|
+
* <p>The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>
|
|
10453
10572
|
* @public
|
|
10454
10573
|
*/
|
|
10455
|
-
|
|
10574
|
+
Platform?: string | undefined;
|
|
10456
10575
|
/**
|
|
10457
|
-
* <p>The token
|
|
10458
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
10576
|
+
* <p>The purchase token. This token expires in two hours.</p>
|
|
10459
10577
|
* @public
|
|
10460
10578
|
*/
|
|
10461
|
-
|
|
10579
|
+
PurchaseToken?: string | undefined;
|
|
10462
10580
|
/**
|
|
10463
|
-
* <p>The
|
|
10464
|
-
* items, make another request with the token returned in the output. This value
|
|
10465
|
-
* can be between 5 and 1000. If this parameter is not specified, then all items are
|
|
10466
|
-
* returned. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10581
|
+
* <p>The schedule recurrence.</p>
|
|
10467
10582
|
* @public
|
|
10468
10583
|
*/
|
|
10469
|
-
|
|
10470
|
-
}
|
|
10471
|
-
/**
|
|
10472
|
-
* @public
|
|
10473
|
-
*/
|
|
10474
|
-
export interface DescribeSecurityGroupRulesResult {
|
|
10584
|
+
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
10475
10585
|
/**
|
|
10476
|
-
* <p>
|
|
10586
|
+
* <p>The number of hours in the schedule.</p>
|
|
10477
10587
|
* @public
|
|
10478
10588
|
*/
|
|
10479
|
-
|
|
10589
|
+
SlotDurationInHours?: number | undefined;
|
|
10480
10590
|
/**
|
|
10481
|
-
* <p>The
|
|
10482
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
10591
|
+
* <p>The total number of hours for a single instance for the entire term.</p>
|
|
10483
10592
|
* @public
|
|
10484
10593
|
*/
|
|
10485
|
-
|
|
10594
|
+
TotalScheduledInstanceHours?: number | undefined;
|
|
10486
10595
|
}
|
|
10487
10596
|
/**
|
|
10597
|
+
* <p>Contains the output of DescribeScheduledInstanceAvailability.</p>
|
|
10488
10598
|
* @public
|
|
10489
10599
|
*/
|
|
10490
|
-
export interface
|
|
10600
|
+
export interface DescribeScheduledInstanceAvailabilityResult {
|
|
10491
10601
|
/**
|
|
10492
|
-
* <p>The
|
|
10493
|
-
* <p>Default: Describes all of your security groups.</p>
|
|
10602
|
+
* <p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10494
10603
|
* @public
|
|
10495
10604
|
*/
|
|
10496
|
-
|
|
10605
|
+
NextToken?: string | undefined;
|
|
10497
10606
|
/**
|
|
10498
|
-
* <p>
|
|
10499
|
-
* the security group name or the security group ID.</p>
|
|
10500
|
-
* <p>Default: Describes all of your security groups.</p>
|
|
10607
|
+
* <p>Information about the available Scheduled Instances.</p>
|
|
10501
10608
|
* @public
|
|
10502
10609
|
*/
|
|
10503
|
-
|
|
10610
|
+
ScheduledInstanceAvailabilitySet?: ScheduledInstanceAvailability[] | undefined;
|
|
10611
|
+
}
|
|
10612
|
+
/**
|
|
10613
|
+
* <p>Describes the time period for a Scheduled Instance to start its first schedule.</p>
|
|
10614
|
+
* @public
|
|
10615
|
+
*/
|
|
10616
|
+
export interface SlotStartTimeRangeRequest {
|
|
10504
10617
|
/**
|
|
10505
|
-
* <p>The
|
|
10506
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
10618
|
+
* <p>The earliest date and time, in UTC, for the Scheduled Instance to start.</p>
|
|
10507
10619
|
* @public
|
|
10508
10620
|
*/
|
|
10509
|
-
|
|
10621
|
+
EarliestTime?: Date | undefined;
|
|
10510
10622
|
/**
|
|
10511
|
-
* <p>The
|
|
10512
|
-
* make another request with the token returned in the output. This value can be between 5 and 1000.
|
|
10513
|
-
* If this parameter is not specified, then all items are returned. For more information, see
|
|
10514
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10623
|
+
* <p>The latest date and time, in UTC, for the Scheduled Instance to start.</p>
|
|
10515
10624
|
* @public
|
|
10516
10625
|
*/
|
|
10517
|
-
|
|
10626
|
+
LatestTime?: Date | undefined;
|
|
10627
|
+
}
|
|
10628
|
+
/**
|
|
10629
|
+
* <p>Contains the parameters for DescribeScheduledInstances.</p>
|
|
10630
|
+
* @public
|
|
10631
|
+
*/
|
|
10632
|
+
export interface DescribeScheduledInstancesRequest {
|
|
10518
10633
|
/**
|
|
10519
10634
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10520
10635
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -10523,250 +10638,149 @@ export interface DescribeSecurityGroupsRequest {
|
|
|
10523
10638
|
*/
|
|
10524
10639
|
DryRun?: boolean | undefined;
|
|
10525
10640
|
/**
|
|
10526
|
-
* <p>The filters
|
|
10641
|
+
* <p>The filters.</p>
|
|
10527
10642
|
* <ul>
|
|
10528
10643
|
* <li>
|
|
10529
10644
|
* <p>
|
|
10530
|
-
* <code>
|
|
10531
|
-
* </li>
|
|
10532
|
-
* <li>
|
|
10533
|
-
* <p>
|
|
10534
|
-
* <code>egress.ip-permission.cidr</code> - An IPv4 CIDR block for an outbound
|
|
10535
|
-
* security group rule.</p>
|
|
10536
|
-
* </li>
|
|
10537
|
-
* <li>
|
|
10538
|
-
* <p>
|
|
10539
|
-
* <code>egress.ip-permission.from-port</code> - For an outbound rule, the
|
|
10540
|
-
* start of port range for the TCP and UDP protocols, or an ICMP type
|
|
10541
|
-
* number.</p>
|
|
10542
|
-
* </li>
|
|
10543
|
-
* <li>
|
|
10544
|
-
* <p>
|
|
10545
|
-
* <code>egress.ip-permission.group-id</code> - The ID of a security group
|
|
10546
|
-
* that has been referenced in an outbound security group rule.</p>
|
|
10547
|
-
* </li>
|
|
10548
|
-
* <li>
|
|
10549
|
-
* <p>
|
|
10550
|
-
* <code>egress.ip-permission.group-name</code> - The name of a security group
|
|
10551
|
-
* that is referenced in an outbound security group rule.</p>
|
|
10552
|
-
* </li>
|
|
10553
|
-
* <li>
|
|
10554
|
-
* <p>
|
|
10555
|
-
* <code>egress.ip-permission.ipv6-cidr</code> - An IPv6 CIDR block for an
|
|
10556
|
-
* outbound security group rule.</p>
|
|
10557
|
-
* </li>
|
|
10558
|
-
* <li>
|
|
10559
|
-
* <p>
|
|
10560
|
-
* <code>egress.ip-permission.prefix-list-id</code> - The ID of a prefix list to which a security group rule allows outbound access.</p>
|
|
10561
|
-
* </li>
|
|
10562
|
-
* <li>
|
|
10563
|
-
* <p>
|
|
10564
|
-
* <code>egress.ip-permission.protocol</code> - The IP protocol for an
|
|
10565
|
-
* outbound security group rule (<code>tcp</code> | <code>udp</code> |
|
|
10566
|
-
* <code>icmp</code>, a protocol number, or -1 for all protocols).</p>
|
|
10567
|
-
* </li>
|
|
10568
|
-
* <li>
|
|
10569
|
-
* <p>
|
|
10570
|
-
* <code>egress.ip-permission.to-port</code> - For an outbound rule, the end
|
|
10571
|
-
* of port range for the TCP and UDP protocols, or an ICMP code.</p>
|
|
10572
|
-
* </li>
|
|
10573
|
-
* <li>
|
|
10574
|
-
* <p>
|
|
10575
|
-
* <code>egress.ip-permission.user-id</code> - The ID of an Amazon Web Services account that
|
|
10576
|
-
* has been referenced in an outbound security group rule.</p>
|
|
10577
|
-
* </li>
|
|
10578
|
-
* <li>
|
|
10579
|
-
* <p>
|
|
10580
|
-
* <code>group-id</code> - The ID of the security group. </p>
|
|
10581
|
-
* </li>
|
|
10582
|
-
* <li>
|
|
10583
|
-
* <p>
|
|
10584
|
-
* <code>group-name</code> - The name of the security group.</p>
|
|
10585
|
-
* </li>
|
|
10586
|
-
* <li>
|
|
10587
|
-
* <p>
|
|
10588
|
-
* <code>ip-permission.cidr</code> - An IPv4 CIDR block for an inbound security
|
|
10589
|
-
* group rule.</p>
|
|
10590
|
-
* </li>
|
|
10591
|
-
* <li>
|
|
10592
|
-
* <p>
|
|
10593
|
-
* <code>ip-permission.from-port</code> - For an inbound rule, the start of port
|
|
10594
|
-
* range for the TCP and UDP protocols, or an ICMP type number.</p>
|
|
10595
|
-
* </li>
|
|
10596
|
-
* <li>
|
|
10597
|
-
* <p>
|
|
10598
|
-
* <code>ip-permission.group-id</code> - The ID of a security group that has been
|
|
10599
|
-
* referenced in an inbound security group rule.</p>
|
|
10600
|
-
* </li>
|
|
10601
|
-
* <li>
|
|
10602
|
-
* <p>
|
|
10603
|
-
* <code>ip-permission.group-name</code> - The name of a security group that is
|
|
10604
|
-
* referenced in an inbound security group rule.</p>
|
|
10605
|
-
* </li>
|
|
10606
|
-
* <li>
|
|
10607
|
-
* <p>
|
|
10608
|
-
* <code>ip-permission.ipv6-cidr</code> - An IPv6 CIDR block for an inbound security
|
|
10609
|
-
* group rule.</p>
|
|
10610
|
-
* </li>
|
|
10611
|
-
* <li>
|
|
10612
|
-
* <p>
|
|
10613
|
-
* <code>ip-permission.prefix-list-id</code> - The ID of a prefix list from which a security group rule allows inbound access.</p>
|
|
10614
|
-
* </li>
|
|
10615
|
-
* <li>
|
|
10616
|
-
* <p>
|
|
10617
|
-
* <code>ip-permission.protocol</code> - The IP protocol for an inbound security
|
|
10618
|
-
* group rule (<code>tcp</code> | <code>udp</code> | <code>icmp</code>, a
|
|
10619
|
-
* protocol number, or -1 for all protocols).</p>
|
|
10620
|
-
* </li>
|
|
10621
|
-
* <li>
|
|
10622
|
-
* <p>
|
|
10623
|
-
* <code>ip-permission.to-port</code> - For an inbound rule, the end of port range
|
|
10624
|
-
* for the TCP and UDP protocols, or an ICMP code.</p>
|
|
10625
|
-
* </li>
|
|
10626
|
-
* <li>
|
|
10627
|
-
* <p>
|
|
10628
|
-
* <code>ip-permission.user-id</code> - The ID of an Amazon Web Services account that has been
|
|
10629
|
-
* referenced in an inbound security group rule.</p>
|
|
10630
|
-
* </li>
|
|
10631
|
-
* <li>
|
|
10632
|
-
* <p>
|
|
10633
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the owner of the security group.</p>
|
|
10634
|
-
* </li>
|
|
10635
|
-
* <li>
|
|
10636
|
-
* <p>
|
|
10637
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
10638
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
10645
|
+
* <code>availability-zone</code> - The Availability Zone (for example, <code>us-west-2a</code>).</p>
|
|
10639
10646
|
* </li>
|
|
10640
10647
|
* <li>
|
|
10641
10648
|
* <p>
|
|
10642
|
-
* <code>
|
|
10649
|
+
* <code>instance-type</code> - The instance type (for example, <code>c4.large</code>).</p>
|
|
10643
10650
|
* </li>
|
|
10644
10651
|
* <li>
|
|
10645
10652
|
* <p>
|
|
10646
|
-
* <code>
|
|
10653
|
+
* <code>platform</code> - The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>
|
|
10647
10654
|
* </li>
|
|
10648
10655
|
* </ul>
|
|
10649
10656
|
* @public
|
|
10650
10657
|
*/
|
|
10651
|
-
Filters?: Filter[] | undefined;
|
|
10658
|
+
Filters?: Filter[] | undefined;
|
|
10659
|
+
/**
|
|
10660
|
+
* <p>The maximum number of results to return in a single call.
|
|
10661
|
+
* This value can be between 5 and 300. The default value is 100.
|
|
10662
|
+
* To retrieve the remaining results, make another call with the returned
|
|
10663
|
+
* <code>NextToken</code> value.</p>
|
|
10664
|
+
* @public
|
|
10665
|
+
*/
|
|
10666
|
+
MaxResults?: number | undefined;
|
|
10667
|
+
/**
|
|
10668
|
+
* <p>The token for the next set of results.</p>
|
|
10669
|
+
* @public
|
|
10670
|
+
*/
|
|
10671
|
+
NextToken?: string | undefined;
|
|
10672
|
+
/**
|
|
10673
|
+
* <p>The Scheduled Instance IDs.</p>
|
|
10674
|
+
* @public
|
|
10675
|
+
*/
|
|
10676
|
+
ScheduledInstanceIds?: string[] | undefined;
|
|
10677
|
+
/**
|
|
10678
|
+
* <p>The time period for the first schedule to start.</p>
|
|
10679
|
+
* @public
|
|
10680
|
+
*/
|
|
10681
|
+
SlotStartTimeRange?: SlotStartTimeRangeRequest | undefined;
|
|
10652
10682
|
}
|
|
10653
10683
|
/**
|
|
10654
|
-
* <p>Describes a
|
|
10684
|
+
* <p>Describes a Scheduled Instance.</p>
|
|
10655
10685
|
* @public
|
|
10656
10686
|
*/
|
|
10657
|
-
export interface
|
|
10687
|
+
export interface ScheduledInstance {
|
|
10658
10688
|
/**
|
|
10659
|
-
* <p>The
|
|
10689
|
+
* <p>The Availability Zone.</p>
|
|
10660
10690
|
* @public
|
|
10661
10691
|
*/
|
|
10662
|
-
|
|
10692
|
+
AvailabilityZone?: string | undefined;
|
|
10663
10693
|
/**
|
|
10664
|
-
* <p>The
|
|
10694
|
+
* <p>The date when the Scheduled Instance was purchased.</p>
|
|
10665
10695
|
* @public
|
|
10666
10696
|
*/
|
|
10667
|
-
|
|
10697
|
+
CreateDate?: Date | undefined;
|
|
10668
10698
|
/**
|
|
10669
|
-
* <p>
|
|
10699
|
+
* <p>The hourly price for a single instance.</p>
|
|
10670
10700
|
* @public
|
|
10671
10701
|
*/
|
|
10672
|
-
|
|
10702
|
+
HourlyPrice?: string | undefined;
|
|
10673
10703
|
/**
|
|
10674
|
-
* <p>The
|
|
10704
|
+
* <p>The number of instances.</p>
|
|
10675
10705
|
* @public
|
|
10676
10706
|
*/
|
|
10677
|
-
|
|
10707
|
+
InstanceCount?: number | undefined;
|
|
10678
10708
|
/**
|
|
10679
|
-
* <p>The
|
|
10709
|
+
* <p>The instance type.</p>
|
|
10680
10710
|
* @public
|
|
10681
10711
|
*/
|
|
10682
|
-
|
|
10712
|
+
InstanceType?: string | undefined;
|
|
10683
10713
|
/**
|
|
10684
|
-
* <p>The
|
|
10714
|
+
* <p>The network platform.</p>
|
|
10685
10715
|
* @public
|
|
10686
10716
|
*/
|
|
10687
|
-
|
|
10717
|
+
NetworkPlatform?: string | undefined;
|
|
10688
10718
|
/**
|
|
10689
|
-
* <p>The
|
|
10719
|
+
* <p>The time for the next schedule to start.</p>
|
|
10690
10720
|
* @public
|
|
10691
10721
|
*/
|
|
10692
|
-
|
|
10722
|
+
NextSlotStartTime?: Date | undefined;
|
|
10693
10723
|
/**
|
|
10694
|
-
* <p>
|
|
10724
|
+
* <p>The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>
|
|
10695
10725
|
* @public
|
|
10696
10726
|
*/
|
|
10697
|
-
|
|
10727
|
+
Platform?: string | undefined;
|
|
10698
10728
|
/**
|
|
10699
|
-
* <p>The
|
|
10729
|
+
* <p>The time that the previous schedule ended or will end.</p>
|
|
10700
10730
|
* @public
|
|
10701
10731
|
*/
|
|
10702
|
-
|
|
10703
|
-
}
|
|
10704
|
-
/**
|
|
10705
|
-
* @public
|
|
10706
|
-
*/
|
|
10707
|
-
export interface DescribeSecurityGroupsResult {
|
|
10732
|
+
PreviousSlotEndTime?: Date | undefined;
|
|
10708
10733
|
/**
|
|
10709
|
-
* <p>The
|
|
10734
|
+
* <p>The schedule recurrence.</p>
|
|
10710
10735
|
* @public
|
|
10711
10736
|
*/
|
|
10712
|
-
|
|
10737
|
+
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
10713
10738
|
/**
|
|
10714
|
-
* <p>
|
|
10739
|
+
* <p>The Scheduled Instance ID.</p>
|
|
10715
10740
|
* @public
|
|
10716
10741
|
*/
|
|
10717
|
-
|
|
10742
|
+
ScheduledInstanceId?: string | undefined;
|
|
10743
|
+
/**
|
|
10744
|
+
* <p>The number of hours in the schedule.</p>
|
|
10745
|
+
* @public
|
|
10746
|
+
*/
|
|
10747
|
+
SlotDurationInHours?: number | undefined;
|
|
10748
|
+
/**
|
|
10749
|
+
* <p>The end date for the Scheduled Instance.</p>
|
|
10750
|
+
* @public
|
|
10751
|
+
*/
|
|
10752
|
+
TermEndDate?: Date | undefined;
|
|
10753
|
+
/**
|
|
10754
|
+
* <p>The start date for the Scheduled Instance.</p>
|
|
10755
|
+
* @public
|
|
10756
|
+
*/
|
|
10757
|
+
TermStartDate?: Date | undefined;
|
|
10758
|
+
/**
|
|
10759
|
+
* <p>The total number of hours for a single instance for the entire term.</p>
|
|
10760
|
+
* @public
|
|
10761
|
+
*/
|
|
10762
|
+
TotalScheduledInstanceHours?: number | undefined;
|
|
10718
10763
|
}
|
|
10719
10764
|
/**
|
|
10765
|
+
* <p>Contains the output of DescribeScheduledInstances.</p>
|
|
10720
10766
|
* @public
|
|
10721
10767
|
*/
|
|
10722
|
-
export interface
|
|
10723
|
-
/**
|
|
10724
|
-
* <p>Security group VPC association filters.</p>
|
|
10725
|
-
* <ul>
|
|
10726
|
-
* <li>
|
|
10727
|
-
* <p>
|
|
10728
|
-
* <code>group-id</code>: The security group ID.</p>
|
|
10729
|
-
* </li>
|
|
10730
|
-
* <li>
|
|
10731
|
-
* <p>
|
|
10732
|
-
* <code>vpc-id</code>: The ID of the associated VPC.</p>
|
|
10733
|
-
* </li>
|
|
10734
|
-
* <li>
|
|
10735
|
-
* <p>
|
|
10736
|
-
* <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>
|
|
10737
|
-
* </li>
|
|
10738
|
-
* <li>
|
|
10739
|
-
* <p>
|
|
10740
|
-
* <code>state</code>: The state of the association.</p>
|
|
10741
|
-
* </li>
|
|
10742
|
-
* <li>
|
|
10743
|
-
* <p>
|
|
10744
|
-
* <code>tag:<key></code>: The key/value combination of a tag assigned to the resource. Use
|
|
10745
|
-
* the tag key in the filter name and the tag value as the filter value. For
|
|
10746
|
-
* example, to find all resources that have a tag with the key <code>Owner</code>
|
|
10747
|
-
* and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter
|
|
10748
|
-
* name and <code>TeamA</code> for the filter value.</p>
|
|
10749
|
-
* </li>
|
|
10750
|
-
* <li>
|
|
10751
|
-
* <p>
|
|
10752
|
-
* <code>tag-key</code>: The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
10753
|
-
* </li>
|
|
10754
|
-
* </ul>
|
|
10755
|
-
* @public
|
|
10756
|
-
*/
|
|
10757
|
-
Filters?: Filter[] | undefined;
|
|
10768
|
+
export interface DescribeScheduledInstancesResult {
|
|
10758
10769
|
/**
|
|
10759
|
-
* <p>The token
|
|
10770
|
+
* <p>The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10760
10771
|
* @public
|
|
10761
10772
|
*/
|
|
10762
10773
|
NextToken?: string | undefined;
|
|
10763
10774
|
/**
|
|
10764
|
-
* <p>
|
|
10765
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10766
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10775
|
+
* <p>Information about the Scheduled Instances.</p>
|
|
10767
10776
|
* @public
|
|
10768
10777
|
*/
|
|
10769
|
-
|
|
10778
|
+
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
10779
|
+
}
|
|
10780
|
+
/**
|
|
10781
|
+
* @public
|
|
10782
|
+
*/
|
|
10783
|
+
export interface DescribeSecurityGroupReferencesRequest {
|
|
10770
10784
|
/**
|
|
10771
10785
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10772
10786
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -10774,79 +10788,82 @@ export interface DescribeSecurityGroupVpcAssociationsRequest {
|
|
|
10774
10788
|
* @public
|
|
10775
10789
|
*/
|
|
10776
10790
|
DryRun?: boolean | undefined;
|
|
10791
|
+
/**
|
|
10792
|
+
* <p>The IDs of the security groups in your account.</p>
|
|
10793
|
+
* @public
|
|
10794
|
+
*/
|
|
10795
|
+
GroupId: string[] | undefined;
|
|
10777
10796
|
}
|
|
10778
10797
|
/**
|
|
10779
|
-
* <p>
|
|
10798
|
+
* <p>Describes a VPC with a security group that references your security group.</p>
|
|
10780
10799
|
* @public
|
|
10781
10800
|
*/
|
|
10782
|
-
export interface
|
|
10801
|
+
export interface SecurityGroupReference {
|
|
10783
10802
|
/**
|
|
10784
|
-
* <p>The
|
|
10803
|
+
* <p>The ID of your security group.</p>
|
|
10785
10804
|
* @public
|
|
10786
10805
|
*/
|
|
10787
10806
|
GroupId?: string | undefined;
|
|
10788
10807
|
/**
|
|
10789
|
-
* <p>The
|
|
10790
|
-
* @public
|
|
10791
|
-
*/
|
|
10792
|
-
VpcId?: string | undefined;
|
|
10793
|
-
/**
|
|
10794
|
-
* <p>The Amazon Web Services account ID of the owner of the VPC.</p>
|
|
10808
|
+
* <p>The ID of the VPC with the referencing security group.</p>
|
|
10795
10809
|
* @public
|
|
10796
10810
|
*/
|
|
10797
|
-
|
|
10811
|
+
ReferencingVpcId?: string | undefined;
|
|
10798
10812
|
/**
|
|
10799
|
-
* <p>The
|
|
10813
|
+
* <p>The ID of the VPC peering connection (if applicable). For more information about security group referencing for peering connections, see
|
|
10814
|
+
* <a href="https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html">Update your security groups to reference peer security groups</a>
|
|
10815
|
+
* in the <i>VPC Peering Guide</i>.</p>
|
|
10800
10816
|
* @public
|
|
10801
10817
|
*/
|
|
10802
|
-
|
|
10818
|
+
VpcPeeringConnectionId?: string | undefined;
|
|
10803
10819
|
/**
|
|
10804
|
-
* <
|
|
10820
|
+
* <note>
|
|
10821
|
+
* <p>This parameter is in preview and may not be available for your account.</p>
|
|
10822
|
+
* </note>
|
|
10823
|
+
* <p>The ID of the transit gateway (if applicable).</p>
|
|
10805
10824
|
* @public
|
|
10806
10825
|
*/
|
|
10807
|
-
|
|
10826
|
+
TransitGatewayId?: string | undefined;
|
|
10808
10827
|
}
|
|
10809
10828
|
/**
|
|
10810
10829
|
* @public
|
|
10811
10830
|
*/
|
|
10812
|
-
export interface
|
|
10813
|
-
/**
|
|
10814
|
-
* <p>The security group VPC associations.</p>
|
|
10815
|
-
* @public
|
|
10816
|
-
*/
|
|
10817
|
-
SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
|
|
10831
|
+
export interface DescribeSecurityGroupReferencesResult {
|
|
10818
10832
|
/**
|
|
10819
|
-
* <p>
|
|
10833
|
+
* <p>Information about the VPCs with the referencing security groups.</p>
|
|
10820
10834
|
* @public
|
|
10821
10835
|
*/
|
|
10822
|
-
|
|
10836
|
+
SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
|
|
10823
10837
|
}
|
|
10824
|
-
/**
|
|
10825
|
-
* @public
|
|
10826
|
-
* @enum
|
|
10827
|
-
*/
|
|
10828
|
-
export declare const SnapshotAttributeName: {
|
|
10829
|
-
readonly createVolumePermission: "createVolumePermission";
|
|
10830
|
-
readonly productCodes: "productCodes";
|
|
10831
|
-
};
|
|
10832
|
-
/**
|
|
10833
|
-
* @public
|
|
10834
|
-
*/
|
|
10835
|
-
export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
|
|
10836
10838
|
/**
|
|
10837
10839
|
* @public
|
|
10838
10840
|
*/
|
|
10839
|
-
export interface
|
|
10841
|
+
export interface DescribeSecurityGroupRulesRequest {
|
|
10840
10842
|
/**
|
|
10841
|
-
* <p>
|
|
10843
|
+
* <p>One or more filters.</p>
|
|
10844
|
+
* <ul>
|
|
10845
|
+
* <li>
|
|
10846
|
+
* <p>
|
|
10847
|
+
* <code>group-id</code> - The ID of the security group.</p>
|
|
10848
|
+
* </li>
|
|
10849
|
+
* <li>
|
|
10850
|
+
* <p>
|
|
10851
|
+
* <code>security-group-rule-id</code> - The ID of the security group rule.</p>
|
|
10852
|
+
* </li>
|
|
10853
|
+
* <li>
|
|
10854
|
+
* <p>
|
|
10855
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
10856
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
10857
|
+
* </li>
|
|
10858
|
+
* </ul>
|
|
10842
10859
|
* @public
|
|
10843
10860
|
*/
|
|
10844
|
-
|
|
10861
|
+
Filters?: Filter[] | undefined;
|
|
10845
10862
|
/**
|
|
10846
|
-
* <p>The
|
|
10863
|
+
* <p>The IDs of the security group rules.</p>
|
|
10847
10864
|
* @public
|
|
10848
10865
|
*/
|
|
10849
|
-
|
|
10866
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
10850
10867
|
/**
|
|
10851
10868
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10852
10869
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -10854,79 +10871,68 @@ export interface DescribeSnapshotAttributeRequest {
|
|
|
10854
10871
|
* @public
|
|
10855
10872
|
*/
|
|
10856
10873
|
DryRun?: boolean | undefined;
|
|
10857
|
-
}
|
|
10858
|
-
/**
|
|
10859
|
-
* <p>Describes the user or group to be added or removed from the list of create volume
|
|
10860
|
-
* permissions for a volume.</p>
|
|
10861
|
-
* @public
|
|
10862
|
-
*/
|
|
10863
|
-
export interface CreateVolumePermission {
|
|
10864
10874
|
/**
|
|
10865
|
-
* <p>The
|
|
10875
|
+
* <p>The token returned from a previous paginated request.
|
|
10876
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
10866
10877
|
* @public
|
|
10867
10878
|
*/
|
|
10868
|
-
|
|
10879
|
+
NextToken?: string | undefined;
|
|
10869
10880
|
/**
|
|
10870
|
-
* <p>The
|
|
10881
|
+
* <p>The maximum number of items to return for this request. To get the next page of
|
|
10882
|
+
* items, make another request with the token returned in the output. This value
|
|
10883
|
+
* can be between 5 and 1000. If this parameter is not specified, then all items are
|
|
10884
|
+
* returned. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10871
10885
|
* @public
|
|
10872
10886
|
*/
|
|
10873
|
-
|
|
10887
|
+
MaxResults?: number | undefined;
|
|
10874
10888
|
}
|
|
10875
10889
|
/**
|
|
10876
10890
|
* @public
|
|
10877
10891
|
*/
|
|
10878
|
-
export interface
|
|
10879
|
-
/**
|
|
10880
|
-
* <p>The product codes.</p>
|
|
10881
|
-
* @public
|
|
10882
|
-
*/
|
|
10883
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
10892
|
+
export interface DescribeSecurityGroupRulesResult {
|
|
10884
10893
|
/**
|
|
10885
|
-
* <p>
|
|
10894
|
+
* <p>Information about security group rules.</p>
|
|
10886
10895
|
* @public
|
|
10887
10896
|
*/
|
|
10888
|
-
|
|
10897
|
+
SecurityGroupRules?: SecurityGroupRule[] | undefined;
|
|
10889
10898
|
/**
|
|
10890
|
-
* <p>The
|
|
10891
|
-
*
|
|
10899
|
+
* <p>The token to include in another request to get the next page of items.
|
|
10900
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
10892
10901
|
* @public
|
|
10893
10902
|
*/
|
|
10894
|
-
|
|
10903
|
+
NextToken?: string | undefined;
|
|
10895
10904
|
}
|
|
10896
10905
|
/**
|
|
10897
10906
|
* @public
|
|
10898
10907
|
*/
|
|
10899
|
-
export interface
|
|
10900
|
-
/**
|
|
10901
|
-
* <p>The maximum number of items to return for this request.
|
|
10902
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10903
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10904
|
-
* @public
|
|
10905
|
-
*/
|
|
10906
|
-
MaxResults?: number | undefined;
|
|
10908
|
+
export interface DescribeSecurityGroupsRequest {
|
|
10907
10909
|
/**
|
|
10908
|
-
* <p>The
|
|
10909
|
-
*
|
|
10910
|
+
* <p>The IDs of the security groups. Required for security groups in a nondefault VPC.</p>
|
|
10911
|
+
* <p>Default: Describes all of your security groups.</p>
|
|
10910
10912
|
* @public
|
|
10911
10913
|
*/
|
|
10912
|
-
|
|
10914
|
+
GroupIds?: string[] | undefined;
|
|
10913
10915
|
/**
|
|
10914
|
-
* <p>
|
|
10915
|
-
*
|
|
10916
|
+
* <p>[Default VPC] The names of the security groups. You can specify either
|
|
10917
|
+
* the security group name or the security group ID.</p>
|
|
10918
|
+
* <p>Default: Describes all of your security groups.</p>
|
|
10916
10919
|
* @public
|
|
10917
10920
|
*/
|
|
10918
|
-
|
|
10921
|
+
GroupNames?: string[] | undefined;
|
|
10919
10922
|
/**
|
|
10920
|
-
* <p>The
|
|
10923
|
+
* <p>The token returned from a previous paginated request.
|
|
10924
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
10921
10925
|
* @public
|
|
10922
10926
|
*/
|
|
10923
|
-
|
|
10927
|
+
NextToken?: string | undefined;
|
|
10924
10928
|
/**
|
|
10925
|
-
* <p>The
|
|
10926
|
-
*
|
|
10929
|
+
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
10930
|
+
* make another request with the token returned in the output. This value can be between 5 and 1000.
|
|
10931
|
+
* If this parameter is not specified, then all items are returned. For more information, see
|
|
10932
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10927
10933
|
* @public
|
|
10928
10934
|
*/
|
|
10929
|
-
|
|
10935
|
+
MaxResults?: number | undefined;
|
|
10930
10936
|
/**
|
|
10931
10937
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10932
10938
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -10935,254 +10941,303 @@ export interface DescribeSnapshotsRequest {
|
|
|
10935
10941
|
*/
|
|
10936
10942
|
DryRun?: boolean | undefined;
|
|
10937
10943
|
/**
|
|
10938
|
-
* <p>The filters.</p>
|
|
10944
|
+
* <p>The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.</p>
|
|
10939
10945
|
* <ul>
|
|
10940
10946
|
* <li>
|
|
10941
10947
|
* <p>
|
|
10942
|
-
* <code>description</code> -
|
|
10948
|
+
* <code>description</code> - The description of the security group.</p>
|
|
10943
10949
|
* </li>
|
|
10944
10950
|
* <li>
|
|
10945
10951
|
* <p>
|
|
10946
|
-
* <code>
|
|
10947
|
-
*
|
|
10952
|
+
* <code>egress.ip-permission.cidr</code> - An IPv4 CIDR block for an outbound
|
|
10953
|
+
* security group rule.</p>
|
|
10948
10954
|
* </li>
|
|
10949
10955
|
* <li>
|
|
10950
10956
|
* <p>
|
|
10951
|
-
* <code>
|
|
10952
|
-
*
|
|
10953
|
-
*
|
|
10954
|
-
* We recommend that you use the related parameter instead of this filter.</p>
|
|
10957
|
+
* <code>egress.ip-permission.from-port</code> - For an outbound rule, the
|
|
10958
|
+
* start of port range for the TCP and UDP protocols, or an ICMP type
|
|
10959
|
+
* number.</p>
|
|
10955
10960
|
* </li>
|
|
10956
10961
|
* <li>
|
|
10957
10962
|
* <p>
|
|
10958
|
-
* <code>
|
|
10959
|
-
*
|
|
10963
|
+
* <code>egress.ip-permission.group-id</code> - The ID of a security group
|
|
10964
|
+
* that has been referenced in an outbound security group rule.</p>
|
|
10960
10965
|
* </li>
|
|
10961
10966
|
* <li>
|
|
10962
10967
|
* <p>
|
|
10963
|
-
* <code>
|
|
10964
|
-
*
|
|
10968
|
+
* <code>egress.ip-permission.group-name</code> - The name of a security group
|
|
10969
|
+
* that is referenced in an outbound security group rule.</p>
|
|
10965
10970
|
* </li>
|
|
10966
10971
|
* <li>
|
|
10967
10972
|
* <p>
|
|
10968
|
-
* <code>
|
|
10973
|
+
* <code>egress.ip-permission.ipv6-cidr</code> - An IPv6 CIDR block for an
|
|
10974
|
+
* outbound security group rule.</p>
|
|
10969
10975
|
* </li>
|
|
10970
10976
|
* <li>
|
|
10971
10977
|
* <p>
|
|
10972
|
-
* <code>
|
|
10978
|
+
* <code>egress.ip-permission.prefix-list-id</code> - The ID of a prefix list to which a security group rule allows outbound access.</p>
|
|
10973
10979
|
* </li>
|
|
10974
10980
|
* <li>
|
|
10975
10981
|
* <p>
|
|
10976
|
-
* <code>
|
|
10977
|
-
*
|
|
10982
|
+
* <code>egress.ip-permission.protocol</code> - The IP protocol for an
|
|
10983
|
+
* outbound security group rule (<code>tcp</code> | <code>udp</code> |
|
|
10984
|
+
* <code>icmp</code>, a protocol number, or -1 for all protocols).</p>
|
|
10978
10985
|
* </li>
|
|
10979
10986
|
* <li>
|
|
10980
10987
|
* <p>
|
|
10981
|
-
* <code>
|
|
10982
|
-
*
|
|
10988
|
+
* <code>egress.ip-permission.to-port</code> - For an outbound rule, the end
|
|
10989
|
+
* of port range for the TCP and UDP protocols, or an ICMP code.</p>
|
|
10983
10990
|
* </li>
|
|
10984
10991
|
* <li>
|
|
10985
10992
|
* <p>
|
|
10986
|
-
* <code>
|
|
10987
|
-
*
|
|
10993
|
+
* <code>egress.ip-permission.user-id</code> - The ID of an Amazon Web Services account that
|
|
10994
|
+
* has been referenced in an outbound security group rule.</p>
|
|
10988
10995
|
* </li>
|
|
10989
10996
|
* <li>
|
|
10990
10997
|
* <p>
|
|
10991
|
-
* <code>
|
|
10998
|
+
* <code>group-id</code> - The ID of the security group. </p>
|
|
10992
10999
|
* </li>
|
|
10993
11000
|
* <li>
|
|
10994
11001
|
* <p>
|
|
10995
|
-
* <code>
|
|
11002
|
+
* <code>group-name</code> - The name of the security group.</p>
|
|
10996
11003
|
* </li>
|
|
10997
11004
|
* <li>
|
|
10998
11005
|
* <p>
|
|
10999
|
-
* <code>
|
|
11006
|
+
* <code>ip-permission.cidr</code> - An IPv4 CIDR block for an inbound security
|
|
11007
|
+
* group rule.</p>
|
|
11000
11008
|
* </li>
|
|
11001
|
-
* </ul>
|
|
11002
|
-
* @public
|
|
11003
|
-
*/
|
|
11004
|
-
Filters?: Filter[] | undefined;
|
|
11005
|
-
}
|
|
11006
|
-
/**
|
|
11007
|
-
* @public
|
|
11008
|
-
*/
|
|
11009
|
-
export interface DescribeSnapshotsResult {
|
|
11010
|
-
/**
|
|
11011
|
-
* <p>The token to include in another request to get the next page of items.
|
|
11012
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
11013
|
-
* @public
|
|
11014
|
-
*/
|
|
11015
|
-
NextToken?: string | undefined;
|
|
11016
|
-
/**
|
|
11017
|
-
* <p>Information about the snapshots.</p>
|
|
11018
|
-
* @public
|
|
11019
|
-
*/
|
|
11020
|
-
Snapshots?: Snapshot[] | undefined;
|
|
11021
|
-
}
|
|
11022
|
-
/**
|
|
11023
|
-
* @public
|
|
11024
|
-
*/
|
|
11025
|
-
export interface DescribeSnapshotTierStatusRequest {
|
|
11026
|
-
/**
|
|
11027
|
-
* <p>The filters.</p>
|
|
11028
|
-
* <ul>
|
|
11029
11009
|
* <li>
|
|
11030
11010
|
* <p>
|
|
11031
|
-
* <code>
|
|
11011
|
+
* <code>ip-permission.from-port</code> - For an inbound rule, the start of port
|
|
11012
|
+
* range for the TCP and UDP protocols, or an ICMP type number.</p>
|
|
11013
|
+
* </li>
|
|
11014
|
+
* <li>
|
|
11015
|
+
* <p>
|
|
11016
|
+
* <code>ip-permission.group-id</code> - The ID of a security group that has been
|
|
11017
|
+
* referenced in an inbound security group rule.</p>
|
|
11018
|
+
* </li>
|
|
11019
|
+
* <li>
|
|
11020
|
+
* <p>
|
|
11021
|
+
* <code>ip-permission.group-name</code> - The name of a security group that is
|
|
11022
|
+
* referenced in an inbound security group rule.</p>
|
|
11023
|
+
* </li>
|
|
11024
|
+
* <li>
|
|
11025
|
+
* <p>
|
|
11026
|
+
* <code>ip-permission.ipv6-cidr</code> - An IPv6 CIDR block for an inbound security
|
|
11027
|
+
* group rule.</p>
|
|
11028
|
+
* </li>
|
|
11029
|
+
* <li>
|
|
11030
|
+
* <p>
|
|
11031
|
+
* <code>ip-permission.prefix-list-id</code> - The ID of a prefix list from which a security group rule allows inbound access.</p>
|
|
11032
|
+
* </li>
|
|
11033
|
+
* <li>
|
|
11034
|
+
* <p>
|
|
11035
|
+
* <code>ip-permission.protocol</code> - The IP protocol for an inbound security
|
|
11036
|
+
* group rule (<code>tcp</code> | <code>udp</code> | <code>icmp</code>, a
|
|
11037
|
+
* protocol number, or -1 for all protocols).</p>
|
|
11038
|
+
* </li>
|
|
11039
|
+
* <li>
|
|
11040
|
+
* <p>
|
|
11041
|
+
* <code>ip-permission.to-port</code> - For an inbound rule, the end of port range
|
|
11042
|
+
* for the TCP and UDP protocols, or an ICMP code.</p>
|
|
11032
11043
|
* </li>
|
|
11033
11044
|
* <li>
|
|
11034
11045
|
* <p>
|
|
11035
|
-
* <code>
|
|
11046
|
+
* <code>ip-permission.user-id</code> - The ID of an Amazon Web Services account that has been
|
|
11047
|
+
* referenced in an inbound security group rule.</p>
|
|
11048
|
+
* </li>
|
|
11049
|
+
* <li>
|
|
11050
|
+
* <p>
|
|
11051
|
+
* <code>owner-id</code> - The Amazon Web Services account ID of the owner of the security group.</p>
|
|
11052
|
+
* </li>
|
|
11053
|
+
* <li>
|
|
11054
|
+
* <p>
|
|
11055
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
11056
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
11057
|
+
* </li>
|
|
11058
|
+
* <li>
|
|
11059
|
+
* <p>
|
|
11060
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
11036
11061
|
* </li>
|
|
11037
11062
|
* <li>
|
|
11038
11063
|
* <p>
|
|
11039
|
-
* <code>
|
|
11040
|
-
* <code>archival-failed</code> | <code>permanent-restore-in-progress</code> | <code>permanent-restore-completed</code> | <code>permanent-restore-failed</code> |
|
|
11041
|
-
* <code>temporary-restore-in-progress</code> | <code>temporary-restore-completed</code> | <code>temporary-restore-failed</code>)</p>
|
|
11064
|
+
* <code>vpc-id</code> - The ID of the VPC specified when the security group was created.</p>
|
|
11042
11065
|
* </li>
|
|
11043
11066
|
* </ul>
|
|
11044
11067
|
* @public
|
|
11045
11068
|
*/
|
|
11046
11069
|
Filters?: Filter[] | undefined;
|
|
11070
|
+
}
|
|
11071
|
+
/**
|
|
11072
|
+
* <p>Describes a security group.</p>
|
|
11073
|
+
* @public
|
|
11074
|
+
*/
|
|
11075
|
+
export interface SecurityGroup {
|
|
11047
11076
|
/**
|
|
11048
|
-
* <p>
|
|
11049
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11050
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11077
|
+
* <p>The ID of the security group.</p>
|
|
11051
11078
|
* @public
|
|
11052
11079
|
*/
|
|
11053
|
-
|
|
11080
|
+
GroupId?: string | undefined;
|
|
11054
11081
|
/**
|
|
11055
|
-
* <p>The
|
|
11056
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
11082
|
+
* <p>The outbound rules associated with the security group.</p>
|
|
11057
11083
|
* @public
|
|
11058
11084
|
*/
|
|
11059
|
-
|
|
11085
|
+
IpPermissionsEgress?: IpPermission[] | undefined;
|
|
11060
11086
|
/**
|
|
11061
|
-
* <p>
|
|
11062
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
11063
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
11087
|
+
* <p>Any tags assigned to the security group.</p>
|
|
11064
11088
|
* @public
|
|
11065
11089
|
*/
|
|
11066
|
-
|
|
11067
|
-
}
|
|
11068
|
-
/**
|
|
11069
|
-
* @public
|
|
11070
|
-
* @enum
|
|
11071
|
-
*/
|
|
11072
|
-
export declare const TieringOperationStatus: {
|
|
11073
|
-
readonly archival_completed: "archival-completed";
|
|
11074
|
-
readonly archival_failed: "archival-failed";
|
|
11075
|
-
readonly archival_in_progress: "archival-in-progress";
|
|
11076
|
-
readonly permanent_restore_completed: "permanent-restore-completed";
|
|
11077
|
-
readonly permanent_restore_failed: "permanent-restore-failed";
|
|
11078
|
-
readonly permanent_restore_in_progress: "permanent-restore-in-progress";
|
|
11079
|
-
readonly temporary_restore_completed: "temporary-restore-completed";
|
|
11080
|
-
readonly temporary_restore_failed: "temporary-restore-failed";
|
|
11081
|
-
readonly temporary_restore_in_progress: "temporary-restore-in-progress";
|
|
11082
|
-
};
|
|
11083
|
-
/**
|
|
11084
|
-
* @public
|
|
11085
|
-
*/
|
|
11086
|
-
export type TieringOperationStatus = (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
|
|
11087
|
-
/**
|
|
11088
|
-
* <p>Provides information about a snapshot's storage tier.</p>
|
|
11089
|
-
* @public
|
|
11090
|
-
*/
|
|
11091
|
-
export interface SnapshotTierStatus {
|
|
11090
|
+
Tags?: Tag[] | undefined;
|
|
11092
11091
|
/**
|
|
11093
|
-
* <p>The ID of the
|
|
11092
|
+
* <p>The ID of the VPC for the security group.</p>
|
|
11094
11093
|
* @public
|
|
11095
11094
|
*/
|
|
11096
|
-
|
|
11095
|
+
VpcId?: string | undefined;
|
|
11097
11096
|
/**
|
|
11098
|
-
* <p>The
|
|
11097
|
+
* <p>The ARN of the security group.</p>
|
|
11099
11098
|
* @public
|
|
11100
11099
|
*/
|
|
11101
|
-
|
|
11100
|
+
SecurityGroupArn?: string | undefined;
|
|
11102
11101
|
/**
|
|
11103
|
-
* <p>The
|
|
11102
|
+
* <p>The Amazon Web Services account ID of the owner of the security group.</p>
|
|
11104
11103
|
* @public
|
|
11105
11104
|
*/
|
|
11106
|
-
|
|
11105
|
+
OwnerId?: string | undefined;
|
|
11107
11106
|
/**
|
|
11108
|
-
* <p>The
|
|
11107
|
+
* <p>The name of the security group.</p>
|
|
11109
11108
|
* @public
|
|
11110
11109
|
*/
|
|
11111
|
-
|
|
11110
|
+
GroupName?: string | undefined;
|
|
11112
11111
|
/**
|
|
11113
|
-
* <p>
|
|
11112
|
+
* <p>A description of the security group.</p>
|
|
11114
11113
|
* @public
|
|
11115
11114
|
*/
|
|
11116
|
-
|
|
11115
|
+
Description?: string | undefined;
|
|
11117
11116
|
/**
|
|
11118
|
-
* <p>The
|
|
11119
|
-
* that the snapshot is stored in the standard snapshot storage tier and that it is ready
|
|
11120
|
-
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
11121
|
-
* it must be restored before it can be used.</p>
|
|
11117
|
+
* <p>The inbound rules associated with the security group.</p>
|
|
11122
11118
|
* @public
|
|
11123
11119
|
*/
|
|
11124
|
-
|
|
11120
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
11121
|
+
}
|
|
11122
|
+
/**
|
|
11123
|
+
* @public
|
|
11124
|
+
*/
|
|
11125
|
+
export interface DescribeSecurityGroupsResult {
|
|
11125
11126
|
/**
|
|
11126
|
-
* <p>The
|
|
11127
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
11127
11128
|
* @public
|
|
11128
11129
|
*/
|
|
11129
|
-
|
|
11130
|
+
NextToken?: string | undefined;
|
|
11130
11131
|
/**
|
|
11131
|
-
* <p>
|
|
11132
|
+
* <p>Information about the security groups.</p>
|
|
11132
11133
|
* @public
|
|
11133
11134
|
*/
|
|
11134
|
-
|
|
11135
|
+
SecurityGroups?: SecurityGroup[] | undefined;
|
|
11136
|
+
}
|
|
11137
|
+
/**
|
|
11138
|
+
* @public
|
|
11139
|
+
*/
|
|
11140
|
+
export interface DescribeSecurityGroupVpcAssociationsRequest {
|
|
11135
11141
|
/**
|
|
11136
|
-
* <p>
|
|
11142
|
+
* <p>Security group VPC association filters.</p>
|
|
11143
|
+
* <ul>
|
|
11144
|
+
* <li>
|
|
11145
|
+
* <p>
|
|
11146
|
+
* <code>group-id</code>: The security group ID.</p>
|
|
11147
|
+
* </li>
|
|
11148
|
+
* <li>
|
|
11149
|
+
* <p>
|
|
11150
|
+
* <code>vpc-id</code>: The ID of the associated VPC.</p>
|
|
11151
|
+
* </li>
|
|
11152
|
+
* <li>
|
|
11153
|
+
* <p>
|
|
11154
|
+
* <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>
|
|
11155
|
+
* </li>
|
|
11156
|
+
* <li>
|
|
11157
|
+
* <p>
|
|
11158
|
+
* <code>state</code>: The state of the association.</p>
|
|
11159
|
+
* </li>
|
|
11160
|
+
* <li>
|
|
11161
|
+
* <p>
|
|
11162
|
+
* <code>tag:<key></code>: The key/value combination of a tag assigned to the resource. Use
|
|
11163
|
+
* the tag key in the filter name and the tag value as the filter value. For
|
|
11164
|
+
* example, to find all resources that have a tag with the key <code>Owner</code>
|
|
11165
|
+
* and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter
|
|
11166
|
+
* name and <code>TeamA</code> for the filter value.</p>
|
|
11167
|
+
* </li>
|
|
11168
|
+
* <li>
|
|
11169
|
+
* <p>
|
|
11170
|
+
* <code>tag-key</code>: The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
11171
|
+
* </li>
|
|
11172
|
+
* </ul>
|
|
11137
11173
|
* @public
|
|
11138
11174
|
*/
|
|
11139
|
-
|
|
11175
|
+
Filters?: Filter[] | undefined;
|
|
11140
11176
|
/**
|
|
11141
|
-
* <p>
|
|
11177
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
11142
11178
|
* @public
|
|
11143
11179
|
*/
|
|
11144
|
-
|
|
11180
|
+
NextToken?: string | undefined;
|
|
11145
11181
|
/**
|
|
11146
|
-
* <p>The
|
|
11182
|
+
* <p>The maximum number of items to return for this request.
|
|
11183
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
11184
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
11147
11185
|
* @public
|
|
11148
11186
|
*/
|
|
11149
|
-
|
|
11187
|
+
MaxResults?: number | undefined;
|
|
11150
11188
|
/**
|
|
11151
|
-
* <p>
|
|
11152
|
-
*
|
|
11189
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11190
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11191
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11153
11192
|
* @public
|
|
11154
11193
|
*/
|
|
11155
|
-
|
|
11194
|
+
DryRun?: boolean | undefined;
|
|
11156
11195
|
}
|
|
11157
11196
|
/**
|
|
11197
|
+
* <p>A security group association with a VPC that you made with <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateSecurityGroupVpc.html">AssociateSecurityGroupVpc</a>.</p>
|
|
11158
11198
|
* @public
|
|
11159
11199
|
*/
|
|
11160
|
-
export interface
|
|
11200
|
+
export interface SecurityGroupVpcAssociation {
|
|
11201
|
+
/**
|
|
11202
|
+
* <p>The association's security group ID.</p>
|
|
11203
|
+
* @public
|
|
11204
|
+
*/
|
|
11205
|
+
GroupId?: string | undefined;
|
|
11161
11206
|
/**
|
|
11162
|
-
* <p>
|
|
11207
|
+
* <p>The association's VPC ID.</p>
|
|
11163
11208
|
* @public
|
|
11164
11209
|
*/
|
|
11165
|
-
|
|
11210
|
+
VpcId?: string | undefined;
|
|
11166
11211
|
/**
|
|
11167
|
-
* <p>The
|
|
11168
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
11212
|
+
* <p>The Amazon Web Services account ID of the owner of the VPC.</p>
|
|
11169
11213
|
* @public
|
|
11170
11214
|
*/
|
|
11171
|
-
|
|
11215
|
+
VpcOwnerId?: string | undefined;
|
|
11216
|
+
/**
|
|
11217
|
+
* <p>The association's state.</p>
|
|
11218
|
+
* @public
|
|
11219
|
+
*/
|
|
11220
|
+
State?: SecurityGroupVpcAssociationState | undefined;
|
|
11221
|
+
/**
|
|
11222
|
+
* <p>The association's state reason.</p>
|
|
11223
|
+
* @public
|
|
11224
|
+
*/
|
|
11225
|
+
StateReason?: string | undefined;
|
|
11172
11226
|
}
|
|
11173
11227
|
/**
|
|
11174
|
-
* <p>Contains the parameters for DescribeSpotDatafeedSubscription.</p>
|
|
11175
11228
|
* @public
|
|
11176
11229
|
*/
|
|
11177
|
-
export interface
|
|
11230
|
+
export interface DescribeSecurityGroupVpcAssociationsResult {
|
|
11178
11231
|
/**
|
|
11179
|
-
* <p>
|
|
11180
|
-
* making the request, and provides an error response. If you have the required
|
|
11181
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
11182
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
11232
|
+
* <p>The security group VPC associations.</p>
|
|
11183
11233
|
* @public
|
|
11184
11234
|
*/
|
|
11185
|
-
|
|
11235
|
+
SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
|
|
11236
|
+
/**
|
|
11237
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
11238
|
+
* @public
|
|
11239
|
+
*/
|
|
11240
|
+
NextToken?: string | undefined;
|
|
11186
11241
|
}
|
|
11187
11242
|
/**
|
|
11188
11243
|
* @internal
|