@aws-sdk/client-ec2 3.428.0 → 3.430.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.
@@ -100,7 +100,7 @@ export declare const VerifiedAccessLogDeliveryStatusCode: {
100
100
  export type VerifiedAccessLogDeliveryStatusCode =
101
101
  (typeof VerifiedAccessLogDeliveryStatusCode)[keyof typeof VerifiedAccessLogDeliveryStatusCode];
102
102
  export interface VerifiedAccessLogDeliveryStatus {
103
- Code?: VerifiedAccessLogDeliveryStatusCode | string;
103
+ Code?: VerifiedAccessLogDeliveryStatusCode;
104
104
  Message?: string;
105
105
  }
106
106
  export interface VerifiedAccessLogCloudWatchLogsDestination {
@@ -164,7 +164,7 @@ export declare const VolumeAttributeName: {
164
164
  export type VolumeAttributeName =
165
165
  (typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
166
166
  export interface DescribeVolumeAttributeRequest {
167
- Attribute: VolumeAttributeName | string | undefined;
167
+ Attribute: VolumeAttributeName | undefined;
168
168
  VolumeId: string | undefined;
169
169
  DryRun?: boolean;
170
170
  }
@@ -201,16 +201,16 @@ export type VolumeModificationState =
201
201
  (typeof VolumeModificationState)[keyof typeof VolumeModificationState];
202
202
  export interface VolumeModification {
203
203
  VolumeId?: string;
204
- ModificationState?: VolumeModificationState | string;
204
+ ModificationState?: VolumeModificationState;
205
205
  StatusMessage?: string;
206
206
  TargetSize?: number;
207
207
  TargetIops?: number;
208
- TargetVolumeType?: VolumeType | string;
208
+ TargetVolumeType?: VolumeType;
209
209
  TargetThroughput?: number;
210
210
  TargetMultiAttachEnabled?: boolean;
211
211
  OriginalSize?: number;
212
212
  OriginalIops?: number;
213
- OriginalVolumeType?: VolumeType | string;
213
+ OriginalVolumeType?: VolumeType;
214
214
  OriginalThroughput?: number;
215
215
  OriginalMultiAttachEnabled?: boolean;
216
216
  Progress?: number;
@@ -253,7 +253,7 @@ export declare const VolumeStatusName: {
253
253
  export type VolumeStatusName =
254
254
  (typeof VolumeStatusName)[keyof typeof VolumeStatusName];
255
255
  export interface VolumeStatusDetails {
256
- Name?: VolumeStatusName | string;
256
+ Name?: VolumeStatusName;
257
257
  Status?: string;
258
258
  }
259
259
  export declare const VolumeStatusInfoStatus: {
@@ -265,7 +265,7 @@ export type VolumeStatusInfoStatus =
265
265
  (typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
266
266
  export interface VolumeStatusInfo {
267
267
  Details?: VolumeStatusDetails[];
268
- Status?: VolumeStatusInfoStatus | string;
268
+ Status?: VolumeStatusInfoStatus;
269
269
  }
270
270
  export interface VolumeStatusItem {
271
271
  Actions?: VolumeStatusAction[];
@@ -288,7 +288,7 @@ export declare const VpcAttributeName: {
288
288
  export type VpcAttributeName =
289
289
  (typeof VpcAttributeName)[keyof typeof VpcAttributeName];
290
290
  export interface DescribeVpcAttributeRequest {
291
- Attribute: VpcAttributeName | string | undefined;
291
+ Attribute: VpcAttributeName | undefined;
292
292
  VpcId: string | undefined;
293
293
  DryRun?: boolean;
294
294
  }
@@ -345,12 +345,12 @@ export interface VpcEndpointConnection {
345
345
  ServiceId?: string;
346
346
  VpcEndpointId?: string;
347
347
  VpcEndpointOwner?: string;
348
- VpcEndpointState?: State | string;
348
+ VpcEndpointState?: State;
349
349
  CreationTimestamp?: Date;
350
350
  DnsEntries?: DnsEntry[];
351
351
  NetworkLoadBalancerArns?: string[];
352
352
  GatewayLoadBalancerArns?: string[];
353
- IpAddressType?: IpAddressType | string;
353
+ IpAddressType?: IpAddressType;
354
354
  VpcEndpointConnectionId?: string;
355
355
  Tags?: Tag[];
356
356
  }
@@ -413,10 +413,10 @@ export interface ServiceDetail {
413
413
  VpcEndpointPolicySupported?: boolean;
414
414
  AcceptanceRequired?: boolean;
415
415
  ManagesVpcEndpoints?: boolean;
416
- PayerResponsibility?: PayerResponsibility | string;
416
+ PayerResponsibility?: PayerResponsibility;
417
417
  Tags?: Tag[];
418
- PrivateDnsNameVerificationState?: DnsNameState | string;
419
- SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
418
+ PrivateDnsNameVerificationState?: DnsNameState;
419
+ SupportedIpAddressTypes?: ServiceConnectivityType[];
420
420
  }
421
421
  export interface DescribeVpcEndpointServicesResult {
422
422
  ServiceNames?: string[];
@@ -511,8 +511,8 @@ export interface DisableAddressTransferResult {
511
511
  export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
512
512
  Source?: string;
513
513
  Destination?: string;
514
- Metric?: MetricType | string;
515
- Statistic?: StatisticType | string;
514
+ Metric?: MetricType;
515
+ Statistic?: StatisticType;
516
516
  DryRun?: boolean;
517
517
  }
518
518
  export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
@@ -531,12 +531,12 @@ export interface DisableFastLaunchRequest {
531
531
  }
532
532
  export interface DisableFastLaunchResult {
533
533
  ImageId?: string;
534
- ResourceType?: FastLaunchResourceType | string;
534
+ ResourceType?: FastLaunchResourceType;
535
535
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
536
536
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
537
537
  MaxParallelLaunches?: number;
538
538
  OwnerId?: string;
539
- State?: FastLaunchStateCode | string;
539
+ State?: FastLaunchStateCode;
540
540
  StateTransitionReason?: string;
541
541
  StateTransitionTime?: Date;
542
542
  }
@@ -548,7 +548,7 @@ export interface DisableFastSnapshotRestoresRequest {
548
548
  export interface DisableFastSnapshotRestoreSuccessItem {
549
549
  SnapshotId?: string;
550
550
  AvailabilityZone?: string;
551
- State?: FastSnapshotRestoreStateCode | string;
551
+ State?: FastSnapshotRestoreStateCode;
552
552
  StateTransitionReason?: string;
553
553
  OwnerId?: string;
554
554
  OwnerAlias?: string;
@@ -590,7 +590,7 @@ export declare const ImageBlockPublicAccessDisabledState: {
590
590
  export type ImageBlockPublicAccessDisabledState =
591
591
  (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
592
592
  export interface DisableImageBlockPublicAccessResult {
593
- ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | string;
593
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState;
594
594
  }
595
595
  export interface DisableImageDeprecationRequest {
596
596
  ImageId: string | undefined;
@@ -629,9 +629,9 @@ export type TransitGatewayPropagationState =
629
629
  export interface TransitGatewayPropagation {
630
630
  TransitGatewayAttachmentId?: string;
631
631
  ResourceId?: string;
632
- ResourceType?: TransitGatewayAttachmentResourceType | string;
632
+ ResourceType?: TransitGatewayAttachmentResourceType;
633
633
  TransitGatewayRouteTableId?: string;
634
- State?: TransitGatewayPropagationState | string;
634
+ State?: TransitGatewayPropagationState;
635
635
  TransitGatewayRouteTableAnnouncementId?: string;
636
636
  }
637
637
  export interface DisableTransitGatewayRouteTablePropagationResult {
@@ -777,8 +777,8 @@ export interface EnableAddressTransferResult {
777
777
  export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
778
778
  Source?: string;
779
779
  Destination?: string;
780
- Metric?: MetricType | string;
781
- Statistic?: StatisticType | string;
780
+ Metric?: MetricType;
781
+ Statistic?: StatisticType;
782
782
  DryRun?: boolean;
783
783
  }
784
784
  export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
@@ -808,12 +808,12 @@ export interface EnableFastLaunchRequest {
808
808
  }
809
809
  export interface EnableFastLaunchResult {
810
810
  ImageId?: string;
811
- ResourceType?: FastLaunchResourceType | string;
811
+ ResourceType?: FastLaunchResourceType;
812
812
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
813
813
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
814
814
  MaxParallelLaunches?: number;
815
815
  OwnerId?: string;
816
- State?: FastLaunchStateCode | string;
816
+ State?: FastLaunchStateCode;
817
817
  StateTransitionReason?: string;
818
818
  StateTransitionTime?: Date;
819
819
  }
@@ -825,7 +825,7 @@ export interface EnableFastSnapshotRestoresRequest {
825
825
  export interface EnableFastSnapshotRestoreSuccessItem {
826
826
  SnapshotId?: string;
827
827
  AvailabilityZone?: string;
828
- State?: FastSnapshotRestoreStateCode | string;
828
+ State?: FastSnapshotRestoreStateCode;
829
829
  StateTransitionReason?: string;
830
830
  OwnerId?: string;
831
831
  OwnerAlias?: string;
@@ -864,14 +864,11 @@ export declare const ImageBlockPublicAccessEnabledState: {
864
864
  export type ImageBlockPublicAccessEnabledState =
865
865
  (typeof ImageBlockPublicAccessEnabledState)[keyof typeof ImageBlockPublicAccessEnabledState];
866
866
  export interface EnableImageBlockPublicAccessRequest {
867
- ImageBlockPublicAccessState:
868
- | ImageBlockPublicAccessEnabledState
869
- | string
870
- | undefined;
867
+ ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
871
868
  DryRun?: boolean;
872
869
  }
873
870
  export interface EnableImageBlockPublicAccessResult {
874
- ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | string;
871
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState;
875
872
  }
876
873
  export interface EnableImageDeprecationRequest {
877
874
  ImageId: string | undefined;
@@ -942,7 +939,7 @@ export declare const ClientCertificateRevocationListStatusCode: {
942
939
  export type ClientCertificateRevocationListStatusCode =
943
940
  (typeof ClientCertificateRevocationListStatusCode)[keyof typeof ClientCertificateRevocationListStatusCode];
944
941
  export interface ClientCertificateRevocationListStatus {
945
- Code?: ClientCertificateRevocationListStatusCode | string;
942
+ Code?: ClientCertificateRevocationListStatusCode;
946
943
  Message?: string;
947
944
  }
948
945
  export interface ExportClientVpnClientCertificateRevocationListResult {
@@ -963,7 +960,7 @@ export interface ExportTaskS3LocationRequest {
963
960
  export interface ExportImageRequest {
964
961
  ClientToken?: string;
965
962
  Description?: string;
966
- DiskImageFormat: DiskImageFormat | string | undefined;
963
+ DiskImageFormat: DiskImageFormat | undefined;
967
964
  DryRun?: boolean;
968
965
  ImageId: string | undefined;
969
966
  S3ExportLocation: ExportTaskS3LocationRequest | undefined;
@@ -972,7 +969,7 @@ export interface ExportImageRequest {
972
969
  }
973
970
  export interface ExportImageResult {
974
971
  Description?: string;
975
- DiskImageFormat?: DiskImageFormat | string;
972
+ DiskImageFormat?: DiskImageFormat;
976
973
  ExportImageTaskId?: string;
977
974
  ImageId?: string;
978
975
  RoleName?: string;
@@ -1022,9 +1019,9 @@ export interface DataQuery {
1022
1019
  Id?: string;
1023
1020
  Source?: string;
1024
1021
  Destination?: string;
1025
- Metric?: MetricType | string;
1026
- Statistic?: StatisticType | string;
1027
- Period?: PeriodType | string;
1022
+ Metric?: MetricType;
1023
+ Statistic?: StatisticType;
1024
+ Period?: PeriodType;
1028
1025
  }
1029
1026
  export interface GetAwsNetworkPerformanceDataRequest {
1030
1027
  DataQueries?: DataQuery[];
@@ -1044,9 +1041,9 @@ export interface DataResponse {
1044
1041
  Id?: string;
1045
1042
  Source?: string;
1046
1043
  Destination?: string;
1047
- Metric?: MetricType | string;
1048
- Statistic?: StatisticType | string;
1049
- Period?: PeriodType | string;
1044
+ Metric?: MetricType;
1045
+ Statistic?: StatisticType;
1046
+ Period?: PeriodType;
1050
1047
  MetricPoints?: MetricPoint[];
1051
1048
  }
1052
1049
  export interface GetAwsNetworkPerformanceDataResult {
@@ -1069,7 +1066,7 @@ export interface GetCapacityReservationUsageResult {
1069
1066
  InstanceType?: string;
1070
1067
  TotalInstanceCount?: number;
1071
1068
  AvailableInstanceCount?: number;
1072
- State?: CapacityReservationState | string;
1069
+ State?: CapacityReservationState;
1073
1070
  InstanceUsages?: InstanceUsage[];
1074
1071
  }
1075
1072
  export interface GetCoipPoolUsageRequest {
@@ -1119,10 +1116,10 @@ export type UnlimitedSupportedInstanceFamily =
1119
1116
  (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
1120
1117
  export interface GetDefaultCreditSpecificationRequest {
1121
1118
  DryRun?: boolean;
1122
- InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
1119
+ InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
1123
1120
  }
1124
1121
  export interface InstanceFamilyCreditSpecification {
1125
- InstanceFamily?: UnlimitedSupportedInstanceFamily | string;
1122
+ InstanceFamily?: UnlimitedSupportedInstanceFamily;
1126
1123
  CpuCredits?: string;
1127
1124
  }
1128
1125
  export interface GetDefaultCreditSpecificationResult {
@@ -1139,7 +1136,7 @@ export interface GetEbsEncryptionByDefaultRequest {
1139
1136
  }
1140
1137
  export interface GetEbsEncryptionByDefaultResult {
1141
1138
  EbsEncryptionByDefault?: boolean;
1142
- SseType?: SSEType | string;
1139
+ SseType?: SSEType;
1143
1140
  }
1144
1141
  export declare const PartitionLoadFrequency: {
1145
1142
  readonly DAILY: "daily";
@@ -1151,7 +1148,7 @@ export type PartitionLoadFrequency =
1151
1148
  (typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
1152
1149
  export interface AthenaIntegration {
1153
1150
  IntegrationResultS3DestinationArn: string | undefined;
1154
- PartitionLoadFrequency: PartitionLoadFrequency | string | undefined;
1151
+ PartitionLoadFrequency: PartitionLoadFrequency | undefined;
1155
1152
  PartitionStartDate?: Date;
1156
1153
  PartitionEndDate?: Date;
1157
1154
  }
@@ -1186,17 +1183,17 @@ export interface GetHostReservationPurchasePreviewRequest {
1186
1183
  OfferingId: string | undefined;
1187
1184
  }
1188
1185
  export interface Purchase {
1189
- CurrencyCode?: CurrencyCodeValues | string;
1186
+ CurrencyCode?: CurrencyCodeValues;
1190
1187
  Duration?: number;
1191
1188
  HostIdSet?: string[];
1192
1189
  HostReservationId?: string;
1193
1190
  HourlyPrice?: string;
1194
1191
  InstanceFamily?: string;
1195
- PaymentOption?: PaymentOption | string;
1192
+ PaymentOption?: PaymentOption;
1196
1193
  UpfrontPrice?: string;
1197
1194
  }
1198
1195
  export interface GetHostReservationPurchasePreviewResult {
1199
- CurrencyCode?: CurrencyCodeValues | string;
1196
+ CurrencyCode?: CurrencyCodeValues;
1200
1197
  Purchase?: Purchase[];
1201
1198
  TotalHourlyPrice?: string;
1202
1199
  TotalUpfrontPrice?: string;
@@ -1209,8 +1206,8 @@ export interface GetImageBlockPublicAccessStateResult {
1209
1206
  }
1210
1207
  export interface GetInstanceTypesFromInstanceRequirementsRequest {
1211
1208
  DryRun?: boolean;
1212
- ArchitectureTypes: (ArchitectureType | string)[] | undefined;
1213
- VirtualizationTypes: (VirtualizationType | string)[] | undefined;
1209
+ ArchitectureTypes: ArchitectureType[] | undefined;
1210
+ VirtualizationTypes: VirtualizationType[] | undefined;
1214
1211
  InstanceRequirements: InstanceRequirementsRequest | undefined;
1215
1212
  MaxResults?: number;
1216
1213
  NextToken?: string;
@@ -1267,12 +1264,12 @@ export type IpamAddressHistoryResourceType =
1267
1264
  export interface IpamAddressHistoryRecord {
1268
1265
  ResourceOwnerId?: string;
1269
1266
  ResourceRegion?: string;
1270
- ResourceType?: IpamAddressHistoryResourceType | string;
1267
+ ResourceType?: IpamAddressHistoryResourceType;
1271
1268
  ResourceId?: string;
1272
1269
  ResourceCidr?: string;
1273
1270
  ResourceName?: string;
1274
- ResourceComplianceStatus?: IpamComplianceStatus | string;
1275
- ResourceOverlapStatus?: IpamOverlapStatus | string;
1271
+ ResourceComplianceStatus?: IpamComplianceStatus;
1272
+ ResourceOverlapStatus?: IpamOverlapStatus;
1276
1273
  VpcId?: string;
1277
1274
  SampledStartTime?: Date;
1278
1275
  SampledEndTime?: Date;
@@ -1297,7 +1294,7 @@ export declare const IpamDiscoveryFailureCode: {
1297
1294
  export type IpamDiscoveryFailureCode =
1298
1295
  (typeof IpamDiscoveryFailureCode)[keyof typeof IpamDiscoveryFailureCode];
1299
1296
  export interface IpamDiscoveryFailureReason {
1300
- Code?: IpamDiscoveryFailureCode | string;
1297
+ Code?: IpamDiscoveryFailureCode;
1301
1298
  Message?: string;
1302
1299
  }
1303
1300
  export interface IpamDiscoveredAccount {
@@ -1334,7 +1331,7 @@ export interface IpamDiscoveredResourceCidr {
1334
1331
  ResourceId?: string;
1335
1332
  ResourceOwnerId?: string;
1336
1333
  ResourceCidr?: string;
1337
- ResourceType?: IpamResourceType | string;
1334
+ ResourceType?: IpamResourceType;
1338
1335
  ResourceTags?: IpamResourceTag[];
1339
1336
  IpUsage?: number;
1340
1337
  VpcId?: string;
@@ -1375,7 +1372,7 @@ export interface GetIpamResourceCidrsRequest {
1375
1372
  IpamScopeId: string | undefined;
1376
1373
  IpamPoolId?: string;
1377
1374
  ResourceId?: string;
1378
- ResourceType?: IpamResourceType | string;
1375
+ ResourceType?: IpamResourceType;
1379
1376
  ResourceTag?: RequestIpamResourceTag;
1380
1377
  ResourceOwner?: string;
1381
1378
  }
@@ -1395,12 +1392,12 @@ export interface IpamResourceCidr {
1395
1392
  ResourceId?: string;
1396
1393
  ResourceName?: string;
1397
1394
  ResourceCidr?: string;
1398
- ResourceType?: IpamResourceType | string;
1395
+ ResourceType?: IpamResourceType;
1399
1396
  ResourceTags?: IpamResourceTag[];
1400
1397
  IpUsage?: number;
1401
- ComplianceStatus?: IpamComplianceStatus | string;
1402
- ManagementState?: IpamManagementState | string;
1403
- OverlapStatus?: IpamOverlapStatus | string;
1398
+ ComplianceStatus?: IpamComplianceStatus;
1399
+ ManagementState?: IpamManagementState;
1400
+ OverlapStatus?: IpamOverlapStatus;
1404
1401
  VpcId?: string;
1405
1402
  }
1406
1403
  export interface GetIpamResourceCidrsResult {
@@ -1451,7 +1448,7 @@ export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
1451
1448
  }
1452
1449
  export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
1453
1450
  NetworkInsightsAccessScopeAnalysisId?: string;
1454
- AnalysisStatus?: AnalysisStatus | string;
1451
+ AnalysisStatus?: AnalysisStatus;
1455
1452
  AnalysisFindings?: AccessScopeAnalysisFinding[];
1456
1453
  NextToken?: string;
1457
1454
  }
@@ -1511,14 +1508,14 @@ export interface GetSerialConsoleAccessStatusResult {
1511
1508
  SerialConsoleAccessEnabled?: boolean;
1512
1509
  }
1513
1510
  export interface InstanceRequirementsWithMetadataRequest {
1514
- ArchitectureTypes?: (ArchitectureType | string)[];
1515
- VirtualizationTypes?: (VirtualizationType | string)[];
1511
+ ArchitectureTypes?: ArchitectureType[];
1512
+ VirtualizationTypes?: VirtualizationType[];
1516
1513
  InstanceRequirements?: InstanceRequirementsRequest;
1517
1514
  }
1518
1515
  export interface GetSpotPlacementScoresRequest {
1519
1516
  InstanceTypes?: string[];
1520
1517
  TargetCapacity: number | undefined;
1521
- TargetCapacityUnitType?: TargetCapacityUnitType | string;
1518
+ TargetCapacityUnitType?: TargetCapacityUnitType;
1522
1519
  SingleAvailabilityZone?: boolean;
1523
1520
  RegionNames?: string[];
1524
1521
  InstanceRequirementsWithMetadata?: InstanceRequirementsWithMetadataRequest;
@@ -1556,7 +1553,7 @@ export interface GetTransitGatewayAttachmentPropagationsRequest {
1556
1553
  }
1557
1554
  export interface TransitGatewayAttachmentPropagation {
1558
1555
  TransitGatewayRouteTableId?: string;
1559
- State?: TransitGatewayPropagationState | string;
1556
+ State?: TransitGatewayPropagationState;
1560
1557
  }
1561
1558
  export interface GetTransitGatewayAttachmentPropagationsResult {
1562
1559
  TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
@@ -1572,7 +1569,7 @@ export interface GetTransitGatewayMulticastDomainAssociationsRequest {
1572
1569
  export interface TransitGatewayMulticastDomainAssociation {
1573
1570
  TransitGatewayAttachmentId?: string;
1574
1571
  ResourceId?: string;
1575
- ResourceType?: TransitGatewayAttachmentResourceType | string;
1572
+ ResourceType?: TransitGatewayAttachmentResourceType;
1576
1573
  ResourceOwnerId?: string;
1577
1574
  Subnet?: SubnetAssociation;
1578
1575
  }
@@ -1639,8 +1636,8 @@ export interface GetTransitGatewayRouteTableAssociationsRequest {
1639
1636
  export interface TransitGatewayRouteTableAssociation {
1640
1637
  TransitGatewayAttachmentId?: string;
1641
1638
  ResourceId?: string;
1642
- ResourceType?: TransitGatewayAttachmentResourceType | string;
1643
- State?: TransitGatewayAssociationState | string;
1639
+ ResourceType?: TransitGatewayAttachmentResourceType;
1640
+ State?: TransitGatewayAssociationState;
1644
1641
  }
1645
1642
  export interface GetTransitGatewayRouteTableAssociationsResult {
1646
1643
  Associations?: TransitGatewayRouteTableAssociation[];