@aws-sdk/client-vpc-lattice 3.696.0 → 3.703.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 +136 -0
- package/dist-cjs/index.js +1223 -25
- package/dist-es/VPCLattice.js +34 -0
- package/dist-es/commands/CreateResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/CreateResourceGatewayCommand.js +22 -0
- package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceGatewayCommand.js +22 -0
- package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/GetResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/GetResourceGatewayCommand.js +22 -0
- package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/ListResourceConfigurationsCommand.js +22 -0
- package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/ListResourceGatewaysCommand.js +22 -0
- package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +22 -0
- package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/UpdateResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateResourceGatewayCommand.js +22 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/models_0.js +61 -0
- package/dist-es/pagination/ListResourceConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListResourceEndpointAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListResourceGatewaysPaginator.js +4 -0
- package/dist-es/pagination/ListServiceNetworkResourceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +671 -0
- package/dist-types/VPCLattice.d.ts +122 -0
- package/dist-types/VPCLatticeClient.d.ts +19 -2
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +144 -0
- package/dist-types/commands/CreateResourceGatewayCommand.d.ts +117 -0
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -0
- package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +94 -0
- package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +93 -0
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/GetResourceGatewayCommand.d.ts +100 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -0
- package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +109 -0
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +101 -0
- package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/ListResourceGatewaysCommand.d.ts +103 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +112 -0
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -5
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -2
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -0
- package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +129 -0
- package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +101 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +2687 -987
- package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/VPCLattice.d.ts +328 -0
- package/dist-types/ts3.4/VPCLatticeClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +416 -0
- package/dist-types/ts3.4/pagination/ListResourceConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceEndpointAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceGatewaysPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +4 -4
|
@@ -14,10 +14,17 @@ export declare class ConflictException extends __BaseException {
|
|
|
14
14
|
resourceType: string | undefined;
|
|
15
15
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
16
16
|
}
|
|
17
|
+
export declare const ServiceNetworkLogType: {
|
|
18
|
+
readonly RESOURCE: "RESOURCE";
|
|
19
|
+
readonly SERVICE: "SERVICE";
|
|
20
|
+
};
|
|
21
|
+
export type ServiceNetworkLogType =
|
|
22
|
+
(typeof ServiceNetworkLogType)[keyof typeof ServiceNetworkLogType];
|
|
17
23
|
export interface CreateAccessLogSubscriptionRequest {
|
|
18
24
|
clientToken?: string | undefined;
|
|
19
25
|
resourceIdentifier: string | undefined;
|
|
20
26
|
destinationArn: string | undefined;
|
|
27
|
+
serviceNetworkLogType?: ServiceNetworkLogType | undefined;
|
|
21
28
|
tags?: Record<string, string> | undefined;
|
|
22
29
|
}
|
|
23
30
|
export interface CreateAccessLogSubscriptionResponse {
|
|
@@ -25,6 +32,7 @@ export interface CreateAccessLogSubscriptionResponse {
|
|
|
25
32
|
arn: string | undefined;
|
|
26
33
|
resourceId: string | undefined;
|
|
27
34
|
resourceArn: string | undefined;
|
|
35
|
+
serviceNetworkLogType?: ServiceNetworkLogType | undefined;
|
|
28
36
|
destinationArn: string | undefined;
|
|
29
37
|
}
|
|
30
38
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -92,6 +100,7 @@ export interface GetAccessLogSubscriptionResponse {
|
|
|
92
100
|
resourceId: string | undefined;
|
|
93
101
|
resourceArn: string | undefined;
|
|
94
102
|
destinationArn: string | undefined;
|
|
103
|
+
serviceNetworkLogType?: ServiceNetworkLogType | undefined;
|
|
95
104
|
createdAt: Date | undefined;
|
|
96
105
|
lastUpdatedAt: Date | undefined;
|
|
97
106
|
}
|
|
@@ -106,6 +115,7 @@ export interface AccessLogSubscriptionSummary {
|
|
|
106
115
|
resourceId: string | undefined;
|
|
107
116
|
resourceArn: string | undefined;
|
|
108
117
|
destinationArn: string | undefined;
|
|
118
|
+
serviceNetworkLogType?: ServiceNetworkLogType | undefined;
|
|
109
119
|
createdAt: Date | undefined;
|
|
110
120
|
lastUpdatedAt: Date | undefined;
|
|
111
121
|
}
|
|
@@ -124,6 +134,9 @@ export interface UpdateAccessLogSubscriptionResponse {
|
|
|
124
134
|
resourceArn: string | undefined;
|
|
125
135
|
destinationArn: string | undefined;
|
|
126
136
|
}
|
|
137
|
+
export interface ArnResource {
|
|
138
|
+
arn?: string | undefined;
|
|
139
|
+
}
|
|
127
140
|
export declare const AuthPolicyState: {
|
|
128
141
|
readonly Active: "Active";
|
|
129
142
|
readonly Inactive: "Inactive";
|
|
@@ -333,6 +346,148 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
333
346
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
334
347
|
);
|
|
335
348
|
}
|
|
349
|
+
export declare const ProtocolType: {
|
|
350
|
+
readonly TCP: "TCP";
|
|
351
|
+
};
|
|
352
|
+
export type ProtocolType = (typeof ProtocolType)[keyof typeof ProtocolType];
|
|
353
|
+
export declare const ResourceConfigurationIpAddressType: {
|
|
354
|
+
readonly DUALSTACK: "DUALSTACK";
|
|
355
|
+
readonly IPV4: "IPV4";
|
|
356
|
+
readonly IPV6: "IPV6";
|
|
357
|
+
};
|
|
358
|
+
export type ResourceConfigurationIpAddressType =
|
|
359
|
+
(typeof ResourceConfigurationIpAddressType)[keyof typeof ResourceConfigurationIpAddressType];
|
|
360
|
+
export interface DnsResource {
|
|
361
|
+
domainName?: string | undefined;
|
|
362
|
+
ipAddressType?: ResourceConfigurationIpAddressType | undefined;
|
|
363
|
+
}
|
|
364
|
+
export interface IpResource {
|
|
365
|
+
ipAddress?: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export type ResourceConfigurationDefinition =
|
|
368
|
+
| ResourceConfigurationDefinition.ArnResourceMember
|
|
369
|
+
| ResourceConfigurationDefinition.DnsResourceMember
|
|
370
|
+
| ResourceConfigurationDefinition.IpResourceMember
|
|
371
|
+
| ResourceConfigurationDefinition.$UnknownMember;
|
|
372
|
+
export declare namespace ResourceConfigurationDefinition {
|
|
373
|
+
interface DnsResourceMember {
|
|
374
|
+
dnsResource: DnsResource;
|
|
375
|
+
ipResource?: never;
|
|
376
|
+
arnResource?: never;
|
|
377
|
+
$unknown?: never;
|
|
378
|
+
}
|
|
379
|
+
interface IpResourceMember {
|
|
380
|
+
dnsResource?: never;
|
|
381
|
+
ipResource: IpResource;
|
|
382
|
+
arnResource?: never;
|
|
383
|
+
$unknown?: never;
|
|
384
|
+
}
|
|
385
|
+
interface ArnResourceMember {
|
|
386
|
+
dnsResource?: never;
|
|
387
|
+
ipResource?: never;
|
|
388
|
+
arnResource: ArnResource;
|
|
389
|
+
$unknown?: never;
|
|
390
|
+
}
|
|
391
|
+
interface $UnknownMember {
|
|
392
|
+
dnsResource?: never;
|
|
393
|
+
ipResource?: never;
|
|
394
|
+
arnResource?: never;
|
|
395
|
+
$unknown: [string, any];
|
|
396
|
+
}
|
|
397
|
+
interface Visitor<T> {
|
|
398
|
+
dnsResource: (value: DnsResource) => T;
|
|
399
|
+
ipResource: (value: IpResource) => T;
|
|
400
|
+
arnResource: (value: ArnResource) => T;
|
|
401
|
+
_: (name: string, value: any) => T;
|
|
402
|
+
}
|
|
403
|
+
const visit: <T>(
|
|
404
|
+
value: ResourceConfigurationDefinition,
|
|
405
|
+
visitor: Visitor<T>
|
|
406
|
+
) => T;
|
|
407
|
+
}
|
|
408
|
+
export declare const ResourceConfigurationType: {
|
|
409
|
+
readonly ARN: "ARN";
|
|
410
|
+
readonly CHILD: "CHILD";
|
|
411
|
+
readonly GROUP: "GROUP";
|
|
412
|
+
readonly SINGLE: "SINGLE";
|
|
413
|
+
};
|
|
414
|
+
export type ResourceConfigurationType =
|
|
415
|
+
(typeof ResourceConfigurationType)[keyof typeof ResourceConfigurationType];
|
|
416
|
+
export interface CreateResourceConfigurationRequest {
|
|
417
|
+
name: string | undefined;
|
|
418
|
+
type: ResourceConfigurationType | undefined;
|
|
419
|
+
portRanges?: string[] | undefined;
|
|
420
|
+
protocol?: ProtocolType | undefined;
|
|
421
|
+
resourceGatewayIdentifier?: string | undefined;
|
|
422
|
+
resourceConfigurationGroupIdentifier?: string | undefined;
|
|
423
|
+
resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
|
|
424
|
+
allowAssociationToShareableServiceNetwork?: boolean | undefined;
|
|
425
|
+
clientToken?: string | undefined;
|
|
426
|
+
tags?: Record<string, string> | undefined;
|
|
427
|
+
}
|
|
428
|
+
export declare const ResourceConfigurationStatus: {
|
|
429
|
+
readonly ACTIVE: "ACTIVE";
|
|
430
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
431
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
432
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
433
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
434
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
435
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
436
|
+
};
|
|
437
|
+
export type ResourceConfigurationStatus =
|
|
438
|
+
(typeof ResourceConfigurationStatus)[keyof typeof ResourceConfigurationStatus];
|
|
439
|
+
export interface CreateResourceConfigurationResponse {
|
|
440
|
+
id?: string | undefined;
|
|
441
|
+
name?: string | undefined;
|
|
442
|
+
arn?: string | undefined;
|
|
443
|
+
resourceGatewayId?: string | undefined;
|
|
444
|
+
resourceConfigurationGroupId?: string | undefined;
|
|
445
|
+
type?: ResourceConfigurationType | undefined;
|
|
446
|
+
portRanges?: string[] | undefined;
|
|
447
|
+
protocol?: ProtocolType | undefined;
|
|
448
|
+
status?: ResourceConfigurationStatus | undefined;
|
|
449
|
+
resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
|
|
450
|
+
allowAssociationToShareableServiceNetwork?: boolean | undefined;
|
|
451
|
+
createdAt?: Date | undefined;
|
|
452
|
+
failureReason?: string | undefined;
|
|
453
|
+
}
|
|
454
|
+
export declare const ResourceGatewayIpAddressType: {
|
|
455
|
+
readonly DUALSTACK: "DUALSTACK";
|
|
456
|
+
readonly IPV4: "IPV4";
|
|
457
|
+
readonly IPV6: "IPV6";
|
|
458
|
+
};
|
|
459
|
+
export type ResourceGatewayIpAddressType =
|
|
460
|
+
(typeof ResourceGatewayIpAddressType)[keyof typeof ResourceGatewayIpAddressType];
|
|
461
|
+
export interface CreateResourceGatewayRequest {
|
|
462
|
+
clientToken?: string | undefined;
|
|
463
|
+
name: string | undefined;
|
|
464
|
+
vpcIdentifier: string | undefined;
|
|
465
|
+
subnetIds: string[] | undefined;
|
|
466
|
+
securityGroupIds?: string[] | undefined;
|
|
467
|
+
ipAddressType?: ResourceGatewayIpAddressType | undefined;
|
|
468
|
+
tags?: Record<string, string> | undefined;
|
|
469
|
+
}
|
|
470
|
+
export declare const ResourceGatewayStatus: {
|
|
471
|
+
readonly ACTIVE: "ACTIVE";
|
|
472
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
473
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
474
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
475
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
476
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
477
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
478
|
+
};
|
|
479
|
+
export type ResourceGatewayStatus =
|
|
480
|
+
(typeof ResourceGatewayStatus)[keyof typeof ResourceGatewayStatus];
|
|
481
|
+
export interface CreateResourceGatewayResponse {
|
|
482
|
+
name?: string | undefined;
|
|
483
|
+
id?: string | undefined;
|
|
484
|
+
arn?: string | undefined;
|
|
485
|
+
status?: ResourceGatewayStatus | undefined;
|
|
486
|
+
vpcIdentifier?: string | undefined;
|
|
487
|
+
subnetIds?: string[] | undefined;
|
|
488
|
+
securityGroupIds?: string[] | undefined;
|
|
489
|
+
ipAddressType?: ResourceGatewayIpAddressType | undefined;
|
|
490
|
+
}
|
|
336
491
|
export interface CreateRuleRequest {
|
|
337
492
|
serviceIdentifier: string | undefined;
|
|
338
493
|
listenerIdentifier: string | undefined;
|
|
@@ -381,18 +536,45 @@ export interface CreateServiceResponse {
|
|
|
381
536
|
authType?: AuthType | undefined;
|
|
382
537
|
dnsEntry?: DnsEntry | undefined;
|
|
383
538
|
}
|
|
539
|
+
export interface SharingConfig {
|
|
540
|
+
enabled?: boolean | undefined;
|
|
541
|
+
}
|
|
384
542
|
export interface CreateServiceNetworkRequest {
|
|
385
543
|
clientToken?: string | undefined;
|
|
386
544
|
name: string | undefined;
|
|
387
545
|
authType?: AuthType | undefined;
|
|
388
546
|
tags?: Record<string, string> | undefined;
|
|
547
|
+
sharingConfig?: SharingConfig | undefined;
|
|
389
548
|
}
|
|
390
549
|
export interface CreateServiceNetworkResponse {
|
|
391
550
|
id?: string | undefined;
|
|
392
551
|
name?: string | undefined;
|
|
393
552
|
arn?: string | undefined;
|
|
553
|
+
sharingConfig?: SharingConfig | undefined;
|
|
394
554
|
authType?: AuthType | undefined;
|
|
395
555
|
}
|
|
556
|
+
export interface CreateServiceNetworkResourceAssociationRequest {
|
|
557
|
+
clientToken?: string | undefined;
|
|
558
|
+
resourceConfigurationIdentifier: string | undefined;
|
|
559
|
+
serviceNetworkIdentifier: string | undefined;
|
|
560
|
+
tags?: Record<string, string> | undefined;
|
|
561
|
+
}
|
|
562
|
+
export declare const ServiceNetworkResourceAssociationStatus: {
|
|
563
|
+
readonly ACTIVE: "ACTIVE";
|
|
564
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
565
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
566
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
567
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
568
|
+
readonly PARTIAL: "PARTIAL";
|
|
569
|
+
};
|
|
570
|
+
export type ServiceNetworkResourceAssociationStatus =
|
|
571
|
+
(typeof ServiceNetworkResourceAssociationStatus)[keyof typeof ServiceNetworkResourceAssociationStatus];
|
|
572
|
+
export interface CreateServiceNetworkResourceAssociationResponse {
|
|
573
|
+
id?: string | undefined;
|
|
574
|
+
arn?: string | undefined;
|
|
575
|
+
status?: ServiceNetworkResourceAssociationStatus | undefined;
|
|
576
|
+
createdBy?: string | undefined;
|
|
577
|
+
}
|
|
396
578
|
export interface CreateServiceNetworkServiceAssociationRequest {
|
|
397
579
|
clientToken?: string | undefined;
|
|
398
580
|
serviceIdentifier: string | undefined;
|
|
@@ -550,6 +732,29 @@ export interface DeleteListenerRequest {
|
|
|
550
732
|
listenerIdentifier: string | undefined;
|
|
551
733
|
}
|
|
552
734
|
export interface DeleteListenerResponse {}
|
|
735
|
+
export interface DeleteResourceConfigurationRequest {
|
|
736
|
+
resourceConfigurationIdentifier: string | undefined;
|
|
737
|
+
}
|
|
738
|
+
export interface DeleteResourceConfigurationResponse {}
|
|
739
|
+
export interface DeleteResourceEndpointAssociationRequest {
|
|
740
|
+
resourceEndpointAssociationIdentifier: string | undefined;
|
|
741
|
+
}
|
|
742
|
+
export interface DeleteResourceEndpointAssociationResponse {
|
|
743
|
+
id?: string | undefined;
|
|
744
|
+
arn?: string | undefined;
|
|
745
|
+
resourceConfigurationId?: string | undefined;
|
|
746
|
+
resourceConfigurationArn?: string | undefined;
|
|
747
|
+
vpcEndpointId?: string | undefined;
|
|
748
|
+
}
|
|
749
|
+
export interface DeleteResourceGatewayRequest {
|
|
750
|
+
resourceGatewayIdentifier: string | undefined;
|
|
751
|
+
}
|
|
752
|
+
export interface DeleteResourceGatewayResponse {
|
|
753
|
+
id?: string | undefined;
|
|
754
|
+
arn?: string | undefined;
|
|
755
|
+
name?: string | undefined;
|
|
756
|
+
status?: ResourceGatewayStatus | undefined;
|
|
757
|
+
}
|
|
553
758
|
export interface DeleteResourcePolicyRequest {
|
|
554
759
|
resourceArn: string | undefined;
|
|
555
760
|
}
|
|
@@ -573,6 +778,14 @@ export interface DeleteServiceNetworkRequest {
|
|
|
573
778
|
serviceNetworkIdentifier: string | undefined;
|
|
574
779
|
}
|
|
575
780
|
export interface DeleteServiceNetworkResponse {}
|
|
781
|
+
export interface DeleteServiceNetworkResourceAssociationRequest {
|
|
782
|
+
serviceNetworkResourceAssociationIdentifier: string | undefined;
|
|
783
|
+
}
|
|
784
|
+
export interface DeleteServiceNetworkResourceAssociationResponse {
|
|
785
|
+
id?: string | undefined;
|
|
786
|
+
arn?: string | undefined;
|
|
787
|
+
status?: ServiceNetworkResourceAssociationStatus | undefined;
|
|
788
|
+
}
|
|
576
789
|
export interface DeleteServiceNetworkServiceAssociationRequest {
|
|
577
790
|
serviceNetworkServiceAssociationIdentifier: string | undefined;
|
|
578
791
|
}
|
|
@@ -640,6 +853,42 @@ export interface GetListenerResponse {
|
|
|
640
853
|
createdAt?: Date | undefined;
|
|
641
854
|
lastUpdatedAt?: Date | undefined;
|
|
642
855
|
}
|
|
856
|
+
export interface GetResourceConfigurationRequest {
|
|
857
|
+
resourceConfigurationIdentifier: string | undefined;
|
|
858
|
+
}
|
|
859
|
+
export interface GetResourceConfigurationResponse {
|
|
860
|
+
id?: string | undefined;
|
|
861
|
+
name?: string | undefined;
|
|
862
|
+
arn?: string | undefined;
|
|
863
|
+
resourceGatewayId?: string | undefined;
|
|
864
|
+
resourceConfigurationGroupId?: string | undefined;
|
|
865
|
+
type?: ResourceConfigurationType | undefined;
|
|
866
|
+
allowAssociationToShareableServiceNetwork?: boolean | undefined;
|
|
867
|
+
portRanges?: string[] | undefined;
|
|
868
|
+
protocol?: ProtocolType | undefined;
|
|
869
|
+
customDomainName?: string | undefined;
|
|
870
|
+
status?: ResourceConfigurationStatus | undefined;
|
|
871
|
+
resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
|
|
872
|
+
createdAt?: Date | undefined;
|
|
873
|
+
amazonManaged?: boolean | undefined;
|
|
874
|
+
failureReason?: string | undefined;
|
|
875
|
+
lastUpdatedAt?: Date | undefined;
|
|
876
|
+
}
|
|
877
|
+
export interface GetResourceGatewayRequest {
|
|
878
|
+
resourceGatewayIdentifier: string | undefined;
|
|
879
|
+
}
|
|
880
|
+
export interface GetResourceGatewayResponse {
|
|
881
|
+
name?: string | undefined;
|
|
882
|
+
id?: string | undefined;
|
|
883
|
+
arn?: string | undefined;
|
|
884
|
+
status?: ResourceGatewayStatus | undefined;
|
|
885
|
+
vpcId?: string | undefined;
|
|
886
|
+
subnetIds?: string[] | undefined;
|
|
887
|
+
securityGroupIds?: string[] | undefined;
|
|
888
|
+
ipAddressType?: ResourceGatewayIpAddressType | undefined;
|
|
889
|
+
createdAt?: Date | undefined;
|
|
890
|
+
lastUpdatedAt?: Date | undefined;
|
|
891
|
+
}
|
|
643
892
|
export interface GetResourcePolicyRequest {
|
|
644
893
|
resourceArn: string | undefined;
|
|
645
894
|
}
|
|
@@ -689,9 +938,32 @@ export interface GetServiceNetworkResponse {
|
|
|
689
938
|
lastUpdatedAt?: Date | undefined;
|
|
690
939
|
arn?: string | undefined;
|
|
691
940
|
authType?: AuthType | undefined;
|
|
941
|
+
sharingConfig?: SharingConfig | undefined;
|
|
692
942
|
numberOfAssociatedVPCs?: number | undefined;
|
|
693
943
|
numberOfAssociatedServices?: number | undefined;
|
|
694
944
|
}
|
|
945
|
+
export interface GetServiceNetworkResourceAssociationRequest {
|
|
946
|
+
serviceNetworkResourceAssociationIdentifier: string | undefined;
|
|
947
|
+
}
|
|
948
|
+
export interface GetServiceNetworkResourceAssociationResponse {
|
|
949
|
+
id?: string | undefined;
|
|
950
|
+
arn?: string | undefined;
|
|
951
|
+
status?: ServiceNetworkResourceAssociationStatus | undefined;
|
|
952
|
+
createdBy?: string | undefined;
|
|
953
|
+
createdAt?: Date | undefined;
|
|
954
|
+
resourceConfigurationId?: string | undefined;
|
|
955
|
+
resourceConfigurationArn?: string | undefined;
|
|
956
|
+
resourceConfigurationName?: string | undefined;
|
|
957
|
+
serviceNetworkId?: string | undefined;
|
|
958
|
+
serviceNetworkArn?: string | undefined;
|
|
959
|
+
serviceNetworkName?: string | undefined;
|
|
960
|
+
failureReason?: string | undefined;
|
|
961
|
+
failureCode?: string | undefined;
|
|
962
|
+
lastUpdatedAt?: Date | undefined;
|
|
963
|
+
privateDnsEntry?: DnsEntry | undefined;
|
|
964
|
+
dnsEntry?: DnsEntry | undefined;
|
|
965
|
+
isManagedAssociation?: boolean | undefined;
|
|
966
|
+
}
|
|
695
967
|
export interface GetServiceNetworkServiceAssociationRequest {
|
|
696
968
|
serviceNetworkServiceAssociationIdentifier: string | undefined;
|
|
697
969
|
}
|
|
@@ -779,6 +1051,71 @@ export interface UpdateListenerResponse {
|
|
|
779
1051
|
serviceId?: string | undefined;
|
|
780
1052
|
defaultAction?: RuleAction | undefined;
|
|
781
1053
|
}
|
|
1054
|
+
export interface ListResourceConfigurationsRequest {
|
|
1055
|
+
resourceGatewayIdentifier?: string | undefined;
|
|
1056
|
+
resourceConfigurationGroupIdentifier?: string | undefined;
|
|
1057
|
+
maxResults?: number | undefined;
|
|
1058
|
+
nextToken?: string | undefined;
|
|
1059
|
+
}
|
|
1060
|
+
export interface ResourceConfigurationSummary {
|
|
1061
|
+
id?: string | undefined;
|
|
1062
|
+
name?: string | undefined;
|
|
1063
|
+
arn?: string | undefined;
|
|
1064
|
+
resourceGatewayId?: string | undefined;
|
|
1065
|
+
resourceConfigurationGroupId?: string | undefined;
|
|
1066
|
+
type?: ResourceConfigurationType | undefined;
|
|
1067
|
+
status?: ResourceConfigurationStatus | undefined;
|
|
1068
|
+
amazonManaged?: boolean | undefined;
|
|
1069
|
+
createdAt?: Date | undefined;
|
|
1070
|
+
lastUpdatedAt?: Date | undefined;
|
|
1071
|
+
}
|
|
1072
|
+
export interface ListResourceConfigurationsResponse {
|
|
1073
|
+
items?: ResourceConfigurationSummary[] | undefined;
|
|
1074
|
+
nextToken?: string | undefined;
|
|
1075
|
+
}
|
|
1076
|
+
export interface ListResourceEndpointAssociationsRequest {
|
|
1077
|
+
resourceConfigurationIdentifier: string | undefined;
|
|
1078
|
+
resourceEndpointAssociationIdentifier?: string | undefined;
|
|
1079
|
+
vpcEndpointId?: string | undefined;
|
|
1080
|
+
vpcEndpointOwner?: string | undefined;
|
|
1081
|
+
maxResults?: number | undefined;
|
|
1082
|
+
nextToken?: string | undefined;
|
|
1083
|
+
}
|
|
1084
|
+
export interface ResourceEndpointAssociationSummary {
|
|
1085
|
+
id?: string | undefined;
|
|
1086
|
+
arn?: string | undefined;
|
|
1087
|
+
resourceConfigurationId?: string | undefined;
|
|
1088
|
+
resourceConfigurationArn?: string | undefined;
|
|
1089
|
+
resourceConfigurationName?: string | undefined;
|
|
1090
|
+
vpcEndpointId?: string | undefined;
|
|
1091
|
+
vpcEndpointOwner?: string | undefined;
|
|
1092
|
+
createdBy?: string | undefined;
|
|
1093
|
+
createdAt?: Date | undefined;
|
|
1094
|
+
}
|
|
1095
|
+
export interface ListResourceEndpointAssociationsResponse {
|
|
1096
|
+
items: ResourceEndpointAssociationSummary[] | undefined;
|
|
1097
|
+
nextToken?: string | undefined;
|
|
1098
|
+
}
|
|
1099
|
+
export interface ListResourceGatewaysRequest {
|
|
1100
|
+
maxResults?: number | undefined;
|
|
1101
|
+
nextToken?: string | undefined;
|
|
1102
|
+
}
|
|
1103
|
+
export interface ResourceGatewaySummary {
|
|
1104
|
+
name?: string | undefined;
|
|
1105
|
+
id?: string | undefined;
|
|
1106
|
+
arn?: string | undefined;
|
|
1107
|
+
status?: ResourceGatewayStatus | undefined;
|
|
1108
|
+
vpcIdentifier?: string | undefined;
|
|
1109
|
+
subnetIds?: string[] | undefined;
|
|
1110
|
+
securityGroupIds?: string[] | undefined;
|
|
1111
|
+
ipAddressType?: ResourceGatewayIpAddressType | undefined;
|
|
1112
|
+
createdAt?: Date | undefined;
|
|
1113
|
+
lastUpdatedAt?: Date | undefined;
|
|
1114
|
+
}
|
|
1115
|
+
export interface ListResourceGatewaysResponse {
|
|
1116
|
+
items?: ResourceGatewaySummary[] | undefined;
|
|
1117
|
+
nextToken?: string | undefined;
|
|
1118
|
+
}
|
|
782
1119
|
export interface ListRulesRequest {
|
|
783
1120
|
serviceIdentifier: string | undefined;
|
|
784
1121
|
listenerIdentifier: string | undefined;
|
|
@@ -798,6 +1135,33 @@ export interface ListRulesResponse {
|
|
|
798
1135
|
items: RuleSummary[] | undefined;
|
|
799
1136
|
nextToken?: string | undefined;
|
|
800
1137
|
}
|
|
1138
|
+
export interface ListServiceNetworkResourceAssociationsRequest {
|
|
1139
|
+
serviceNetworkIdentifier?: string | undefined;
|
|
1140
|
+
resourceConfigurationIdentifier?: string | undefined;
|
|
1141
|
+
maxResults?: number | undefined;
|
|
1142
|
+
nextToken?: string | undefined;
|
|
1143
|
+
}
|
|
1144
|
+
export interface ServiceNetworkResourceAssociationSummary {
|
|
1145
|
+
id?: string | undefined;
|
|
1146
|
+
arn?: string | undefined;
|
|
1147
|
+
status?: ServiceNetworkResourceAssociationStatus | undefined;
|
|
1148
|
+
createdBy?: string | undefined;
|
|
1149
|
+
createdAt?: Date | undefined;
|
|
1150
|
+
resourceConfigurationId?: string | undefined;
|
|
1151
|
+
resourceConfigurationArn?: string | undefined;
|
|
1152
|
+
resourceConfigurationName?: string | undefined;
|
|
1153
|
+
serviceNetworkId?: string | undefined;
|
|
1154
|
+
serviceNetworkArn?: string | undefined;
|
|
1155
|
+
serviceNetworkName?: string | undefined;
|
|
1156
|
+
dnsEntry?: DnsEntry | undefined;
|
|
1157
|
+
privateDnsEntry?: DnsEntry | undefined;
|
|
1158
|
+
isManagedAssociation?: boolean | undefined;
|
|
1159
|
+
failureCode?: string | undefined;
|
|
1160
|
+
}
|
|
1161
|
+
export interface ListServiceNetworkResourceAssociationsResponse {
|
|
1162
|
+
items: ServiceNetworkResourceAssociationSummary[] | undefined;
|
|
1163
|
+
nextToken?: string | undefined;
|
|
1164
|
+
}
|
|
801
1165
|
export interface ListServiceNetworksRequest {
|
|
802
1166
|
maxResults?: number | undefined;
|
|
803
1167
|
nextToken?: string | undefined;
|
|
@@ -810,6 +1174,7 @@ export interface ServiceNetworkSummary {
|
|
|
810
1174
|
lastUpdatedAt?: Date | undefined;
|
|
811
1175
|
numberOfAssociatedVPCs?: number | undefined;
|
|
812
1176
|
numberOfAssociatedServices?: number | undefined;
|
|
1177
|
+
numberOfAssociatedResourceConfigurations?: number | undefined;
|
|
813
1178
|
}
|
|
814
1179
|
export interface ListServiceNetworksResponse {
|
|
815
1180
|
items: ServiceNetworkSummary[] | undefined;
|
|
@@ -862,6 +1227,24 @@ export interface ListServiceNetworkVpcAssociationsResponse {
|
|
|
862
1227
|
items: ServiceNetworkVpcAssociationSummary[] | undefined;
|
|
863
1228
|
nextToken?: string | undefined;
|
|
864
1229
|
}
|
|
1230
|
+
export interface ListServiceNetworkVpcEndpointAssociationsRequest {
|
|
1231
|
+
serviceNetworkIdentifier: string | undefined;
|
|
1232
|
+
maxResults?: number | undefined;
|
|
1233
|
+
nextToken?: string | undefined;
|
|
1234
|
+
}
|
|
1235
|
+
export interface ServiceNetworkEndpointAssociation {
|
|
1236
|
+
vpcEndpointId?: string | undefined;
|
|
1237
|
+
vpcId?: string | undefined;
|
|
1238
|
+
vpcEndpointOwnerId?: string | undefined;
|
|
1239
|
+
id?: string | undefined;
|
|
1240
|
+
state?: string | undefined;
|
|
1241
|
+
serviceNetworkArn?: string | undefined;
|
|
1242
|
+
createdAt?: Date | undefined;
|
|
1243
|
+
}
|
|
1244
|
+
export interface ListServiceNetworkVpcEndpointAssociationsResponse {
|
|
1245
|
+
items: ServiceNetworkEndpointAssociation[] | undefined;
|
|
1246
|
+
nextToken?: string | undefined;
|
|
1247
|
+
}
|
|
865
1248
|
export interface ListServicesRequest {
|
|
866
1249
|
maxResults?: number | undefined;
|
|
867
1250
|
nextToken?: string | undefined;
|
|
@@ -949,6 +1332,39 @@ export interface PutResourcePolicyRequest {
|
|
|
949
1332
|
policy: string | undefined;
|
|
950
1333
|
}
|
|
951
1334
|
export interface PutResourcePolicyResponse {}
|
|
1335
|
+
export interface UpdateResourceConfigurationRequest {
|
|
1336
|
+
resourceConfigurationIdentifier: string | undefined;
|
|
1337
|
+
resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
|
|
1338
|
+
allowAssociationToShareableServiceNetwork?: boolean | undefined;
|
|
1339
|
+
portRanges?: string[] | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
export interface UpdateResourceConfigurationResponse {
|
|
1342
|
+
id?: string | undefined;
|
|
1343
|
+
name?: string | undefined;
|
|
1344
|
+
arn?: string | undefined;
|
|
1345
|
+
resourceGatewayId?: string | undefined;
|
|
1346
|
+
resourceConfigurationGroupId?: string | undefined;
|
|
1347
|
+
type?: ResourceConfigurationType | undefined;
|
|
1348
|
+
portRanges?: string[] | undefined;
|
|
1349
|
+
allowAssociationToShareableServiceNetwork?: boolean | undefined;
|
|
1350
|
+
protocol?: ProtocolType | undefined;
|
|
1351
|
+
status?: ResourceConfigurationStatus | undefined;
|
|
1352
|
+
resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export interface UpdateResourceGatewayRequest {
|
|
1355
|
+
resourceGatewayIdentifier: string | undefined;
|
|
1356
|
+
securityGroupIds?: string[] | undefined;
|
|
1357
|
+
}
|
|
1358
|
+
export interface UpdateResourceGatewayResponse {
|
|
1359
|
+
name?: string | undefined;
|
|
1360
|
+
id?: string | undefined;
|
|
1361
|
+
arn?: string | undefined;
|
|
1362
|
+
status?: ResourceGatewayStatus | undefined;
|
|
1363
|
+
vpcId?: string | undefined;
|
|
1364
|
+
subnetIds?: string[] | undefined;
|
|
1365
|
+
securityGroupIds?: string[] | undefined;
|
|
1366
|
+
ipAddressType?: IpAddressType | undefined;
|
|
1367
|
+
}
|
|
952
1368
|
export interface UpdateRuleRequest {
|
|
953
1369
|
serviceIdentifier: string | undefined;
|
|
954
1370
|
listenerIdentifier: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListResourceConfigurationsCommandInput,
|
|
4
|
+
ListResourceConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListResourceConfigurationsCommand";
|
|
6
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListResourceConfigurations: (
|
|
8
|
+
config: VPCLatticePaginationConfiguration,
|
|
9
|
+
input: ListResourceConfigurationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListResourceConfigurationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListResourceEndpointAssociationsCommandInput,
|
|
4
|
+
ListResourceEndpointAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListResourceEndpointAssociationsCommand";
|
|
6
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListResourceEndpointAssociations: (
|
|
8
|
+
config: VPCLatticePaginationConfiguration,
|
|
9
|
+
input: ListResourceEndpointAssociationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListResourceEndpointAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListResourceGatewaysCommandInput,
|
|
4
|
+
ListResourceGatewaysCommandOutput,
|
|
5
|
+
} from "../commands/ListResourceGatewaysCommand";
|
|
6
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListResourceGateways: (
|
|
8
|
+
config: VPCLatticePaginationConfiguration,
|
|
9
|
+
input: ListResourceGatewaysCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListResourceGatewaysCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceNetworkResourceAssociationsCommandInput,
|
|
4
|
+
ListServiceNetworkResourceAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceNetworkResourceAssociationsCommand";
|
|
6
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListServiceNetworkResourceAssociations: (
|
|
8
|
+
config: VPCLatticePaginationConfiguration,
|
|
9
|
+
input: ListServiceNetworkResourceAssociationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListServiceNetworkResourceAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceNetworkVpcEndpointAssociationsCommandInput,
|
|
4
|
+
ListServiceNetworkVpcEndpointAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceNetworkVpcEndpointAssociationsCommand";
|
|
6
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListServiceNetworkVpcEndpointAssociations: (
|
|
8
|
+
config: VPCLatticePaginationConfiguration,
|
|
9
|
+
input: ListServiceNetworkVpcEndpointAssociationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAccessLogSubscriptionsPaginator";
|
|
3
3
|
export * from "./ListListenersPaginator";
|
|
4
|
+
export * from "./ListResourceConfigurationsPaginator";
|
|
5
|
+
export * from "./ListResourceEndpointAssociationsPaginator";
|
|
6
|
+
export * from "./ListResourceGatewaysPaginator";
|
|
4
7
|
export * from "./ListRulesPaginator";
|
|
8
|
+
export * from "./ListServiceNetworkResourceAssociationsPaginator";
|
|
5
9
|
export * from "./ListServiceNetworkServiceAssociationsPaginator";
|
|
6
10
|
export * from "./ListServiceNetworkVpcAssociationsPaginator";
|
|
11
|
+
export * from "./ListServiceNetworkVpcEndpointAssociationsPaginator";
|
|
7
12
|
export * from "./ListServiceNetworksPaginator";
|
|
8
13
|
export * from "./ListServicesPaginator";
|
|
9
14
|
export * from "./ListTargetGroupsPaginator";
|