@aws-sdk/client-vpc-lattice 3.699.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.
Files changed (108) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1223 -25
  3. package/dist-es/VPCLattice.js +34 -0
  4. package/dist-es/commands/CreateResourceConfigurationCommand.js +22 -0
  5. package/dist-es/commands/CreateResourceGatewayCommand.js +22 -0
  6. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +22 -0
  7. package/dist-es/commands/DeleteResourceConfigurationCommand.js +22 -0
  8. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +22 -0
  9. package/dist-es/commands/DeleteResourceGatewayCommand.js +22 -0
  10. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +22 -0
  11. package/dist-es/commands/GetResourceConfigurationCommand.js +22 -0
  12. package/dist-es/commands/GetResourceGatewayCommand.js +22 -0
  13. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +22 -0
  14. package/dist-es/commands/ListResourceConfigurationsCommand.js +22 -0
  15. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +22 -0
  16. package/dist-es/commands/ListResourceGatewaysCommand.js +22 -0
  17. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +22 -0
  18. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +22 -0
  19. package/dist-es/commands/UpdateResourceConfigurationCommand.js +22 -0
  20. package/dist-es/commands/UpdateResourceGatewayCommand.js +22 -0
  21. package/dist-es/commands/index.js +17 -0
  22. package/dist-es/models/models_0.js +61 -0
  23. package/dist-es/pagination/ListResourceConfigurationsPaginator.js +4 -0
  24. package/dist-es/pagination/ListResourceEndpointAssociationsPaginator.js +4 -0
  25. package/dist-es/pagination/ListResourceGatewaysPaginator.js +4 -0
  26. package/dist-es/pagination/ListServiceNetworkResourceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.js +4 -0
  28. package/dist-es/pagination/index.js +5 -0
  29. package/dist-es/protocols/Aws_restJson1.js +671 -0
  30. package/dist-types/VPCLattice.d.ts +122 -0
  31. package/dist-types/VPCLatticeClient.d.ts +19 -2
  32. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
  33. package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +144 -0
  34. package/dist-types/commands/CreateResourceGatewayCommand.d.ts +117 -0
  35. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -0
  36. package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +104 -0
  37. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +89 -0
  40. package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +91 -0
  41. package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +94 -0
  42. package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +93 -0
  43. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -1
  44. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
  45. package/dist-types/commands/GetResourceConfigurationCommand.d.ts +115 -0
  46. package/dist-types/commands/GetResourceGatewayCommand.d.ts +100 -0
  47. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  48. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  49. package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -0
  50. package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +109 -0
  51. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
  52. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -1
  53. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +101 -0
  55. package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +102 -0
  56. package/dist-types/commands/ListResourceGatewaysCommand.d.ts +103 -0
  57. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +112 -0
  59. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -5
  60. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -3
  61. package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +97 -0
  62. package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -2
  63. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -0
  65. package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +129 -0
  66. package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +101 -0
  67. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -1
  68. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -0
  69. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -2
  70. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -0
  71. package/dist-types/commands/index.d.ts +17 -0
  72. package/dist-types/models/models_0.d.ts +2687 -987
  73. package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +7 -0
  75. package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +7 -0
  76. package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +5 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  80. package/dist-types/ts3.4/VPCLattice.d.ts +328 -0
  81. package/dist-types/ts3.4/VPCLatticeClient.d.ts +102 -0
  82. package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +51 -0
  86. package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +51 -0
  97. package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +416 -0
  101. package/dist-types/ts3.4/pagination/ListResourceConfigurationsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/ListResourceEndpointAssociationsPaginator.d.ts +11 -0
  103. package/dist-types/ts3.4/pagination/ListResourceGatewaysPaginator.d.ts +11 -0
  104. package/dist-types/ts3.4/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +11 -0
  105. package/dist-types/ts3.4/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +11 -0
  106. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  108. package/package.json +1 -1
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetResourceGatewayRequest,
5
+ GetResourceGatewayResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetResourceGatewayCommandInput
15
+ extends GetResourceGatewayRequest {}
16
+ export interface GetResourceGatewayCommandOutput
17
+ extends GetResourceGatewayResponse,
18
+ __MetadataBearer {}
19
+ declare const GetResourceGatewayCommand_base: {
20
+ new (
21
+ input: GetResourceGatewayCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetResourceGatewayCommandInput,
24
+ GetResourceGatewayCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetResourceGatewayCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetResourceGatewayCommandInput,
33
+ GetResourceGatewayCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetResourceGatewayCommand extends GetResourceGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourceGatewayRequest;
44
+ output: GetResourceGatewayResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourceGatewayCommandInput;
48
+ output: GetResourceGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetServiceNetworkResourceAssociationRequest,
5
+ GetServiceNetworkResourceAssociationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetServiceNetworkResourceAssociationCommandInput
15
+ extends GetServiceNetworkResourceAssociationRequest {}
16
+ export interface GetServiceNetworkResourceAssociationCommandOutput
17
+ extends GetServiceNetworkResourceAssociationResponse,
18
+ __MetadataBearer {}
19
+ declare const GetServiceNetworkResourceAssociationCommand_base: {
20
+ new (
21
+ input: GetServiceNetworkResourceAssociationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetServiceNetworkResourceAssociationCommandInput,
24
+ GetServiceNetworkResourceAssociationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetServiceNetworkResourceAssociationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetServiceNetworkResourceAssociationCommandInput,
33
+ GetServiceNetworkResourceAssociationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetServiceNetworkResourceAssociationCommand extends GetServiceNetworkResourceAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetServiceNetworkResourceAssociationRequest;
44
+ output: GetServiceNetworkResourceAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetServiceNetworkResourceAssociationCommandInput;
48
+ output: GetServiceNetworkResourceAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListResourceConfigurationsRequest,
5
+ ListResourceConfigurationsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListResourceConfigurationsCommandInput
15
+ extends ListResourceConfigurationsRequest {}
16
+ export interface ListResourceConfigurationsCommandOutput
17
+ extends ListResourceConfigurationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListResourceConfigurationsCommand_base: {
20
+ new (
21
+ input: ListResourceConfigurationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListResourceConfigurationsCommandInput,
24
+ ListResourceConfigurationsCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListResourceConfigurationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListResourceConfigurationsCommandInput,
33
+ ListResourceConfigurationsCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListResourceConfigurationsCommand extends ListResourceConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListResourceConfigurationsRequest;
44
+ output: ListResourceConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListResourceConfigurationsCommandInput;
48
+ output: ListResourceConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListResourceEndpointAssociationsRequest,
5
+ ListResourceEndpointAssociationsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListResourceEndpointAssociationsCommandInput
15
+ extends ListResourceEndpointAssociationsRequest {}
16
+ export interface ListResourceEndpointAssociationsCommandOutput
17
+ extends ListResourceEndpointAssociationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListResourceEndpointAssociationsCommand_base: {
20
+ new (
21
+ input: ListResourceEndpointAssociationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListResourceEndpointAssociationsCommandInput,
24
+ ListResourceEndpointAssociationsCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListResourceEndpointAssociationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListResourceEndpointAssociationsCommandInput,
33
+ ListResourceEndpointAssociationsCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListResourceEndpointAssociationsCommand extends ListResourceEndpointAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListResourceEndpointAssociationsRequest;
44
+ output: ListResourceEndpointAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListResourceEndpointAssociationsCommandInput;
48
+ output: ListResourceEndpointAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListResourceGatewaysRequest,
5
+ ListResourceGatewaysResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListResourceGatewaysCommandInput
15
+ extends ListResourceGatewaysRequest {}
16
+ export interface ListResourceGatewaysCommandOutput
17
+ extends ListResourceGatewaysResponse,
18
+ __MetadataBearer {}
19
+ declare const ListResourceGatewaysCommand_base: {
20
+ new (
21
+ input: ListResourceGatewaysCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListResourceGatewaysCommandInput,
24
+ ListResourceGatewaysCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListResourceGatewaysCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListResourceGatewaysCommandInput,
33
+ ListResourceGatewaysCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListResourceGatewaysCommand extends ListResourceGatewaysCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListResourceGatewaysRequest;
44
+ output: ListResourceGatewaysResponse;
45
+ };
46
+ sdk: {
47
+ input: ListResourceGatewaysCommandInput;
48
+ output: ListResourceGatewaysCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListServiceNetworkResourceAssociationsRequest,
5
+ ListServiceNetworkResourceAssociationsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListServiceNetworkResourceAssociationsCommandInput
15
+ extends ListServiceNetworkResourceAssociationsRequest {}
16
+ export interface ListServiceNetworkResourceAssociationsCommandOutput
17
+ extends ListServiceNetworkResourceAssociationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListServiceNetworkResourceAssociationsCommand_base: {
20
+ new (
21
+ input: ListServiceNetworkResourceAssociationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListServiceNetworkResourceAssociationsCommandInput,
24
+ ListServiceNetworkResourceAssociationsCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListServiceNetworkResourceAssociationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListServiceNetworkResourceAssociationsCommandInput,
33
+ ListServiceNetworkResourceAssociationsCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListServiceNetworkResourceAssociationsCommand extends ListServiceNetworkResourceAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceNetworkResourceAssociationsRequest;
44
+ output: ListServiceNetworkResourceAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListServiceNetworkResourceAssociationsCommandInput;
48
+ output: ListServiceNetworkResourceAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListServiceNetworkVpcEndpointAssociationsRequest,
5
+ ListServiceNetworkVpcEndpointAssociationsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListServiceNetworkVpcEndpointAssociationsCommandInput
15
+ extends ListServiceNetworkVpcEndpointAssociationsRequest {}
16
+ export interface ListServiceNetworkVpcEndpointAssociationsCommandOutput
17
+ extends ListServiceNetworkVpcEndpointAssociationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListServiceNetworkVpcEndpointAssociationsCommand_base: {
20
+ new (
21
+ input: ListServiceNetworkVpcEndpointAssociationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListServiceNetworkVpcEndpointAssociationsCommandInput,
24
+ ListServiceNetworkVpcEndpointAssociationsCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListServiceNetworkVpcEndpointAssociationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListServiceNetworkVpcEndpointAssociationsCommandInput,
33
+ ListServiceNetworkVpcEndpointAssociationsCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListServiceNetworkVpcEndpointAssociationsCommand extends ListServiceNetworkVpcEndpointAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceNetworkVpcEndpointAssociationsRequest;
44
+ output: ListServiceNetworkVpcEndpointAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListServiceNetworkVpcEndpointAssociationsCommandInput;
48
+ output: ListServiceNetworkVpcEndpointAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateResourceConfigurationRequest,
5
+ UpdateResourceConfigurationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateResourceConfigurationCommandInput
15
+ extends UpdateResourceConfigurationRequest {}
16
+ export interface UpdateResourceConfigurationCommandOutput
17
+ extends UpdateResourceConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateResourceConfigurationCommand_base: {
20
+ new (
21
+ input: UpdateResourceConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateResourceConfigurationCommandInput,
24
+ UpdateResourceConfigurationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateResourceConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateResourceConfigurationCommandInput,
33
+ UpdateResourceConfigurationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateResourceConfigurationCommand extends UpdateResourceConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateResourceConfigurationRequest;
44
+ output: UpdateResourceConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateResourceConfigurationCommandInput;
48
+ output: UpdateResourceConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateResourceGatewayRequest,
5
+ UpdateResourceGatewayResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateResourceGatewayCommandInput
15
+ extends UpdateResourceGatewayRequest {}
16
+ export interface UpdateResourceGatewayCommandOutput
17
+ extends UpdateResourceGatewayResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateResourceGatewayCommand_base: {
20
+ new (
21
+ input: UpdateResourceGatewayCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateResourceGatewayCommandInput,
24
+ UpdateResourceGatewayCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateResourceGatewayCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateResourceGatewayCommandInput,
33
+ UpdateResourceGatewayCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateResourceGatewayCommand extends UpdateResourceGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateResourceGatewayRequest;
44
+ output: UpdateResourceGatewayResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateResourceGatewayCommandInput;
48
+ output: UpdateResourceGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,19 +1,26 @@
1
1
  export * from "./BatchUpdateRuleCommand";
2
2
  export * from "./CreateAccessLogSubscriptionCommand";
3
3
  export * from "./CreateListenerCommand";
4
+ export * from "./CreateResourceConfigurationCommand";
5
+ export * from "./CreateResourceGatewayCommand";
4
6
  export * from "./CreateRuleCommand";
5
7
  export * from "./CreateServiceCommand";
6
8
  export * from "./CreateServiceNetworkCommand";
9
+ export * from "./CreateServiceNetworkResourceAssociationCommand";
7
10
  export * from "./CreateServiceNetworkServiceAssociationCommand";
8
11
  export * from "./CreateServiceNetworkVpcAssociationCommand";
9
12
  export * from "./CreateTargetGroupCommand";
10
13
  export * from "./DeleteAccessLogSubscriptionCommand";
11
14
  export * from "./DeleteAuthPolicyCommand";
12
15
  export * from "./DeleteListenerCommand";
16
+ export * from "./DeleteResourceConfigurationCommand";
17
+ export * from "./DeleteResourceEndpointAssociationCommand";
18
+ export * from "./DeleteResourceGatewayCommand";
13
19
  export * from "./DeleteResourcePolicyCommand";
14
20
  export * from "./DeleteRuleCommand";
15
21
  export * from "./DeleteServiceCommand";
16
22
  export * from "./DeleteServiceNetworkCommand";
23
+ export * from "./DeleteServiceNetworkResourceAssociationCommand";
17
24
  export * from "./DeleteServiceNetworkServiceAssociationCommand";
18
25
  export * from "./DeleteServiceNetworkVpcAssociationCommand";
19
26
  export * from "./DeleteTargetGroupCommand";
@@ -21,18 +28,26 @@ export * from "./DeregisterTargetsCommand";
21
28
  export * from "./GetAccessLogSubscriptionCommand";
22
29
  export * from "./GetAuthPolicyCommand";
23
30
  export * from "./GetListenerCommand";
31
+ export * from "./GetResourceConfigurationCommand";
32
+ export * from "./GetResourceGatewayCommand";
24
33
  export * from "./GetResourcePolicyCommand";
25
34
  export * from "./GetRuleCommand";
26
35
  export * from "./GetServiceCommand";
27
36
  export * from "./GetServiceNetworkCommand";
37
+ export * from "./GetServiceNetworkResourceAssociationCommand";
28
38
  export * from "./GetServiceNetworkServiceAssociationCommand";
29
39
  export * from "./GetServiceNetworkVpcAssociationCommand";
30
40
  export * from "./GetTargetGroupCommand";
31
41
  export * from "./ListAccessLogSubscriptionsCommand";
32
42
  export * from "./ListListenersCommand";
43
+ export * from "./ListResourceConfigurationsCommand";
44
+ export * from "./ListResourceEndpointAssociationsCommand";
45
+ export * from "./ListResourceGatewaysCommand";
33
46
  export * from "./ListRulesCommand";
47
+ export * from "./ListServiceNetworkResourceAssociationsCommand";
34
48
  export * from "./ListServiceNetworkServiceAssociationsCommand";
35
49
  export * from "./ListServiceNetworkVpcAssociationsCommand";
50
+ export * from "./ListServiceNetworkVpcEndpointAssociationsCommand";
36
51
  export * from "./ListServiceNetworksCommand";
37
52
  export * from "./ListServicesCommand";
38
53
  export * from "./ListTagsForResourceCommand";
@@ -45,6 +60,8 @@ export * from "./TagResourceCommand";
45
60
  export * from "./UntagResourceCommand";
46
61
  export * from "./UpdateAccessLogSubscriptionCommand";
47
62
  export * from "./UpdateListenerCommand";
63
+ export * from "./UpdateResourceConfigurationCommand";
64
+ export * from "./UpdateResourceGatewayCommand";
48
65
  export * from "./UpdateRuleCommand";
49
66
  export * from "./UpdateServiceCommand";
50
67
  export * from "./UpdateServiceNetworkCommand";