@aws-sdk/client-vpc-lattice 3.651.1 → 3.654.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/dist-types/commands/BatchUpdateRuleCommand.d.ts +11 -0
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +11 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +11 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +11 -0
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +11 -0
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +11 -0
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/GetAuthPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetListenerCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetRuleCommand.d.ts +11 -0
- package/dist-types/commands/GetServiceCommand.d.ts +11 -0
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +11 -0
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetTargetGroupCommand.d.ts +11 -0
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListListenersCommand.d.ts +11 -0
- package/dist-types/commands/ListRulesCommand.d.ts +11 -0
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +11 -0
- package/dist-types/commands/ListServicesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetsCommand.d.ts +11 -0
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/RegisterTargetsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -90,4 +90,15 @@ declare const ListTargetsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListTargetsCommand extends ListTargetsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListTargetsRequest;
|
|
97
|
+
output: ListTargetsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListTargetsCommandInput;
|
|
101
|
+
output: ListTargetsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -78,4 +78,15 @@ declare const PutAuthPolicyCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class PutAuthPolicyCommand extends PutAuthPolicyCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: PutAuthPolicyRequest;
|
|
85
|
+
output: PutAuthPolicyResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: PutAuthPolicyCommandInput;
|
|
89
|
+
output: PutAuthPolicyCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -74,4 +74,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: PutResourcePolicyRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: PutResourcePolicyCommandInput;
|
|
85
|
+
output: PutResourcePolicyCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -100,4 +100,15 @@ declare const RegisterTargetsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: RegisterTargetsRequest;
|
|
107
|
+
output: RegisterTargetsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: RegisterTargetsCommandInput;
|
|
111
|
+
output: RegisterTargetsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -74,4 +74,15 @@ declare const TagResourceCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: TagResourceRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: TagResourceCommandInput;
|
|
85
|
+
output: TagResourceCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -71,4 +71,15 @@ declare const UntagResourceCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: UntagResourceRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: UntagResourceCommandInput;
|
|
82
|
+
output: UntagResourceCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateAccessLogSubscriptionCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateAccessLogSubscriptionCommand extends UpdateAccessLogSubscriptionCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateAccessLogSubscriptionRequest;
|
|
89
|
+
output: UpdateAccessLogSubscriptionResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateAccessLogSubscriptionCommandInput;
|
|
93
|
+
output: UpdateAccessLogSubscriptionCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -110,4 +110,15 @@ declare const UpdateListenerCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class UpdateListenerCommand extends UpdateListenerCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: UpdateListenerRequest;
|
|
117
|
+
output: UpdateListenerResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: UpdateListenerCommandInput;
|
|
121
|
+
output: UpdateListenerCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -157,4 +157,15 @@ declare const UpdateRuleCommand_base: {
|
|
|
157
157
|
* @public
|
|
158
158
|
*/
|
|
159
159
|
export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
|
|
160
|
+
/** @internal type navigation helper, not in runtime. */
|
|
161
|
+
protected static __types: {
|
|
162
|
+
api: {
|
|
163
|
+
input: UpdateRuleRequest;
|
|
164
|
+
output: UpdateRuleResponse;
|
|
165
|
+
};
|
|
166
|
+
sdk: {
|
|
167
|
+
input: UpdateRuleCommandInput;
|
|
168
|
+
output: UpdateRuleCommandOutput;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
160
171
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateServiceCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateServiceRequest;
|
|
91
|
+
output: UpdateServiceResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateServiceCommandInput;
|
|
95
|
+
output: UpdateServiceCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateServiceNetworkCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateServiceNetworkCommand extends UpdateServiceNetworkCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateServiceNetworkRequest;
|
|
88
|
+
output: UpdateServiceNetworkResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateServiceNetworkCommandInput;
|
|
92
|
+
output: UpdateServiceNetworkCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -89,4 +89,15 @@ declare const UpdateServiceNetworkVpcAssociationCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpdateServiceNetworkVpcAssociationCommand extends UpdateServiceNetworkVpcAssociationCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpdateServiceNetworkVpcAssociationRequest;
|
|
96
|
+
output: UpdateServiceNetworkVpcAssociationResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpdateServiceNetworkVpcAssociationCommandInput;
|
|
100
|
+
output: UpdateServiceNetworkVpcAssociationCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -117,4 +117,15 @@ declare const UpdateTargetGroupCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class UpdateTargetGroupCommand extends UpdateTargetGroupCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: UpdateTargetGroupRequest;
|
|
124
|
+
output: UpdateTargetGroupResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: UpdateTargetGroupCommandInput;
|
|
128
|
+
output: UpdateTargetGroupCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -36,4 +36,15 @@ declare const BatchUpdateRuleCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchUpdateRuleCommand extends BatchUpdateRuleCommand_base {
|
|
39
|
+
export declare class BatchUpdateRuleCommand extends BatchUpdateRuleCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchUpdateRuleRequest;
|
|
43
|
+
output: BatchUpdateRuleResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchUpdateRuleCommandInput;
|
|
47
|
+
output: BatchUpdateRuleCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAccessLogSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAccessLogSubscriptionCommand extends CreateAccessLogSubscriptionCommand_base {
|
|
40
|
+
export declare class CreateAccessLogSubscriptionCommand extends CreateAccessLogSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAccessLogSubscriptionRequest;
|
|
44
|
+
output: CreateAccessLogSubscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAccessLogSubscriptionCommandInput;
|
|
48
|
+
output: CreateAccessLogSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateListenerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateListenerCommand extends CreateListenerCommand_base {
|
|
39
|
+
export declare class CreateListenerCommand extends CreateListenerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateListenerRequest;
|
|
43
|
+
output: CreateListenerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateListenerCommandInput;
|
|
47
|
+
output: CreateListenerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateRuleCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
36
|
+
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateRuleRequest;
|
|
40
|
+
output: CreateRuleResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateRuleCommandInput;
|
|
44
|
+
output: CreateRuleCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateServiceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
39
|
+
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateServiceRequest;
|
|
43
|
+
output: CreateServiceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateServiceCommandInput;
|
|
47
|
+
output: CreateServiceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateServiceNetworkCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateServiceNetworkCommand extends CreateServiceNetworkCommand_base {
|
|
40
|
+
export declare class CreateServiceNetworkCommand extends CreateServiceNetworkCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateServiceNetworkRequest;
|
|
44
|
+
output: CreateServiceNetworkResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateServiceNetworkCommandInput;
|
|
48
|
+
output: CreateServiceNetworkCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateServiceNetworkServiceAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateServiceNetworkServiceAssociationCommand extends CreateServiceNetworkServiceAssociationCommand_base {
|
|
40
|
+
export declare class CreateServiceNetworkServiceAssociationCommand extends CreateServiceNetworkServiceAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateServiceNetworkServiceAssociationRequest;
|
|
44
|
+
output: CreateServiceNetworkServiceAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateServiceNetworkServiceAssociationCommandInput;
|
|
48
|
+
output: CreateServiceNetworkServiceAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateServiceNetworkVpcAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateServiceNetworkVpcAssociationCommand extends CreateServiceNetworkVpcAssociationCommand_base {
|
|
40
|
+
export declare class CreateServiceNetworkVpcAssociationCommand extends CreateServiceNetworkVpcAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateServiceNetworkVpcAssociationRequest;
|
|
44
|
+
output: CreateServiceNetworkVpcAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateServiceNetworkVpcAssociationCommandInput;
|
|
48
|
+
output: CreateServiceNetworkVpcAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
|
|
40
|
+
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTargetGroupRequest;
|
|
44
|
+
output: CreateTargetGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTargetGroupCommandInput;
|
|
48
|
+
output: CreateTargetGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAccessLogSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAccessLogSubscriptionCommand extends DeleteAccessLogSubscriptionCommand_base {
|
|
40
|
+
export declare class DeleteAccessLogSubscriptionCommand extends DeleteAccessLogSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAccessLogSubscriptionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAccessLogSubscriptionCommandInput;
|
|
48
|
+
output: DeleteAccessLogSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteAuthPolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteAuthPolicyCommand extends DeleteAuthPolicyCommand_base {
|
|
39
|
+
export declare class DeleteAuthPolicyCommand extends DeleteAuthPolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteAuthPolicyRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteAuthPolicyCommandInput;
|
|
47
|
+
output: DeleteAuthPolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteListenerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
39
|
+
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteListenerRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteListenerCommandInput;
|
|
47
|
+
output: DeleteListenerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
40
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteResourcePolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteResourcePolicyCommandInput;
|
|
48
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
36
|
+
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteRuleRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteRuleCommandInput;
|
|
44
|
+
output: DeleteRuleCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteServiceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
39
|
+
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteServiceRequest;
|
|
43
|
+
output: DeleteServiceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteServiceCommandInput;
|
|
47
|
+
output: DeleteServiceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteServiceNetworkCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteServiceNetworkCommand extends DeleteServiceNetworkCommand_base {
|
|
40
|
+
export declare class DeleteServiceNetworkCommand extends DeleteServiceNetworkCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteServiceNetworkRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteServiceNetworkCommandInput;
|
|
48
|
+
output: DeleteServiceNetworkCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteServiceNetworkServiceAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteServiceNetworkServiceAssociationCommand extends DeleteServiceNetworkServiceAssociationCommand_base {
|
|
40
|
+
export declare class DeleteServiceNetworkServiceAssociationCommand extends DeleteServiceNetworkServiceAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteServiceNetworkServiceAssociationRequest;
|
|
44
|
+
output: DeleteServiceNetworkServiceAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteServiceNetworkServiceAssociationCommandInput;
|
|
48
|
+
output: DeleteServiceNetworkServiceAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteServiceNetworkVpcAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteServiceNetworkVpcAssociationCommand extends DeleteServiceNetworkVpcAssociationCommand_base {
|
|
40
|
+
export declare class DeleteServiceNetworkVpcAssociationCommand extends DeleteServiceNetworkVpcAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteServiceNetworkVpcAssociationRequest;
|
|
44
|
+
output: DeleteServiceNetworkVpcAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteServiceNetworkVpcAssociationCommandInput;
|
|
48
|
+
output: DeleteServiceNetworkVpcAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
40
|
+
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteTargetGroupRequest;
|
|
44
|
+
output: DeleteTargetGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteTargetGroupCommandInput;
|
|
48
|
+
output: DeleteTargetGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
40
|
+
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeregisterTargetsRequest;
|
|
44
|
+
output: DeregisterTargetsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeregisterTargetsCommandInput;
|
|
48
|
+
output: DeregisterTargetsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAccessLogSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAccessLogSubscriptionCommand extends GetAccessLogSubscriptionCommand_base {
|
|
40
|
+
export declare class GetAccessLogSubscriptionCommand extends GetAccessLogSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAccessLogSubscriptionRequest;
|
|
44
|
+
output: GetAccessLogSubscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAccessLogSubscriptionCommandInput;
|
|
48
|
+
output: GetAccessLogSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetAuthPolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetAuthPolicyCommand extends GetAuthPolicyCommand_base {
|
|
39
|
+
export declare class GetAuthPolicyCommand extends GetAuthPolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAuthPolicyRequest;
|
|
43
|
+
output: GetAuthPolicyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAuthPolicyCommandInput;
|
|
47
|
+
output: GetAuthPolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetListenerCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetListenerCommand extends GetListenerCommand_base {
|
|
36
|
+
export declare class GetListenerCommand extends GetListenerCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetListenerRequest;
|
|
40
|
+
output: GetListenerResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetListenerCommandInput;
|
|
44
|
+
output: GetListenerCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
40
|
+
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetResourcePolicyRequest;
|
|
44
|
+
output: GetResourcePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetResourcePolicyCommandInput;
|
|
48
|
+
output: GetResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|