@aws-sdk/client-tnb 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +82 -83
- package/dist-cjs/models/TnbServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Tnb.js +1 -1
- package/dist-es/TnbClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +2 -2
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkOperationCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +2 -2
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +2 -2
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +2 -2
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +2 -2
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +2 -2
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +2 -2
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +2 -2
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/TnbServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/TnbClient.d.ts +5 -5
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +7 -5
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +7 -5
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +6 -4
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/TnbServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/TnbClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TnbServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TerminateSolNetworkInstanceInput, TerminateSolNetworkInstanceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface TerminateSolNetworkInstanceCommandInput extends TerminateSolNet
|
|
|
22
22
|
export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TerminateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Terminates a network instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Untags an AWS TNB resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSolFunctionPackageCommandInput extends UpdateSolFunctionP
|
|
|
22
22
|
export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunctionPackageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the operational state of function package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateSolNetworkInstanceInput, UpdateSolNetworkInstanceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSolNetworkInstanceCommandInput extends UpdateSolNetworkIn
|
|
|
22
22
|
export interface UpdateSolNetworkInstanceCommandOutput extends UpdateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update a network instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateSolNetworkPackageInput, UpdateSolNetworkPackageOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSolNetworkPackageCommandInput extends UpdateSolNetworkPac
|
|
|
22
22
|
export interface UpdateSolNetworkPackageCommandOutput extends UpdateSolNetworkPackageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the operational state of a network package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ValidateSolFunctionPackageContentInput, ValidateSolFunctionPackageContentOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -28,9 +28,11 @@ export interface ValidateSolFunctionPackageContentCommandInput extends ValidateS
|
|
|
28
28
|
export interface ValidateSolFunctionPackageContentCommandOutput extends ValidateSolFunctionPackageContentOutput, __MetadataBearer {
|
|
29
29
|
}
|
|
30
30
|
declare const ValidateSolFunctionPackageContentCommand_base: {
|
|
31
|
-
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/
|
|
32
|
-
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/
|
|
33
|
-
getEndpointParameterInstructions():
|
|
31
|
+
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* <p>Validates function package content. This can be used as a dry run before uploading
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ValidateSolNetworkPackageContentInput, ValidateSolNetworkPackageContentOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -28,9 +28,11 @@ export interface ValidateSolNetworkPackageContentCommandInput extends ValidateSo
|
|
|
28
28
|
export interface ValidateSolNetworkPackageContentCommandOutput extends ValidateSolNetworkPackageContentOutput, __MetadataBearer {
|
|
29
29
|
}
|
|
30
30
|
declare const ValidateSolNetworkPackageContentCommand_base: {
|
|
31
|
-
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/
|
|
32
|
-
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/
|
|
33
|
-
getEndpointParameterInstructions():
|
|
31
|
+
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* <p>Validates network package content. This can be used as a dry run before uploading
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { TnbServiceException as __BaseException } from "./TnbServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Insufficient permissions to make request.</p>
|
|
@@ -5,13 +5,13 @@ import type { TnbClientConfig } from "./TnbClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { TnbClientConfig } from "./TnbClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { TnbClientConfig } from "./TnbClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CancelSolNetworkOperationInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CancelSolNetworkOperationCommandOutput
|
|
|
15
15
|
declare const CancelSolNetworkOperationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CancelSolNetworkOperationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CancelSolNetworkOperationCommandInput,
|
|
20
20
|
CancelSolNetworkOperationCommandOutput,
|
|
21
21
|
TnbClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CancelSolNetworkOperationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CancelSolNetworkOperationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CancelSolNetworkOperationCommandInput,
|
|
29
29
|
CancelSolNetworkOperationCommandOutput,
|
|
30
30
|
TnbClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CancelSolNetworkOperationCommand extends CancelSolNetworkOperationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateSolFunctionPackageInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateSolFunctionPackageCommandOutput
|
|
|
19
19
|
declare const CreateSolFunctionPackageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSolFunctionPackageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSolFunctionPackageCommandInput,
|
|
24
24
|
CreateSolFunctionPackageCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSolFunctionPackageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [CreateSolFunctionPackageCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSolFunctionPackageCommandInput,
|
|
33
33
|
CreateSolFunctionPackageCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSolFunctionPackageCommand extends CreateSolFunctionPackageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateSolNetworkInstanceInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateSolNetworkInstanceCommandOutput
|
|
|
19
19
|
declare const CreateSolNetworkInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSolNetworkInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSolNetworkInstanceCommandInput,
|
|
24
24
|
CreateSolNetworkInstanceCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSolNetworkInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSolNetworkInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSolNetworkInstanceCommandInput,
|
|
33
33
|
CreateSolNetworkInstanceCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSolNetworkInstanceCommand extends CreateSolNetworkInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateSolNetworkPackageInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateSolNetworkPackageCommandOutput
|
|
|
19
19
|
declare const CreateSolNetworkPackageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSolNetworkPackageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSolNetworkPackageCommandInput,
|
|
24
24
|
CreateSolNetworkPackageCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSolNetworkPackageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [CreateSolNetworkPackageCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSolNetworkPackageCommandInput,
|
|
33
33
|
CreateSolNetworkPackageCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSolNetworkPackageCommand extends CreateSolNetworkPackageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteSolFunctionPackageInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteSolFunctionPackageCommandOutput
|
|
|
15
15
|
declare const DeleteSolFunctionPackageCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteSolFunctionPackageCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteSolFunctionPackageCommandInput,
|
|
20
20
|
DeleteSolFunctionPackageCommandOutput,
|
|
21
21
|
TnbClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteSolFunctionPackageCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteSolFunctionPackageCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteSolFunctionPackageCommandInput,
|
|
29
29
|
DeleteSolFunctionPackageCommandOutput,
|
|
30
30
|
TnbClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteSolFunctionPackageCommand extends DeleteSolFunctionPackageCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteSolNetworkInstanceInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteSolNetworkInstanceCommandOutput
|
|
|
15
15
|
declare const DeleteSolNetworkInstanceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteSolNetworkInstanceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteSolNetworkInstanceCommandInput,
|
|
20
20
|
DeleteSolNetworkInstanceCommandOutput,
|
|
21
21
|
TnbClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteSolNetworkInstanceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteSolNetworkInstanceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteSolNetworkInstanceCommandInput,
|
|
29
29
|
DeleteSolNetworkInstanceCommandOutput,
|
|
30
30
|
TnbClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteSolNetworkInstanceCommand extends DeleteSolNetworkInstanceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteSolNetworkPackageInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteSolNetworkPackageCommandOutput
|
|
|
15
15
|
declare const DeleteSolNetworkPackageCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteSolNetworkPackageCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteSolNetworkPackageCommandInput,
|
|
20
20
|
DeleteSolNetworkPackageCommandOutput,
|
|
21
21
|
TnbClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteSolNetworkPackageCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteSolNetworkPackageCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteSolNetworkPackageCommandInput,
|
|
29
29
|
DeleteSolNetworkPackageCommandOutput,
|
|
30
30
|
TnbClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteSolNetworkPackageCommand extends DeleteSolNetworkPackageCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSolFunctionInstanceInput,
|
|
@@ -19,7 +19,7 @@ export interface GetSolFunctionInstanceCommandOutput
|
|
|
19
19
|
declare const GetSolFunctionInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSolFunctionInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSolFunctionInstanceCommandInput,
|
|
24
24
|
GetSolFunctionInstanceCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSolFunctionInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSolFunctionInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSolFunctionInstanceCommandInput,
|
|
33
33
|
GetSolFunctionInstanceCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSolFunctionInstanceCommand extends GetSolFunctionInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSolFunctionPackageInput,
|
|
@@ -19,7 +19,7 @@ export interface GetSolFunctionPackageCommandOutput
|
|
|
19
19
|
declare const GetSolFunctionPackageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSolFunctionPackageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSolFunctionPackageCommandInput,
|
|
24
24
|
GetSolFunctionPackageCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSolFunctionPackageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSolFunctionPackageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSolFunctionPackageCommandInput,
|
|
33
33
|
GetSolFunctionPackageCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSolFunctionPackageCommand extends GetSolFunctionPackageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import {
|
|
5
5
|
GetSolFunctionPackageContentInput,
|
|
6
6
|
GetSolFunctionPackageContentOutput,
|
|
@@ -26,7 +26,7 @@ export interface GetSolFunctionPackageContentCommandOutput
|
|
|
26
26
|
declare const GetSolFunctionPackageContentCommand_base: {
|
|
27
27
|
new (
|
|
28
28
|
input: GetSolFunctionPackageContentCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
GetSolFunctionPackageContentCommandInput,
|
|
31
31
|
GetSolFunctionPackageContentCommandOutput,
|
|
32
32
|
TnbClientResolvedConfig,
|
|
@@ -35,14 +35,16 @@ declare const GetSolFunctionPackageContentCommand_base: {
|
|
|
35
35
|
>;
|
|
36
36
|
new (
|
|
37
37
|
input: GetSolFunctionPackageContentCommandInput
|
|
38
|
-
): import("@smithy/
|
|
38
|
+
): import("@smithy/core/client").CommandImpl<
|
|
39
39
|
GetSolFunctionPackageContentCommandInput,
|
|
40
40
|
GetSolFunctionPackageContentCommandOutput,
|
|
41
41
|
TnbClientResolvedConfig,
|
|
42
42
|
ServiceInputTypes,
|
|
43
43
|
ServiceOutputTypes
|
|
44
44
|
>;
|
|
45
|
-
getEndpointParameterInstructions():
|
|
45
|
+
getEndpointParameterInstructions(): {
|
|
46
|
+
[x: string]: unknown;
|
|
47
|
+
};
|
|
46
48
|
};
|
|
47
49
|
export declare class GetSolFunctionPackageContentCommand extends GetSolFunctionPackageContentCommand_base {
|
|
48
50
|
protected static __types: {
|