@aws-sdk/client-apprunner 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/AssociateCustomDomainCommand.d.ts +11 -0
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +11 -0
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +11 -0
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +11 -0
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +11 -0
- package/dist-types/commands/ListServicesCommand.d.ts +11 -0
- package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +11 -0
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/PauseServiceCommand.d.ts +11 -0
- package/dist-types/commands/ResumeServiceCommand.d.ts +11 -0
- package/dist-types/commands/StartDeploymentCommand.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/UpdateDefaultAutoScalingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDeploymentCommand.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/UpdateDefaultAutoScalingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -93,4 +93,15 @@ declare const AssociateCustomDomainCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class AssociateCustomDomainCommand extends AssociateCustomDomainCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: AssociateCustomDomainRequest;
|
|
100
|
+
output: AssociateCustomDomainResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: AssociateCustomDomainCommandInput;
|
|
104
|
+
output: AssociateCustomDomainCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -98,4 +98,15 @@ declare const CreateAutoScalingConfigurationCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class CreateAutoScalingConfigurationCommand extends CreateAutoScalingConfigurationCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: CreateAutoScalingConfigurationRequest;
|
|
105
|
+
output: CreateAutoScalingConfigurationResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: CreateAutoScalingConfigurationCommandInput;
|
|
109
|
+
output: CreateAutoScalingConfigurationCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateConnectionCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateConnectionRequest;
|
|
92
|
+
output: CreateConnectionResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateConnectionCommandInput;
|
|
96
|
+
output: CreateConnectionCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -96,4 +96,15 @@ declare const CreateObservabilityConfigurationCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class CreateObservabilityConfigurationCommand extends CreateObservabilityConfigurationCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: CreateObservabilityConfigurationRequest;
|
|
103
|
+
output: CreateObservabilityConfigurationResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: CreateObservabilityConfigurationCommandInput;
|
|
107
|
+
output: CreateObservabilityConfigurationCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -243,4 +243,15 @@ declare const CreateServiceCommand_base: {
|
|
|
243
243
|
* @public
|
|
244
244
|
*/
|
|
245
245
|
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
246
|
+
/** @internal type navigation helper, not in runtime. */
|
|
247
|
+
protected static __types: {
|
|
248
|
+
api: {
|
|
249
|
+
input: CreateServiceRequest;
|
|
250
|
+
output: CreateServiceResponse;
|
|
251
|
+
};
|
|
252
|
+
sdk: {
|
|
253
|
+
input: CreateServiceCommandInput;
|
|
254
|
+
output: CreateServiceCommandOutput;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
246
257
|
}
|
|
@@ -94,4 +94,15 @@ declare const CreateVpcConnectorCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class CreateVpcConnectorCommand extends CreateVpcConnectorCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: CreateVpcConnectorRequest;
|
|
101
|
+
output: CreateVpcConnectorResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: CreateVpcConnectorCommandInput;
|
|
105
|
+
output: CreateVpcConnectorCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -95,4 +95,15 @@ declare const CreateVpcIngressConnectionCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class CreateVpcIngressConnectionCommand extends CreateVpcIngressConnectionCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateVpcIngressConnectionRequest;
|
|
102
|
+
output: CreateVpcIngressConnectionResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateVpcIngressConnectionCommandInput;
|
|
106
|
+
output: CreateVpcIngressConnectionCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteAutoScalingConfigurationCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteAutoScalingConfigurationCommand extends DeleteAutoScalingConfigurationCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteAutoScalingConfigurationRequest;
|
|
89
|
+
output: DeleteAutoScalingConfigurationResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteAutoScalingConfigurationCommandInput;
|
|
93
|
+
output: DeleteAutoScalingConfigurationCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteConnectionCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteConnectionRequest;
|
|
80
|
+
output: DeleteConnectionResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteConnectionCommandInput;
|
|
84
|
+
output: DeleteConnectionCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteObservabilityConfigurationCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteObservabilityConfigurationCommand extends DeleteObservabilityConfigurationCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteObservabilityConfigurationRequest;
|
|
85
|
+
output: DeleteObservabilityConfigurationResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteObservabilityConfigurationCommandInput;
|
|
89
|
+
output: DeleteObservabilityConfigurationCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -168,4 +168,15 @@ declare const DeleteServiceCommand_base: {
|
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
170
|
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
171
|
+
/** @internal type navigation helper, not in runtime. */
|
|
172
|
+
protected static __types: {
|
|
173
|
+
api: {
|
|
174
|
+
input: DeleteServiceRequest;
|
|
175
|
+
output: DeleteServiceResponse;
|
|
176
|
+
};
|
|
177
|
+
sdk: {
|
|
178
|
+
input: DeleteServiceCommandInput;
|
|
179
|
+
output: DeleteServiceCommandOutput;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
171
182
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteVpcConnectorCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteVpcConnectorCommand extends DeleteVpcConnectorCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteVpcConnectorRequest;
|
|
87
|
+
output: DeleteVpcConnectorResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteVpcConnectorCommandInput;
|
|
91
|
+
output: DeleteVpcConnectorCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -105,4 +105,15 @@ declare const DeleteVpcIngressConnectionCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class DeleteVpcIngressConnectionCommand extends DeleteVpcIngressConnectionCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: DeleteVpcIngressConnectionRequest;
|
|
112
|
+
output: DeleteVpcIngressConnectionResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: DeleteVpcIngressConnectionCommandInput;
|
|
116
|
+
output: DeleteVpcIngressConnectionCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -79,4 +79,15 @@ declare const DescribeAutoScalingConfigurationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DescribeAutoScalingConfigurationCommand extends DescribeAutoScalingConfigurationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DescribeAutoScalingConfigurationRequest;
|
|
86
|
+
output: DescribeAutoScalingConfigurationResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DescribeAutoScalingConfigurationCommandInput;
|
|
90
|
+
output: DescribeAutoScalingConfigurationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -92,4 +92,15 @@ declare const DescribeCustomDomainsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class DescribeCustomDomainsCommand extends DescribeCustomDomainsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: DescribeCustomDomainsRequest;
|
|
99
|
+
output: DescribeCustomDomainsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: DescribeCustomDomainsCommandInput;
|
|
103
|
+
output: DescribeCustomDomainsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -77,4 +77,15 @@ declare const DescribeObservabilityConfigurationCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DescribeObservabilityConfigurationCommand extends DescribeObservabilityConfigurationCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DescribeObservabilityConfigurationRequest;
|
|
84
|
+
output: DescribeObservabilityConfigurationResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DescribeObservabilityConfigurationCommandInput;
|
|
88
|
+
output: DescribeObservabilityConfigurationCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -158,4 +158,15 @@ declare const DescribeServiceCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class DescribeServiceCommand extends DescribeServiceCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: DescribeServiceRequest;
|
|
165
|
+
output: DescribeServiceResponse;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: DescribeServiceCommandInput;
|
|
169
|
+
output: DescribeServiceCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -79,4 +79,15 @@ declare const DescribeVpcConnectorCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DescribeVpcConnectorCommand extends DescribeVpcConnectorCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DescribeVpcConnectorRequest;
|
|
86
|
+
output: DescribeVpcConnectorResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DescribeVpcConnectorCommandInput;
|
|
90
|
+
output: DescribeVpcConnectorCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -79,4 +79,15 @@ declare const DescribeVpcIngressConnectionCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DescribeVpcIngressConnectionCommand extends DescribeVpcIngressConnectionCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DescribeVpcIngressConnectionRequest;
|
|
86
|
+
output: DescribeVpcIngressConnectionResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DescribeVpcIngressConnectionCommandInput;
|
|
90
|
+
output: DescribeVpcIngressConnectionCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -94,4 +94,15 @@ declare const DisassociateCustomDomainCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DisassociateCustomDomainCommand extends DisassociateCustomDomainCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DisassociateCustomDomainRequest;
|
|
101
|
+
output: DisassociateCustomDomainResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DisassociateCustomDomainCommandInput;
|
|
105
|
+
output: DisassociateCustomDomainCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListAutoScalingConfigurationsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListAutoScalingConfigurationsCommand extends ListAutoScalingConfigurationsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListAutoScalingConfigurationsRequest;
|
|
88
|
+
output: ListAutoScalingConfigurationsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListAutoScalingConfigurationsCommandInput;
|
|
92
|
+
output: ListAutoScalingConfigurationsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListConnectionsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListConnectionsRequest;
|
|
81
|
+
output: ListConnectionsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListConnectionsCommandInput;
|
|
85
|
+
output: ListConnectionsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListObservabilityConfigurationsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListObservabilityConfigurationsCommand extends ListObservabilityConfigurationsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListObservabilityConfigurationsRequest;
|
|
84
|
+
output: ListObservabilityConfigurationsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListObservabilityConfigurationsCommandInput;
|
|
88
|
+
output: ListObservabilityConfigurationsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListOperationsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListOperationsCommand extends ListOperationsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListOperationsRequest;
|
|
88
|
+
output: ListOperationsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListOperationsCommandInput;
|
|
92
|
+
output: ListOperationsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListServicesCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListServicesRequest;
|
|
82
|
+
output: ListServicesResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListServicesCommandInput;
|
|
86
|
+
output: ListServicesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -71,4 +71,15 @@ declare const ListServicesForAutoScalingConfigurationCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class ListServicesForAutoScalingConfigurationCommand extends ListServicesForAutoScalingConfigurationCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: ListServicesForAutoScalingConfigurationRequest;
|
|
78
|
+
output: ListServicesForAutoScalingConfigurationResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: ListServicesForAutoScalingConfigurationCommandInput;
|
|
82
|
+
output: ListServicesForAutoScalingConfigurationCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListTagsForResourceRequest;
|
|
81
|
+
output: ListTagsForResourceResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListTagsForResourceCommandInput;
|
|
85
|
+
output: ListTagsForResourceCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListVpcConnectorsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListVpcConnectorsCommand extends ListVpcConnectorsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListVpcConnectorsRequest;
|
|
87
|
+
output: ListVpcConnectorsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListVpcConnectorsCommandInput;
|
|
91
|
+
output: ListVpcConnectorsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListVpcIngressConnectionsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListVpcIngressConnectionsCommand extends ListVpcIngressConnectionsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListVpcIngressConnectionsRequest;
|
|
81
|
+
output: ListVpcIngressConnectionsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListVpcIngressConnectionsCommandInput;
|
|
85
|
+
output: ListVpcIngressConnectionsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -165,4 +165,15 @@ declare const PauseServiceCommand_base: {
|
|
|
165
165
|
* @public
|
|
166
166
|
*/
|
|
167
167
|
export declare class PauseServiceCommand extends PauseServiceCommand_base {
|
|
168
|
+
/** @internal type navigation helper, not in runtime. */
|
|
169
|
+
protected static __types: {
|
|
170
|
+
api: {
|
|
171
|
+
input: PauseServiceRequest;
|
|
172
|
+
output: PauseServiceResponse;
|
|
173
|
+
};
|
|
174
|
+
sdk: {
|
|
175
|
+
input: PauseServiceCommandInput;
|
|
176
|
+
output: PauseServiceCommandOutput;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
168
179
|
}
|
|
@@ -164,4 +164,15 @@ declare const ResumeServiceCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class ResumeServiceCommand extends ResumeServiceCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: ResumeServiceRequest;
|
|
171
|
+
output: ResumeServiceResponse;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: ResumeServiceCommandInput;
|
|
175
|
+
output: ResumeServiceCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -71,4 +71,15 @@ declare const StartDeploymentCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: StartDeploymentRequest;
|
|
78
|
+
output: StartDeploymentResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: StartDeploymentCommandInput;
|
|
82
|
+
output: StartDeploymentCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: TagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: TagResourceCommandInput;
|
|
84
|
+
output: TagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UntagResourceRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UntagResourceCommandInput;
|
|
81
|
+
output: UntagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateDefaultAutoScalingConfigurationCommand extends UpdateDefaultAutoScalingConfigurationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateDefaultAutoScalingConfigurationRequest;
|
|
87
|
+
output: UpdateDefaultAutoScalingConfigurationResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateDefaultAutoScalingConfigurationCommandInput;
|
|
91
|
+
output: UpdateDefaultAutoScalingConfigurationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -239,4 +239,15 @@ declare const UpdateServiceCommand_base: {
|
|
|
239
239
|
* @public
|
|
240
240
|
*/
|
|
241
241
|
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
242
|
+
/** @internal type navigation helper, not in runtime. */
|
|
243
|
+
protected static __types: {
|
|
244
|
+
api: {
|
|
245
|
+
input: UpdateServiceRequest;
|
|
246
|
+
output: UpdateServiceResponse;
|
|
247
|
+
};
|
|
248
|
+
sdk: {
|
|
249
|
+
input: UpdateServiceCommandInput;
|
|
250
|
+
output: UpdateServiceCommandOutput;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
242
253
|
}
|
|
@@ -103,4 +103,15 @@ declare const UpdateVpcIngressConnectionCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class UpdateVpcIngressConnectionCommand extends UpdateVpcIngressConnectionCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdateVpcIngressConnectionRequest;
|
|
110
|
+
output: UpdateVpcIngressConnectionResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdateVpcIngressConnectionCommandInput;
|
|
114
|
+
output: UpdateVpcIngressConnectionCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateCustomDomainCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateCustomDomainCommand extends AssociateCustomDomainCommand_base {
|
|
40
|
+
export declare class AssociateCustomDomainCommand extends AssociateCustomDomainCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateCustomDomainRequest;
|
|
44
|
+
output: AssociateCustomDomainResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateCustomDomainCommandInput;
|
|
48
|
+
output: AssociateCustomDomainCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAutoScalingConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAutoScalingConfigurationCommand extends CreateAutoScalingConfigurationCommand_base {
|
|
40
|
+
export declare class CreateAutoScalingConfigurationCommand extends CreateAutoScalingConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAutoScalingConfigurationRequest;
|
|
44
|
+
output: CreateAutoScalingConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAutoScalingConfigurationCommandInput;
|
|
48
|
+
output: CreateAutoScalingConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|