@aws-sdk/client-vpc-lattice 3.1019.0 → 3.1021.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 (25) hide show
  1. package/dist-es/VPCLattice.js +7 -7
  2. package/dist-types/VPCLattice.d.ts +73 -73
  3. package/dist-types/VPCLatticeClient.d.ts +76 -76
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/errors.d.ts +2 -2
  7. package/dist-types/models/models_0.d.ts +1 -1
  8. package/dist-types/pagination/ListAccessLogSubscriptionsPaginator.d.ts +1 -1
  9. package/dist-types/pagination/ListDomainVerificationsPaginator.d.ts +1 -1
  10. package/dist-types/pagination/ListListenersPaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListServiceNetworkServiceAssociationsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListServiceNetworkVpcAssociationsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListServiceNetworksPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListTargetGroupsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListTargetsPaginator.d.ts +1 -1
  23. package/dist-types/ts3.4/VPCLatticeClient.d.ts +2 -3
  24. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  25. package/package.json +14 -14
@@ -4,7 +4,7 @@ import { CreateAccessLogSubscriptionCommand, } from "./commands/CreateAccessLogS
4
4
  import { CreateListenerCommand, } from "./commands/CreateListenerCommand";
5
5
  import { CreateResourceConfigurationCommand, } from "./commands/CreateResourceConfigurationCommand";
6
6
  import { CreateResourceGatewayCommand, } from "./commands/CreateResourceGatewayCommand";
7
- import { CreateRuleCommand } from "./commands/CreateRuleCommand";
7
+ import { CreateRuleCommand, } from "./commands/CreateRuleCommand";
8
8
  import { CreateServiceCommand, } from "./commands/CreateServiceCommand";
9
9
  import { CreateServiceNetworkCommand, } from "./commands/CreateServiceNetworkCommand";
10
10
  import { CreateServiceNetworkResourceAssociationCommand, } from "./commands/CreateServiceNetworkResourceAssociationCommand";
@@ -19,7 +19,7 @@ import { DeleteResourceConfigurationCommand, } from "./commands/DeleteResourceCo
19
19
  import { DeleteResourceEndpointAssociationCommand, } from "./commands/DeleteResourceEndpointAssociationCommand";
20
20
  import { DeleteResourceGatewayCommand, } from "./commands/DeleteResourceGatewayCommand";
21
21
  import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
22
- import { DeleteRuleCommand } from "./commands/DeleteRuleCommand";
22
+ import { DeleteRuleCommand, } from "./commands/DeleteRuleCommand";
23
23
  import { DeleteServiceCommand, } from "./commands/DeleteServiceCommand";
24
24
  import { DeleteServiceNetworkCommand, } from "./commands/DeleteServiceNetworkCommand";
25
25
  import { DeleteServiceNetworkResourceAssociationCommand, } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
@@ -30,12 +30,12 @@ import { DeregisterTargetsCommand, } from "./commands/DeregisterTargetsCommand";
30
30
  import { GetAccessLogSubscriptionCommand, } from "./commands/GetAccessLogSubscriptionCommand";
31
31
  import { GetAuthPolicyCommand, } from "./commands/GetAuthPolicyCommand";
32
32
  import { GetDomainVerificationCommand, } from "./commands/GetDomainVerificationCommand";
33
- import { GetListenerCommand } from "./commands/GetListenerCommand";
33
+ import { GetListenerCommand, } from "./commands/GetListenerCommand";
34
34
  import { GetResourceConfigurationCommand, } from "./commands/GetResourceConfigurationCommand";
35
35
  import { GetResourceGatewayCommand, } from "./commands/GetResourceGatewayCommand";
36
36
  import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
37
37
  import { GetRuleCommand } from "./commands/GetRuleCommand";
38
- import { GetServiceCommand } from "./commands/GetServiceCommand";
38
+ import { GetServiceCommand, } from "./commands/GetServiceCommand";
39
39
  import { GetServiceNetworkCommand, } from "./commands/GetServiceNetworkCommand";
40
40
  import { GetServiceNetworkResourceAssociationCommand, } from "./commands/GetServiceNetworkResourceAssociationCommand";
41
41
  import { GetServiceNetworkServiceAssociationCommand, } from "./commands/GetServiceNetworkServiceAssociationCommand";
@@ -56,18 +56,18 @@ import { ListServiceNetworkVpcEndpointAssociationsCommand, } from "./commands/Li
56
56
  import { ListServicesCommand, } from "./commands/ListServicesCommand";
57
57
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
58
58
  import { ListTargetGroupsCommand, } from "./commands/ListTargetGroupsCommand";
59
- import { ListTargetsCommand } from "./commands/ListTargetsCommand";
59
+ import { ListTargetsCommand, } from "./commands/ListTargetsCommand";
60
60
  import { PutAuthPolicyCommand, } from "./commands/PutAuthPolicyCommand";
61
61
  import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
62
62
  import { RegisterTargetsCommand, } from "./commands/RegisterTargetsCommand";
63
63
  import { StartDomainVerificationCommand, } from "./commands/StartDomainVerificationCommand";
64
- import { TagResourceCommand } from "./commands/TagResourceCommand";
64
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
65
65
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
66
66
  import { UpdateAccessLogSubscriptionCommand, } from "./commands/UpdateAccessLogSubscriptionCommand";
67
67
  import { UpdateListenerCommand, } from "./commands/UpdateListenerCommand";
68
68
  import { UpdateResourceConfigurationCommand, } from "./commands/UpdateResourceConfigurationCommand";
69
69
  import { UpdateResourceGatewayCommand, } from "./commands/UpdateResourceGatewayCommand";
70
- import { UpdateRuleCommand } from "./commands/UpdateRuleCommand";
70
+ import { UpdateRuleCommand, } from "./commands/UpdateRuleCommand";
71
71
  import { UpdateServiceCommand, } from "./commands/UpdateServiceCommand";
72
72
  import { UpdateServiceNetworkCommand, } from "./commands/UpdateServiceNetworkCommand";
73
73
  import { UpdateServiceNetworkVpcAssociationCommand, } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
@@ -1,77 +1,77 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
3
- import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
4
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
5
- import { CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput } from "./commands/CreateResourceConfigurationCommand";
6
- import { CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput } from "./commands/CreateResourceGatewayCommand";
7
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
8
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
9
- import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
10
- import { CreateServiceNetworkResourceAssociationCommandInput, CreateServiceNetworkResourceAssociationCommandOutput } from "./commands/CreateServiceNetworkResourceAssociationCommand";
11
- import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
12
- import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
13
- import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
14
- import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
15
- import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
16
- import { DeleteDomainVerificationCommandInput, DeleteDomainVerificationCommandOutput } from "./commands/DeleteDomainVerificationCommand";
17
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
18
- import { DeleteResourceConfigurationCommandInput, DeleteResourceConfigurationCommandOutput } from "./commands/DeleteResourceConfigurationCommand";
19
- import { DeleteResourceEndpointAssociationCommandInput, DeleteResourceEndpointAssociationCommandOutput } from "./commands/DeleteResourceEndpointAssociationCommand";
20
- import { DeleteResourceGatewayCommandInput, DeleteResourceGatewayCommandOutput } from "./commands/DeleteResourceGatewayCommand";
21
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
22
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
23
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
24
- import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
25
- import { DeleteServiceNetworkResourceAssociationCommandInput, DeleteServiceNetworkResourceAssociationCommandOutput } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
26
- import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
27
- import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
28
- import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
29
- import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
30
- import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
31
- import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
32
- import { GetDomainVerificationCommandInput, GetDomainVerificationCommandOutput } from "./commands/GetDomainVerificationCommand";
33
- import { GetListenerCommandInput, GetListenerCommandOutput } from "./commands/GetListenerCommand";
34
- import { GetResourceConfigurationCommandInput, GetResourceConfigurationCommandOutput } from "./commands/GetResourceConfigurationCommand";
35
- import { GetResourceGatewayCommandInput, GetResourceGatewayCommandOutput } from "./commands/GetResourceGatewayCommand";
36
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
37
- import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
38
- import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
39
- import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
40
- import { GetServiceNetworkResourceAssociationCommandInput, GetServiceNetworkResourceAssociationCommandOutput } from "./commands/GetServiceNetworkResourceAssociationCommand";
41
- import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
42
- import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
43
- import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
44
- import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
45
- import { ListDomainVerificationsCommandInput, ListDomainVerificationsCommandOutput } from "./commands/ListDomainVerificationsCommand";
46
- import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
47
- import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "./commands/ListResourceConfigurationsCommand";
48
- import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "./commands/ListResourceEndpointAssociationsCommand";
49
- import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "./commands/ListResourceGatewaysCommand";
50
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
51
- import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "./commands/ListServiceNetworkResourceAssociationsCommand";
52
- import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
53
- import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
54
- import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
55
- import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
56
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
57
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
58
- import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
59
- import { ListTargetsCommandInput, ListTargetsCommandOutput } from "./commands/ListTargetsCommand";
60
- import { PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput } from "./commands/PutAuthPolicyCommand";
61
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
62
- import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
63
- import { StartDomainVerificationCommandInput, StartDomainVerificationCommandOutput } from "./commands/StartDomainVerificationCommand";
64
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
65
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
66
- import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
67
- import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
68
- import { UpdateResourceConfigurationCommandInput, UpdateResourceConfigurationCommandOutput } from "./commands/UpdateResourceConfigurationCommand";
69
- import { UpdateResourceGatewayCommandInput, UpdateResourceGatewayCommandOutput } from "./commands/UpdateResourceGatewayCommand";
70
- import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
71
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
72
- import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
73
- import { UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
74
- import { UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput } from "./commands/UpdateTargetGroupCommand";
2
+ import { type BatchUpdateRuleCommandInput, type BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
3
+ import { type CreateAccessLogSubscriptionCommandInput, type CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
4
+ import { type CreateListenerCommandInput, type CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
5
+ import { type CreateResourceConfigurationCommandInput, type CreateResourceConfigurationCommandOutput } from "./commands/CreateResourceConfigurationCommand";
6
+ import { type CreateResourceGatewayCommandInput, type CreateResourceGatewayCommandOutput } from "./commands/CreateResourceGatewayCommand";
7
+ import { type CreateRuleCommandInput, type CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
8
+ import { type CreateServiceCommandInput, type CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
9
+ import { type CreateServiceNetworkCommandInput, type CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
10
+ import { type CreateServiceNetworkResourceAssociationCommandInput, type CreateServiceNetworkResourceAssociationCommandOutput } from "./commands/CreateServiceNetworkResourceAssociationCommand";
11
+ import { type CreateServiceNetworkServiceAssociationCommandInput, type CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
12
+ import { type CreateServiceNetworkVpcAssociationCommandInput, type CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
13
+ import { type CreateTargetGroupCommandInput, type CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
14
+ import { type DeleteAccessLogSubscriptionCommandInput, type DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
15
+ import { type DeleteAuthPolicyCommandInput, type DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
16
+ import { type DeleteDomainVerificationCommandInput, type DeleteDomainVerificationCommandOutput } from "./commands/DeleteDomainVerificationCommand";
17
+ import { type DeleteListenerCommandInput, type DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
18
+ import { type DeleteResourceConfigurationCommandInput, type DeleteResourceConfigurationCommandOutput } from "./commands/DeleteResourceConfigurationCommand";
19
+ import { type DeleteResourceEndpointAssociationCommandInput, type DeleteResourceEndpointAssociationCommandOutput } from "./commands/DeleteResourceEndpointAssociationCommand";
20
+ import { type DeleteResourceGatewayCommandInput, type DeleteResourceGatewayCommandOutput } from "./commands/DeleteResourceGatewayCommand";
21
+ import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
22
+ import { type DeleteRuleCommandInput, type DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
23
+ import { type DeleteServiceCommandInput, type DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
24
+ import { type DeleteServiceNetworkCommandInput, type DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
25
+ import { type DeleteServiceNetworkResourceAssociationCommandInput, type DeleteServiceNetworkResourceAssociationCommandOutput } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
26
+ import { type DeleteServiceNetworkServiceAssociationCommandInput, type DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
27
+ import { type DeleteServiceNetworkVpcAssociationCommandInput, type DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
28
+ import { type DeleteTargetGroupCommandInput, type DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
29
+ import { type DeregisterTargetsCommandInput, type DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
30
+ import { type GetAccessLogSubscriptionCommandInput, type GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
31
+ import { type GetAuthPolicyCommandInput, type GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
32
+ import { type GetDomainVerificationCommandInput, type GetDomainVerificationCommandOutput } from "./commands/GetDomainVerificationCommand";
33
+ import { type GetListenerCommandInput, type GetListenerCommandOutput } from "./commands/GetListenerCommand";
34
+ import { type GetResourceConfigurationCommandInput, type GetResourceConfigurationCommandOutput } from "./commands/GetResourceConfigurationCommand";
35
+ import { type GetResourceGatewayCommandInput, type GetResourceGatewayCommandOutput } from "./commands/GetResourceGatewayCommand";
36
+ import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
37
+ import { type GetRuleCommandInput, type GetRuleCommandOutput } from "./commands/GetRuleCommand";
38
+ import { type GetServiceCommandInput, type GetServiceCommandOutput } from "./commands/GetServiceCommand";
39
+ import { type GetServiceNetworkCommandInput, type GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
40
+ import { type GetServiceNetworkResourceAssociationCommandInput, type GetServiceNetworkResourceAssociationCommandOutput } from "./commands/GetServiceNetworkResourceAssociationCommand";
41
+ import { type GetServiceNetworkServiceAssociationCommandInput, type GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
42
+ import { type GetServiceNetworkVpcAssociationCommandInput, type GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
43
+ import { type GetTargetGroupCommandInput, type GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
44
+ import { type ListAccessLogSubscriptionsCommandInput, type ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
45
+ import { type ListDomainVerificationsCommandInput, type ListDomainVerificationsCommandOutput } from "./commands/ListDomainVerificationsCommand";
46
+ import { type ListListenersCommandInput, type ListListenersCommandOutput } from "./commands/ListListenersCommand";
47
+ import { type ListResourceConfigurationsCommandInput, type ListResourceConfigurationsCommandOutput } from "./commands/ListResourceConfigurationsCommand";
48
+ import { type ListResourceEndpointAssociationsCommandInput, type ListResourceEndpointAssociationsCommandOutput } from "./commands/ListResourceEndpointAssociationsCommand";
49
+ import { type ListResourceGatewaysCommandInput, type ListResourceGatewaysCommandOutput } from "./commands/ListResourceGatewaysCommand";
50
+ import { type ListRulesCommandInput, type ListRulesCommandOutput } from "./commands/ListRulesCommand";
51
+ import { type ListServiceNetworkResourceAssociationsCommandInput, type ListServiceNetworkResourceAssociationsCommandOutput } from "./commands/ListServiceNetworkResourceAssociationsCommand";
52
+ import { type ListServiceNetworksCommandInput, type ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
53
+ import { type ListServiceNetworkServiceAssociationsCommandInput, type ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
54
+ import { type ListServiceNetworkVpcAssociationsCommandInput, type ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
55
+ import { type ListServiceNetworkVpcEndpointAssociationsCommandInput, type ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
56
+ import { type ListServicesCommandInput, type ListServicesCommandOutput } from "./commands/ListServicesCommand";
57
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
58
+ import { type ListTargetGroupsCommandInput, type ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
59
+ import { type ListTargetsCommandInput, type ListTargetsCommandOutput } from "./commands/ListTargetsCommand";
60
+ import { type PutAuthPolicyCommandInput, type PutAuthPolicyCommandOutput } from "./commands/PutAuthPolicyCommand";
61
+ import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
62
+ import { type RegisterTargetsCommandInput, type RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
63
+ import { type StartDomainVerificationCommandInput, type StartDomainVerificationCommandOutput } from "./commands/StartDomainVerificationCommand";
64
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
65
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
66
+ import { type UpdateAccessLogSubscriptionCommandInput, type UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
67
+ import { type UpdateListenerCommandInput, type UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
68
+ import { type UpdateResourceConfigurationCommandInput, type UpdateResourceConfigurationCommandOutput } from "./commands/UpdateResourceConfigurationCommand";
69
+ import { type UpdateResourceGatewayCommandInput, type UpdateResourceGatewayCommandOutput } from "./commands/UpdateResourceGatewayCommand";
70
+ import { type UpdateRuleCommandInput, type UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
71
+ import { type UpdateServiceCommandInput, type UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
72
+ import { type UpdateServiceNetworkCommandInput, type UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
73
+ import { type UpdateServiceNetworkVpcAssociationCommandInput, type UpdateServiceNetworkVpcAssociationCommandOutput } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
74
+ import { type UpdateTargetGroupCommandInput, type UpdateTargetGroupCommandOutput } from "./commands/UpdateTargetGroupCommand";
75
75
  import { VPCLatticeClient } from "./VPCLatticeClient";
76
76
  export interface VPCLattice {
77
77
  /**
@@ -5,82 +5,82 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
11
- import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
12
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
13
- import { CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput } from "./commands/CreateResourceConfigurationCommand";
14
- import { CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput } from "./commands/CreateResourceGatewayCommand";
15
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
16
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
17
- import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
18
- import { CreateServiceNetworkResourceAssociationCommandInput, CreateServiceNetworkResourceAssociationCommandOutput } from "./commands/CreateServiceNetworkResourceAssociationCommand";
19
- import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
20
- import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
21
- import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
22
- import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
23
- import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
24
- import { DeleteDomainVerificationCommandInput, DeleteDomainVerificationCommandOutput } from "./commands/DeleteDomainVerificationCommand";
25
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
26
- import { DeleteResourceConfigurationCommandInput, DeleteResourceConfigurationCommandOutput } from "./commands/DeleteResourceConfigurationCommand";
27
- import { DeleteResourceEndpointAssociationCommandInput, DeleteResourceEndpointAssociationCommandOutput } from "./commands/DeleteResourceEndpointAssociationCommand";
28
- import { DeleteResourceGatewayCommandInput, DeleteResourceGatewayCommandOutput } from "./commands/DeleteResourceGatewayCommand";
29
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
30
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
31
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
32
- import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
33
- import { DeleteServiceNetworkResourceAssociationCommandInput, DeleteServiceNetworkResourceAssociationCommandOutput } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
34
- import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
35
- import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
36
- import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
37
- import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
38
- import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
39
- import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
40
- import { GetDomainVerificationCommandInput, GetDomainVerificationCommandOutput } from "./commands/GetDomainVerificationCommand";
41
- import { GetListenerCommandInput, GetListenerCommandOutput } from "./commands/GetListenerCommand";
42
- import { GetResourceConfigurationCommandInput, GetResourceConfigurationCommandOutput } from "./commands/GetResourceConfigurationCommand";
43
- import { GetResourceGatewayCommandInput, GetResourceGatewayCommandOutput } from "./commands/GetResourceGatewayCommand";
44
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
45
- import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
46
- import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
47
- import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
48
- import { GetServiceNetworkResourceAssociationCommandInput, GetServiceNetworkResourceAssociationCommandOutput } from "./commands/GetServiceNetworkResourceAssociationCommand";
49
- import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
50
- import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
51
- import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
52
- import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
53
- import { ListDomainVerificationsCommandInput, ListDomainVerificationsCommandOutput } from "./commands/ListDomainVerificationsCommand";
54
- import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
55
- import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "./commands/ListResourceConfigurationsCommand";
56
- import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "./commands/ListResourceEndpointAssociationsCommand";
57
- import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "./commands/ListResourceGatewaysCommand";
58
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
59
- import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "./commands/ListServiceNetworkResourceAssociationsCommand";
60
- import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
61
- import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
62
- import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
63
- import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
64
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
65
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
66
- import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
67
- import { ListTargetsCommandInput, ListTargetsCommandOutput } from "./commands/ListTargetsCommand";
68
- import { PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput } from "./commands/PutAuthPolicyCommand";
69
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
70
- import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
71
- import { StartDomainVerificationCommandInput, StartDomainVerificationCommandOutput } from "./commands/StartDomainVerificationCommand";
72
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
73
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
74
- import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
75
- import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
76
- import { UpdateResourceConfigurationCommandInput, UpdateResourceConfigurationCommandOutput } from "./commands/UpdateResourceConfigurationCommand";
77
- import { UpdateResourceGatewayCommandInput, UpdateResourceGatewayCommandOutput } from "./commands/UpdateResourceGatewayCommand";
78
- import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
79
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
80
- import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
81
- import { UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
82
- import { UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput } from "./commands/UpdateTargetGroupCommand";
83
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
11
+ import type { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
12
+ import type { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
13
+ import type { CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput } from "./commands/CreateResourceConfigurationCommand";
14
+ import type { CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput } from "./commands/CreateResourceGatewayCommand";
15
+ import type { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
16
+ import type { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
17
+ import type { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
18
+ import type { CreateServiceNetworkResourceAssociationCommandInput, CreateServiceNetworkResourceAssociationCommandOutput } from "./commands/CreateServiceNetworkResourceAssociationCommand";
19
+ import type { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
20
+ import type { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
21
+ import type { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
22
+ import type { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
23
+ import type { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
24
+ import type { DeleteDomainVerificationCommandInput, DeleteDomainVerificationCommandOutput } from "./commands/DeleteDomainVerificationCommand";
25
+ import type { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
26
+ import type { DeleteResourceConfigurationCommandInput, DeleteResourceConfigurationCommandOutput } from "./commands/DeleteResourceConfigurationCommand";
27
+ import type { DeleteResourceEndpointAssociationCommandInput, DeleteResourceEndpointAssociationCommandOutput } from "./commands/DeleteResourceEndpointAssociationCommand";
28
+ import type { DeleteResourceGatewayCommandInput, DeleteResourceGatewayCommandOutput } from "./commands/DeleteResourceGatewayCommand";
29
+ import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
30
+ import type { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
31
+ import type { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
32
+ import type { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
33
+ import type { DeleteServiceNetworkResourceAssociationCommandInput, DeleteServiceNetworkResourceAssociationCommandOutput } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
34
+ import type { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
35
+ import type { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
36
+ import type { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
37
+ import type { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
38
+ import type { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
39
+ import type { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
40
+ import type { GetDomainVerificationCommandInput, GetDomainVerificationCommandOutput } from "./commands/GetDomainVerificationCommand";
41
+ import type { GetListenerCommandInput, GetListenerCommandOutput } from "./commands/GetListenerCommand";
42
+ import type { GetResourceConfigurationCommandInput, GetResourceConfigurationCommandOutput } from "./commands/GetResourceConfigurationCommand";
43
+ import type { GetResourceGatewayCommandInput, GetResourceGatewayCommandOutput } from "./commands/GetResourceGatewayCommand";
44
+ import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
45
+ import type { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
46
+ import type { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
47
+ import type { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
48
+ import type { GetServiceNetworkResourceAssociationCommandInput, GetServiceNetworkResourceAssociationCommandOutput } from "./commands/GetServiceNetworkResourceAssociationCommand";
49
+ import type { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
50
+ import type { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
51
+ import type { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
52
+ import type { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
53
+ import type { ListDomainVerificationsCommandInput, ListDomainVerificationsCommandOutput } from "./commands/ListDomainVerificationsCommand";
54
+ import type { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
55
+ import type { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "./commands/ListResourceConfigurationsCommand";
56
+ import type { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "./commands/ListResourceEndpointAssociationsCommand";
57
+ import type { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "./commands/ListResourceGatewaysCommand";
58
+ import type { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
59
+ import type { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "./commands/ListServiceNetworkResourceAssociationsCommand";
60
+ import type { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
61
+ import type { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
62
+ import type { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
63
+ import type { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
64
+ import type { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
65
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
66
+ import type { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
67
+ import type { ListTargetsCommandInput, ListTargetsCommandOutput } from "./commands/ListTargetsCommand";
68
+ import type { PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput } from "./commands/PutAuthPolicyCommand";
69
+ import type { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
70
+ import type { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
71
+ import type { StartDomainVerificationCommandInput, StartDomainVerificationCommandOutput } from "./commands/StartDomainVerificationCommand";
72
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
73
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
74
+ import type { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
75
+ import type { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
76
+ import type { UpdateResourceConfigurationCommandInput, UpdateResourceConfigurationCommandOutput } from "./commands/UpdateResourceConfigurationCommand";
77
+ import type { UpdateResourceGatewayCommandInput, UpdateResourceGatewayCommandOutput } from "./commands/UpdateResourceGatewayCommand";
78
+ import type { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
79
+ import type { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
80
+ import type { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
81
+ import type { UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
82
+ import type { UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput } from "./commands/UpdateTargetGroupCommand";
83
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
84
84
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
85
85
  export { __Client };
86
86
  /**
@@ -189,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
189
189
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
190
190
  * @internal
191
191
  */
192
- defaultUserAgentProvider?: Provider<__UserAgent>;
192
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
193
193
  /**
194
194
  * Default credentials provider; Not available in browser runtime.
195
195
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { VPCLatticeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./VPCLatticeClient";
7
7
  export * from "./VPCLattice";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { VPCLatticeExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,6 +1,6 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ValidationExceptionReason } from "./enums";
3
- import { ValidationExceptionField } from "./models_0";
2
+ import type { ValidationExceptionReason } from "./enums";
3
+ import type { ValidationExceptionField } from "./models_0";
4
4
  import { VPCLatticeServiceException as __BaseException } from "./VPCLatticeServiceException";
5
5
  /**
6
6
  * <p>The user does not have sufficient access to perform this action.</p>
@@ -1,4 +1,4 @@
1
- import { AuthPolicyState, AuthType, HealthCheckProtocolVersion, IpAddressType, LambdaEventStructureVersion, ListenerProtocol, PrivateDnsPreference, ProtocolType, ResourceConfigurationIpAddressType, ResourceConfigurationStatus, ResourceConfigurationType, ResourceGatewayIpAddressType, ResourceGatewayStatus, ServiceNetworkLogType, ServiceNetworkResourceAssociationStatus, ServiceNetworkServiceAssociationStatus, ServiceNetworkVpcAssociationStatus, ServiceStatus, TargetGroupProtocol, TargetGroupProtocolVersion, TargetGroupStatus, TargetGroupType, TargetStatus, VerificationStatus } from "./enums";
1
+ import type { AuthPolicyState, AuthType, HealthCheckProtocolVersion, IpAddressType, LambdaEventStructureVersion, ListenerProtocol, PrivateDnsPreference, ProtocolType, ResourceConfigurationIpAddressType, ResourceConfigurationStatus, ResourceConfigurationType, ResourceGatewayIpAddressType, ResourceGatewayStatus, ServiceNetworkLogType, ServiceNetworkResourceAssociationStatus, ServiceNetworkServiceAssociationStatus, ServiceNetworkVpcAssociationStatus, ServiceStatus, TargetGroupProtocol, TargetGroupProtocolVersion, TargetGroupStatus, TargetGroupType, TargetStatus, VerificationStatus } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "../commands/ListAccessLogSubscriptionsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDomainVerificationsCommandInput, ListDomainVerificationsCommandOutput } from "../commands/ListDomainVerificationsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "../commands/ListResourceConfigurationsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "../commands/ListResourceEndpointAssociationsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "../commands/ListResourceGatewaysCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "../commands/ListServiceNetworkResourceAssociationsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "../commands/ListServiceNetworkServiceAssociationsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "../commands/ListServiceNetworkVpcAssociationsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "../commands/ListServiceNetworkVpcEndpointAssociationsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "../commands/ListServiceNetworksCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "../commands/ListTargetGroupsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTargetsCommandInput, ListTargetsCommandOutput } from "../commands/ListTargetsCommand";
3
- import { VPCLatticePaginationConfiguration } from "./Interfaces";
3
+ import type { VPCLatticePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -510,7 +509,7 @@ export interface ClientDefaults
510
509
  useFipsEndpoint?: boolean | __Provider<boolean>;
511
510
  region?: string | __Provider<string>;
512
511
  profile?: string;
513
- defaultUserAgentProvider?: Provider<__UserAgent>;
512
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
514
513
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
515
514
  maxAttempts?: number | __Provider<number>;
516
515
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { VPCLatticeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-vpc-lattice",
3
3
  "description": "AWS SDK for JavaScript Vpc Lattice Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-vpc-lattice",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },