@aws-sdk/client-ec2 3.1032.0 → 3.1033.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 +21 -0
- package/dist-cjs/endpoint/bdd.js +52 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +53 -0
- package/dist-cjs/schemas/schemas_0.js +183 -85
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/AcceptTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/RejectTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/bdd.js +49 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +120 -22
- package/dist-types/EC2.d.ts +21 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +3 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +10 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +4 -4
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +11 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +106 -181
- package/dist-types/models/models_1.d.ts +179 -119
- package/dist-types/models/models_2.d.ts +119 -56
- package/dist-types/models/models_3.d.ts +126 -205
- package/dist-types/models/models_4.d.ts +208 -266
- package/dist-types/models/models_5.d.ts +267 -292
- package/dist-types/models/models_6.d.ts +295 -238
- package/dist-types/models/models_7.d.ts +263 -3
- package/dist-types/schemas/schemas_0.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +69 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -36
- package/dist-types/ts3.4/models/models_1.d.ts +33 -33
- package/dist-types/ts3.4/models/models_2.d.ts +31 -15
- package/dist-types/ts3.4/models/models_3.d.ts +36 -33
- package/dist-types/ts3.4/models/models_4.d.ts +36 -44
- package/dist-types/ts3.4/models/models_5.d.ts +43 -48
- package/dist-types/ts3.4/models/models_6.d.ts +52 -51
- package/dist-types/ts3.4/models/models_7.d.ts +61 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- package/package.json +5 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
|
@@ -1,8 +1,212 @@
|
|
|
1
1
|
import type { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, ImageState, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NestedVirtualizationSpecification, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, UsageClassType, VirtualizationType } from "./enums";
|
|
2
|
-
import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission,
|
|
3
|
-
import type { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable,
|
|
4
|
-
import type { SecondarySubnet, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault
|
|
5
|
-
import type { AttributeBooleanValue, Byoasn, EnclaveOptions, EventInformation, Filter, IdFormat, InstanceBlockDeviceMapping, ProductCode } from "./models_3";
|
|
2
|
+
import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Subnet, Tag, TagSpecification, UserIdGroupPair } from "./models_0";
|
|
3
|
+
import type { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, MacModificationTask, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, StateReason } from "./models_1";
|
|
4
|
+
import type { SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault } from "./models_2";
|
|
5
|
+
import type { AttributeBooleanValue, Byoasn, EnclaveOptions, EventInformation, Filter, IdFormat, InstanceBlockDeviceMapping, InstanceTagNotificationAttribute, ProductCode } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
12
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
13
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
DryRun?: boolean | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The filters.</p>
|
|
19
|
+
* <ul>
|
|
20
|
+
* <li>
|
|
21
|
+
* <p>
|
|
22
|
+
* <code>instance-id</code> - The ID of the instance.</p>
|
|
23
|
+
* </li>
|
|
24
|
+
* </ul>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
Filters?: Filter[] | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The instance IDs.</p>
|
|
30
|
+
* <p>Default: Describes all your instances.</p>
|
|
31
|
+
* <p>Constraints: Maximum 1000 explicitly specified instance IDs.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
InstanceIds?: string[] | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The maximum number of items to return for this request.
|
|
37
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
38
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
39
|
+
* <p>You cannot specify this parameter and the instance IDs
|
|
40
|
+
* parameter in the same call.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
MaxResults?: number | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
NextToken?: string | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* <p>Describes the credit option for CPU usage of a burstable performance instance. </p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface InstanceCreditSpecification {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The ID of the instance.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
InstanceId?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The credit option for CPU usage of the instance.</p>
|
|
62
|
+
* <p>Valid values: <code>standard</code> | <code>unlimited</code>
|
|
63
|
+
* </p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
CpuCredits?: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
export interface DescribeInstanceCreditSpecificationsResult {
|
|
72
|
+
/**
|
|
73
|
+
* <p>Information about the credit option for CPU usage of an instance.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
79
|
+
* are no more items to return.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
NextToken?: string | undefined;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
88
|
+
/**
|
|
89
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
90
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
91
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
DryRun?: boolean | undefined;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
100
|
+
/**
|
|
101
|
+
* <p>Information about the registered tag keys.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* <p>Describe instance event windows by InstanceEventWindow.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export interface DescribeInstanceEventWindowsRequest {
|
|
111
|
+
/**
|
|
112
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
113
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
114
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
DryRun?: boolean | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The IDs of the event windows.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
InstanceEventWindowIds?: string[] | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>One or more filters.</p>
|
|
125
|
+
* <ul>
|
|
126
|
+
* <li>
|
|
127
|
+
* <p>
|
|
128
|
+
* <code>dedicated-host-id</code> - The event windows associated with the specified
|
|
129
|
+
* Dedicated Host ID.</p>
|
|
130
|
+
* </li>
|
|
131
|
+
* <li>
|
|
132
|
+
* <p>
|
|
133
|
+
* <code>event-window-name</code> - The event windows associated with the specified
|
|
134
|
+
* names. </p>
|
|
135
|
+
* </li>
|
|
136
|
+
* <li>
|
|
137
|
+
* <p>
|
|
138
|
+
* <code>instance-id</code> - The event windows associated with the specified
|
|
139
|
+
* instance ID.</p>
|
|
140
|
+
* </li>
|
|
141
|
+
* <li>
|
|
142
|
+
* <p>
|
|
143
|
+
* <code>instance-tag</code> - The event windows associated with the specified tag
|
|
144
|
+
* and value.</p>
|
|
145
|
+
* </li>
|
|
146
|
+
* <li>
|
|
147
|
+
* <p>
|
|
148
|
+
* <code>instance-tag-key</code> - The event windows associated with the specified
|
|
149
|
+
* tag key, regardless of the value.</p>
|
|
150
|
+
* </li>
|
|
151
|
+
* <li>
|
|
152
|
+
* <p>
|
|
153
|
+
* <code>instance-tag-value</code> - The event windows associated with the specified
|
|
154
|
+
* tag value, regardless of the key.</p>
|
|
155
|
+
* </li>
|
|
156
|
+
* <li>
|
|
157
|
+
* <p>
|
|
158
|
+
* <code>tag:<key></code> - The key/value combination of a tag assigned to the
|
|
159
|
+
* event window. Use the tag key in the filter name and the tag value as the filter
|
|
160
|
+
* value. For example, to find all resources that have a tag with the key
|
|
161
|
+
* <code>Owner</code> and the value <code>CMX</code>, specify <code>tag:Owner</code>
|
|
162
|
+
* for the filter name and <code>CMX</code> for the filter value. </p>
|
|
163
|
+
* </li>
|
|
164
|
+
* <li>
|
|
165
|
+
* <p>
|
|
166
|
+
* <code>tag-key</code> - The key of a tag assigned to the event window. Use this
|
|
167
|
+
* filter to find all event windows that have a tag with a specific key, regardless of
|
|
168
|
+
* the tag value. </p>
|
|
169
|
+
* </li>
|
|
170
|
+
* <li>
|
|
171
|
+
* <p>
|
|
172
|
+
* <code>tag-value</code> - The value of a tag assigned to the event window. Use this
|
|
173
|
+
* filter to find all event windows that have a tag with a specific value, regardless of
|
|
174
|
+
* the tag key. </p>
|
|
175
|
+
* </li>
|
|
176
|
+
* </ul>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
Filters?: Filter[] | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
182
|
+
* results, make another call with the returned <code>NextToken</code> value. This value can
|
|
183
|
+
* be between 20 and 500. You cannot specify this parameter and the event window IDs parameter
|
|
184
|
+
* in the same call.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
MaxResults?: number | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The token to request the next page of results.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
NextToken?: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export interface DescribeInstanceEventWindowsResult {
|
|
198
|
+
/**
|
|
199
|
+
* <p>Information about the event windows.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
InstanceEventWindows?: InstanceEventWindow[] | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
205
|
+
* when there are no more results to return. </p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
NextToken?: string | undefined;
|
|
209
|
+
}
|
|
6
210
|
/**
|
|
7
211
|
* @public
|
|
8
212
|
*/
|
|
@@ -13078,265 +13282,3 @@ export interface DescribeTagsRequest {
|
|
|
13078
13282
|
*/
|
|
13079
13283
|
NextToken?: string | undefined;
|
|
13080
13284
|
}
|
|
13081
|
-
/**
|
|
13082
|
-
* <p>Describes a tag.</p>
|
|
13083
|
-
* @public
|
|
13084
|
-
*/
|
|
13085
|
-
export interface TagDescription {
|
|
13086
|
-
/**
|
|
13087
|
-
* <p>The tag key.</p>
|
|
13088
|
-
* @public
|
|
13089
|
-
*/
|
|
13090
|
-
Key?: string | undefined;
|
|
13091
|
-
/**
|
|
13092
|
-
* <p>The ID of the resource.</p>
|
|
13093
|
-
* @public
|
|
13094
|
-
*/
|
|
13095
|
-
ResourceId?: string | undefined;
|
|
13096
|
-
/**
|
|
13097
|
-
* <p>The resource type.</p>
|
|
13098
|
-
* @public
|
|
13099
|
-
*/
|
|
13100
|
-
ResourceType?: ResourceType | undefined;
|
|
13101
|
-
/**
|
|
13102
|
-
* <p>The tag value.</p>
|
|
13103
|
-
* @public
|
|
13104
|
-
*/
|
|
13105
|
-
Value?: string | undefined;
|
|
13106
|
-
}
|
|
13107
|
-
/**
|
|
13108
|
-
* @public
|
|
13109
|
-
*/
|
|
13110
|
-
export interface DescribeTagsResult {
|
|
13111
|
-
/**
|
|
13112
|
-
* <p>The token to include in another request to get the next page of items.
|
|
13113
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
13114
|
-
* @public
|
|
13115
|
-
*/
|
|
13116
|
-
NextToken?: string | undefined;
|
|
13117
|
-
/**
|
|
13118
|
-
* <p>The tags.</p>
|
|
13119
|
-
* @public
|
|
13120
|
-
*/
|
|
13121
|
-
Tags?: TagDescription[] | undefined;
|
|
13122
|
-
}
|
|
13123
|
-
/**
|
|
13124
|
-
* @public
|
|
13125
|
-
*/
|
|
13126
|
-
export interface DescribeTrafficMirrorFilterRulesRequest {
|
|
13127
|
-
/**
|
|
13128
|
-
* <p>Traffic filter rule IDs.</p>
|
|
13129
|
-
* @public
|
|
13130
|
-
*/
|
|
13131
|
-
TrafficMirrorFilterRuleIds?: string[] | undefined;
|
|
13132
|
-
/**
|
|
13133
|
-
* <p>Traffic filter ID.</p>
|
|
13134
|
-
* @public
|
|
13135
|
-
*/
|
|
13136
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
13137
|
-
/**
|
|
13138
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
13139
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
13140
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
13141
|
-
* @public
|
|
13142
|
-
*/
|
|
13143
|
-
DryRun?: boolean | undefined;
|
|
13144
|
-
/**
|
|
13145
|
-
* <p>Traffic mirror filters.</p>
|
|
13146
|
-
* <ul>
|
|
13147
|
-
* <li>
|
|
13148
|
-
* <p>
|
|
13149
|
-
* <code>traffic-mirror-filter-rule-id</code>: The ID of the Traffic Mirror rule.</p>
|
|
13150
|
-
* </li>
|
|
13151
|
-
* <li>
|
|
13152
|
-
* <p>
|
|
13153
|
-
* <code>traffic-mirror-filter-id</code>: The ID of the filter that this rule is associated with.</p>
|
|
13154
|
-
* </li>
|
|
13155
|
-
* <li>
|
|
13156
|
-
* <p>
|
|
13157
|
-
* <code>rule-number</code>: The number of the Traffic Mirror rule.</p>
|
|
13158
|
-
* </li>
|
|
13159
|
-
* <li>
|
|
13160
|
-
* <p>
|
|
13161
|
-
* <code>rule-action</code>: The action taken on the filtered traffic. Possible actions are <code>accept</code> and <code>reject</code>.</p>
|
|
13162
|
-
* </li>
|
|
13163
|
-
* <li>
|
|
13164
|
-
* <p>
|
|
13165
|
-
* <code>traffic-direction</code>: The traffic direction. Possible directions are <code>ingress</code> and <code>egress</code>.</p>
|
|
13166
|
-
* </li>
|
|
13167
|
-
* <li>
|
|
13168
|
-
* <p>
|
|
13169
|
-
* <code>protocol</code>: The protocol, for example UDP, assigned to the Traffic Mirror rule.</p>
|
|
13170
|
-
* </li>
|
|
13171
|
-
* <li>
|
|
13172
|
-
* <p>
|
|
13173
|
-
* <code>source-cidr-block</code>: The source CIDR block assigned to the Traffic Mirror rule.</p>
|
|
13174
|
-
* </li>
|
|
13175
|
-
* <li>
|
|
13176
|
-
* <p>
|
|
13177
|
-
* <code>destination-cidr-block</code>: The destination CIDR block assigned to the Traffic Mirror rule.</p>
|
|
13178
|
-
* </li>
|
|
13179
|
-
* <li>
|
|
13180
|
-
* <p>
|
|
13181
|
-
* <code>description</code>: The description of the Traffic Mirror rule.</p>
|
|
13182
|
-
* </li>
|
|
13183
|
-
* </ul>
|
|
13184
|
-
* @public
|
|
13185
|
-
*/
|
|
13186
|
-
Filters?: Filter[] | undefined;
|
|
13187
|
-
/**
|
|
13188
|
-
* <p>The maximum number of results to return with a single call.
|
|
13189
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
13190
|
-
* @public
|
|
13191
|
-
*/
|
|
13192
|
-
MaxResults?: number | undefined;
|
|
13193
|
-
/**
|
|
13194
|
-
* <p>The token for the next page of results.</p>
|
|
13195
|
-
* @public
|
|
13196
|
-
*/
|
|
13197
|
-
NextToken?: string | undefined;
|
|
13198
|
-
}
|
|
13199
|
-
/**
|
|
13200
|
-
* @public
|
|
13201
|
-
*/
|
|
13202
|
-
export interface DescribeTrafficMirrorFilterRulesResult {
|
|
13203
|
-
/**
|
|
13204
|
-
* <p>Traffic mirror rules.</p>
|
|
13205
|
-
* @public
|
|
13206
|
-
*/
|
|
13207
|
-
TrafficMirrorFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
13208
|
-
/**
|
|
13209
|
-
* <p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>
|
|
13210
|
-
* @public
|
|
13211
|
-
*/
|
|
13212
|
-
NextToken?: string | undefined;
|
|
13213
|
-
}
|
|
13214
|
-
/**
|
|
13215
|
-
* @public
|
|
13216
|
-
*/
|
|
13217
|
-
export interface DescribeTrafficMirrorFiltersRequest {
|
|
13218
|
-
/**
|
|
13219
|
-
* <p>The ID of the Traffic Mirror filter.</p>
|
|
13220
|
-
* @public
|
|
13221
|
-
*/
|
|
13222
|
-
TrafficMirrorFilterIds?: string[] | undefined;
|
|
13223
|
-
/**
|
|
13224
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
13225
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
13226
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
13227
|
-
* @public
|
|
13228
|
-
*/
|
|
13229
|
-
DryRun?: boolean | undefined;
|
|
13230
|
-
/**
|
|
13231
|
-
* <p>One or more filters. The possible values are:</p>
|
|
13232
|
-
* <ul>
|
|
13233
|
-
* <li>
|
|
13234
|
-
* <p>
|
|
13235
|
-
* <code>description</code>: The Traffic Mirror filter description.</p>
|
|
13236
|
-
* </li>
|
|
13237
|
-
* <li>
|
|
13238
|
-
* <p>
|
|
13239
|
-
* <code>traffic-mirror-filter-id</code>: The ID of the Traffic Mirror filter.</p>
|
|
13240
|
-
* </li>
|
|
13241
|
-
* </ul>
|
|
13242
|
-
* @public
|
|
13243
|
-
*/
|
|
13244
|
-
Filters?: Filter[] | undefined;
|
|
13245
|
-
/**
|
|
13246
|
-
* <p>The maximum number of results to return with a single call.
|
|
13247
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
13248
|
-
* @public
|
|
13249
|
-
*/
|
|
13250
|
-
MaxResults?: number | undefined;
|
|
13251
|
-
/**
|
|
13252
|
-
* <p>The token for the next page of results.</p>
|
|
13253
|
-
* @public
|
|
13254
|
-
*/
|
|
13255
|
-
NextToken?: string | undefined;
|
|
13256
|
-
}
|
|
13257
|
-
/**
|
|
13258
|
-
* @public
|
|
13259
|
-
*/
|
|
13260
|
-
export interface DescribeTrafficMirrorFiltersResult {
|
|
13261
|
-
/**
|
|
13262
|
-
* <p>Information about one or more Traffic Mirror filters.</p>
|
|
13263
|
-
* @public
|
|
13264
|
-
*/
|
|
13265
|
-
TrafficMirrorFilters?: TrafficMirrorFilter[] | undefined;
|
|
13266
|
-
/**
|
|
13267
|
-
* <p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>
|
|
13268
|
-
* @public
|
|
13269
|
-
*/
|
|
13270
|
-
NextToken?: string | undefined;
|
|
13271
|
-
}
|
|
13272
|
-
/**
|
|
13273
|
-
* @public
|
|
13274
|
-
*/
|
|
13275
|
-
export interface DescribeTrafficMirrorSessionsRequest {
|
|
13276
|
-
/**
|
|
13277
|
-
* <p>The ID of the Traffic Mirror session.</p>
|
|
13278
|
-
* @public
|
|
13279
|
-
*/
|
|
13280
|
-
TrafficMirrorSessionIds?: string[] | undefined;
|
|
13281
|
-
/**
|
|
13282
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
13283
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
13284
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
13285
|
-
* @public
|
|
13286
|
-
*/
|
|
13287
|
-
DryRun?: boolean | undefined;
|
|
13288
|
-
/**
|
|
13289
|
-
* <p>One or more filters. The possible values are:</p>
|
|
13290
|
-
* <ul>
|
|
13291
|
-
* <li>
|
|
13292
|
-
* <p>
|
|
13293
|
-
* <code>description</code>: The Traffic Mirror session description.</p>
|
|
13294
|
-
* </li>
|
|
13295
|
-
* <li>
|
|
13296
|
-
* <p>
|
|
13297
|
-
* <code>network-interface-id</code>: The ID of the Traffic Mirror session network interface.</p>
|
|
13298
|
-
* </li>
|
|
13299
|
-
* <li>
|
|
13300
|
-
* <p>
|
|
13301
|
-
* <code>owner-id</code>: The ID of the account that owns the Traffic Mirror session.</p>
|
|
13302
|
-
* </li>
|
|
13303
|
-
* <li>
|
|
13304
|
-
* <p>
|
|
13305
|
-
* <code>packet-length</code>: The assigned number of packets to mirror. </p>
|
|
13306
|
-
* </li>
|
|
13307
|
-
* <li>
|
|
13308
|
-
* <p>
|
|
13309
|
-
* <code>session-number</code>: The assigned session number. </p>
|
|
13310
|
-
* </li>
|
|
13311
|
-
* <li>
|
|
13312
|
-
* <p>
|
|
13313
|
-
* <code>traffic-mirror-filter-id</code>: The ID of the Traffic Mirror filter.</p>
|
|
13314
|
-
* </li>
|
|
13315
|
-
* <li>
|
|
13316
|
-
* <p>
|
|
13317
|
-
* <code>traffic-mirror-session-id</code>: The ID of the Traffic Mirror session.</p>
|
|
13318
|
-
* </li>
|
|
13319
|
-
* <li>
|
|
13320
|
-
* <p>
|
|
13321
|
-
* <code>traffic-mirror-target-id</code>: The ID of the Traffic Mirror target.</p>
|
|
13322
|
-
* </li>
|
|
13323
|
-
* <li>
|
|
13324
|
-
* <p>
|
|
13325
|
-
* <code>virtual-network-id</code>: The virtual network ID of the Traffic Mirror session.</p>
|
|
13326
|
-
* </li>
|
|
13327
|
-
* </ul>
|
|
13328
|
-
* @public
|
|
13329
|
-
*/
|
|
13330
|
-
Filters?: Filter[] | undefined;
|
|
13331
|
-
/**
|
|
13332
|
-
* <p>The maximum number of results to return with a single call.
|
|
13333
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
13334
|
-
* @public
|
|
13335
|
-
*/
|
|
13336
|
-
MaxResults?: number | undefined;
|
|
13337
|
-
/**
|
|
13338
|
-
* <p>The token for the next page of results.</p>
|
|
13339
|
-
* @public
|
|
13340
|
-
*/
|
|
13341
|
-
NextToken?: string | undefined;
|
|
13342
|
-
}
|