@aws-sdk/client-vpc-lattice 3.650.0 → 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
|
@@ -178,4 +178,15 @@ declare const BatchUpdateRuleCommand_base: {
|
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
180
|
export declare class BatchUpdateRuleCommand extends BatchUpdateRuleCommand_base {
|
|
181
|
+
/** @internal type navigation helper, not in runtime. */
|
|
182
|
+
protected static __types: {
|
|
183
|
+
api: {
|
|
184
|
+
input: BatchUpdateRuleRequest;
|
|
185
|
+
output: BatchUpdateRuleResponse;
|
|
186
|
+
};
|
|
187
|
+
sdk: {
|
|
188
|
+
input: BatchUpdateRuleCommandInput;
|
|
189
|
+
output: BatchUpdateRuleCommandOutput;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
181
192
|
}
|
|
@@ -91,4 +91,15 @@ declare const CreateAccessLogSubscriptionCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class CreateAccessLogSubscriptionCommand extends CreateAccessLogSubscriptionCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreateAccessLogSubscriptionRequest;
|
|
98
|
+
output: CreateAccessLogSubscriptionResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreateAccessLogSubscriptionCommandInput;
|
|
102
|
+
output: CreateAccessLogSubscriptionCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -122,4 +122,15 @@ declare const CreateListenerCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class CreateListenerCommand extends CreateListenerCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: CreateListenerRequest;
|
|
129
|
+
output: CreateListenerResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: CreateListenerCommandInput;
|
|
133
|
+
output: CreateListenerCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -165,4 +165,15 @@ declare const CreateRuleCommand_base: {
|
|
|
165
165
|
* @public
|
|
166
166
|
*/
|
|
167
167
|
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
168
|
+
/** @internal type navigation helper, not in runtime. */
|
|
169
|
+
protected static __types: {
|
|
170
|
+
api: {
|
|
171
|
+
input: CreateRuleRequest;
|
|
172
|
+
output: CreateRuleResponse;
|
|
173
|
+
};
|
|
174
|
+
sdk: {
|
|
175
|
+
input: CreateRuleCommandInput;
|
|
176
|
+
output: CreateRuleCommandOutput;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
168
179
|
}
|
|
@@ -100,4 +100,15 @@ declare const CreateServiceCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateServiceRequest;
|
|
107
|
+
output: CreateServiceResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateServiceCommandInput;
|
|
111
|
+
output: CreateServiceCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -91,4 +91,15 @@ declare const CreateServiceNetworkCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class CreateServiceNetworkCommand extends CreateServiceNetworkCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreateServiceNetworkRequest;
|
|
98
|
+
output: CreateServiceNetworkResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreateServiceNetworkCommandInput;
|
|
102
|
+
output: CreateServiceNetworkCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -100,4 +100,15 @@ declare const CreateServiceNetworkServiceAssociationCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class CreateServiceNetworkServiceAssociationCommand extends CreateServiceNetworkServiceAssociationCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateServiceNetworkServiceAssociationRequest;
|
|
107
|
+
output: CreateServiceNetworkServiceAssociationResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateServiceNetworkServiceAssociationCommandInput;
|
|
111
|
+
output: CreateServiceNetworkServiceAssociationCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -104,4 +104,15 @@ declare const CreateServiceNetworkVpcAssociationCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class CreateServiceNetworkVpcAssociationCommand extends CreateServiceNetworkVpcAssociationCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: CreateServiceNetworkVpcAssociationRequest;
|
|
111
|
+
output: CreateServiceNetworkVpcAssociationResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: CreateServiceNetworkVpcAssociationCommandInput;
|
|
115
|
+
output: CreateServiceNetworkVpcAssociationCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -136,4 +136,15 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class CreateTargetGroupCommand extends CreateTargetGroupCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: CreateTargetGroupRequest;
|
|
143
|
+
output: CreateTargetGroupResponse;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: CreateTargetGroupCommandInput;
|
|
147
|
+
output: CreateTargetGroupCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteAccessLogSubscriptionCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteAccessLogSubscriptionCommand extends DeleteAccessLogSubscriptionCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteAccessLogSubscriptionRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteAccessLogSubscriptionCommandInput;
|
|
82
|
+
output: DeleteAccessLogSubscriptionCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteAuthPolicyCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteAuthPolicyCommand extends DeleteAuthPolicyCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteAuthPolicyRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteAuthPolicyCommandInput;
|
|
85
|
+
output: DeleteAuthPolicyCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteListenerCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteListenerRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteListenerCommandInput;
|
|
87
|
+
output: DeleteListenerCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteResourcePolicyRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteResourcePolicyCommandInput;
|
|
82
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteRuleRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteRuleCommandInput;
|
|
93
|
+
output: DeleteRuleCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteServiceCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteServiceRequest;
|
|
91
|
+
output: DeleteServiceResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteServiceCommandInput;
|
|
95
|
+
output: DeleteServiceCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteServiceNetworkCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteServiceNetworkCommand extends DeleteServiceNetworkCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteServiceNetworkRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteServiceNetworkCommandInput;
|
|
90
|
+
output: DeleteServiceNetworkCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteServiceNetworkServiceAssociationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteServiceNetworkServiceAssociationCommand extends DeleteServiceNetworkServiceAssociationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteServiceNetworkServiceAssociationRequest;
|
|
87
|
+
output: DeleteServiceNetworkServiceAssociationResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteServiceNetworkServiceAssociationCommandInput;
|
|
91
|
+
output: DeleteServiceNetworkServiceAssociationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteServiceNetworkVpcAssociationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteServiceNetworkVpcAssociationCommand extends DeleteServiceNetworkVpcAssociationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteServiceNetworkVpcAssociationRequest;
|
|
87
|
+
output: DeleteServiceNetworkVpcAssociationResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteServiceNetworkVpcAssociationCommandInput;
|
|
91
|
+
output: DeleteServiceNetworkVpcAssociationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -77,4 +77,15 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeleteTargetGroupCommand extends DeleteTargetGroupCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteTargetGroupRequest;
|
|
84
|
+
output: DeleteTargetGroupResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteTargetGroupCommandInput;
|
|
88
|
+
output: DeleteTargetGroupCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -96,4 +96,15 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DeregisterTargetsCommand extends DeregisterTargetsCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DeregisterTargetsRequest;
|
|
103
|
+
output: DeregisterTargetsResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DeregisterTargetsCommandInput;
|
|
107
|
+
output: DeregisterTargetsCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetAccessLogSubscriptionCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetAccessLogSubscriptionCommand extends GetAccessLogSubscriptionCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetAccessLogSubscriptionRequest;
|
|
86
|
+
output: GetAccessLogSubscriptionResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetAccessLogSubscriptionCommandInput;
|
|
90
|
+
output: GetAccessLogSubscriptionCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetAuthPolicyCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetAuthPolicyCommand extends GetAuthPolicyCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetAuthPolicyRequest;
|
|
84
|
+
output: GetAuthPolicyResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetAuthPolicyCommandInput;
|
|
88
|
+
output: GetAuthPolicyCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -95,4 +95,15 @@ declare const GetListenerCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class GetListenerCommand extends GetListenerCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: GetListenerRequest;
|
|
102
|
+
output: GetListenerResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: GetListenerCommandInput;
|
|
106
|
+
output: GetListenerCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: GetResourcePolicyRequest;
|
|
81
|
+
output: GetResourcePolicyResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetResourcePolicyCommandInput;
|
|
85
|
+
output: GetResourcePolicyCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -119,4 +119,15 @@ declare const GetRuleCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class GetRuleCommand extends GetRuleCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: GetRuleRequest;
|
|
126
|
+
output: GetRuleResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: GetRuleCommandInput;
|
|
130
|
+
output: GetRuleCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetServiceCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetServiceCommand extends GetServiceCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetServiceRequest;
|
|
94
|
+
output: GetServiceResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetServiceCommandInput;
|
|
98
|
+
output: GetServiceCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetServiceNetworkCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetServiceNetworkCommand extends GetServiceNetworkCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetServiceNetworkRequest;
|
|
87
|
+
output: GetServiceNetworkResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetServiceNetworkCommandInput;
|
|
91
|
+
output: GetServiceNetworkCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -91,4 +91,15 @@ declare const GetServiceNetworkServiceAssociationCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class GetServiceNetworkServiceAssociationCommand extends GetServiceNetworkServiceAssociationCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: GetServiceNetworkServiceAssociationRequest;
|
|
98
|
+
output: GetServiceNetworkServiceAssociationResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: GetServiceNetworkServiceAssociationCommandInput;
|
|
102
|
+
output: GetServiceNetworkServiceAssociationCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetServiceNetworkVpcAssociationCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetServiceNetworkVpcAssociationCommand extends GetServiceNetworkVpcAssociationCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetServiceNetworkVpcAssociationRequest;
|
|
94
|
+
output: GetServiceNetworkVpcAssociationResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetServiceNetworkVpcAssociationCommandInput;
|
|
98
|
+
output: GetServiceNetworkVpcAssociationCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -106,4 +106,15 @@ declare const GetTargetGroupCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class GetTargetGroupCommand extends GetTargetGroupCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: GetTargetGroupRequest;
|
|
113
|
+
output: GetTargetGroupResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: GetTargetGroupCommandInput;
|
|
117
|
+
output: GetTargetGroupCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListAccessLogSubscriptionsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListAccessLogSubscriptionsCommand extends ListAccessLogSubscriptionsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListAccessLogSubscriptionsRequest;
|
|
90
|
+
output: ListAccessLogSubscriptionsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListAccessLogSubscriptionsCommandInput;
|
|
94
|
+
output: ListAccessLogSubscriptionsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListListenersCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListListenersCommand extends ListListenersCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListListenersRequest;
|
|
93
|
+
output: ListListenersResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListListenersCommandInput;
|
|
97
|
+
output: ListListenersCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListRulesCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListRulesRequest;
|
|
94
|
+
output: ListRulesResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListRulesCommandInput;
|
|
98
|
+
output: ListRulesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListServiceNetworkServiceAssociationsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListServiceNetworkServiceAssociationsCommand extends ListServiceNetworkServiceAssociationsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListServiceNetworkServiceAssociationsRequest;
|
|
107
|
+
output: ListServiceNetworkServiceAssociationsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListServiceNetworkServiceAssociationsCommandInput;
|
|
111
|
+
output: ListServiceNetworkServiceAssociationsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListServiceNetworkVpcAssociationsCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListServiceNetworkVpcAssociationsCommand extends ListServiceNetworkVpcAssociationsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListServiceNetworkVpcAssociationsRequest;
|
|
96
|
+
output: ListServiceNetworkVpcAssociationsResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListServiceNetworkVpcAssociationsCommandInput;
|
|
100
|
+
output: ListServiceNetworkVpcAssociationsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListServiceNetworksCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListServiceNetworksCommand extends ListServiceNetworksCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListServiceNetworksRequest;
|
|
90
|
+
output: ListServiceNetworksResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListServiceNetworksCommandInput;
|
|
94
|
+
output: ListServiceNetworksCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListServicesCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListServicesRequest;
|
|
93
|
+
output: ListServicesResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListServicesCommandInput;
|
|
97
|
+
output: ListServicesCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListTagsForResourceRequest;
|
|
79
|
+
output: ListTagsForResourceResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListTagsForResourceCommandInput;
|
|
83
|
+
output: ListTagsForResourceCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListTargetGroupsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListTargetGroupsCommand extends ListTargetGroupsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListTargetGroupsRequest;
|
|
100
|
+
output: ListTargetGroupsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListTargetGroupsCommandInput;
|
|
104
|
+
output: ListTargetGroupsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|