@aws-sdk/client-tnb 3.1087.0 → 3.1089.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/Tnb.d.ts +105 -114
- package/dist-types/ts3.4/TnbClient.d.ts +14 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -136,10 +133,7 @@ import {
|
|
|
136
133
|
PutSolNetworkPackageContentCommandInput,
|
|
137
134
|
PutSolNetworkPackageContentCommandOutput,
|
|
138
135
|
} from "./commands/PutSolNetworkPackageContentCommand";
|
|
139
|
-
import {
|
|
140
|
-
TagResourceCommandInput,
|
|
141
|
-
TagResourceCommandOutput,
|
|
142
|
-
} from "./commands/TagResourceCommand";
|
|
136
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
143
137
|
import {
|
|
144
138
|
TerminateSolNetworkInstanceCommandInput,
|
|
145
139
|
TerminateSolNetworkInstanceCommandOutput,
|
|
@@ -243,8 +237,7 @@ export type ServiceOutputTypes =
|
|
|
243
237
|
| UpdateSolNetworkPackageCommandOutput
|
|
244
238
|
| ValidateSolFunctionPackageContentCommandOutput
|
|
245
239
|
| ValidateSolNetworkPackageContentCommandOutput;
|
|
246
|
-
export interface ClientDefaults
|
|
247
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
240
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
248
241
|
requestHandler?: __HttpHandlerUserInput;
|
|
249
242
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
250
243
|
urlParser?: __UrlParser;
|
|
@@ -269,9 +262,7 @@ export interface ClientDefaults
|
|
|
269
262
|
extensions?: RuntimeExtension[];
|
|
270
263
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
271
264
|
}
|
|
272
|
-
export type TnbClientConfigType = Partial<
|
|
273
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
274
|
-
> &
|
|
265
|
+
export type TnbClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
275
266
|
ClientDefaults &
|
|
276
267
|
UserAgentInputConfig &
|
|
277
268
|
RetryInputConfig &
|
|
@@ -281,17 +272,16 @@ export type TnbClientConfigType = Partial<
|
|
|
281
272
|
HttpAuthSchemeInputConfig &
|
|
282
273
|
ClientInputEndpointParameters;
|
|
283
274
|
export interface TnbClientConfig extends TnbClientConfigType {}
|
|
284
|
-
export type TnbClientResolvedConfigType =
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
ClientResolvedEndpointParameters;
|
|
275
|
+
export type TnbClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
276
|
+
Required<ClientDefaults> &
|
|
277
|
+
RuntimeExtensionsConfig &
|
|
278
|
+
UserAgentResolvedConfig &
|
|
279
|
+
RetryResolvedConfig &
|
|
280
|
+
RegionResolvedConfig &
|
|
281
|
+
HostHeaderResolvedConfig &
|
|
282
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
283
|
+
HttpAuthSchemeResolvedConfig &
|
|
284
|
+
ClientResolvedEndpointParameters;
|
|
295
285
|
export interface TnbClientResolvedConfig extends TnbClientResolvedConfigType {}
|
|
296
286
|
export declare class TnbClient extends __Client<
|
|
297
287
|
__HttpHandlerOptions,
|
|
@@ -7,17 +7,10 @@ import { TnbHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: TnbHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: TnbHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): TnbHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -15,32 +15,29 @@ import { TnbClientResolvedConfig } from "../TnbClient";
|
|
|
15
15
|
export interface TnbHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
16
|
region?: string;
|
|
17
17
|
}
|
|
18
|
-
export interface TnbHttpAuthSchemeParametersProvider
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {}
|
|
18
|
+
export interface TnbHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
TnbClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
TnbHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
25
24
|
export declare const defaultTnbHttpAuthSchemeParametersProvider: (
|
|
26
25
|
config: TnbClientResolvedConfig,
|
|
27
26
|
context: HandlerExecutionContext,
|
|
28
|
-
input: object
|
|
27
|
+
input: object,
|
|
29
28
|
) => Promise<TnbHttpAuthSchemeParameters>;
|
|
30
|
-
export interface TnbHttpAuthSchemeProvider
|
|
31
|
-
extends HttpAuthSchemeProvider<TnbHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface TnbHttpAuthSchemeProvider extends HttpAuthSchemeProvider<TnbHttpAuthSchemeParameters> {}
|
|
32
30
|
export declare const defaultTnbHttpAuthSchemeProvider: TnbHttpAuthSchemeProvider;
|
|
33
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
34
|
httpAuthSchemeProvider?: TnbHttpAuthSchemeProvider;
|
|
37
35
|
}
|
|
38
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
41
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
39
|
readonly httpAuthSchemeProvider: TnbHttpAuthSchemeProvider;
|
|
43
40
|
}
|
|
44
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
46
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
TnbClientResolvedConfig,
|
|
6
|
-
} from "./TnbClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "./TnbClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
TnbClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CancelSolNetworkOperationInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CancelSolNetworkOperationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface CancelSolNetworkOperationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface CancelSolNetworkOperationCommandInput extends CancelSolNetworkOperationInput {}
|
|
5
|
+
export interface CancelSolNetworkOperationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const CancelSolNetworkOperationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CancelSolNetworkOperationCommandInput
|
|
8
|
+
input: CancelSolNetworkOperationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CancelSolNetworkOperationCommandInput,
|
|
13
11
|
CancelSolNetworkOperationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CancelSolNetworkOperationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CancelSolNetworkOperationCommandInput
|
|
17
|
+
input: CancelSolNetworkOperationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CancelSolNetworkOperationCommandInput,
|
|
22
20
|
CancelSolNetworkOperationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSolFunctionPackageInput,
|
|
4
|
-
CreateSolFunctionPackageOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSolFunctionPackageInput, CreateSolFunctionPackageOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSolFunctionPackageCommandInput
|
|
8
|
-
extends CreateSolFunctionPackageInput {}
|
|
4
|
+
export interface CreateSolFunctionPackageCommandInput extends CreateSolFunctionPackageInput {}
|
|
9
5
|
export interface CreateSolFunctionPackageCommandOutput
|
|
10
|
-
extends CreateSolFunctionPackageOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSolFunctionPackageOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateSolFunctionPackageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSolFunctionPackageCommandInput
|
|
9
|
+
input: CreateSolFunctionPackageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSolFunctionPackageCommandInput,
|
|
17
12
|
CreateSolFunctionPackageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSolNetworkInstanceInput,
|
|
4
|
-
CreateSolNetworkInstanceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSolNetworkInstanceInput, CreateSolNetworkInstanceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSolNetworkInstanceCommandInput
|
|
8
|
-
extends CreateSolNetworkInstanceInput {}
|
|
4
|
+
export interface CreateSolNetworkInstanceCommandInput extends CreateSolNetworkInstanceInput {}
|
|
9
5
|
export interface CreateSolNetworkInstanceCommandOutput
|
|
10
|
-
extends CreateSolNetworkInstanceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSolNetworkInstanceOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateSolNetworkInstanceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSolNetworkInstanceCommandInput
|
|
9
|
+
input: CreateSolNetworkInstanceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSolNetworkInstanceCommandInput,
|
|
17
12
|
CreateSolNetworkInstanceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSolNetworkInstanceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSolNetworkInstanceCommandInput
|
|
18
|
+
input: CreateSolNetworkInstanceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSolNetworkInstanceCommandInput,
|
|
26
21
|
CreateSolNetworkInstanceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSolNetworkPackageInput,
|
|
4
|
-
CreateSolNetworkPackageOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSolNetworkPackageInput, CreateSolNetworkPackageOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSolNetworkPackageCommandInput
|
|
8
|
-
extends CreateSolNetworkPackageInput {}
|
|
4
|
+
export interface CreateSolNetworkPackageCommandInput extends CreateSolNetworkPackageInput {}
|
|
9
5
|
export interface CreateSolNetworkPackageCommandOutput
|
|
10
|
-
extends CreateSolNetworkPackageOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSolNetworkPackageOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateSolNetworkPackageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSolNetworkPackageCommandInput
|
|
9
|
+
input: CreateSolNetworkPackageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSolNetworkPackageCommandInput,
|
|
17
12
|
CreateSolNetworkPackageCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteSolFunctionPackageInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteSolFunctionPackageCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteSolFunctionPackageCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteSolFunctionPackageCommandInput extends DeleteSolFunctionPackageInput {}
|
|
5
|
+
export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteSolFunctionPackageCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteSolFunctionPackageCommandInput
|
|
8
|
+
input: DeleteSolFunctionPackageCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteSolFunctionPackageCommandInput,
|
|
13
11
|
DeleteSolFunctionPackageCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteSolFunctionPackageCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteSolFunctionPackageCommandInput
|
|
17
|
+
input: DeleteSolFunctionPackageCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteSolFunctionPackageCommandInput,
|
|
22
20
|
DeleteSolFunctionPackageCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteSolNetworkInstanceInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteSolNetworkInstanceCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteSolNetworkInstanceCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteSolNetworkInstanceCommandInput extends DeleteSolNetworkInstanceInput {}
|
|
5
|
+
export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteSolNetworkInstanceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteSolNetworkInstanceCommandInput
|
|
8
|
+
input: DeleteSolNetworkInstanceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteSolNetworkInstanceCommandInput,
|
|
13
11
|
DeleteSolNetworkInstanceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteSolNetworkInstanceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteSolNetworkInstanceCommandInput
|
|
17
|
+
input: DeleteSolNetworkInstanceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteSolNetworkInstanceCommandInput,
|
|
22
20
|
DeleteSolNetworkInstanceCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteSolNetworkPackageInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteSolNetworkPackageCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteSolNetworkPackageCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteSolNetworkPackageCommandInput extends DeleteSolNetworkPackageInput {}
|
|
5
|
+
export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteSolNetworkPackageCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteSolNetworkPackageCommandInput
|
|
8
|
+
input: DeleteSolNetworkPackageCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteSolNetworkPackageCommandInput,
|
|
13
11
|
DeleteSolNetworkPackageCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteSolNetworkPackageCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteSolNetworkPackageCommandInput
|
|
17
|
+
input: DeleteSolNetworkPackageCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteSolNetworkPackageCommandInput,
|
|
22
20
|
DeleteSolNetworkPackageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSolFunctionInstanceInput,
|
|
4
|
-
GetSolFunctionInstanceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSolFunctionInstanceInput, GetSolFunctionInstanceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSolFunctionInstanceCommandInput
|
|
8
|
-
extends GetSolFunctionInstanceInput {}
|
|
4
|
+
export interface GetSolFunctionInstanceCommandInput extends GetSolFunctionInstanceInput {}
|
|
9
5
|
export interface GetSolFunctionInstanceCommandOutput
|
|
10
|
-
extends GetSolFunctionInstanceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSolFunctionInstanceOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetSolFunctionInstanceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSolFunctionInstanceCommandInput
|
|
9
|
+
input: GetSolFunctionInstanceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSolFunctionInstanceCommandInput,
|
|
17
12
|
GetSolFunctionInstanceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSolFunctionInstanceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSolFunctionInstanceCommandInput
|
|
18
|
+
input: GetSolFunctionInstanceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSolFunctionInstanceCommandInput,
|
|
26
21
|
GetSolFunctionInstanceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSolFunctionPackageInput,
|
|
4
|
-
GetSolFunctionPackageOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSolFunctionPackageInput, GetSolFunctionPackageOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSolFunctionPackageCommandInput
|
|
8
|
-
extends GetSolFunctionPackageInput {}
|
|
4
|
+
export interface GetSolFunctionPackageCommandInput extends GetSolFunctionPackageInput {}
|
|
9
5
|
export interface GetSolFunctionPackageCommandOutput
|
|
10
|
-
extends GetSolFunctionPackageOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSolFunctionPackageOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetSolFunctionPackageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSolFunctionPackageCommandInput
|
|
9
|
+
input: GetSolFunctionPackageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSolFunctionPackageCommandInput,
|
|
17
12
|
GetSolFunctionPackageCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSolFunctionPackageCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSolFunctionPackageCommandInput
|
|
18
|
+
input: GetSolFunctionPackageCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSolFunctionPackageCommandInput,
|
|
26
21
|
GetSolFunctionPackageCommandOutput,
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
GetSolFunctionPackageContentOutput,
|
|
6
6
|
} from "../models/models_0";
|
|
7
7
|
export { __MetadataBearer };
|
|
8
|
-
export interface GetSolFunctionPackageContentCommandInput
|
|
9
|
-
extends GetSolFunctionPackageContentInput {}
|
|
8
|
+
export interface GetSolFunctionPackageContentCommandInput extends GetSolFunctionPackageContentInput {}
|
|
10
9
|
export type GetSolFunctionPackageContentCommandOutputType = Pick<
|
|
11
10
|
GetSolFunctionPackageContentOutput,
|
|
12
11
|
Exclude<keyof GetSolFunctionPackageContentOutput, "packageContent">
|
|
@@ -14,11 +13,10 @@ export type GetSolFunctionPackageContentCommandOutputType = Pick<
|
|
|
14
13
|
packageContent?: Uint8ArrayBlobAdapter;
|
|
15
14
|
};
|
|
16
15
|
export interface GetSolFunctionPackageContentCommandOutput
|
|
17
|
-
extends GetSolFunctionPackageContentCommandOutputType,
|
|
18
|
-
__MetadataBearer {}
|
|
16
|
+
extends GetSolFunctionPackageContentCommandOutputType, __MetadataBearer {}
|
|
19
17
|
declare const GetSolFunctionPackageContentCommand_base: {
|
|
20
18
|
new (
|
|
21
|
-
input: GetSolFunctionPackageContentCommandInput
|
|
19
|
+
input: GetSolFunctionPackageContentCommandInput,
|
|
22
20
|
): import("@smithy/core/client").CommandImpl<
|
|
23
21
|
GetSolFunctionPackageContentCommandInput,
|
|
24
22
|
GetSolFunctionPackageContentCommandOutput,
|
|
@@ -27,7 +25,7 @@ declare const GetSolFunctionPackageContentCommand_base: {
|
|
|
27
25
|
import("..").ServiceOutputTypes
|
|
28
26
|
>;
|
|
29
27
|
new (
|
|
30
|
-
input: GetSolFunctionPackageContentCommandInput
|
|
28
|
+
input: GetSolFunctionPackageContentCommandInput,
|
|
31
29
|
): import("@smithy/core/client").CommandImpl<
|
|
32
30
|
GetSolFunctionPackageContentCommandInput,
|
|
33
31
|
GetSolFunctionPackageContentCommandOutput,
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
GetSolFunctionPackageDescriptorOutput,
|
|
6
6
|
} from "../models/models_0";
|
|
7
7
|
export { __MetadataBearer };
|
|
8
|
-
export interface GetSolFunctionPackageDescriptorCommandInput
|
|
9
|
-
extends GetSolFunctionPackageDescriptorInput {}
|
|
8
|
+
export interface GetSolFunctionPackageDescriptorCommandInput extends GetSolFunctionPackageDescriptorInput {}
|
|
10
9
|
export type GetSolFunctionPackageDescriptorCommandOutputType = Pick<
|
|
11
10
|
GetSolFunctionPackageDescriptorOutput,
|
|
12
11
|
Exclude<keyof GetSolFunctionPackageDescriptorOutput, "vnfd">
|
|
@@ -14,11 +13,10 @@ export type GetSolFunctionPackageDescriptorCommandOutputType = Pick<
|
|
|
14
13
|
vnfd?: Uint8ArrayBlobAdapter;
|
|
15
14
|
};
|
|
16
15
|
export interface GetSolFunctionPackageDescriptorCommandOutput
|
|
17
|
-
extends GetSolFunctionPackageDescriptorCommandOutputType,
|
|
18
|
-
__MetadataBearer {}
|
|
16
|
+
extends GetSolFunctionPackageDescriptorCommandOutputType, __MetadataBearer {}
|
|
19
17
|
declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
20
18
|
new (
|
|
21
|
-
input: GetSolFunctionPackageDescriptorCommandInput
|
|
19
|
+
input: GetSolFunctionPackageDescriptorCommandInput,
|
|
22
20
|
): import("@smithy/core/client").CommandImpl<
|
|
23
21
|
GetSolFunctionPackageDescriptorCommandInput,
|
|
24
22
|
GetSolFunctionPackageDescriptorCommandOutput,
|
|
@@ -27,7 +25,7 @@ declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
|
27
25
|
import("..").ServiceOutputTypes
|
|
28
26
|
>;
|
|
29
27
|
new (
|
|
30
|
-
input: GetSolFunctionPackageDescriptorCommandInput
|
|
28
|
+
input: GetSolFunctionPackageDescriptorCommandInput,
|
|
31
29
|
): import("@smithy/core/client").CommandImpl<
|
|
32
30
|
GetSolFunctionPackageDescriptorCommandInput,
|
|
33
31
|
GetSolFunctionPackageDescriptorCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSolNetworkInstanceInput,
|
|
4
|
-
GetSolNetworkInstanceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSolNetworkInstanceInput, GetSolNetworkInstanceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSolNetworkInstanceCommandInput
|
|
8
|
-
extends GetSolNetworkInstanceInput {}
|
|
4
|
+
export interface GetSolNetworkInstanceCommandInput extends GetSolNetworkInstanceInput {}
|
|
9
5
|
export interface GetSolNetworkInstanceCommandOutput
|
|
10
|
-
extends GetSolNetworkInstanceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSolNetworkInstanceOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetSolNetworkInstanceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSolNetworkInstanceCommandInput
|
|
9
|
+
input: GetSolNetworkInstanceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSolNetworkInstanceCommandInput,
|
|
17
12
|
GetSolNetworkInstanceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSolNetworkInstanceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSolNetworkInstanceCommandInput
|
|
18
|
+
input: GetSolNetworkInstanceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSolNetworkInstanceCommandInput,
|
|
26
21
|
GetSolNetworkInstanceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSolNetworkOperationInput,
|
|
4
|
-
GetSolNetworkOperationOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSolNetworkOperationInput, GetSolNetworkOperationOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSolNetworkOperationCommandInput
|
|
8
|
-
extends GetSolNetworkOperationInput {}
|
|
4
|
+
export interface GetSolNetworkOperationCommandInput extends GetSolNetworkOperationInput {}
|
|
9
5
|
export interface GetSolNetworkOperationCommandOutput
|
|
10
|
-
extends GetSolNetworkOperationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSolNetworkOperationOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetSolNetworkOperationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSolNetworkOperationCommandInput
|
|
9
|
+
input: GetSolNetworkOperationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSolNetworkOperationCommandInput,
|
|
17
12
|
GetSolNetworkOperationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSolNetworkOperationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSolNetworkOperationCommandInput
|
|
18
|
+
input: GetSolNetworkOperationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSolNetworkOperationCommandInput,
|
|
26
21
|
GetSolNetworkOperationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSolNetworkPackageInput,
|
|
4
|
-
GetSolNetworkPackageOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSolNetworkPackageInput, GetSolNetworkPackageOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSolNetworkPackageCommandInput
|
|
8
|
-
extends GetSolNetworkPackageInput {}
|
|
4
|
+
export interface GetSolNetworkPackageCommandInput extends GetSolNetworkPackageInput {}
|
|
9
5
|
export interface GetSolNetworkPackageCommandOutput
|
|
10
|
-
extends GetSolNetworkPackageOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSolNetworkPackageOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetSolNetworkPackageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSolNetworkPackageCommandInput
|
|
9
|
+
input: GetSolNetworkPackageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSolNetworkPackageCommandInput,
|
|
17
12
|
GetSolNetworkPackageCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSolNetworkPackageCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSolNetworkPackageCommandInput
|
|
18
|
+
input: GetSolNetworkPackageCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSolNetworkPackageCommandInput,
|
|
26
21
|
GetSolNetworkPackageCommandOutput,
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
GetSolNetworkPackageContentOutput,
|
|
6
6
|
} from "../models/models_0";
|
|
7
7
|
export { __MetadataBearer };
|
|
8
|
-
export interface GetSolNetworkPackageContentCommandInput
|
|
9
|
-
extends GetSolNetworkPackageContentInput {}
|
|
8
|
+
export interface GetSolNetworkPackageContentCommandInput extends GetSolNetworkPackageContentInput {}
|
|
10
9
|
export type GetSolNetworkPackageContentCommandOutputType = Pick<
|
|
11
10
|
GetSolNetworkPackageContentOutput,
|
|
12
11
|
Exclude<keyof GetSolNetworkPackageContentOutput, "nsdContent">
|
|
@@ -14,11 +13,10 @@ export type GetSolNetworkPackageContentCommandOutputType = Pick<
|
|
|
14
13
|
nsdContent?: Uint8ArrayBlobAdapter;
|
|
15
14
|
};
|
|
16
15
|
export interface GetSolNetworkPackageContentCommandOutput
|
|
17
|
-
extends GetSolNetworkPackageContentCommandOutputType,
|
|
18
|
-
__MetadataBearer {}
|
|
16
|
+
extends GetSolNetworkPackageContentCommandOutputType, __MetadataBearer {}
|
|
19
17
|
declare const GetSolNetworkPackageContentCommand_base: {
|
|
20
18
|
new (
|
|
21
|
-
input: GetSolNetworkPackageContentCommandInput
|
|
19
|
+
input: GetSolNetworkPackageContentCommandInput,
|
|
22
20
|
): import("@smithy/core/client").CommandImpl<
|
|
23
21
|
GetSolNetworkPackageContentCommandInput,
|
|
24
22
|
GetSolNetworkPackageContentCommandOutput,
|
|
@@ -27,7 +25,7 @@ declare const GetSolNetworkPackageContentCommand_base: {
|
|
|
27
25
|
import("..").ServiceOutputTypes
|
|
28
26
|
>;
|
|
29
27
|
new (
|
|
30
|
-
input: GetSolNetworkPackageContentCommandInput
|
|
28
|
+
input: GetSolNetworkPackageContentCommandInput,
|
|
31
29
|
): import("@smithy/core/client").CommandImpl<
|
|
32
30
|
GetSolNetworkPackageContentCommandInput,
|
|
33
31
|
GetSolNetworkPackageContentCommandOutput,
|