@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
@@ -102,9 +102,9 @@ import {
102
102
  CustomerGateway,
103
103
  FleetCapacityReservation,
104
104
  IamInstanceProfileAssociation,
105
- InstanceEventWindow,
106
105
  OperatorResponse,
107
106
  Tag,
107
+ TransitGatewayClientVpnAttachment,
108
108
  TransitGatewayPeeringAttachment,
109
109
  TransitGatewayVpcAttachment,
110
110
  UnsuccessfulItem,
@@ -141,6 +141,20 @@ import {
141
141
  VerifiedAccessGroup,
142
142
  VpcBlockPublicAccessExclusion,
143
143
  } from "./models_2";
144
+ export interface DeleteTrafficMirrorFilterResult {
145
+ TrafficMirrorFilterId?: string | undefined;
146
+ }
147
+ export interface DeleteTrafficMirrorFilterRuleRequest {
148
+ TrafficMirrorFilterRuleId: string | undefined;
149
+ DryRun?: boolean | undefined;
150
+ }
151
+ export interface DeleteTrafficMirrorFilterRuleResult {
152
+ TrafficMirrorFilterRuleId?: string | undefined;
153
+ }
154
+ export interface DeleteTrafficMirrorSessionRequest {
155
+ TrafficMirrorSessionId: string | undefined;
156
+ DryRun?: boolean | undefined;
157
+ }
144
158
  export interface DeleteTrafficMirrorSessionResult {
145
159
  TrafficMirrorSessionId?: string | undefined;
146
160
  }
@@ -158,6 +172,15 @@ export interface DeleteTransitGatewayRequest {
158
172
  export interface DeleteTransitGatewayResult {
159
173
  TransitGateway?: TransitGateway | undefined;
160
174
  }
175
+ export interface DeleteTransitGatewayClientVpnAttachmentRequest {
176
+ TransitGatewayAttachmentId: string | undefined;
177
+ DryRun?: boolean | undefined;
178
+ }
179
+ export interface DeleteTransitGatewayClientVpnAttachmentResult {
180
+ TransitGatewayClientVpnAttachment?:
181
+ | TransitGatewayClientVpnAttachment
182
+ | undefined;
183
+ }
161
184
  export interface DeleteTransitGatewayConnectRequest {
162
185
  TransitGatewayAttachmentId: string | undefined;
163
186
  DryRun?: boolean | undefined;
@@ -956,6 +979,12 @@ export interface ConnectionLogResponseOptions {
956
979
  CloudwatchLogGroup?: string | undefined;
957
980
  CloudwatchLogStream?: string | undefined;
958
981
  }
982
+ export interface TransitGatewayConfigurationDescribeEndpointStructure {
983
+ TransitGatewayId?: string | undefined;
984
+ TransitGatewayAttachmentId?: string | undefined;
985
+ AvailabilityZones?: string[] | undefined;
986
+ AvailabilityZoneIds?: string[] | undefined;
987
+ }
959
988
  export interface ClientVpnEndpoint {
960
989
  ClientVpnEndpointId?: string | undefined;
961
990
  Description?: string | undefined;
@@ -986,6 +1015,9 @@ export interface ClientVpnEndpoint {
986
1015
  DisconnectOnSessionTimeout?: boolean | undefined;
987
1016
  EndpointIpAddressType?: EndpointIpAddressType | undefined;
988
1017
  TrafficIpAddressType?: TrafficIpAddressType | undefined;
1018
+ TransitGatewayConfiguration?:
1019
+ | TransitGatewayConfigurationDescribeEndpointStructure
1020
+ | undefined;
989
1021
  }
990
1022
  export interface DescribeClientVpnEndpointsResult {
991
1023
  ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
@@ -1006,6 +1038,7 @@ export interface ClientVpnRoute {
1006
1038
  Origin?: string | undefined;
1007
1039
  Status?: ClientVpnRouteStatus | undefined;
1008
1040
  Description?: string | undefined;
1041
+ TransitGatewayAttachmentId?: string | undefined;
1009
1042
  }
1010
1043
  export interface DescribeClientVpnRoutesResult {
1011
1044
  Routes?: ClientVpnRoute[] | undefined;
@@ -1026,6 +1059,8 @@ export interface TargetNetwork {
1026
1059
  ClientVpnEndpointId?: string | undefined;
1027
1060
  Status?: AssociationStatus | undefined;
1028
1061
  SecurityGroups?: string[] | undefined;
1062
+ AvailabilityZones?: string[] | undefined;
1063
+ AvailabilityZoneIds?: string[] | undefined;
1029
1064
  }
1030
1065
  export interface DescribeClientVpnTargetNetworksResult {
1031
1066
  ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
@@ -1892,35 +1927,3 @@ export interface DescribeInstanceConnectEndpointsResult {
1892
1927
  InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
1893
1928
  NextToken?: string | undefined;
1894
1929
  }
1895
- export interface DescribeInstanceCreditSpecificationsRequest {
1896
- DryRun?: boolean | undefined;
1897
- Filters?: Filter[] | undefined;
1898
- InstanceIds?: string[] | undefined;
1899
- MaxResults?: number | undefined;
1900
- NextToken?: string | undefined;
1901
- }
1902
- export interface InstanceCreditSpecification {
1903
- InstanceId?: string | undefined;
1904
- CpuCredits?: string | undefined;
1905
- }
1906
- export interface DescribeInstanceCreditSpecificationsResult {
1907
- InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
1908
- NextToken?: string | undefined;
1909
- }
1910
- export interface DescribeInstanceEventNotificationAttributesRequest {
1911
- DryRun?: boolean | undefined;
1912
- }
1913
- export interface DescribeInstanceEventNotificationAttributesResult {
1914
- InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
1915
- }
1916
- export interface DescribeInstanceEventWindowsRequest {
1917
- DryRun?: boolean | undefined;
1918
- InstanceEventWindowIds?: string[] | undefined;
1919
- Filters?: Filter[] | undefined;
1920
- MaxResults?: number | undefined;
1921
- NextToken?: string | undefined;
1922
- }
1923
- export interface DescribeInstanceEventWindowsResult {
1924
- InstanceEventWindows?: InstanceEventWindow[] | undefined;
1925
- NextToken?: string | undefined;
1926
- }
@@ -97,9 +97,9 @@ import {
97
97
  Explanation,
98
98
  IamInstanceProfile,
99
99
  IamInstanceProfileSpecification,
100
+ InstanceEventWindow,
100
101
  IpamResourceDiscoveryAssociation,
101
102
  IpPermission,
102
- MacModificationTask,
103
103
  OperatorResponse,
104
104
  PathComponent,
105
105
  ReservedInstancesListing,
@@ -137,6 +137,7 @@ import {
137
137
  LocalGatewayRouteTableVpcAssociation,
138
138
  LocalGatewayVirtualInterface,
139
139
  LocalGatewayVirtualInterfaceGroup,
140
+ MacModificationTask,
140
141
  ManagedPrefixList,
141
142
  NatGateway,
142
143
  NetworkAcl,
@@ -153,16 +154,14 @@ import {
153
154
  RouteServerEndpoint,
154
155
  RouteServerPeer,
155
156
  RouteTable,
156
- SecondaryNetwork,
157
157
  StateReason,
158
158
  } from "./models_1";
159
159
  import {
160
+ SecondaryNetwork,
160
161
  SecondarySubnet,
161
162
  Snapshot,
162
163
  SpotDatafeedSubscription,
163
164
  SpotInstanceStateFault,
164
- TrafficMirrorFilter,
165
- TrafficMirrorFilterRule,
166
165
  } from "./models_2";
167
166
  import {
168
167
  AttributeBooleanValue,
@@ -172,8 +171,41 @@ import {
172
171
  Filter,
173
172
  IdFormat,
174
173
  InstanceBlockDeviceMapping,
174
+ InstanceTagNotificationAttribute,
175
175
  ProductCode,
176
176
  } from "./models_3";
177
+ export interface DescribeInstanceCreditSpecificationsRequest {
178
+ DryRun?: boolean | undefined;
179
+ Filters?: Filter[] | undefined;
180
+ InstanceIds?: string[] | undefined;
181
+ MaxResults?: number | undefined;
182
+ NextToken?: string | undefined;
183
+ }
184
+ export interface InstanceCreditSpecification {
185
+ InstanceId?: string | undefined;
186
+ CpuCredits?: string | undefined;
187
+ }
188
+ export interface DescribeInstanceCreditSpecificationsResult {
189
+ InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
190
+ NextToken?: string | undefined;
191
+ }
192
+ export interface DescribeInstanceEventNotificationAttributesRequest {
193
+ DryRun?: boolean | undefined;
194
+ }
195
+ export interface DescribeInstanceEventNotificationAttributesResult {
196
+ InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
197
+ }
198
+ export interface DescribeInstanceEventWindowsRequest {
199
+ DryRun?: boolean | undefined;
200
+ InstanceEventWindowIds?: string[] | undefined;
201
+ Filters?: Filter[] | undefined;
202
+ MaxResults?: number | undefined;
203
+ NextToken?: string | undefined;
204
+ }
205
+ export interface DescribeInstanceEventWindowsResult {
206
+ InstanceEventWindows?: InstanceEventWindow[] | undefined;
207
+ NextToken?: string | undefined;
208
+ }
177
209
  export interface DescribeInstanceImageMetadataRequest {
178
210
  Filters?: Filter[] | undefined;
179
211
  InstanceIds?: string[] | undefined;
@@ -2152,43 +2184,3 @@ export interface DescribeTagsRequest {
2152
2184
  MaxResults?: number | undefined;
2153
2185
  NextToken?: string | undefined;
2154
2186
  }
2155
- export interface TagDescription {
2156
- Key?: string | undefined;
2157
- ResourceId?: string | undefined;
2158
- ResourceType?: ResourceType | undefined;
2159
- Value?: string | undefined;
2160
- }
2161
- export interface DescribeTagsResult {
2162
- NextToken?: string | undefined;
2163
- Tags?: TagDescription[] | undefined;
2164
- }
2165
- export interface DescribeTrafficMirrorFilterRulesRequest {
2166
- TrafficMirrorFilterRuleIds?: string[] | undefined;
2167
- TrafficMirrorFilterId?: string | undefined;
2168
- DryRun?: boolean | undefined;
2169
- Filters?: Filter[] | undefined;
2170
- MaxResults?: number | undefined;
2171
- NextToken?: string | undefined;
2172
- }
2173
- export interface DescribeTrafficMirrorFilterRulesResult {
2174
- TrafficMirrorFilterRules?: TrafficMirrorFilterRule[] | undefined;
2175
- NextToken?: string | undefined;
2176
- }
2177
- export interface DescribeTrafficMirrorFiltersRequest {
2178
- TrafficMirrorFilterIds?: string[] | undefined;
2179
- DryRun?: boolean | undefined;
2180
- Filters?: Filter[] | undefined;
2181
- MaxResults?: number | undefined;
2182
- NextToken?: string | undefined;
2183
- }
2184
- export interface DescribeTrafficMirrorFiltersResult {
2185
- TrafficMirrorFilters?: TrafficMirrorFilter[] | undefined;
2186
- NextToken?: string | undefined;
2187
- }
2188
- export interface DescribeTrafficMirrorSessionsRequest {
2189
- TrafficMirrorSessionIds?: string[] | undefined;
2190
- DryRun?: boolean | undefined;
2191
- Filters?: Filter[] | undefined;
2192
- MaxResults?: number | undefined;
2193
- NextToken?: string | undefined;
2194
- }
@@ -3,7 +3,6 @@ import {
3
3
  AllowedImagesSettingsEnabledState,
4
4
  CapacityManagerMonitoredTagKeyStatus,
5
5
  CapacityManagerStatus,
6
- CapacityReservationState,
7
6
  CapacityTenancy,
8
7
  ClientCertificateRevocationListStatusCode,
9
8
  Comparison,
@@ -29,6 +28,7 @@ import {
29
28
  ReservationEndDateType,
30
29
  ReservationState,
31
30
  ReservationType,
31
+ ResourceType,
32
32
  RouteServerPropagationState,
33
33
  SecurityGroupVpcAssociationState,
34
34
  ServiceConnectivityType,
@@ -58,8 +58,6 @@ import {
58
58
  AssociationStatus,
59
59
  IamInstanceProfileAssociation,
60
60
  InstanceEventWindow,
61
- InterruptibleCapacityAllocation,
62
- InterruptionInfo,
63
61
  IpamResourceDiscoveryAssociation,
64
62
  NatGatewayAddress,
65
63
  RouteServerAssociation,
@@ -86,6 +84,8 @@ import {
86
84
  DnsEntry,
87
85
  ServiceConfiguration,
88
86
  ServiceTypeDetail,
87
+ TrafficMirrorFilter,
88
+ TrafficMirrorFilterRule,
89
89
  TrafficMirrorSession,
90
90
  TrafficMirrorTarget,
91
91
  TransitGateway,
@@ -113,6 +113,46 @@ import {
113
113
  ProductCode,
114
114
  } from "./models_3";
115
115
  import { RegisteredInstance } from "./models_4";
116
+ export interface TagDescription {
117
+ Key?: string | undefined;
118
+ ResourceId?: string | undefined;
119
+ ResourceType?: ResourceType | undefined;
120
+ Value?: string | undefined;
121
+ }
122
+ export interface DescribeTagsResult {
123
+ NextToken?: string | undefined;
124
+ Tags?: TagDescription[] | undefined;
125
+ }
126
+ export interface DescribeTrafficMirrorFilterRulesRequest {
127
+ TrafficMirrorFilterRuleIds?: string[] | undefined;
128
+ TrafficMirrorFilterId?: string | undefined;
129
+ DryRun?: boolean | undefined;
130
+ Filters?: Filter[] | undefined;
131
+ MaxResults?: number | undefined;
132
+ NextToken?: string | undefined;
133
+ }
134
+ export interface DescribeTrafficMirrorFilterRulesResult {
135
+ TrafficMirrorFilterRules?: TrafficMirrorFilterRule[] | undefined;
136
+ NextToken?: string | undefined;
137
+ }
138
+ export interface DescribeTrafficMirrorFiltersRequest {
139
+ TrafficMirrorFilterIds?: string[] | undefined;
140
+ DryRun?: boolean | undefined;
141
+ Filters?: Filter[] | undefined;
142
+ MaxResults?: number | undefined;
143
+ NextToken?: string | undefined;
144
+ }
145
+ export interface DescribeTrafficMirrorFiltersResult {
146
+ TrafficMirrorFilters?: TrafficMirrorFilter[] | undefined;
147
+ NextToken?: string | undefined;
148
+ }
149
+ export interface DescribeTrafficMirrorSessionsRequest {
150
+ TrafficMirrorSessionIds?: string[] | undefined;
151
+ DryRun?: boolean | undefined;
152
+ Filters?: Filter[] | undefined;
153
+ MaxResults?: number | undefined;
154
+ NextToken?: string | undefined;
155
+ }
116
156
  export interface DescribeTrafficMirrorSessionsResult {
117
157
  TrafficMirrorSessions?: TrafficMirrorSession[] | undefined;
118
158
  NextToken?: string | undefined;
@@ -1618,48 +1658,3 @@ export interface GetCapacityReservationUsageRequest {
1618
1658
  MaxResults?: number | undefined;
1619
1659
  DryRun?: boolean | undefined;
1620
1660
  }
1621
- export interface InstanceUsage {
1622
- AccountId?: string | undefined;
1623
- UsedInstanceCount?: number | undefined;
1624
- }
1625
- export interface GetCapacityReservationUsageResult {
1626
- NextToken?: string | undefined;
1627
- CapacityReservationId?: string | undefined;
1628
- InstanceType?: string | undefined;
1629
- TotalInstanceCount?: number | undefined;
1630
- AvailableInstanceCount?: number | undefined;
1631
- State?: CapacityReservationState | undefined;
1632
- InstanceUsages?: InstanceUsage[] | undefined;
1633
- Interruptible?: boolean | undefined;
1634
- InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
1635
- InterruptionInfo?: InterruptionInfo | undefined;
1636
- }
1637
- export interface GetCoipPoolUsageRequest {
1638
- PoolId: string | undefined;
1639
- Filters?: Filter[] | undefined;
1640
- MaxResults?: number | undefined;
1641
- NextToken?: string | undefined;
1642
- DryRun?: boolean | undefined;
1643
- }
1644
- export interface CoipAddressUsage {
1645
- AllocationId?: string | undefined;
1646
- AwsAccountId?: string | undefined;
1647
- AwsService?: string | undefined;
1648
- CoIp?: string | undefined;
1649
- }
1650
- export interface GetCoipPoolUsageResult {
1651
- CoipPoolId?: string | undefined;
1652
- CoipAddressUsages?: CoipAddressUsage[] | undefined;
1653
- LocalGatewayRouteTableId?: string | undefined;
1654
- NextToken?: string | undefined;
1655
- }
1656
- export interface GetConsoleOutputRequest {
1657
- InstanceId: string | undefined;
1658
- Latest?: boolean | undefined;
1659
- DryRun?: boolean | undefined;
1660
- }
1661
- export interface GetConsoleOutputResult {
1662
- InstanceId?: string | undefined;
1663
- Timestamp?: Date | undefined;
1664
- Output?: string | undefined;
1665
- }
@@ -7,6 +7,7 @@ import {
7
7
  AutoPlacement,
8
8
  BootModeValues,
9
9
  CapacityReservationPreference,
10
+ CapacityReservationState,
10
11
  CurrencyCodeValues,
11
12
  DefaultHttpTokensEnforcedState,
12
13
  DefaultInstanceMetadataEndpointState,
@@ -15,7 +16,6 @@ import {
15
16
  EkPubKeyFormat,
16
17
  EkPubKeyType,
17
18
  EndDateType,
18
- ExcessCapacityTerminationPolicy,
19
19
  FleetExcessCapacityTerminationPolicy,
20
20
  FpgaImageAttributeName,
21
21
  HostMaintenance,
@@ -67,11 +67,9 @@ import {
67
67
  RouteServerRouteStatus,
68
68
  SelfServicePortal,
69
69
  ShutdownBehavior,
70
- SnapshotAttributeName,
71
70
  SnapshotBlockPublicAccessState,
72
71
  SSEType,
73
72
  TargetCapacityUnitType,
74
- TargetStorageTier,
75
73
  TransitGatewayAssociationState,
76
74
  TransitGatewayAttachmentResourceType,
77
75
  TransitGatewayPropagationState,
@@ -93,6 +91,8 @@ import {
93
91
  ConnectionLogOptions,
94
92
  EnaSrdSpecification,
95
93
  InstanceEventWindow,
94
+ InterruptibleCapacityAllocation,
95
+ InterruptionInfo,
96
96
  IpamPoolAllocation,
97
97
  OperatorResponse,
98
98
  RouteServerAssociation,
@@ -100,6 +100,7 @@ import {
100
100
  Tag,
101
101
  TagSpecification,
102
102
  TargetConfigurationRequest,
103
+ TransitGatewayConfigurationInputStructure,
103
104
  TransitGatewayPolicyTableAssociation,
104
105
  UnsuccessfulItem,
105
106
  } from "./models_0";
@@ -146,13 +147,56 @@ import {
146
147
  SnapshotTaskDetail,
147
148
  } from "./models_3";
148
149
  import {
149
- CreateVolumePermission,
150
150
  InstanceMetadataOptionsResponse,
151
151
  InstanceStatusEvent,
152
- LaunchTemplateConfig,
153
152
  ReservedInstancesConfiguration,
154
153
  } from "./models_4";
155
154
  import { RouteServerPropagation } from "./models_5";
155
+ export interface InstanceUsage {
156
+ AccountId?: string | undefined;
157
+ UsedInstanceCount?: number | undefined;
158
+ }
159
+ export interface GetCapacityReservationUsageResult {
160
+ NextToken?: string | undefined;
161
+ CapacityReservationId?: string | undefined;
162
+ InstanceType?: string | undefined;
163
+ TotalInstanceCount?: number | undefined;
164
+ AvailableInstanceCount?: number | undefined;
165
+ State?: CapacityReservationState | undefined;
166
+ InstanceUsages?: InstanceUsage[] | undefined;
167
+ Interruptible?: boolean | undefined;
168
+ InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
169
+ InterruptionInfo?: InterruptionInfo | undefined;
170
+ }
171
+ export interface GetCoipPoolUsageRequest {
172
+ PoolId: string | undefined;
173
+ Filters?: Filter[] | undefined;
174
+ MaxResults?: number | undefined;
175
+ NextToken?: string | undefined;
176
+ DryRun?: boolean | undefined;
177
+ }
178
+ export interface CoipAddressUsage {
179
+ AllocationId?: string | undefined;
180
+ AwsAccountId?: string | undefined;
181
+ AwsService?: string | undefined;
182
+ CoIp?: string | undefined;
183
+ }
184
+ export interface GetCoipPoolUsageResult {
185
+ CoipPoolId?: string | undefined;
186
+ CoipAddressUsages?: CoipAddressUsage[] | undefined;
187
+ LocalGatewayRouteTableId?: string | undefined;
188
+ NextToken?: string | undefined;
189
+ }
190
+ export interface GetConsoleOutputRequest {
191
+ InstanceId: string | undefined;
192
+ Latest?: boolean | undefined;
193
+ DryRun?: boolean | undefined;
194
+ }
195
+ export interface GetConsoleOutputResult {
196
+ InstanceId?: string | undefined;
197
+ Timestamp?: Date | undefined;
198
+ Output?: string | undefined;
199
+ }
156
200
  export interface GetConsoleScreenshotRequest {
157
201
  DryRun?: boolean | undefined;
158
202
  InstanceId: string | undefined;
@@ -1354,6 +1398,9 @@ export interface ModifyClientVpnEndpointRequest {
1354
1398
  ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
1355
1399
  ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
1356
1400
  DisconnectOnSessionTimeout?: boolean | undefined;
1401
+ TransitGatewayConfiguration?:
1402
+ | TransitGatewayConfigurationInputStructure
1403
+ | undefined;
1357
1404
  }
1358
1405
  export interface ModifyClientVpnEndpointResult {
1359
1406
  Return?: boolean | undefined;
@@ -1846,49 +1893,3 @@ export interface ModifySecurityGroupRulesRequest {
1846
1893
  export interface ModifySecurityGroupRulesResult {
1847
1894
  Return?: boolean | undefined;
1848
1895
  }
1849
- export interface CreateVolumePermissionModifications {
1850
- Add?: CreateVolumePermission[] | undefined;
1851
- Remove?: CreateVolumePermission[] | undefined;
1852
- }
1853
- export interface ModifySnapshotAttributeRequest {
1854
- Attribute?: SnapshotAttributeName | undefined;
1855
- CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
1856
- GroupNames?: string[] | undefined;
1857
- OperationType?: OperationType | undefined;
1858
- SnapshotId: string | undefined;
1859
- UserIds?: string[] | undefined;
1860
- DryRun?: boolean | undefined;
1861
- }
1862
- export interface ModifySnapshotTierRequest {
1863
- SnapshotId: string | undefined;
1864
- StorageTier?: TargetStorageTier | undefined;
1865
- DryRun?: boolean | undefined;
1866
- }
1867
- export interface ModifySnapshotTierResult {
1868
- SnapshotId?: string | undefined;
1869
- TieringStartTime?: Date | undefined;
1870
- }
1871
- export interface ModifySpotFleetRequestRequest {
1872
- LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
1873
- OnDemandTargetCapacity?: number | undefined;
1874
- Context?: string | undefined;
1875
- SpotFleetRequestId: string | undefined;
1876
- TargetCapacity?: number | undefined;
1877
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
1878
- }
1879
- export interface ModifySpotFleetRequestResponse {
1880
- Return?: boolean | undefined;
1881
- }
1882
- export interface ModifySubnetAttributeRequest {
1883
- AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
1884
- MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
1885
- SubnetId: string | undefined;
1886
- MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
1887
- CustomerOwnedIpv4Pool?: string | undefined;
1888
- EnableDns64?: AttributeBooleanValue | undefined;
1889
- PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
1890
- EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
1891
- EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
1892
- EnableLniAtDeviceIndex?: number | undefined;
1893
- DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
1894
- }
@@ -13,6 +13,7 @@ import {
13
13
  DefaultRouteTablePropagationValue,
14
14
  DnsSupportValue,
15
15
  EncryptionSupportOptionValue,
16
+ ExcessCapacityTerminationPolicy,
16
17
  HostnameType,
17
18
  HttpTokensState,
18
19
  ImdsSupportValues,
@@ -32,6 +33,7 @@ import {
32
33
  MarketType,
33
34
  MembershipType,
34
35
  NestedVirtualizationSpecification,
36
+ OperationType,
35
37
  PayerResponsibility,
36
38
  ReportInstanceReasonCodes,
37
39
  ReportStatusType,
@@ -46,6 +48,7 @@ import {
46
48
  SpotInstanceType,
47
49
  SSEType,
48
50
  Status,
51
+ TargetStorageTier,
49
52
  TpmSupportValues,
50
53
  TrafficDirection,
51
54
  TrafficMirrorFilterRuleField,
@@ -74,6 +77,7 @@ import {
74
77
  PortRange,
75
78
  RouteTableAssociationState,
76
79
  TagSpecification,
80
+ TransitGatewayClientVpnAttachment,
77
81
  TransitGatewayMulticastDomainAssociations,
78
82
  TransitGatewayPeeringAttachment,
79
83
  TransitGatewayVpcAttachment,
@@ -130,8 +134,10 @@ import {
130
134
  IpamPoolCidr,
131
135
  } from "./models_3";
132
136
  import {
137
+ CreateVolumePermission,
133
138
  InstanceNetworkInterfaceSpecification,
134
139
  InstanceState,
140
+ LaunchTemplateConfig,
135
141
  Monitoring,
136
142
  NetworkInsightsAccessScopeAnalysis,
137
143
  NetworkInsightsAnalysis,
@@ -149,6 +155,52 @@ import {
149
155
  VpcBlockPublicAccessOptions,
150
156
  } from "./models_5";
151
157
  import { CapacityReservationSpecification, Purchase } from "./models_6";
158
+ export interface CreateVolumePermissionModifications {
159
+ Add?: CreateVolumePermission[] | undefined;
160
+ Remove?: CreateVolumePermission[] | undefined;
161
+ }
162
+ export interface ModifySnapshotAttributeRequest {
163
+ Attribute?: SnapshotAttributeName | undefined;
164
+ CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
165
+ GroupNames?: string[] | undefined;
166
+ OperationType?: OperationType | undefined;
167
+ SnapshotId: string | undefined;
168
+ UserIds?: string[] | undefined;
169
+ DryRun?: boolean | undefined;
170
+ }
171
+ export interface ModifySnapshotTierRequest {
172
+ SnapshotId: string | undefined;
173
+ StorageTier?: TargetStorageTier | undefined;
174
+ DryRun?: boolean | undefined;
175
+ }
176
+ export interface ModifySnapshotTierResult {
177
+ SnapshotId?: string | undefined;
178
+ TieringStartTime?: Date | undefined;
179
+ }
180
+ export interface ModifySpotFleetRequestRequest {
181
+ LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
182
+ OnDemandTargetCapacity?: number | undefined;
183
+ Context?: string | undefined;
184
+ SpotFleetRequestId: string | undefined;
185
+ TargetCapacity?: number | undefined;
186
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
187
+ }
188
+ export interface ModifySpotFleetRequestResponse {
189
+ Return?: boolean | undefined;
190
+ }
191
+ export interface ModifySubnetAttributeRequest {
192
+ AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
193
+ MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
194
+ SubnetId: string | undefined;
195
+ MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
196
+ CustomerOwnedIpv4Pool?: string | undefined;
197
+ EnableDns64?: AttributeBooleanValue | undefined;
198
+ PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
199
+ EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
200
+ EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
201
+ EnableLniAtDeviceIndex?: number | undefined;
202
+ DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
203
+ }
152
204
  export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
153
205
  TrafficMirrorFilterId: string | undefined;
154
206
  AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
@@ -871,6 +923,15 @@ export interface RejectCapacityReservationBillingOwnershipRequest {
871
923
  export interface RejectCapacityReservationBillingOwnershipResult {
872
924
  Return?: boolean | undefined;
873
925
  }
926
+ export interface RejectTransitGatewayClientVpnAttachmentRequest {
927
+ TransitGatewayAttachmentId: string | undefined;
928
+ DryRun?: boolean | undefined;
929
+ }
930
+ export interface RejectTransitGatewayClientVpnAttachmentResult {
931
+ TransitGatewayClientVpnAttachment?:
932
+ | TransitGatewayClientVpnAttachment
933
+ | undefined;
934
+ }
874
935
  export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
875
936
  TransitGatewayMulticastDomainId?: string | undefined;
876
937
  TransitGatewayAttachmentId?: string | undefined;