@aws-sdk/client-iotthingsgraph 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 +86 -87
- package/dist-cjs/models/IoTThingsGraphServiceException.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/IoTThingsGraph.js +1 -1
- package/dist-es/IoTThingsGraphClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateEntityToThingCommand.js +2 -2
- package/dist-es/commands/CreateFlowTemplateCommand.js +2 -2
- package/dist-es/commands/CreateSystemInstanceCommand.js +2 -2
- package/dist-es/commands/CreateSystemTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteFlowTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteSystemInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteSystemTemplateCommand.js +2 -2
- package/dist-es/commands/DeploySystemInstanceCommand.js +2 -2
- package/dist-es/commands/DeprecateFlowTemplateCommand.js +2 -2
- package/dist-es/commands/DeprecateSystemTemplateCommand.js +2 -2
- package/dist-es/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-es/commands/DissociateEntityFromThingCommand.js +2 -2
- package/dist-es/commands/GetEntitiesCommand.js +2 -2
- package/dist-es/commands/GetFlowTemplateCommand.js +2 -2
- package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +2 -2
- package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +2 -2
- package/dist-es/commands/GetSystemInstanceCommand.js +2 -2
- package/dist-es/commands/GetSystemTemplateCommand.js +2 -2
- package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +2 -2
- package/dist-es/commands/GetUploadStatusCommand.js +2 -2
- package/dist-es/commands/ListFlowExecutionMessagesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/SearchEntitiesCommand.js +2 -2
- package/dist-es/commands/SearchFlowExecutionsCommand.js +2 -2
- package/dist-es/commands/SearchFlowTemplatesCommand.js +2 -2
- package/dist-es/commands/SearchSystemInstancesCommand.js +2 -2
- package/dist-es/commands/SearchSystemTemplatesCommand.js +2 -2
- package/dist-es/commands/SearchThingsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UndeploySystemInstanceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFlowTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateSystemTemplateCommand.js +2 -2
- package/dist-es/commands/UploadEntityDefinitionsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/IoTThingsGraphServiceException.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/IoTThingsGraphClient.d.ts +5 -5
- package/dist-types/commands/AssociateEntityToThingCommand.d.ts +6 -4
- package/dist-types/commands/CreateFlowTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateSystemInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateSystemTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeploySystemInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +6 -4
- package/dist-types/commands/GetEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/GetFlowTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetSystemInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetSystemTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/GetUploadStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/SearchEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/SearchSystemInstancesCommand.d.ts +6 -4
- package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/SearchThingsCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UploadEntityDefinitionsCommand.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/IoTThingsGraphServiceException.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/IoTThingsGraphClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.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/IoTThingsGraphServiceException.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,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultIoTThingsGraphHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -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 { AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput } from "./commands/AssociateEntityToThingCommand";
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateEntityToThingCommandInput extends AssociateEntityToThi
|
|
|
22
22
|
export interface AssociateEntityToThingCommandOutput extends AssociateEntityToThingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateEntityToThingCommand_base: {
|
|
25
|
-
new (input: AssociateEntityToThingCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateEntityToThingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateEntityToThingCommandInput): import("@smithy/core/client").CommandImpl<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateEntityToThingCommandInput): import("@smithy/core/client").CommandImpl<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a device with a concrete thing that is in the user's registry.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateFlowTemplateCommandInput extends CreateFlowTemplateReques
|
|
|
22
22
|
export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFlowTemplateCommand_base: {
|
|
25
|
-
new (input: CreateFlowTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateFlowTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateSystemInstanceCommandInput extends CreateSystemInstanceRe
|
|
|
22
22
|
export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSystemInstanceCommand_base: {
|
|
25
|
-
new (input: CreateSystemInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSystemInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSystemInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateSystemInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a system 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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateSystemTemplateCommandInput extends CreateSystemTemplateRe
|
|
|
22
22
|
export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSystemTemplateCommand_base: {
|
|
25
|
-
new (input: CreateSystemTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSystemTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a system. The system is validated against the entities in the
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteFlowTemplateCommandInput extends DeleteFlowTemplateReques
|
|
|
22
22
|
export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFlowTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteFlowTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteFlowTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy.
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
|
|
|
22
22
|
export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteNamespaceCommand_base: {
|
|
25
|
-
new (input: DeleteNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteNamespaceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteNamespaceCommandInput]): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSystemInstanceCommandInput extends DeleteSystemInstanceRe
|
|
|
22
22
|
export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSystemInstanceCommand_base: {
|
|
25
|
-
new (input: DeleteSystemInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteSystemInstanceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSystemInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteSystemInstanceCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a system instance.
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSystemTemplateCommandInput extends DeleteSystemTemplateRe
|
|
|
22
22
|
export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSystemTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteSystemTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSystemTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a system. New deployments can't contain the system after its deletion.
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeploySystemInstanceCommandInput extends DeploySystemInstanceRe
|
|
|
22
22
|
export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeploySystemInstanceCommand_base: {
|
|
25
|
-
new (input: DeploySystemInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeploySystemInstanceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeploySystemInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeploySystemInstanceCommandInput]): import("@smithy/core/client").CommandImpl<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeprecateFlowTemplateCommandInput extends DeprecateFlowTemplate
|
|
|
22
22
|
export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeprecateFlowTemplateCommand_base: {
|
|
25
|
-
new (input: DeprecateFlowTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeprecateFlowTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeprecateFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeprecateFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeprecateSystemTemplateCommandInput extends DeprecateSystemTemp
|
|
|
22
22
|
export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeprecateSystemTemplateCommand_base: {
|
|
25
|
-
new (input: DeprecateSystemTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeprecateSystemTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeprecateSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeprecateSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deprecates the specified system.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeNamespaceCommandInput extends DescribeNamespaceRequest
|
|
|
22
22
|
export interface DescribeNamespaceCommandOutput extends DescribeNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeNamespaceCommand_base: {
|
|
25
|
-
new (input: DescribeNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeNamespaceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeNamespaceCommandInput]): import("@smithy/core/client").CommandImpl<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the latest version of the user's namespace and the public version that it is tracking.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DissociateEntityFromThingCommandInput extends DissociateEntityF
|
|
|
22
22
|
export interface DissociateEntityFromThingCommandOutput extends DissociateEntityFromThingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DissociateEntityFromThingCommand_base: {
|
|
25
|
-
new (input: DissociateEntityFromThingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DissociateEntityFromThingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DissociateEntityFromThingCommandInput): import("@smithy/core/client").CommandImpl<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DissociateEntityFromThingCommandInput): import("@smithy/core/client").CommandImpl<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEntitiesCommandInput extends GetEntitiesRequest {
|
|
|
22
22
|
export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEntitiesCommand_base: {
|
|
25
|
-
new (input: GetEntitiesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetEntitiesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEntitiesCommandInput): import("@smithy/core/client").CommandImpl<GetEntitiesCommandInput, GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetEntitiesCommandInput): import("@smithy/core/client").CommandImpl<GetEntitiesCommandInput, GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {
|
|
|
22
22
|
export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFlowTemplateCommand_base: {
|
|
25
|
-
new (input: GetFlowTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFlowTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFlowTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the latest version of the <code>DefinitionDocument</code> and <code>FlowTemplateSummary</code> for the specified workflow.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFlowTemplateRevisionsCommandInput extends GetFlowTemplateRev
|
|
|
22
22
|
export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRevisionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFlowTemplateRevisionsCommand_base: {
|
|
25
|
-
new (input: GetFlowTemplateRevisionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFlowTemplateRevisionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFlowTemplateRevisionsCommandInput): import("@smithy/core/client").CommandImpl<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFlowTemplateRevisionsCommandInput): import("@smithy/core/client").CommandImpl<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetNamespaceDeletionStatusCommandInput extends GetNamespaceDele
|
|
|
22
22
|
export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDeletionStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetNamespaceDeletionStatusCommand_base: {
|
|
25
|
-
new (input: GetNamespaceDeletionStatusCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetNamespaceDeletionStatusCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetNamespaceDeletionStatusCommandInput): import("@smithy/core/client").CommandImpl<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetNamespaceDeletionStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the status of a namespace deletion task.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetSystemInstanceRequest, GetSystemInstanceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSystemInstanceCommandInput extends GetSystemInstanceRequest
|
|
|
22
22
|
export interface GetSystemInstanceCommandOutput extends GetSystemInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSystemInstanceCommand_base: {
|
|
25
|
-
new (input: GetSystemInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSystemInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSystemInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSystemInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a system 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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetSystemTemplateRequest, GetSystemTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSystemTemplateCommandInput extends GetSystemTemplateRequest
|
|
|
22
22
|
export interface GetSystemTemplateCommandOutput extends GetSystemTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSystemTemplateCommand_base: {
|
|
25
|
-
new (input: GetSystemTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSystemTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSystemTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a system.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetSystemTemplateRevisionsRequest, GetSystemTemplateRevisionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSystemTemplateRevisionsCommandInput extends GetSystemTemplat
|
|
|
22
22
|
export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTemplateRevisionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSystemTemplateRevisionsCommand_base: {
|
|
25
|
-
new (input: GetSystemTemplateRevisionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSystemTemplateRevisionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSystemTemplateRevisionsCommandInput): import("@smithy/core/client").CommandImpl<GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSystemTemplateRevisionsCommandInput): import("@smithy/core/client").CommandImpl<GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return
|
|
@@ -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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { GetUploadStatusRequest, GetUploadStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {
|
|
|
22
22
|
export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetUploadStatusCommand_base: {
|
|
25
|
-
new (input: GetUploadStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetUploadStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetUploadStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUploadStatusCommandInput, GetUploadStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetUploadStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUploadStatusCommandInput, GetUploadStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the status of the specified upload.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { ListFlowExecutionMessagesRequest, ListFlowExecutionMessagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFlowExecutionMessagesCommandInput extends ListFlowExecution
|
|
|
22
22
|
export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutionMessagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFlowExecutionMessagesCommand_base: {
|
|
25
|
-
new (input: ListFlowExecutionMessagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFlowExecutionMessagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFlowExecutionMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFlowExecutionMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of objects that contain information about events in a flow execution.</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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all tags on an AWS IoT Things Graph 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 { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
4
4
|
import type { SearchEntitiesRequest, SearchEntitiesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchEntitiesCommandInput extends SearchEntitiesRequest {
|
|
|
22
22
|
export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchEntitiesCommand_base: {
|
|
25
|
-
new (input: SearchEntitiesCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchEntitiesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchEntitiesCommandInput): import("@smithy/core/client").CommandImpl<SearchEntitiesCommandInput, SearchEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchEntitiesCommandInput): import("@smithy/core/client").CommandImpl<SearchEntitiesCommandInput, SearchEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.</p>
|