@aws-sdk/client-panorama 3.1045.0 → 3.1047.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 +84 -85
- package/dist-cjs/models/PanoramaServiceException.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/Panorama.js +1 -1
- package/dist-es/PanoramaClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateApplicationInstanceCommand.js +2 -2
- package/dist-es/commands/CreateJobForDevicesCommand.js +2 -2
- package/dist-es/commands/CreateNodeFromTemplateJobCommand.js +2 -2
- package/dist-es/commands/CreatePackageCommand.js +2 -2
- package/dist-es/commands/CreatePackageImportJobCommand.js +2 -2
- package/dist-es/commands/DeleteDeviceCommand.js +2 -2
- package/dist-es/commands/DeletePackageCommand.js +2 -2
- package/dist-es/commands/DeregisterPackageVersionCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationInstanceCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationInstanceDetailsCommand.js +2 -2
- package/dist-es/commands/DescribeDeviceCommand.js +2 -2
- package/dist-es/commands/DescribeDeviceJobCommand.js +2 -2
- package/dist-es/commands/DescribeNodeCommand.js +2 -2
- package/dist-es/commands/DescribeNodeFromTemplateJobCommand.js +2 -2
- package/dist-es/commands/DescribePackageCommand.js +2 -2
- package/dist-es/commands/DescribePackageImportJobCommand.js +2 -2
- package/dist-es/commands/DescribePackageVersionCommand.js +2 -2
- package/dist-es/commands/ListApplicationInstanceDependenciesCommand.js +2 -2
- package/dist-es/commands/ListApplicationInstanceNodeInstancesCommand.js +2 -2
- package/dist-es/commands/ListApplicationInstancesCommand.js +2 -2
- package/dist-es/commands/ListDevicesCommand.js +2 -2
- package/dist-es/commands/ListDevicesJobsCommand.js +2 -2
- package/dist-es/commands/ListNodeFromTemplateJobsCommand.js +2 -2
- package/dist-es/commands/ListNodesCommand.js +2 -2
- package/dist-es/commands/ListPackageImportJobsCommand.js +2 -2
- package/dist-es/commands/ListPackagesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ProvisionDeviceCommand.js +2 -2
- package/dist-es/commands/RegisterPackageVersionCommand.js +2 -2
- package/dist-es/commands/RemoveApplicationInstanceCommand.js +2 -2
- package/dist-es/commands/SignalApplicationInstanceNodeInstancesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDeviceMetadataCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/PanoramaServiceException.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/PanoramaClient.d.ts +5 -5
- package/dist-types/commands/CreateApplicationInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateJobForDevicesCommand.d.ts +6 -4
- package/dist-types/commands/CreateNodeFromTemplateJobCommand.d.ts +6 -4
- package/dist-types/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/commands/CreatePackageImportJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDeviceCommand.d.ts +6 -4
- package/dist-types/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterPackageVersionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationInstanceDetailsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDeviceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDeviceJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNodeCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNodeFromTemplateJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribePackageCommand.d.ts +6 -4
- package/dist-types/commands/DescribePackageImportJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationInstanceDependenciesCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListDevicesCommand.d.ts +6 -4
- package/dist-types/commands/ListDevicesJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListNodeFromTemplateJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListNodesCommand.d.ts +6 -4
- package/dist-types/commands/ListPackageImportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListPackagesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ProvisionDeviceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterPackageVersionCommand.d.ts +6 -4
- package/dist-types/commands/RemoveApplicationInstanceCommand.d.ts +6 -4
- package/dist-types/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDeviceMetadataCommand.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/PanoramaServiceException.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/PanoramaClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateApplicationInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateJobForDevicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNodeFromTemplateJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePackageImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterPackageVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationInstanceDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDeviceJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNodeFromTemplateJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePackageImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationInstanceDependenciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevicesJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNodeFromTemplateJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListPackageImportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ProvisionDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterPackageVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveApplicationInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDeviceMetadataCommand.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/PanoramaServiceException.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 -34
|
@@ -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
|
DescribeApplicationInstanceRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeApplicationInstanceCommandOutput
|
|
|
19
19
|
declare const DescribeApplicationInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeApplicationInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeApplicationInstanceCommandInput,
|
|
24
24
|
DescribeApplicationInstanceCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeApplicationInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeApplicationInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeApplicationInstanceCommandInput,
|
|
33
33
|
DescribeApplicationInstanceCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeApplicationInstanceCommand extends DescribeApplicationInstanceCommand_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
|
DescribeApplicationInstanceDetailsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeApplicationInstanceDetailsCommandOutput
|
|
|
19
19
|
declare const DescribeApplicationInstanceDetailsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeApplicationInstanceDetailsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeApplicationInstanceDetailsCommandInput,
|
|
24
24
|
DescribeApplicationInstanceDetailsCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeApplicationInstanceDetailsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeApplicationInstanceDetailsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeApplicationInstanceDetailsCommandInput,
|
|
33
33
|
DescribeApplicationInstanceDetailsCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeApplicationInstanceDetailsCommand extends DescribeApplicationInstanceDetailsCommand_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
|
DescribeDeviceRequest,
|
|
@@ -18,7 +18,7 @@ export interface DescribeDeviceCommandOutput
|
|
|
18
18
|
declare const DescribeDeviceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeDeviceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeDeviceCommandInput,
|
|
23
23
|
DescribeDeviceCommandOutput,
|
|
24
24
|
PanoramaClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeDeviceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribeDeviceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeDeviceCommandInput,
|
|
32
32
|
DescribeDeviceCommandOutput,
|
|
33
33
|
PanoramaClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeDeviceCommand extends DescribeDeviceCommand_base {
|
|
40
42
|
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
|
DescribeDeviceJobRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDeviceJobCommandOutput
|
|
|
19
19
|
declare const DescribeDeviceJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDeviceJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDeviceJobCommandInput,
|
|
24
24
|
DescribeDeviceJobCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDeviceJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeDeviceJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDeviceJobCommandInput,
|
|
33
33
|
DescribeDeviceJobCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDeviceJobCommand extends DescribeDeviceJobCommand_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 { DescribeNodeRequest, DescribeNodeResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DescribeNodeCommandOutput
|
|
|
15
15
|
declare const DescribeNodeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeNodeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeNodeCommandInput,
|
|
20
20
|
DescribeNodeCommandOutput,
|
|
21
21
|
PanoramaClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeNodeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeNodeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeNodeCommandInput,
|
|
29
29
|
DescribeNodeCommandOutput,
|
|
30
30
|
PanoramaClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeNodeCommand extends DescribeNodeCommand_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
|
DescribeNodeFromTemplateJobRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeNodeFromTemplateJobCommandOutput
|
|
|
19
19
|
declare const DescribeNodeFromTemplateJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeNodeFromTemplateJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeNodeFromTemplateJobCommandInput,
|
|
24
24
|
DescribeNodeFromTemplateJobCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeNodeFromTemplateJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeNodeFromTemplateJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeNodeFromTemplateJobCommandInput,
|
|
33
33
|
DescribeNodeFromTemplateJobCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeNodeFromTemplateJobCommand extends DescribeNodeFromTemplateJobCommand_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
|
DescribePackageRequest,
|
|
@@ -18,7 +18,7 @@ export interface DescribePackageCommandOutput
|
|
|
18
18
|
declare const DescribePackageCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribePackageCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribePackageCommandInput,
|
|
23
23
|
DescribePackageCommandOutput,
|
|
24
24
|
PanoramaClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribePackageCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribePackageCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribePackageCommandInput,
|
|
32
32
|
DescribePackageCommandOutput,
|
|
33
33
|
PanoramaClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribePackageCommand extends DescribePackageCommand_base {
|
|
40
42
|
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
|
DescribePackageImportJobRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribePackageImportJobCommandOutput
|
|
|
19
19
|
declare const DescribePackageImportJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribePackageImportJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribePackageImportJobCommandInput,
|
|
24
24
|
DescribePackageImportJobCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribePackageImportJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribePackageImportJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribePackageImportJobCommandInput,
|
|
33
33
|
DescribePackageImportJobCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribePackageImportJobCommand extends DescribePackageImportJobCommand_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
|
DescribePackageVersionRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribePackageVersionCommandOutput
|
|
|
19
19
|
declare const DescribePackageVersionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribePackageVersionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribePackageVersionCommandInput,
|
|
24
24
|
DescribePackageVersionCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribePackageVersionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribePackageVersionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribePackageVersionCommandInput,
|
|
33
33
|
DescribePackageVersionCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_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
|
ListApplicationInstanceDependenciesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListApplicationInstanceDependenciesCommandOutput
|
|
|
19
19
|
declare const ListApplicationInstanceDependenciesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListApplicationInstanceDependenciesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListApplicationInstanceDependenciesCommandInput,
|
|
24
24
|
ListApplicationInstanceDependenciesCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListApplicationInstanceDependenciesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListApplicationInstanceDependenciesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListApplicationInstanceDependenciesCommandInput,
|
|
33
33
|
ListApplicationInstanceDependenciesCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListApplicationInstanceDependenciesCommand extends ListApplicationInstanceDependenciesCommand_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
|
ListApplicationInstanceNodeInstancesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListApplicationInstanceNodeInstancesCommandOutput
|
|
|
19
19
|
declare const ListApplicationInstanceNodeInstancesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListApplicationInstanceNodeInstancesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListApplicationInstanceNodeInstancesCommandInput,
|
|
24
24
|
ListApplicationInstanceNodeInstancesCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListApplicationInstanceNodeInstancesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListApplicationInstanceNodeInstancesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListApplicationInstanceNodeInstancesCommandInput,
|
|
33
33
|
ListApplicationInstanceNodeInstancesCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListApplicationInstanceNodeInstancesCommand extends ListApplicationInstanceNodeInstancesCommand_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
|
ListApplicationInstancesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListApplicationInstancesCommandOutput
|
|
|
19
19
|
declare const ListApplicationInstancesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListApplicationInstancesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListApplicationInstancesCommandInput,
|
|
24
24
|
ListApplicationInstancesCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListApplicationInstancesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListApplicationInstancesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListApplicationInstancesCommandInput,
|
|
33
33
|
ListApplicationInstancesCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListApplicationInstancesCommand extends ListApplicationInstancesCommand_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 { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListDevicesCommandOutput
|
|
|
15
15
|
declare const ListDevicesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListDevicesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListDevicesCommandInput,
|
|
20
20
|
ListDevicesCommandOutput,
|
|
21
21
|
PanoramaClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListDevicesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListDevicesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListDevicesCommandInput,
|
|
29
29
|
ListDevicesCommandOutput,
|
|
30
30
|
PanoramaClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListDevicesCommand extends ListDevicesCommand_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
|
ListDevicesJobsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListDevicesJobsCommandOutput
|
|
|
18
18
|
declare const ListDevicesJobsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListDevicesJobsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListDevicesJobsCommandInput,
|
|
23
23
|
ListDevicesJobsCommandOutput,
|
|
24
24
|
PanoramaClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListDevicesJobsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListDevicesJobsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListDevicesJobsCommandInput,
|
|
32
32
|
ListDevicesJobsCommandOutput,
|
|
33
33
|
PanoramaClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListDevicesJobsCommand extends ListDevicesJobsCommand_base {
|
|
40
42
|
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
|
ListNodeFromTemplateJobsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListNodeFromTemplateJobsCommandOutput
|
|
|
19
19
|
declare const ListNodeFromTemplateJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListNodeFromTemplateJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListNodeFromTemplateJobsCommandInput,
|
|
24
24
|
ListNodeFromTemplateJobsCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListNodeFromTemplateJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListNodeFromTemplateJobsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListNodeFromTemplateJobsCommandInput,
|
|
33
33
|
ListNodeFromTemplateJobsCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListNodeFromTemplateJobsCommand extends ListNodeFromTemplateJobsCommand_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 { ListNodesRequest, ListNodesResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,9 +13,7 @@ export interface ListNodesCommandOutput
|
|
|
13
13
|
extends ListNodesResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListNodesCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListNodesCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListNodesCommandInput,
|
|
20
18
|
ListNodesCommandOutput,
|
|
21
19
|
PanoramaClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const ListNodesCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [ListNodesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
ListNodesCommandInput,
|
|
29
27
|
ListNodesCommandOutput,
|
|
30
28
|
PanoramaClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class ListNodesCommand extends ListNodesCommand_base {
|
|
37
37
|
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
|
ListPackageImportJobsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListPackageImportJobsCommandOutput
|
|
|
19
19
|
declare const ListPackageImportJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPackageImportJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPackageImportJobsCommandInput,
|
|
24
24
|
ListPackageImportJobsCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPackageImportJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListPackageImportJobsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPackageImportJobsCommandInput,
|
|
33
33
|
ListPackageImportJobsCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListPackageImportJobsCommand extends ListPackageImportJobsCommand_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 { ListPackagesRequest, ListPackagesResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListPackagesCommandOutput
|
|
|
15
15
|
declare const ListPackagesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListPackagesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListPackagesCommandInput,
|
|
20
20
|
ListPackagesCommandOutput,
|
|
21
21
|
PanoramaClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListPackagesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListPackagesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListPackagesCommandInput,
|
|
29
29
|
ListPackagesCommandOutput,
|
|
30
30
|
PanoramaClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListPackagesCommand extends ListPackagesCommand_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
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
PanoramaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
PanoramaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|