@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,270 @@
|
|
|
1
|
-
import type { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus,
|
|
2
|
-
import type { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow,
|
|
3
|
-
import type { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
1
|
+
import type { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, ResourceType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
|
|
2
|
+
import type { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcCidrBlockAssociation, VpcEncryptionControl, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
3
|
+
import type { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import type { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
|
|
5
5
|
import type { RegisteredInstance } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Describes a tag.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface TagDescription {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The tag key.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
Key?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The ID of the resource.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
ResourceId?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The resource type.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
ResourceType?: ResourceType | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The tag value.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
Value?: string | undefined;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export interface DescribeTagsResult {
|
|
36
|
+
/**
|
|
37
|
+
* <p>The token to include in another request to get the next page of items.
|
|
38
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
NextToken?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The tags.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
Tags?: TagDescription[] | undefined;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export interface DescribeTrafficMirrorFilterRulesRequest {
|
|
52
|
+
/**
|
|
53
|
+
* <p>Traffic filter rule IDs.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
TrafficMirrorFilterRuleIds?: string[] | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>Traffic filter ID.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
64
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
65
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
DryRun?: boolean | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>Traffic mirror filters.</p>
|
|
71
|
+
* <ul>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>
|
|
74
|
+
* <code>traffic-mirror-filter-rule-id</code>: The ID of the Traffic Mirror rule.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>
|
|
78
|
+
* <code>traffic-mirror-filter-id</code>: The ID of the filter that this rule is associated with.</p>
|
|
79
|
+
* </li>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>
|
|
82
|
+
* <code>rule-number</code>: The number of the Traffic Mirror rule.</p>
|
|
83
|
+
* </li>
|
|
84
|
+
* <li>
|
|
85
|
+
* <p>
|
|
86
|
+
* <code>rule-action</code>: The action taken on the filtered traffic. Possible actions are <code>accept</code> and <code>reject</code>.</p>
|
|
87
|
+
* </li>
|
|
88
|
+
* <li>
|
|
89
|
+
* <p>
|
|
90
|
+
* <code>traffic-direction</code>: The traffic direction. Possible directions are <code>ingress</code> and <code>egress</code>.</p>
|
|
91
|
+
* </li>
|
|
92
|
+
* <li>
|
|
93
|
+
* <p>
|
|
94
|
+
* <code>protocol</code>: The protocol, for example UDP, assigned to the Traffic Mirror rule.</p>
|
|
95
|
+
* </li>
|
|
96
|
+
* <li>
|
|
97
|
+
* <p>
|
|
98
|
+
* <code>source-cidr-block</code>: The source CIDR block assigned to the Traffic Mirror rule.</p>
|
|
99
|
+
* </li>
|
|
100
|
+
* <li>
|
|
101
|
+
* <p>
|
|
102
|
+
* <code>destination-cidr-block</code>: The destination CIDR block assigned to the Traffic Mirror rule.</p>
|
|
103
|
+
* </li>
|
|
104
|
+
* <li>
|
|
105
|
+
* <p>
|
|
106
|
+
* <code>description</code>: The description of the Traffic Mirror rule.</p>
|
|
107
|
+
* </li>
|
|
108
|
+
* </ul>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
Filters?: Filter[] | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The maximum number of results to return with a single call.
|
|
114
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
MaxResults?: number | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The token for the next page of results.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
NextToken?: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
export interface DescribeTrafficMirrorFilterRulesResult {
|
|
128
|
+
/**
|
|
129
|
+
* <p>Traffic mirror rules.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
TrafficMirrorFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <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>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
NextToken?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export interface DescribeTrafficMirrorFiltersRequest {
|
|
143
|
+
/**
|
|
144
|
+
* <p>The ID of the Traffic Mirror filter.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
TrafficMirrorFilterIds?: string[] | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
150
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
151
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
DryRun?: boolean | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* <p>One or more filters. The possible values are:</p>
|
|
157
|
+
* <ul>
|
|
158
|
+
* <li>
|
|
159
|
+
* <p>
|
|
160
|
+
* <code>description</code>: The Traffic Mirror filter description.</p>
|
|
161
|
+
* </li>
|
|
162
|
+
* <li>
|
|
163
|
+
* <p>
|
|
164
|
+
* <code>traffic-mirror-filter-id</code>: The ID of the Traffic Mirror filter.</p>
|
|
165
|
+
* </li>
|
|
166
|
+
* </ul>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
Filters?: Filter[] | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The maximum number of results to return with a single call.
|
|
172
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
MaxResults?: number | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>The token for the next page of results.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
NextToken?: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export interface DescribeTrafficMirrorFiltersResult {
|
|
186
|
+
/**
|
|
187
|
+
* <p>Information about one or more Traffic Mirror filters.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
TrafficMirrorFilters?: TrafficMirrorFilter[] | undefined;
|
|
191
|
+
/**
|
|
192
|
+
* <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>
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
NextToken?: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
export interface DescribeTrafficMirrorSessionsRequest {
|
|
201
|
+
/**
|
|
202
|
+
* <p>The ID of the Traffic Mirror session.</p>
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
TrafficMirrorSessionIds?: string[] | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
208
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
209
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
DryRun?: boolean | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>One or more filters. The possible values are:</p>
|
|
215
|
+
* <ul>
|
|
216
|
+
* <li>
|
|
217
|
+
* <p>
|
|
218
|
+
* <code>description</code>: The Traffic Mirror session description.</p>
|
|
219
|
+
* </li>
|
|
220
|
+
* <li>
|
|
221
|
+
* <p>
|
|
222
|
+
* <code>network-interface-id</code>: The ID of the Traffic Mirror session network interface.</p>
|
|
223
|
+
* </li>
|
|
224
|
+
* <li>
|
|
225
|
+
* <p>
|
|
226
|
+
* <code>owner-id</code>: The ID of the account that owns the Traffic Mirror session.</p>
|
|
227
|
+
* </li>
|
|
228
|
+
* <li>
|
|
229
|
+
* <p>
|
|
230
|
+
* <code>packet-length</code>: The assigned number of packets to mirror. </p>
|
|
231
|
+
* </li>
|
|
232
|
+
* <li>
|
|
233
|
+
* <p>
|
|
234
|
+
* <code>session-number</code>: The assigned session number. </p>
|
|
235
|
+
* </li>
|
|
236
|
+
* <li>
|
|
237
|
+
* <p>
|
|
238
|
+
* <code>traffic-mirror-filter-id</code>: The ID of the Traffic Mirror filter.</p>
|
|
239
|
+
* </li>
|
|
240
|
+
* <li>
|
|
241
|
+
* <p>
|
|
242
|
+
* <code>traffic-mirror-session-id</code>: The ID of the Traffic Mirror session.</p>
|
|
243
|
+
* </li>
|
|
244
|
+
* <li>
|
|
245
|
+
* <p>
|
|
246
|
+
* <code>traffic-mirror-target-id</code>: The ID of the Traffic Mirror target.</p>
|
|
247
|
+
* </li>
|
|
248
|
+
* <li>
|
|
249
|
+
* <p>
|
|
250
|
+
* <code>virtual-network-id</code>: The virtual network ID of the Traffic Mirror session.</p>
|
|
251
|
+
* </li>
|
|
252
|
+
* </ul>
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
Filters?: Filter[] | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* <p>The maximum number of results to return with a single call.
|
|
258
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
MaxResults?: number | undefined;
|
|
262
|
+
/**
|
|
263
|
+
* <p>The token for the next page of results.</p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
NextToken?: string | undefined;
|
|
267
|
+
}
|
|
6
268
|
/**
|
|
7
269
|
* @public
|
|
8
270
|
*/
|
|
@@ -6055,8 +6317,8 @@ export interface EnableIpamPolicyRequest {
|
|
|
6055
6317
|
*/
|
|
6056
6318
|
IpamPolicyId: string | undefined;
|
|
6057
6319
|
/**
|
|
6058
|
-
* <p>
|
|
6059
|
-
* <p>
|
|
6320
|
+
* <p>A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.</p>
|
|
6321
|
+
* <p>The ID of the Amazon Web Services Organizations target for which to enable the IPAM policy. This parameter is required only when IPAM is integrated with Amazon Web Services Organizations. When IPAM is not integrated with Amazon Web Services Organizations, omit this parameter and the policy will apply to the current account.</p>
|
|
6060
6322
|
* @public
|
|
6061
6323
|
*/
|
|
6062
6324
|
OrganizationTargetId?: string | undefined;
|
|
@@ -7808,290 +8070,3 @@ export interface GetCapacityReservationUsageRequest {
|
|
|
7808
8070
|
*/
|
|
7809
8071
|
DryRun?: boolean | undefined;
|
|
7810
8072
|
}
|
|
7811
|
-
/**
|
|
7812
|
-
* <p>Information about the Capacity Reservation usage.</p>
|
|
7813
|
-
* @public
|
|
7814
|
-
*/
|
|
7815
|
-
export interface InstanceUsage {
|
|
7816
|
-
/**
|
|
7817
|
-
* <p>The ID of the Amazon Web Services account that is making use of the Capacity
|
|
7818
|
-
* Reservation.</p>
|
|
7819
|
-
* @public
|
|
7820
|
-
*/
|
|
7821
|
-
AccountId?: string | undefined;
|
|
7822
|
-
/**
|
|
7823
|
-
* <p>The number of instances the Amazon Web Services account currently has in the Capacity
|
|
7824
|
-
* Reservation.</p>
|
|
7825
|
-
* @public
|
|
7826
|
-
*/
|
|
7827
|
-
UsedInstanceCount?: number | undefined;
|
|
7828
|
-
}
|
|
7829
|
-
/**
|
|
7830
|
-
* @public
|
|
7831
|
-
*/
|
|
7832
|
-
export interface GetCapacityReservationUsageResult {
|
|
7833
|
-
/**
|
|
7834
|
-
* <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>
|
|
7835
|
-
* @public
|
|
7836
|
-
*/
|
|
7837
|
-
NextToken?: string | undefined;
|
|
7838
|
-
/**
|
|
7839
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
7840
|
-
* @public
|
|
7841
|
-
*/
|
|
7842
|
-
CapacityReservationId?: string | undefined;
|
|
7843
|
-
/**
|
|
7844
|
-
* <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
|
|
7845
|
-
* @public
|
|
7846
|
-
*/
|
|
7847
|
-
InstanceType?: string | undefined;
|
|
7848
|
-
/**
|
|
7849
|
-
* <p>The number of instances for which the Capacity Reservation reserves capacity.</p>
|
|
7850
|
-
* @public
|
|
7851
|
-
*/
|
|
7852
|
-
TotalInstanceCount?: number | undefined;
|
|
7853
|
-
/**
|
|
7854
|
-
* <p>The remaining capacity. Indicates the number of instances that can be launched in the
|
|
7855
|
-
* Capacity Reservation.</p>
|
|
7856
|
-
* @public
|
|
7857
|
-
*/
|
|
7858
|
-
AvailableInstanceCount?: number | undefined;
|
|
7859
|
-
/**
|
|
7860
|
-
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
|
|
7861
|
-
* the following states:</p>
|
|
7862
|
-
* <ul>
|
|
7863
|
-
* <li>
|
|
7864
|
-
* <p>
|
|
7865
|
-
* <code>active</code> - The capacity is available for use.</p>
|
|
7866
|
-
* </li>
|
|
7867
|
-
* <li>
|
|
7868
|
-
* <p>
|
|
7869
|
-
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time
|
|
7870
|
-
* specified in your reservation request. The reserved capacity is no longer available for your use.</p>
|
|
7871
|
-
* </li>
|
|
7872
|
-
* <li>
|
|
7873
|
-
* <p>
|
|
7874
|
-
* <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
|
|
7875
|
-
* longer available for your use.</p>
|
|
7876
|
-
* </li>
|
|
7877
|
-
* <li>
|
|
7878
|
-
* <p>
|
|
7879
|
-
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
7880
|
-
* provisioning is still pending.</p>
|
|
7881
|
-
* </li>
|
|
7882
|
-
* <li>
|
|
7883
|
-
* <p>
|
|
7884
|
-
* <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
|
|
7885
|
-
* request parameters that are not valid, capacity constraints, or instance limit constraints. You
|
|
7886
|
-
* can view a failed request for 60 minutes.</p>
|
|
7887
|
-
* </li>
|
|
7888
|
-
* <li>
|
|
7889
|
-
* <p>
|
|
7890
|
-
* <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
|
|
7891
|
-
* future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
|
|
7892
|
-
* for delivery on the requested start date.</p>
|
|
7893
|
-
* </li>
|
|
7894
|
-
* <li>
|
|
7895
|
-
* <p>
|
|
7896
|
-
* <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
|
|
7897
|
-
* payment has not been processed yet.</p>
|
|
7898
|
-
* </li>
|
|
7899
|
-
* <li>
|
|
7900
|
-
* <p>
|
|
7901
|
-
* <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
|
|
7902
|
-
* payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
|
|
7903
|
-
* </li>
|
|
7904
|
-
* <li>
|
|
7905
|
-
* <p>
|
|
7906
|
-
* <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
|
|
7907
|
-
* Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
|
|
7908
|
-
* </li>
|
|
7909
|
-
* <li>
|
|
7910
|
-
* <p>
|
|
7911
|
-
* <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
7912
|
-
* encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
|
|
7913
|
-
* unable to deliver the requested capacity by the requested start date and time.</p>
|
|
7914
|
-
* </li>
|
|
7915
|
-
* <li>
|
|
7916
|
-
* <p>
|
|
7917
|
-
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
7918
|
-
* can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
|
|
7919
|
-
* unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
|
|
7920
|
-
* </li>
|
|
7921
|
-
* </ul>
|
|
7922
|
-
* @public
|
|
7923
|
-
*/
|
|
7924
|
-
State?: CapacityReservationState | undefined;
|
|
7925
|
-
/**
|
|
7926
|
-
* <p>Information about the Capacity Reservation usage.</p>
|
|
7927
|
-
* @public
|
|
7928
|
-
*/
|
|
7929
|
-
InstanceUsages?: InstanceUsage[] | undefined;
|
|
7930
|
-
/**
|
|
7931
|
-
* <p>
|
|
7932
|
-
* Indicates whether the Capacity Reservation is interruptible, meaning instances may be terminated when the owner reclaims capacity.
|
|
7933
|
-
* </p>
|
|
7934
|
-
* @public
|
|
7935
|
-
*/
|
|
7936
|
-
Interruptible?: boolean | undefined;
|
|
7937
|
-
/**
|
|
7938
|
-
* <p>
|
|
7939
|
-
* Information about the capacity allocated to the interruptible Capacity Reservation, including instance counts and allocation status.
|
|
7940
|
-
* </p>
|
|
7941
|
-
* @public
|
|
7942
|
-
*/
|
|
7943
|
-
InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
|
|
7944
|
-
/**
|
|
7945
|
-
* <p>
|
|
7946
|
-
* Details about the interruption configuration and source reservation for interruptible Capacity Reservations.
|
|
7947
|
-
* </p>
|
|
7948
|
-
* @public
|
|
7949
|
-
*/
|
|
7950
|
-
InterruptionInfo?: InterruptionInfo | undefined;
|
|
7951
|
-
}
|
|
7952
|
-
/**
|
|
7953
|
-
* @public
|
|
7954
|
-
*/
|
|
7955
|
-
export interface GetCoipPoolUsageRequest {
|
|
7956
|
-
/**
|
|
7957
|
-
* <p>The ID of the address pool.</p>
|
|
7958
|
-
* @public
|
|
7959
|
-
*/
|
|
7960
|
-
PoolId: string | undefined;
|
|
7961
|
-
/**
|
|
7962
|
-
* <p>One or more filters.</p>
|
|
7963
|
-
* <ul>
|
|
7964
|
-
* <li>
|
|
7965
|
-
* <p>
|
|
7966
|
-
* <code>coip-address-usage.allocation-id</code> - The allocation ID of the address.</p>
|
|
7967
|
-
* </li>
|
|
7968
|
-
* <li>
|
|
7969
|
-
* <p>
|
|
7970
|
-
* <code>coip-address-usage.aws-account-id</code> - The ID of the Amazon Web Services account that is using the customer-owned IP address.</p>
|
|
7971
|
-
* </li>
|
|
7972
|
-
* <li>
|
|
7973
|
-
* <p>
|
|
7974
|
-
* <code>coip-address-usage.aws-service</code> - The Amazon Web Services service that is using the customer-owned IP address.</p>
|
|
7975
|
-
* </li>
|
|
7976
|
-
* <li>
|
|
7977
|
-
* <p>
|
|
7978
|
-
* <code>coip-address-usage.co-ip</code> - The customer-owned IP address.</p>
|
|
7979
|
-
* </li>
|
|
7980
|
-
* </ul>
|
|
7981
|
-
* @public
|
|
7982
|
-
*/
|
|
7983
|
-
Filters?: Filter[] | undefined;
|
|
7984
|
-
/**
|
|
7985
|
-
* <p>The maximum number of results to return with a single call.
|
|
7986
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
7987
|
-
* @public
|
|
7988
|
-
*/
|
|
7989
|
-
MaxResults?: number | undefined;
|
|
7990
|
-
/**
|
|
7991
|
-
* <p>The token for the next page of results.</p>
|
|
7992
|
-
* @public
|
|
7993
|
-
*/
|
|
7994
|
-
NextToken?: string | undefined;
|
|
7995
|
-
/**
|
|
7996
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7997
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7998
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7999
|
-
* @public
|
|
8000
|
-
*/
|
|
8001
|
-
DryRun?: boolean | undefined;
|
|
8002
|
-
}
|
|
8003
|
-
/**
|
|
8004
|
-
* <p>Describes address usage for a customer-owned address pool.</p>
|
|
8005
|
-
* @public
|
|
8006
|
-
*/
|
|
8007
|
-
export interface CoipAddressUsage {
|
|
8008
|
-
/**
|
|
8009
|
-
* <p>The allocation ID of the address.</p>
|
|
8010
|
-
* @public
|
|
8011
|
-
*/
|
|
8012
|
-
AllocationId?: string | undefined;
|
|
8013
|
-
/**
|
|
8014
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8015
|
-
* @public
|
|
8016
|
-
*/
|
|
8017
|
-
AwsAccountId?: string | undefined;
|
|
8018
|
-
/**
|
|
8019
|
-
* <p>The Amazon Web Services service.</p>
|
|
8020
|
-
* @public
|
|
8021
|
-
*/
|
|
8022
|
-
AwsService?: string | undefined;
|
|
8023
|
-
/**
|
|
8024
|
-
* <p>The customer-owned IP address.</p>
|
|
8025
|
-
* @public
|
|
8026
|
-
*/
|
|
8027
|
-
CoIp?: string | undefined;
|
|
8028
|
-
}
|
|
8029
|
-
/**
|
|
8030
|
-
* @public
|
|
8031
|
-
*/
|
|
8032
|
-
export interface GetCoipPoolUsageResult {
|
|
8033
|
-
/**
|
|
8034
|
-
* <p>The ID of the customer-owned address pool.</p>
|
|
8035
|
-
* @public
|
|
8036
|
-
*/
|
|
8037
|
-
CoipPoolId?: string | undefined;
|
|
8038
|
-
/**
|
|
8039
|
-
* <p>Information about the address usage.</p>
|
|
8040
|
-
* @public
|
|
8041
|
-
*/
|
|
8042
|
-
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
8043
|
-
/**
|
|
8044
|
-
* <p>The ID of the local gateway route table.</p>
|
|
8045
|
-
* @public
|
|
8046
|
-
*/
|
|
8047
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
8048
|
-
/**
|
|
8049
|
-
* <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>
|
|
8050
|
-
* @public
|
|
8051
|
-
*/
|
|
8052
|
-
NextToken?: string | undefined;
|
|
8053
|
-
}
|
|
8054
|
-
/**
|
|
8055
|
-
* @public
|
|
8056
|
-
*/
|
|
8057
|
-
export interface GetConsoleOutputRequest {
|
|
8058
|
-
/**
|
|
8059
|
-
* <p>The ID of the instance.</p>
|
|
8060
|
-
* @public
|
|
8061
|
-
*/
|
|
8062
|
-
InstanceId: string | undefined;
|
|
8063
|
-
/**
|
|
8064
|
-
* <p>When enabled, retrieves the latest console output for the instance.</p>
|
|
8065
|
-
* <p>Default: disabled (<code>false</code>)</p>
|
|
8066
|
-
* @public
|
|
8067
|
-
*/
|
|
8068
|
-
Latest?: boolean | undefined;
|
|
8069
|
-
/**
|
|
8070
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
8071
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
8072
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8073
|
-
* @public
|
|
8074
|
-
*/
|
|
8075
|
-
DryRun?: boolean | undefined;
|
|
8076
|
-
}
|
|
8077
|
-
/**
|
|
8078
|
-
* @public
|
|
8079
|
-
*/
|
|
8080
|
-
export interface GetConsoleOutputResult {
|
|
8081
|
-
/**
|
|
8082
|
-
* <p>The ID of the instance.</p>
|
|
8083
|
-
* @public
|
|
8084
|
-
*/
|
|
8085
|
-
InstanceId?: string | undefined;
|
|
8086
|
-
/**
|
|
8087
|
-
* <p>The time at which the output was last updated.</p>
|
|
8088
|
-
* @public
|
|
8089
|
-
*/
|
|
8090
|
-
Timestamp?: Date | undefined;
|
|
8091
|
-
/**
|
|
8092
|
-
* <p>The console output, base64-encoded. If you are using a command line tool, the tool
|
|
8093
|
-
* decodes the output for you.</p>
|
|
8094
|
-
* @public
|
|
8095
|
-
*/
|
|
8096
|
-
Output?: string | undefined;
|
|
8097
|
-
}
|