@aws-sdk/client-panorama 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 +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,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput } from "./commands/CreateApplicationInstanceCommand";
|
|
@@ -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 { CreateApplicationInstanceRequest, CreateApplicationInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationInstanceCommandInput extends CreateApplication
|
|
|
22
22
|
export interface CreateApplicationInstanceCommandOutput extends CreateApplicationInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationInstanceCommand_base: {
|
|
25
|
-
new (input: CreateApplicationInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an application instance and deploys it to a device.</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 { CreateJobForDevicesRequest, CreateJobForDevicesResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateJobForDevicesCommandInput extends CreateJobForDevicesRequ
|
|
|
22
22
|
export interface CreateJobForDevicesCommandOutput extends CreateJobForDevicesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateJobForDevicesCommand_base: {
|
|
25
|
-
new (input: CreateJobForDevicesCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateJobForDevicesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateJobForDevicesCommandInput): import("@smithy/core/client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateJobForDevicesCommandInput): import("@smithy/core/client").CommandImpl<CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a job to run on a device. A job can update a device's software or reboot it.</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 { CreateNodeFromTemplateJobRequest, CreateNodeFromTemplateJobResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateNodeFromTemplateJobCommandInput extends CreateNodeFromTem
|
|
|
22
22
|
export interface CreateNodeFromTemplateJobCommandOutput extends CreateNodeFromTemplateJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNodeFromTemplateJobCommand_base: {
|
|
25
|
-
new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a camera stream node.</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 { CreatePackageRequest, CreatePackageResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface CreatePackageCommandInput extends CreatePackageRequest {
|
|
|
22
22
|
export interface CreatePackageCommandOutput extends CreatePackageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePackageCommand_base: {
|
|
25
|
-
new (input: CreatePackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePackageCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a package and storage location in an Amazon S3 access point.</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 { CreatePackageImportJobRequest, CreatePackageImportJobResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface CreatePackageImportJobCommandInput extends CreatePackageImportJ
|
|
|
22
22
|
export interface CreatePackageImportJobCommandOutput extends CreatePackageImportJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePackageImportJobCommand_base: {
|
|
25
|
-
new (input: CreatePackageImportJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePackageImportJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports a node 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 { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDeviceCommandInput extends DeleteDeviceRequest {
|
|
|
22
22
|
export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDeviceCommand_base: {
|
|
25
|
-
new (input: DeleteDeviceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDeviceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a device.</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 { DeletePackageRequest, DeletePackageResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DeletePackageCommandInput extends DeletePackageRequest {
|
|
|
22
22
|
export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePackageCommand_base: {
|
|
25
|
-
new (input: DeletePackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePackageCommandInput): import("@smithy/core/client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a 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 { DeregisterPackageVersionRequest, DeregisterPackageVersionResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterPackageVersionCommandInput extends DeregisterPackageV
|
|
|
22
22
|
export interface DeregisterPackageVersionCommandOutput extends DeregisterPackageVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterPackageVersionCommand_base: {
|
|
25
|
-
new (input: DeregisterPackageVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterPackageVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deregisters a package version.</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 { DescribeApplicationInstanceRequest, DescribeApplicationInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationInstanceCommandInput extends DescribeApplica
|
|
|
22
22
|
export interface DescribeApplicationInstanceCommandOutput extends DescribeApplicationInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationInstanceCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an application instance on a device.</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 { DescribeApplicationInstanceDetailsRequest, DescribeApplicationInstanceDetailsResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationInstanceDetailsCommandInput extends Describe
|
|
|
22
22
|
export interface DescribeApplicationInstanceDetailsCommandOutput extends DescribeApplicationInstanceDetailsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationInstanceDetailsCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationInstanceDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an application instance's configuration manifest.</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 { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDeviceCommandInput extends DescribeDeviceRequest {
|
|
|
22
22
|
export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDeviceCommand_base: {
|
|
25
|
-
new (input: DescribeDeviceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeDeviceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDeviceCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeDeviceCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceCommandInput, DescribeDeviceCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a device.</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 { DescribeDeviceJobRequest, DescribeDeviceJobResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDeviceJobCommandInput extends DescribeDeviceJobRequest
|
|
|
22
22
|
export interface DescribeDeviceJobCommandOutput extends DescribeDeviceJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDeviceJobCommand_base: {
|
|
25
|
-
new (input: DescribeDeviceJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeDeviceJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDeviceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeDeviceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a device job.</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 { DescribeNodeRequest, DescribeNodeResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeNodeCommandInput extends DescribeNodeRequest {
|
|
|
22
22
|
export interface DescribeNodeCommandOutput extends DescribeNodeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeNodeCommand_base: {
|
|
25
|
-
new (input: DescribeNodeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeNodeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeNodeCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeNodeCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeCommandInput, DescribeNodeCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a node.</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 { DescribeNodeFromTemplateJobRequest, DescribeNodeFromTemplateJobResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeNodeFromTemplateJobCommandInput extends DescribeNodeFro
|
|
|
22
22
|
export interface DescribeNodeFromTemplateJobCommandOutput extends DescribeNodeFromTemplateJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeNodeFromTemplateJobCommand_base: {
|
|
25
|
-
new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeNodeFromTemplateJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a job to create a camera stream node.</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 { DescribePackageRequest, DescribePackageResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribePackageCommandInput extends DescribePackageRequest {
|
|
|
22
22
|
export interface DescribePackageCommandOutput extends DescribePackageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePackageCommand_base: {
|
|
25
|
-
new (input: DescribePackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribePackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePackageCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribePackageCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a 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 { DescribePackageImportJobRequest, DescribePackageImportJobResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribePackageImportJobCommandInput extends DescribePackageImp
|
|
|
22
22
|
export interface DescribePackageImportJobCommandOutput extends DescribePackageImportJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePackageImportJobCommand_base: {
|
|
25
|
-
new (input: DescribePackageImportJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribePackageImportJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribePackageImportJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a package import job.</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 { DescribePackageVersionRequest, DescribePackageVersionResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribePackageVersionCommandInput extends DescribePackageVersi
|
|
|
22
22
|
export interface DescribePackageVersionCommandOutput extends DescribePackageVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePackageVersionCommand_base: {
|
|
25
|
-
new (input: DescribePackageVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribePackageVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribePackageVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a package version.</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 { ListApplicationInstanceDependenciesRequest, ListApplicationInstanceDependenciesResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationInstanceDependenciesCommandInput extends ListApp
|
|
|
22
22
|
export interface ListApplicationInstanceDependenciesCommandOutput extends ListApplicationInstanceDependenciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationInstanceDependenciesCommand_base: {
|
|
25
|
-
new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListApplicationInstanceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of application instance dependencies.</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 { ListApplicationInstanceNodeInstancesRequest, ListApplicationInstanceNodeInstancesResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationInstanceNodeInstancesCommandInput extends ListAp
|
|
|
22
22
|
export interface ListApplicationInstanceNodeInstancesCommandOutput extends ListApplicationInstanceNodeInstancesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationInstanceNodeInstancesCommand_base: {
|
|
25
|
-
new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListApplicationInstanceNodeInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of application node instances.</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 { ListApplicationInstancesRequest, ListApplicationInstancesResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationInstancesCommandInput extends ListApplicationIns
|
|
|
22
22
|
export interface ListApplicationInstancesCommandOutput extends ListApplicationInstancesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationInstancesCommand_base: {
|
|
25
|
-
new (input: ListApplicationInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListApplicationInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApplicationInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of application instances.</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 { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDevicesCommandInput extends ListDevicesRequest {
|
|
|
22
22
|
export interface ListDevicesCommandOutput extends ListDevicesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDevicesCommand_base: {
|
|
25
|
-
new (input: ListDevicesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDevicesCommandInput): import("@smithy/core/client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/core/client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of devices.</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 { ListDevicesJobsRequest, ListDevicesJobsResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDevicesJobsCommandInput extends ListDevicesJobsRequest {
|
|
|
22
22
|
export interface ListDevicesJobsCommandOutput extends ListDevicesJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDevicesJobsCommand_base: {
|
|
25
|
-
new (input: ListDevicesJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDevicesJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDevicesJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDevicesJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of jobs.</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 { ListNodeFromTemplateJobsRequest, ListNodeFromTemplateJobsResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface ListNodeFromTemplateJobsCommandInput extends ListNodeFromTempla
|
|
|
22
22
|
export interface ListNodeFromTemplateJobsCommandOutput extends ListNodeFromTemplateJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListNodeFromTemplateJobsCommand_base: {
|
|
25
|
-
new (input: ListNodeFromTemplateJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListNodeFromTemplateJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListNodeFromTemplateJobsCommandInput): import("@smithy/core/client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListNodeFromTemplateJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of camera stream node jobs.</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 { ListNodesRequest, ListNodesResponse } from "../models/models_0";
|
|
4
4
|
import type { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient";
|
|
@@ -22,9 +22,11 @@ export interface ListNodesCommandInput extends ListNodesRequest {
|
|
|
22
22
|
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListNodesCommand_base: {
|
|
25
|
-
new (input: ListNodesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListNodesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListNodesCommandInput]): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of nodes.</p>
|