@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.
Files changed (126) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/endpoint/bdd.js +52 -0
  3. package/dist-cjs/endpoint/endpointResolver.js +2 -2
  4. package/dist-cjs/index.js +53 -0
  5. package/dist-cjs/schemas/schemas_0.js +183 -85
  6. package/dist-es/EC2.js +6 -0
  7. package/dist-es/commands/AcceptTransitGatewayClientVpnAttachmentCommand.js +16 -0
  8. package/dist-es/commands/DeleteTransitGatewayClientVpnAttachmentCommand.js +16 -0
  9. package/dist-es/commands/RejectTransitGatewayClientVpnAttachmentCommand.js +16 -0
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/endpoint/bdd.js +49 -0
  12. package/dist-es/endpoint/endpointResolver.js +3 -3
  13. package/dist-es/models/enums.js +10 -0
  14. package/dist-es/schemas/schemas_0.js +120 -22
  15. package/dist-types/EC2.d.ts +21 -0
  16. package/dist-types/EC2Client.d.ts +5 -2
  17. package/dist-types/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  18. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +3 -1
  20. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  21. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  22. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +10 -1
  24. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +4 -4
  28. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
  34. package/dist-types/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  35. package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +2 -2
  36. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +11 -1
  39. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -0
  40. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -2
  48. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  49. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  50. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  51. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  52. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  53. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  54. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
  55. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  56. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  57. package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +2 -2
  58. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  59. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  60. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  61. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  62. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  63. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
  64. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  65. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  66. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  67. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  68. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  69. package/dist-types/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
  70. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  71. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  72. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  73. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  74. package/dist-types/commands/index.d.ts +3 -0
  75. package/dist-types/endpoint/bdd.d.ts +2 -0
  76. package/dist-types/models/enums.d.ts +18 -0
  77. package/dist-types/models/models_0.d.ts +106 -181
  78. package/dist-types/models/models_1.d.ts +179 -119
  79. package/dist-types/models/models_2.d.ts +119 -56
  80. package/dist-types/models/models_3.d.ts +126 -205
  81. package/dist-types/models/models_4.d.ts +208 -266
  82. package/dist-types/models/models_5.d.ts +267 -292
  83. package/dist-types/models/models_6.d.ts +295 -238
  84. package/dist-types/models/models_7.d.ts +263 -3
  85. package/dist-types/schemas/schemas_0.d.ts +12 -0
  86. package/dist-types/ts3.4/EC2.d.ts +69 -0
  87. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
  94. package/dist-types/ts3.4/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +4 -2
  102. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -4
  103. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  111. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  112. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +30 -36
  114. package/dist-types/ts3.4/models/models_1.d.ts +33 -33
  115. package/dist-types/ts3.4/models/models_2.d.ts +31 -15
  116. package/dist-types/ts3.4/models/models_3.d.ts +36 -33
  117. package/dist-types/ts3.4/models/models_4.d.ts +36 -44
  118. package/dist-types/ts3.4/models/models_5.d.ts +43 -48
  119. package/dist-types/ts3.4/models/models_6.d.ts +52 -51
  120. package/dist-types/ts3.4/models/models_7.d.ts +61 -0
  121. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  122. package/package.json +5 -5
  123. package/dist-cjs/endpoint/ruleset.js +0 -7
  124. package/dist-es/endpoint/ruleset.js +0 -4
  125. package/dist-types/endpoint/ruleset.d.ts +0 -2
  126. package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
@@ -1,7 +1,61 @@
1
1
  import type { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance, HostRecovery, HypervisorType, ImageAttributeName, ImageReferenceOptionName, ImageReferenceResourceType, ImageState, ImageTypeValues, ImdsSupportValues, InstanceAttributeName, InstanceLifecycle, IpamPoolCidrFailureCode, IpamPoolCidrState, LogDestinationType, MetricType, OutputFormat, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ProductCodeValues, ReportState, ReservationState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TpmSupportValues, TrafficIpAddressType, TrafficType, TransportProtocol, VirtualizationType, VpnProtocol } from "./enums";
2
- import type { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, InstanceEventWindow, OperatorResponse, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
2
+ import type { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, OperatorResponse, Tag, TransitGatewayClientVpnAttachment, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
3
3
  import type { AttributeValue, BlockDeviceMapping, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason } from "./models_1";
4
4
  import type { TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMeteringPolicyEntry, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DeleteTrafficMirrorFilterResult {
9
+ /**
10
+ * <p>The ID of the Traffic Mirror filter.</p>
11
+ * @public
12
+ */
13
+ TrafficMirrorFilterId?: string | undefined;
14
+ }
15
+ /**
16
+ * @public
17
+ */
18
+ export interface DeleteTrafficMirrorFilterRuleRequest {
19
+ /**
20
+ * <p>The ID of the Traffic Mirror rule.</p>
21
+ * @public
22
+ */
23
+ TrafficMirrorFilterRuleId: string | undefined;
24
+ /**
25
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
26
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
27
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
28
+ * @public
29
+ */
30
+ DryRun?: boolean | undefined;
31
+ }
32
+ /**
33
+ * @public
34
+ */
35
+ export interface DeleteTrafficMirrorFilterRuleResult {
36
+ /**
37
+ * <p>The ID of the deleted Traffic Mirror rule.</p>
38
+ * @public
39
+ */
40
+ TrafficMirrorFilterRuleId?: string | undefined;
41
+ }
42
+ /**
43
+ * @public
44
+ */
45
+ export interface DeleteTrafficMirrorSessionRequest {
46
+ /**
47
+ * <p>The ID of the Traffic Mirror session.</p>
48
+ * @public
49
+ */
50
+ TrafficMirrorSessionId: string | undefined;
51
+ /**
52
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
53
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
54
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
55
+ * @public
56
+ */
57
+ DryRun?: boolean | undefined;
58
+ }
5
59
  /**
6
60
  * @public
7
61
  */
@@ -66,6 +120,31 @@ export interface DeleteTransitGatewayResult {
66
120
  */
67
121
  TransitGateway?: TransitGateway | undefined;
68
122
  }
123
+ /**
124
+ * @public
125
+ */
126
+ export interface DeleteTransitGatewayClientVpnAttachmentRequest {
127
+ /**
128
+ * <p>The ID of the Transit Gateway attachment.</p>
129
+ * @public
130
+ */
131
+ TransitGatewayAttachmentId: string | undefined;
132
+ /**
133
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
134
+ * @public
135
+ */
136
+ DryRun?: boolean | undefined;
137
+ }
138
+ /**
139
+ * @public
140
+ */
141
+ export interface DeleteTransitGatewayClientVpnAttachmentResult {
142
+ /**
143
+ * <p>Information about the Transit Gateway Client VPN attachment.</p>
144
+ * @public
145
+ */
146
+ TransitGatewayClientVpnAttachment?: TransitGatewayClientVpnAttachment | undefined;
147
+ }
69
148
  /**
70
149
  * @public
71
150
  */
@@ -4217,6 +4296,32 @@ export interface ConnectionLogResponseOptions {
4217
4296
  */
4218
4297
  CloudwatchLogStream?: string | undefined;
4219
4298
  }
4299
+ /**
4300
+ * <p>Describes the Transit Gateway configuration for a Client VPN endpoint.</p>
4301
+ * @public
4302
+ */
4303
+ export interface TransitGatewayConfigurationDescribeEndpointStructure {
4304
+ /**
4305
+ * <p>The ID of the Transit Gateway.</p>
4306
+ * @public
4307
+ */
4308
+ TransitGatewayId?: string | undefined;
4309
+ /**
4310
+ * <p>The ID of the Transit Gateway attachment.</p>
4311
+ * @public
4312
+ */
4313
+ TransitGatewayAttachmentId?: string | undefined;
4314
+ /**
4315
+ * <p>The Availability Zone names for the Transit Gateway association.</p>
4316
+ * @public
4317
+ */
4318
+ AvailabilityZones?: string[] | undefined;
4319
+ /**
4320
+ * <p>The Availability Zone IDs for the Transit Gateway association.</p>
4321
+ * @public
4322
+ */
4323
+ AvailabilityZoneIds?: string[] | undefined;
4324
+ }
4220
4325
  /**
4221
4326
  * <p>Describes a Client VPN endpoint.</p>
4222
4327
  * @public
@@ -4369,6 +4474,11 @@ export interface ClientVpnEndpoint {
4369
4474
  * @public
4370
4475
  */
4371
4476
  TrafficIpAddressType?: TrafficIpAddressType | undefined;
4477
+ /**
4478
+ * <p>The Transit Gateway configuration for the Client VPN endpoint.</p>
4479
+ * @public
4480
+ */
4481
+ TransitGatewayConfiguration?: TransitGatewayConfigurationDescribeEndpointStructure | undefined;
4372
4482
  }
4373
4483
  /**
4374
4484
  * @public
@@ -4472,6 +4582,11 @@ export interface ClientVpnRoute {
4472
4582
  * @public
4473
4583
  */
4474
4584
  Description?: string | undefined;
4585
+ /**
4586
+ * <p>The ID of the Transit Gateway attachment, if the route targets a Transit Gateway.</p>
4587
+ * @public
4588
+ */
4589
+ TransitGatewayAttachmentId?: string | undefined;
4475
4590
  }
4476
4591
  /**
4477
4592
  * @public
@@ -4572,6 +4687,16 @@ export interface TargetNetwork {
4572
4687
  * @public
4573
4688
  */
4574
4689
  SecurityGroups?: string[] | undefined;
4690
+ /**
4691
+ * <p>The Availability Zone names for the target network association, if the Client VPN endpoint uses a Transit Gateway.</p>
4692
+ * @public
4693
+ */
4694
+ AvailabilityZones?: string[] | undefined;
4695
+ /**
4696
+ * <p>The Availability Zone IDs for the target network association, if the Client VPN endpoint uses a Transit Gateway.</p>
4697
+ * @public
4698
+ */
4699
+ AvailabilityZoneIds?: string[] | undefined;
4575
4700
  }
4576
4701
  /**
4577
4702
  * @public
@@ -9717,207 +9842,3 @@ export interface DescribeInstanceConnectEndpointsResult {
9717
9842
  */
9718
9843
  NextToken?: string | undefined;
9719
9844
  }
9720
- /**
9721
- * @public
9722
- */
9723
- export interface DescribeInstanceCreditSpecificationsRequest {
9724
- /**
9725
- * <p>Checks whether you have the required permissions for the operation, without actually making the
9726
- * request, and provides an error response. If you have the required permissions, the error response is
9727
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9728
- * @public
9729
- */
9730
- DryRun?: boolean | undefined;
9731
- /**
9732
- * <p>The filters.</p>
9733
- * <ul>
9734
- * <li>
9735
- * <p>
9736
- * <code>instance-id</code> - The ID of the instance.</p>
9737
- * </li>
9738
- * </ul>
9739
- * @public
9740
- */
9741
- Filters?: Filter[] | undefined;
9742
- /**
9743
- * <p>The instance IDs.</p>
9744
- * <p>Default: Describes all your instances.</p>
9745
- * <p>Constraints: Maximum 1000 explicitly specified instance IDs.</p>
9746
- * @public
9747
- */
9748
- InstanceIds?: string[] | undefined;
9749
- /**
9750
- * <p>The maximum number of items to return for this request.
9751
- * To get the next page of items, make another request with the token returned in the output.
9752
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
9753
- * <p>You cannot specify this parameter and the instance IDs
9754
- * parameter in the same call.</p>
9755
- * @public
9756
- */
9757
- MaxResults?: number | undefined;
9758
- /**
9759
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
9760
- * @public
9761
- */
9762
- NextToken?: string | undefined;
9763
- }
9764
- /**
9765
- * <p>Describes the credit option for CPU usage of a burstable performance instance. </p>
9766
- * @public
9767
- */
9768
- export interface InstanceCreditSpecification {
9769
- /**
9770
- * <p>The ID of the instance.</p>
9771
- * @public
9772
- */
9773
- InstanceId?: string | undefined;
9774
- /**
9775
- * <p>The credit option for CPU usage of the instance.</p>
9776
- * <p>Valid values: <code>standard</code> | <code>unlimited</code>
9777
- * </p>
9778
- * @public
9779
- */
9780
- CpuCredits?: string | undefined;
9781
- }
9782
- /**
9783
- * @public
9784
- */
9785
- export interface DescribeInstanceCreditSpecificationsResult {
9786
- /**
9787
- * <p>Information about the credit option for CPU usage of an instance.</p>
9788
- * @public
9789
- */
9790
- InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
9791
- /**
9792
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
9793
- * are no more items to return.</p>
9794
- * @public
9795
- */
9796
- NextToken?: string | undefined;
9797
- }
9798
- /**
9799
- * @public
9800
- */
9801
- export interface DescribeInstanceEventNotificationAttributesRequest {
9802
- /**
9803
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9804
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9805
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9806
- * @public
9807
- */
9808
- DryRun?: boolean | undefined;
9809
- }
9810
- /**
9811
- * @public
9812
- */
9813
- export interface DescribeInstanceEventNotificationAttributesResult {
9814
- /**
9815
- * <p>Information about the registered tag keys.</p>
9816
- * @public
9817
- */
9818
- InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
9819
- }
9820
- /**
9821
- * <p>Describe instance event windows by InstanceEventWindow.</p>
9822
- * @public
9823
- */
9824
- export interface DescribeInstanceEventWindowsRequest {
9825
- /**
9826
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9827
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9828
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9829
- * @public
9830
- */
9831
- DryRun?: boolean | undefined;
9832
- /**
9833
- * <p>The IDs of the event windows.</p>
9834
- * @public
9835
- */
9836
- InstanceEventWindowIds?: string[] | undefined;
9837
- /**
9838
- * <p>One or more filters.</p>
9839
- * <ul>
9840
- * <li>
9841
- * <p>
9842
- * <code>dedicated-host-id</code> - The event windows associated with the specified
9843
- * Dedicated Host ID.</p>
9844
- * </li>
9845
- * <li>
9846
- * <p>
9847
- * <code>event-window-name</code> - The event windows associated with the specified
9848
- * names. </p>
9849
- * </li>
9850
- * <li>
9851
- * <p>
9852
- * <code>instance-id</code> - The event windows associated with the specified
9853
- * instance ID.</p>
9854
- * </li>
9855
- * <li>
9856
- * <p>
9857
- * <code>instance-tag</code> - The event windows associated with the specified tag
9858
- * and value.</p>
9859
- * </li>
9860
- * <li>
9861
- * <p>
9862
- * <code>instance-tag-key</code> - The event windows associated with the specified
9863
- * tag key, regardless of the value.</p>
9864
- * </li>
9865
- * <li>
9866
- * <p>
9867
- * <code>instance-tag-value</code> - The event windows associated with the specified
9868
- * tag value, regardless of the key.</p>
9869
- * </li>
9870
- * <li>
9871
- * <p>
9872
- * <code>tag:<key></code> - The key/value combination of a tag assigned to the
9873
- * event window. Use the tag key in the filter name and the tag value as the filter
9874
- * value. For example, to find all resources that have a tag with the key
9875
- * <code>Owner</code> and the value <code>CMX</code>, specify <code>tag:Owner</code>
9876
- * for the filter name and <code>CMX</code> for the filter value. </p>
9877
- * </li>
9878
- * <li>
9879
- * <p>
9880
- * <code>tag-key</code> - The key of a tag assigned to the event window. Use this
9881
- * filter to find all event windows that have a tag with a specific key, regardless of
9882
- * the tag value. </p>
9883
- * </li>
9884
- * <li>
9885
- * <p>
9886
- * <code>tag-value</code> - The value of a tag assigned to the event window. Use this
9887
- * filter to find all event windows that have a tag with a specific value, regardless of
9888
- * the tag key. </p>
9889
- * </li>
9890
- * </ul>
9891
- * @public
9892
- */
9893
- Filters?: Filter[] | undefined;
9894
- /**
9895
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
9896
- * results, make another call with the returned <code>NextToken</code> value. This value can
9897
- * be between 20 and 500. You cannot specify this parameter and the event window IDs parameter
9898
- * in the same call.</p>
9899
- * @public
9900
- */
9901
- MaxResults?: number | undefined;
9902
- /**
9903
- * <p>The token to request the next page of results.</p>
9904
- * @public
9905
- */
9906
- NextToken?: string | undefined;
9907
- }
9908
- /**
9909
- * @public
9910
- */
9911
- export interface DescribeInstanceEventWindowsResult {
9912
- /**
9913
- * <p>Information about the event windows.</p>
9914
- * @public
9915
- */
9916
- InstanceEventWindows?: InstanceEventWindow[] | undefined;
9917
- /**
9918
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
9919
- * when there are no more results to return. </p>
9920
- * @public
9921
- */
9922
- NextToken?: string | undefined;
9923
- }