@aws-sdk/client-vpc-lattice 3.699.0 → 3.709.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +136 -0
- package/dist-cjs/index.js +1223 -25
- package/dist-es/VPCLattice.js +34 -0
- package/dist-es/commands/CreateResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/CreateResourceGatewayCommand.js +22 -0
- package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceGatewayCommand.js +22 -0
- package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/GetResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/GetResourceGatewayCommand.js +22 -0
- package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/ListResourceConfigurationsCommand.js +22 -0
- package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/ListResourceGatewaysCommand.js +22 -0
- package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +22 -0
- package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/UpdateResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateResourceGatewayCommand.js +22 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/models_0.js +61 -0
- package/dist-es/pagination/ListResourceConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListResourceEndpointAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListResourceGatewaysPaginator.js +4 -0
- package/dist-es/pagination/ListServiceNetworkResourceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +671 -0
- package/dist-types/VPCLattice.d.ts +122 -0
- package/dist-types/VPCLatticeClient.d.ts +19 -2
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +144 -0
- package/dist-types/commands/CreateResourceGatewayCommand.d.ts +117 -0
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -0
- package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +94 -0
- package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +93 -0
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/GetResourceGatewayCommand.d.ts +100 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -0
- package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +109 -0
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +101 -0
- package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/ListResourceGatewaysCommand.d.ts +103 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +112 -0
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -5
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -2
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -0
- package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +129 -0
- package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +101 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +2687 -987
- package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/VPCLattice.d.ts +328 -0
- package/dist-types/ts3.4/VPCLatticeClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +416 -0
- package/dist-types/ts3.4/pagination/ListResourceConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceEndpointAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceGatewaysPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +35 -35
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "../commands/ListResourceConfigurationsCommand";
|
|
3
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListResourceConfigurations: (config: VPCLatticePaginationConfiguration, input: ListResourceConfigurationsCommandInput, ...rest: any[]) => Paginator<ListResourceConfigurationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "../commands/ListResourceEndpointAssociationsCommand";
|
|
3
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListResourceEndpointAssociations: (config: VPCLatticePaginationConfiguration, input: ListResourceEndpointAssociationsCommandInput, ...rest: any[]) => Paginator<ListResourceEndpointAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "../commands/ListResourceGatewaysCommand";
|
|
3
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListResourceGateways: (config: VPCLatticePaginationConfiguration, input: ListResourceGatewaysCommandInput, ...rest: any[]) => Paginator<ListResourceGatewaysCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "../commands/ListServiceNetworkResourceAssociationsCommand";
|
|
3
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListServiceNetworkResourceAssociations: (config: VPCLatticePaginationConfiguration, input: ListServiceNetworkResourceAssociationsCommandInput, ...rest: any[]) => Paginator<ListServiceNetworkResourceAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "../commands/ListServiceNetworkVpcEndpointAssociationsCommand";
|
|
3
|
+
import { VPCLatticePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListServiceNetworkVpcEndpointAssociations: (config: VPCLatticePaginationConfiguration, input: ListServiceNetworkVpcEndpointAssociationsCommandInput, ...rest: any[]) => Paginator<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAccessLogSubscriptionsPaginator";
|
|
3
3
|
export * from "./ListListenersPaginator";
|
|
4
|
+
export * from "./ListResourceConfigurationsPaginator";
|
|
5
|
+
export * from "./ListResourceEndpointAssociationsPaginator";
|
|
6
|
+
export * from "./ListResourceGatewaysPaginator";
|
|
4
7
|
export * from "./ListRulesPaginator";
|
|
8
|
+
export * from "./ListServiceNetworkResourceAssociationsPaginator";
|
|
5
9
|
export * from "./ListServiceNetworkServiceAssociationsPaginator";
|
|
6
10
|
export * from "./ListServiceNetworkVpcAssociationsPaginator";
|
|
11
|
+
export * from "./ListServiceNetworkVpcEndpointAssociationsPaginator";
|
|
7
12
|
export * from "./ListServiceNetworksPaginator";
|
|
8
13
|
export * from "./ListServicesPaginator";
|
|
9
14
|
export * from "./ListTargetGroupsPaginator";
|
|
@@ -3,19 +3,26 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
|
3
3
|
import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "../commands/BatchUpdateRuleCommand";
|
|
4
4
|
import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "../commands/CreateAccessLogSubscriptionCommand";
|
|
5
5
|
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
|
|
6
|
+
import { CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput } from "../commands/CreateResourceConfigurationCommand";
|
|
7
|
+
import { CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput } from "../commands/CreateResourceGatewayCommand";
|
|
6
8
|
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand";
|
|
7
9
|
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
|
|
8
10
|
import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "../commands/CreateServiceNetworkCommand";
|
|
11
|
+
import { CreateServiceNetworkResourceAssociationCommandInput, CreateServiceNetworkResourceAssociationCommandOutput } from "../commands/CreateServiceNetworkResourceAssociationCommand";
|
|
9
12
|
import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "../commands/CreateServiceNetworkServiceAssociationCommand";
|
|
10
13
|
import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "../commands/CreateServiceNetworkVpcAssociationCommand";
|
|
11
14
|
import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "../commands/CreateTargetGroupCommand";
|
|
12
15
|
import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "../commands/DeleteAccessLogSubscriptionCommand";
|
|
13
16
|
import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "../commands/DeleteAuthPolicyCommand";
|
|
14
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";
|
|
15
21
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
16
22
|
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
|
|
17
23
|
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
|
|
18
24
|
import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "../commands/DeleteServiceNetworkCommand";
|
|
25
|
+
import { DeleteServiceNetworkResourceAssociationCommandInput, DeleteServiceNetworkResourceAssociationCommandOutput } from "../commands/DeleteServiceNetworkResourceAssociationCommand";
|
|
19
26
|
import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "../commands/DeleteServiceNetworkServiceAssociationCommand";
|
|
20
27
|
import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "../commands/DeleteServiceNetworkVpcAssociationCommand";
|
|
21
28
|
import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "../commands/DeleteTargetGroupCommand";
|
|
@@ -23,19 +30,27 @@ import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from ".
|
|
|
23
30
|
import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "../commands/GetAccessLogSubscriptionCommand";
|
|
24
31
|
import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "../commands/GetAuthPolicyCommand";
|
|
25
32
|
import { GetListenerCommandInput, GetListenerCommandOutput } from "../commands/GetListenerCommand";
|
|
33
|
+
import { GetResourceConfigurationCommandInput, GetResourceConfigurationCommandOutput } from "../commands/GetResourceConfigurationCommand";
|
|
34
|
+
import { GetResourceGatewayCommandInput, GetResourceGatewayCommandOutput } from "../commands/GetResourceGatewayCommand";
|
|
26
35
|
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
27
36
|
import { GetRuleCommandInput, GetRuleCommandOutput } from "../commands/GetRuleCommand";
|
|
28
37
|
import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
|
|
29
38
|
import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "../commands/GetServiceNetworkCommand";
|
|
39
|
+
import { GetServiceNetworkResourceAssociationCommandInput, GetServiceNetworkResourceAssociationCommandOutput } from "../commands/GetServiceNetworkResourceAssociationCommand";
|
|
30
40
|
import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "../commands/GetServiceNetworkServiceAssociationCommand";
|
|
31
41
|
import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "../commands/GetServiceNetworkVpcAssociationCommand";
|
|
32
42
|
import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "../commands/GetTargetGroupCommand";
|
|
33
43
|
import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "../commands/ListAccessLogSubscriptionsCommand";
|
|
34
44
|
import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
|
|
45
|
+
import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "../commands/ListResourceConfigurationsCommand";
|
|
46
|
+
import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "../commands/ListResourceEndpointAssociationsCommand";
|
|
47
|
+
import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "../commands/ListResourceGatewaysCommand";
|
|
35
48
|
import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
|
|
49
|
+
import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "../commands/ListServiceNetworkResourceAssociationsCommand";
|
|
36
50
|
import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "../commands/ListServiceNetworksCommand";
|
|
37
51
|
import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "../commands/ListServiceNetworkServiceAssociationsCommand";
|
|
38
52
|
import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "../commands/ListServiceNetworkVpcAssociationsCommand";
|
|
53
|
+
import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "../commands/ListServiceNetworkVpcEndpointAssociationsCommand";
|
|
39
54
|
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
40
55
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
41
56
|
import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "../commands/ListTargetGroupsCommand";
|
|
@@ -47,6 +62,8 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
47
62
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
48
63
|
import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "../commands/UpdateAccessLogSubscriptionCommand";
|
|
49
64
|
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
|
|
65
|
+
import { UpdateResourceConfigurationCommandInput, UpdateResourceConfigurationCommandOutput } from "../commands/UpdateResourceConfigurationCommand";
|
|
66
|
+
import { UpdateResourceGatewayCommandInput, UpdateResourceGatewayCommandOutput } from "../commands/UpdateResourceGatewayCommand";
|
|
50
67
|
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "../commands/UpdateRuleCommand";
|
|
51
68
|
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
|
|
52
69
|
import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "../commands/UpdateServiceNetworkCommand";
|
|
@@ -64,6 +81,14 @@ export declare const se_CreateAccessLogSubscriptionCommand: (input: CreateAccess
|
|
|
64
81
|
* serializeAws_restJson1CreateListenerCommand
|
|
65
82
|
*/
|
|
66
83
|
export declare const se_CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_restJson1CreateResourceConfigurationCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_CreateResourceConfigurationCommand: (input: CreateResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_restJson1CreateResourceGatewayCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_CreateResourceGatewayCommand: (input: CreateResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
92
|
/**
|
|
68
93
|
* serializeAws_restJson1CreateRuleCommand
|
|
69
94
|
*/
|
|
@@ -76,6 +101,10 @@ export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput,
|
|
|
76
101
|
* serializeAws_restJson1CreateServiceNetworkCommand
|
|
77
102
|
*/
|
|
78
103
|
export declare const se_CreateServiceNetworkCommand: (input: CreateServiceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_restJson1CreateServiceNetworkResourceAssociationCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_CreateServiceNetworkResourceAssociationCommand: (input: CreateServiceNetworkResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
108
|
/**
|
|
80
109
|
* serializeAws_restJson1CreateServiceNetworkServiceAssociationCommand
|
|
81
110
|
*/
|
|
@@ -100,6 +129,18 @@ export declare const se_DeleteAuthPolicyCommand: (input: DeleteAuthPolicyCommand
|
|
|
100
129
|
* serializeAws_restJson1DeleteListenerCommand
|
|
101
130
|
*/
|
|
102
131
|
export declare const se_DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
/**
|
|
133
|
+
* serializeAws_restJson1DeleteResourceConfigurationCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const se_DeleteResourceConfigurationCommand: (input: DeleteResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
/**
|
|
137
|
+
* serializeAws_restJson1DeleteResourceEndpointAssociationCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const se_DeleteResourceEndpointAssociationCommand: (input: DeleteResourceEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
/**
|
|
141
|
+
* serializeAws_restJson1DeleteResourceGatewayCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const se_DeleteResourceGatewayCommand: (input: DeleteResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
144
|
/**
|
|
104
145
|
* serializeAws_restJson1DeleteResourcePolicyCommand
|
|
105
146
|
*/
|
|
@@ -116,6 +157,10 @@ export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput,
|
|
|
116
157
|
* serializeAws_restJson1DeleteServiceNetworkCommand
|
|
117
158
|
*/
|
|
118
159
|
export declare const se_DeleteServiceNetworkCommand: (input: DeleteServiceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
/**
|
|
161
|
+
* serializeAws_restJson1DeleteServiceNetworkResourceAssociationCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const se_DeleteServiceNetworkResourceAssociationCommand: (input: DeleteServiceNetworkResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
164
|
/**
|
|
120
165
|
* serializeAws_restJson1DeleteServiceNetworkServiceAssociationCommand
|
|
121
166
|
*/
|
|
@@ -144,6 +189,14 @@ export declare const se_GetAuthPolicyCommand: (input: GetAuthPolicyCommandInput,
|
|
|
144
189
|
* serializeAws_restJson1GetListenerCommand
|
|
145
190
|
*/
|
|
146
191
|
export declare const se_GetListenerCommand: (input: GetListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
+
/**
|
|
193
|
+
* serializeAws_restJson1GetResourceConfigurationCommand
|
|
194
|
+
*/
|
|
195
|
+
export declare const se_GetResourceConfigurationCommand: (input: GetResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
+
/**
|
|
197
|
+
* serializeAws_restJson1GetResourceGatewayCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const se_GetResourceGatewayCommand: (input: GetResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
200
|
/**
|
|
148
201
|
* serializeAws_restJson1GetResourcePolicyCommand
|
|
149
202
|
*/
|
|
@@ -160,6 +213,10 @@ export declare const se_GetServiceCommand: (input: GetServiceCommandInput, conte
|
|
|
160
213
|
* serializeAws_restJson1GetServiceNetworkCommand
|
|
161
214
|
*/
|
|
162
215
|
export declare const se_GetServiceNetworkCommand: (input: GetServiceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
+
/**
|
|
217
|
+
* serializeAws_restJson1GetServiceNetworkResourceAssociationCommand
|
|
218
|
+
*/
|
|
219
|
+
export declare const se_GetServiceNetworkResourceAssociationCommand: (input: GetServiceNetworkResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
220
|
/**
|
|
164
221
|
* serializeAws_restJson1GetServiceNetworkServiceAssociationCommand
|
|
165
222
|
*/
|
|
@@ -180,10 +237,26 @@ export declare const se_ListAccessLogSubscriptionsCommand: (input: ListAccessLog
|
|
|
180
237
|
* serializeAws_restJson1ListListenersCommand
|
|
181
238
|
*/
|
|
182
239
|
export declare const se_ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
+
/**
|
|
241
|
+
* serializeAws_restJson1ListResourceConfigurationsCommand
|
|
242
|
+
*/
|
|
243
|
+
export declare const se_ListResourceConfigurationsCommand: (input: ListResourceConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
+
/**
|
|
245
|
+
* serializeAws_restJson1ListResourceEndpointAssociationsCommand
|
|
246
|
+
*/
|
|
247
|
+
export declare const se_ListResourceEndpointAssociationsCommand: (input: ListResourceEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
248
|
+
/**
|
|
249
|
+
* serializeAws_restJson1ListResourceGatewaysCommand
|
|
250
|
+
*/
|
|
251
|
+
export declare const se_ListResourceGatewaysCommand: (input: ListResourceGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
252
|
/**
|
|
184
253
|
* serializeAws_restJson1ListRulesCommand
|
|
185
254
|
*/
|
|
186
255
|
export declare const se_ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
+
/**
|
|
257
|
+
* serializeAws_restJson1ListServiceNetworkResourceAssociationsCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const se_ListServiceNetworkResourceAssociationsCommand: (input: ListServiceNetworkResourceAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
260
|
/**
|
|
188
261
|
* serializeAws_restJson1ListServiceNetworksCommand
|
|
189
262
|
*/
|
|
@@ -196,6 +269,10 @@ export declare const se_ListServiceNetworkServiceAssociationsCommand: (input: Li
|
|
|
196
269
|
* serializeAws_restJson1ListServiceNetworkVpcAssociationsCommand
|
|
197
270
|
*/
|
|
198
271
|
export declare const se_ListServiceNetworkVpcAssociationsCommand: (input: ListServiceNetworkVpcAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
+
/**
|
|
273
|
+
* serializeAws_restJson1ListServiceNetworkVpcEndpointAssociationsCommand
|
|
274
|
+
*/
|
|
275
|
+
export declare const se_ListServiceNetworkVpcEndpointAssociationsCommand: (input: ListServiceNetworkVpcEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
276
|
/**
|
|
200
277
|
* serializeAws_restJson1ListServicesCommand
|
|
201
278
|
*/
|
|
@@ -240,6 +317,14 @@ export declare const se_UpdateAccessLogSubscriptionCommand: (input: UpdateAccess
|
|
|
240
317
|
* serializeAws_restJson1UpdateListenerCommand
|
|
241
318
|
*/
|
|
242
319
|
export declare const se_UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
|
+
/**
|
|
321
|
+
* serializeAws_restJson1UpdateResourceConfigurationCommand
|
|
322
|
+
*/
|
|
323
|
+
export declare const se_UpdateResourceConfigurationCommand: (input: UpdateResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
+
/**
|
|
325
|
+
* serializeAws_restJson1UpdateResourceGatewayCommand
|
|
326
|
+
*/
|
|
327
|
+
export declare const se_UpdateResourceGatewayCommand: (input: UpdateResourceGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
328
|
/**
|
|
244
329
|
* serializeAws_restJson1UpdateRuleCommand
|
|
245
330
|
*/
|
|
@@ -272,6 +357,14 @@ export declare const de_CreateAccessLogSubscriptionCommand: (output: __HttpRespo
|
|
|
272
357
|
* deserializeAws_restJson1CreateListenerCommand
|
|
273
358
|
*/
|
|
274
359
|
export declare const de_CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
|
|
360
|
+
/**
|
|
361
|
+
* deserializeAws_restJson1CreateResourceConfigurationCommand
|
|
362
|
+
*/
|
|
363
|
+
export declare const de_CreateResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceConfigurationCommandOutput>;
|
|
364
|
+
/**
|
|
365
|
+
* deserializeAws_restJson1CreateResourceGatewayCommand
|
|
366
|
+
*/
|
|
367
|
+
export declare const de_CreateResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceGatewayCommandOutput>;
|
|
275
368
|
/**
|
|
276
369
|
* deserializeAws_restJson1CreateRuleCommand
|
|
277
370
|
*/
|
|
@@ -284,6 +377,10 @@ export declare const de_CreateServiceCommand: (output: __HttpResponse, context:
|
|
|
284
377
|
* deserializeAws_restJson1CreateServiceNetworkCommand
|
|
285
378
|
*/
|
|
286
379
|
export declare const de_CreateServiceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceNetworkCommandOutput>;
|
|
380
|
+
/**
|
|
381
|
+
* deserializeAws_restJson1CreateServiceNetworkResourceAssociationCommand
|
|
382
|
+
*/
|
|
383
|
+
export declare const de_CreateServiceNetworkResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceNetworkResourceAssociationCommandOutput>;
|
|
287
384
|
/**
|
|
288
385
|
* deserializeAws_restJson1CreateServiceNetworkServiceAssociationCommand
|
|
289
386
|
*/
|
|
@@ -308,6 +405,18 @@ export declare const de_DeleteAuthPolicyCommand: (output: __HttpResponse, contex
|
|
|
308
405
|
* deserializeAws_restJson1DeleteListenerCommand
|
|
309
406
|
*/
|
|
310
407
|
export declare const de_DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
|
|
408
|
+
/**
|
|
409
|
+
* deserializeAws_restJson1DeleteResourceConfigurationCommand
|
|
410
|
+
*/
|
|
411
|
+
export declare const de_DeleteResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceConfigurationCommandOutput>;
|
|
412
|
+
/**
|
|
413
|
+
* deserializeAws_restJson1DeleteResourceEndpointAssociationCommand
|
|
414
|
+
*/
|
|
415
|
+
export declare const de_DeleteResourceEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceEndpointAssociationCommandOutput>;
|
|
416
|
+
/**
|
|
417
|
+
* deserializeAws_restJson1DeleteResourceGatewayCommand
|
|
418
|
+
*/
|
|
419
|
+
export declare const de_DeleteResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceGatewayCommandOutput>;
|
|
311
420
|
/**
|
|
312
421
|
* deserializeAws_restJson1DeleteResourcePolicyCommand
|
|
313
422
|
*/
|
|
@@ -324,6 +433,10 @@ export declare const de_DeleteServiceCommand: (output: __HttpResponse, context:
|
|
|
324
433
|
* deserializeAws_restJson1DeleteServiceNetworkCommand
|
|
325
434
|
*/
|
|
326
435
|
export declare const de_DeleteServiceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceNetworkCommandOutput>;
|
|
436
|
+
/**
|
|
437
|
+
* deserializeAws_restJson1DeleteServiceNetworkResourceAssociationCommand
|
|
438
|
+
*/
|
|
439
|
+
export declare const de_DeleteServiceNetworkResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceNetworkResourceAssociationCommandOutput>;
|
|
327
440
|
/**
|
|
328
441
|
* deserializeAws_restJson1DeleteServiceNetworkServiceAssociationCommand
|
|
329
442
|
*/
|
|
@@ -352,6 +465,14 @@ export declare const de_GetAuthPolicyCommand: (output: __HttpResponse, context:
|
|
|
352
465
|
* deserializeAws_restJson1GetListenerCommand
|
|
353
466
|
*/
|
|
354
467
|
export declare const de_GetListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetListenerCommandOutput>;
|
|
468
|
+
/**
|
|
469
|
+
* deserializeAws_restJson1GetResourceConfigurationCommand
|
|
470
|
+
*/
|
|
471
|
+
export declare const de_GetResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceConfigurationCommandOutput>;
|
|
472
|
+
/**
|
|
473
|
+
* deserializeAws_restJson1GetResourceGatewayCommand
|
|
474
|
+
*/
|
|
475
|
+
export declare const de_GetResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceGatewayCommandOutput>;
|
|
355
476
|
/**
|
|
356
477
|
* deserializeAws_restJson1GetResourcePolicyCommand
|
|
357
478
|
*/
|
|
@@ -368,6 +489,10 @@ export declare const de_GetServiceCommand: (output: __HttpResponse, context: __S
|
|
|
368
489
|
* deserializeAws_restJson1GetServiceNetworkCommand
|
|
369
490
|
*/
|
|
370
491
|
export declare const de_GetServiceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceNetworkCommandOutput>;
|
|
492
|
+
/**
|
|
493
|
+
* deserializeAws_restJson1GetServiceNetworkResourceAssociationCommand
|
|
494
|
+
*/
|
|
495
|
+
export declare const de_GetServiceNetworkResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceNetworkResourceAssociationCommandOutput>;
|
|
371
496
|
/**
|
|
372
497
|
* deserializeAws_restJson1GetServiceNetworkServiceAssociationCommand
|
|
373
498
|
*/
|
|
@@ -388,10 +513,26 @@ export declare const de_ListAccessLogSubscriptionsCommand: (output: __HttpRespon
|
|
|
388
513
|
* deserializeAws_restJson1ListListenersCommand
|
|
389
514
|
*/
|
|
390
515
|
export declare const de_ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
|
|
516
|
+
/**
|
|
517
|
+
* deserializeAws_restJson1ListResourceConfigurationsCommand
|
|
518
|
+
*/
|
|
519
|
+
export declare const de_ListResourceConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceConfigurationsCommandOutput>;
|
|
520
|
+
/**
|
|
521
|
+
* deserializeAws_restJson1ListResourceEndpointAssociationsCommand
|
|
522
|
+
*/
|
|
523
|
+
export declare const de_ListResourceEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceEndpointAssociationsCommandOutput>;
|
|
524
|
+
/**
|
|
525
|
+
* deserializeAws_restJson1ListResourceGatewaysCommand
|
|
526
|
+
*/
|
|
527
|
+
export declare const de_ListResourceGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceGatewaysCommandOutput>;
|
|
391
528
|
/**
|
|
392
529
|
* deserializeAws_restJson1ListRulesCommand
|
|
393
530
|
*/
|
|
394
531
|
export declare const de_ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
|
|
532
|
+
/**
|
|
533
|
+
* deserializeAws_restJson1ListServiceNetworkResourceAssociationsCommand
|
|
534
|
+
*/
|
|
535
|
+
export declare const de_ListServiceNetworkResourceAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
|
|
395
536
|
/**
|
|
396
537
|
* deserializeAws_restJson1ListServiceNetworksCommand
|
|
397
538
|
*/
|
|
@@ -404,6 +545,10 @@ export declare const de_ListServiceNetworkServiceAssociationsCommand: (output: _
|
|
|
404
545
|
* deserializeAws_restJson1ListServiceNetworkVpcAssociationsCommand
|
|
405
546
|
*/
|
|
406
547
|
export declare const de_ListServiceNetworkVpcAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworkVpcAssociationsCommandOutput>;
|
|
548
|
+
/**
|
|
549
|
+
* deserializeAws_restJson1ListServiceNetworkVpcEndpointAssociationsCommand
|
|
550
|
+
*/
|
|
551
|
+
export declare const de_ListServiceNetworkVpcEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
|
|
407
552
|
/**
|
|
408
553
|
* deserializeAws_restJson1ListServicesCommand
|
|
409
554
|
*/
|
|
@@ -448,6 +593,14 @@ export declare const de_UpdateAccessLogSubscriptionCommand: (output: __HttpRespo
|
|
|
448
593
|
* deserializeAws_restJson1UpdateListenerCommand
|
|
449
594
|
*/
|
|
450
595
|
export declare const de_UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
|
|
596
|
+
/**
|
|
597
|
+
* deserializeAws_restJson1UpdateResourceConfigurationCommand
|
|
598
|
+
*/
|
|
599
|
+
export declare const de_UpdateResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceConfigurationCommandOutput>;
|
|
600
|
+
/**
|
|
601
|
+
* deserializeAws_restJson1UpdateResourceGatewayCommand
|
|
602
|
+
*/
|
|
603
|
+
export declare const de_UpdateResourceGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceGatewayCommandOutput>;
|
|
451
604
|
/**
|
|
452
605
|
* deserializeAws_restJson1UpdateRuleCommand
|
|
453
606
|
*/
|