@aws-sdk/client-iot-managed-integrations 3.774.0 → 3.777.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/IoTManagedIntegrationsClient.js +2 -1
- package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/endpoint/EndpointParameters.js +2 -3
- package/dist-cjs/runtimeExtensions.js +2 -14
- package/dist-es/IoTManagedIntegrationsClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/CreateCredentialLockerCommand.d.ts +1 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +1 -0
- package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateManagedThingCommand.d.ts +1 -0
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateOtaTaskCommand.d.ts +1 -0
- package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteManagedThingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteOtaTaskCommand.d.ts +1 -0
- package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetCredentialLockerCommand.d.ts +1 -0
- package/dist-types/commands/GetCustomEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetDestinationCommand.d.ts +1 -0
- package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +1 -0
- package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetHubConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +1 -0
- package/dist-types/commands/GetManagedThingCommand.d.ts +1 -0
- package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +1 -0
- package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +1 -0
- package/dist-types/commands/GetManagedThingStateCommand.d.ts +1 -0
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetOtaTaskCommand.d.ts +1 -0
- package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetProvisioningProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +54 -53
- package/dist-types/commands/ListCredentialLockersCommand.d.ts +1 -0
- package/dist-types/commands/ListDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +1 -0
- package/dist-types/commands/ListManagedThingsCommand.d.ts +1 -0
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListOtaTasksCommand.d.ts +1 -0
- package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +1 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +27 -26
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutHubConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +1 -0
- package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/SendManagedThingCommandCommand.d.ts +1 -0
- package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateManagedThingCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateOtaTaskCommand.d.ts +1 -0
- package/package.json +33 -33
|
@@ -20,6 +20,8 @@ class IoTManagedIntegrationsClient extends smithy_client_1.Client {
|
|
|
20
20
|
config;
|
|
21
21
|
constructor(...[configuration]) {
|
|
22
22
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
23
|
+
super(_config_0);
|
|
24
|
+
this.initConfig = _config_0;
|
|
23
25
|
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
24
26
|
const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
|
|
25
27
|
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
@@ -28,7 +30,6 @@ class IoTManagedIntegrationsClient extends smithy_client_1.Client {
|
|
|
28
30
|
const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
|
|
29
31
|
const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
|
|
30
32
|
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
31
|
-
super(_config_8);
|
|
32
33
|
this.config = _config_8;
|
|
33
34
|
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
34
35
|
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
@@ -40,8 +40,6 @@ const defaultIoTManagedIntegrationsHttpAuthSchemeProvider = (authParameters) =>
|
|
|
40
40
|
exports.defaultIoTManagedIntegrationsHttpAuthSchemeProvider = defaultIoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
41
41
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
42
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
-
return {
|
|
44
|
-
...config_0,
|
|
45
|
-
};
|
|
43
|
+
return Object.assign(config_0, {});
|
|
46
44
|
};
|
|
47
45
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
5
|
+
return Object.assign(options, {
|
|
7
6
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
8
7
|
defaultSigningName: "iotmanagedintegrations",
|
|
9
|
-
};
|
|
8
|
+
});
|
|
10
9
|
};
|
|
11
10
|
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
12
11
|
exports.commonParams = {
|
|
@@ -5,21 +5,9 @@ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
|
|
|
5
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const httpAuthExtensionConfiguration_1 = require("./auth/httpAuthExtensionConfiguration");
|
|
8
|
-
const asPartial = (t) => t;
|
|
9
8
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
10
|
-
const extensionConfiguration =
|
|
11
|
-
...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
12
|
-
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
13
|
-
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
14
|
-
...asPartial((0, httpAuthExtensionConfiguration_1.getHttpAuthExtensionConfiguration)(runtimeConfig)),
|
|
15
|
-
};
|
|
9
|
+
const extensionConfiguration = Object.assign((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig), (0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig), (0, httpAuthExtensionConfiguration_1.getHttpAuthExtensionConfiguration)(runtimeConfig));
|
|
16
10
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
17
|
-
return
|
|
18
|
-
...runtimeConfig,
|
|
19
|
-
...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
20
|
-
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
21
|
-
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
22
|
-
...(0, httpAuthExtensionConfiguration_1.resolveHttpAuthRuntimeConfig)(extensionConfiguration),
|
|
23
|
-
};
|
|
11
|
+
return Object.assign(runtimeConfig, (0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration), (0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration), (0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration), (0, httpAuthExtensionConfiguration_1.resolveHttpAuthRuntimeConfig)(extensionConfiguration));
|
|
24
12
|
};
|
|
25
13
|
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|
@@ -17,6 +17,8 @@ export class IoTManagedIntegrationsClient extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class IoTManagedIntegrationsClient extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -35,7 +35,5 @@ export const defaultIoTManagedIntegrationsHttpAuthSchemeProvider = (authParamete
|
|
|
35
35
|
};
|
|
36
36
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
37
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
-
return {
|
|
39
|
-
...config_0,
|
|
40
|
-
};
|
|
38
|
+
return Object.assign(config_0, {});
|
|
41
39
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
5
4
|
defaultSigningName: "iotmanagedintegrations",
|
|
6
|
-
};
|
|
5
|
+
});
|
|
7
6
|
};
|
|
8
7
|
export const commonParams = {
|
|
9
8
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -83,6 +83,7 @@ declare const CreateCredentialLockerCommand_base: {
|
|
|
83
83
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateCredentialLockerCommand extends CreateCredentialLockerCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateDestinationCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateDestinationCommand extends CreateDestinationCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const CreateEventLogConfigurationCommand_base: {
|
|
|
77
77
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateEventLogConfigurationCommand extends CreateEventLogConfigurationCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const CreateManagedThingCommand_base: {
|
|
|
127
127
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class CreateManagedThingCommand extends CreateManagedThingCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const CreateNotificationConfigurationCommand_base: {
|
|
|
76
76
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateNotificationConfigurationCommand extends CreateNotificationConfigurationCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const CreateOtaTaskCommand_base: {
|
|
|
104
104
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class CreateOtaTaskCommand extends CreateOtaTaskCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateOtaTaskConfigurationCommand_base: {
|
|
|
98
98
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateOtaTaskConfigurationCommand extends CreateOtaTaskConfigurationCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const CreateProvisioningProfileCommand_base: {
|
|
|
89
89
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class CreateProvisioningProfileCommand extends CreateProvisioningProfileCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteCredentialLockerCommand_base: {
|
|
|
75
75
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteCredentialLockerCommand extends DeleteCredentialLockerCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteDestinationCommand_base: {
|
|
|
68
68
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteDestinationCommand extends DeleteDestinationCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteEventLogConfigurationCommand_base: {
|
|
|
68
68
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteEventLogConfigurationCommand extends DeleteEventLogConfigurationCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteManagedThingCommand_base: {
|
|
|
80
80
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteManagedThingCommand extends DeleteManagedThingCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteNotificationConfigurationCommand_base: {
|
|
|
68
68
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteNotificationConfigurationCommand extends DeleteNotificationConfigurationCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteOtaTaskCommand_base: {
|
|
|
68
68
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteOtaTaskCommand extends DeleteOtaTaskCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteOtaTaskConfigurationCommand_base: {
|
|
|
68
68
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteOtaTaskConfigurationCommand extends DeleteOtaTaskConfigurationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteProvisioningProfileCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteProvisioningProfileCommand extends DeleteProvisioningProfileCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetCredentialLockerCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetCredentialLockerCommand extends GetCredentialLockerCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetCustomEndpointCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetCustomEndpointCommand extends GetCustomEndpointCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetDefaultEncryptionConfigurationCommand_base: {
|
|
|
83
83
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetDefaultEncryptionConfigurationCommand extends GetDefaultEncryptionConfigurationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetDestinationCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetDestinationCommand extends GetDestinationCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetDeviceDiscoveryCommand_base: {
|
|
|
86
86
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetDeviceDiscoveryCommand extends GetDeviceDiscoveryCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetEventLogConfigurationCommand_base: {
|
|
|
73
73
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetEventLogConfigurationCommand extends GetEventLogConfigurationCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetHubConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetHubConfigurationCommand extends GetHubConfigurationCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const GetManagedThingCapabilitiesCommand_base: {
|
|
|
105
105
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class GetManagedThingCapabilitiesCommand extends GetManagedThingCapabilitiesCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const GetManagedThingCommand_base: {
|
|
|
104
104
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetManagedThingCommand extends GetManagedThingCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetManagedThingConnectivityDataCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetManagedThingConnectivityDataCommand extends GetManagedThingConnectivityDataCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetManagedThingMetaDataCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetManagedThingMetaDataCommand extends GetManagedThingMetaDataCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetManagedThingStateCommand_base: {
|
|
|
87
87
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetManagedThingStateCommand extends GetManagedThingStateCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetNotificationConfigurationCommand_base: {
|
|
|
76
76
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetOtaTaskCommand_base: {
|
|
|
116
116
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetOtaTaskCommand extends GetOtaTaskCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetOtaTaskConfigurationCommand_base: {
|
|
|
99
99
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetOtaTaskConfigurationCommand extends GetOtaTaskConfigurationCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetProvisioningProfileCommand_base: {
|
|
|
83
83
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetProvisioningProfileCommand extends GetProvisioningProfileCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetRuntimeLogConfigurationCommand_base: {
|
|
|
81
81
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetRuntimeLogConfigurationCommand extends GetRuntimeLogConfigurationCommand_base {
|
|
@@ -84,104 +84,105 @@ declare const GetSchemaVersionCommand_base: {
|
|
|
84
84
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
86
86
|
*
|
|
87
|
-
*
|
|
87
|
+
*
|
|
88
88
|
* @example GetSchemaVersion happy path for an example schema version.
|
|
89
89
|
* ```javascript
|
|
90
90
|
* //
|
|
91
91
|
* const input = {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
92
|
+
* SchemaVersionedId: "matter.ColorControl@$latest",
|
|
93
|
+
* Type: "capability"
|
|
94
94
|
* };
|
|
95
95
|
* const command = new GetSchemaVersionCommand(input);
|
|
96
96
|
* const response = await client.send(command);
|
|
97
|
-
* /* response
|
|
97
|
+
* /* response is
|
|
98
98
|
* {
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
* "actions": [
|
|
99
|
+
* Description: "The Color Control cluster defined as Harmony Capability.",
|
|
100
|
+
* Namespace: "matter",
|
|
101
|
+
* Schema: {
|
|
102
|
+
* $defs: { /* empty *\/ },
|
|
103
|
+
* $id: "matter.ColorControl@1.3",
|
|
104
|
+
* $ref: "aws.capability@1.0",
|
|
105
|
+
* actions: [
|
|
107
106
|
* {
|
|
108
|
-
*
|
|
107
|
+
* $ref: "aws.action.ReadState@1.0"
|
|
109
108
|
* },
|
|
110
109
|
* {
|
|
111
|
-
*
|
|
110
|
+
* $ref: "aws.action.UpdateState@1.0"
|
|
112
111
|
* },
|
|
113
112
|
* {
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
* "
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
113
|
+
* extrinsicId: "0x00",
|
|
114
|
+
* name: "MoveToHue",
|
|
115
|
+
* request: {
|
|
116
|
+
* parameters: {
|
|
117
|
+
* Hue: {
|
|
118
|
+
* extrinsicId: "0",
|
|
119
|
+
* value: {
|
|
120
|
+
* $ref: "aws.integer@1.0"
|
|
121
|
+
* }
|
|
123
122
|
* }
|
|
124
123
|
* }
|
|
125
124
|
* }
|
|
126
125
|
* }
|
|
127
126
|
* ],
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
* "
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
127
|
+
* description: "The Color Control cluster defined as Harmony Capability.",
|
|
128
|
+
* events: [],
|
|
129
|
+
* extrinsicId: "0x0300",
|
|
130
|
+
* extrinsicVersion: "14",
|
|
131
|
+
* name: "Color Control",
|
|
132
|
+
* properties: {
|
|
133
|
+
* CurrentHue: {
|
|
134
|
+
* mutable: false,
|
|
135
|
+
* value: {
|
|
136
|
+
* $ref: "aws.integer@1.0"
|
|
137
|
+
* }
|
|
138
138
|
* }
|
|
139
139
|
* },
|
|
140
|
-
*
|
|
140
|
+
* title: "Color Control Cluster"
|
|
141
141
|
* },
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
142
|
+
* SchemaId: "matter.ColorControl",
|
|
143
|
+
* SemanticVersion: "1.3",
|
|
144
|
+
* Type: "capability"
|
|
145
145
|
* }
|
|
146
146
|
* *\/
|
|
147
|
-
* // example id: example-1
|
|
148
147
|
* ```
|
|
149
148
|
*
|
|
150
149
|
* @example GetSchemaVersion happy path for an example schema version.
|
|
151
150
|
* ```javascript
|
|
152
151
|
* //
|
|
153
152
|
* const input = {
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
153
|
+
* Format: "ZCL",
|
|
154
|
+
* SchemaVersionedId: "matter.ColorControl@1.3",
|
|
155
|
+
* Type: "capability"
|
|
157
156
|
* };
|
|
158
157
|
* const command = new GetSchemaVersionCommand(input);
|
|
159
158
|
* const response = await client.send(command);
|
|
160
|
-
* /* response
|
|
159
|
+
* /* response is
|
|
161
160
|
* {
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
161
|
+
* Description: "The Color Control cluster defined as Harmony Capability.",
|
|
162
|
+
* Namespace: "matter",
|
|
163
|
+
* Schema: { /* empty *\/ },
|
|
164
|
+
* SchemaId: "matter.ColorControl",
|
|
165
|
+
* SemanticVersion: "1.3",
|
|
166
|
+
* Type: "capability"
|
|
168
167
|
* }
|
|
169
168
|
* *\/
|
|
170
|
-
* // example id: example-2
|
|
171
169
|
* ```
|
|
172
170
|
*
|
|
173
171
|
* @example GetSchemaVersion error path for an example schema version that does not exist.
|
|
174
172
|
* ```javascript
|
|
175
173
|
* //
|
|
176
174
|
* const input = {
|
|
177
|
-
*
|
|
178
|
-
*
|
|
175
|
+
* SchemaVersionedId: "matter.ColorControl@$latest",
|
|
176
|
+
* Type: "capability"
|
|
179
177
|
* };
|
|
180
178
|
* const command = new GetSchemaVersionCommand(input);
|
|
181
|
-
* await client.send(command);
|
|
182
|
-
*
|
|
179
|
+
* const response = await client.send(command);
|
|
180
|
+
* /* response is
|
|
181
|
+
* { /* metadata only *\/ }
|
|
182
|
+
* *\/
|
|
183
183
|
* ```
|
|
184
184
|
*
|
|
185
|
+
* @public
|
|
185
186
|
*/
|
|
186
187
|
export declare class GetSchemaVersionCommand extends GetSchemaVersionCommand_base {
|
|
187
188
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -79,6 +79,7 @@ declare const ListCredentialLockersCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListCredentialLockersCommand extends ListCredentialLockersCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListDestinationsCommand_base: {
|
|
|
77
77
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListDestinationsCommand extends ListDestinationsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListEventLogConfigurationsCommand_base: {
|
|
|
76
76
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListEventLogConfigurationsCommand extends ListEventLogConfigurationsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListManagedThingSchemasCommand_base: {
|
|
|
87
87
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListManagedThingSchemasCommand extends ListManagedThingSchemasCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const ListManagedThingsCommand_base: {
|
|
|
103
103
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class ListManagedThingsCommand extends ListManagedThingsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListNotificationConfigurationsCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListNotificationConfigurationsCommand extends ListNotificationConfigurationsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListOtaTaskConfigurationsCommand_base: {
|
|
|
75
75
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListOtaTaskConfigurationsCommand extends ListOtaTaskConfigurationsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListOtaTaskExecutionsCommand_base: {
|
|
|
82
82
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListOtaTaskExecutionsCommand extends ListOtaTaskExecutionsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListOtaTasksCommand_base: {
|
|
|
78
78
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListOtaTasksCommand extends ListOtaTasksCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListProvisioningProfilesCommand_base: {
|
|
|
82
82
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListProvisioningProfilesCommand extends ListProvisioningProfilesCommand_base {
|
|
@@ -89,70 +89,71 @@ declare const ListSchemaVersionsCommand_base: {
|
|
|
89
89
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
91
91
|
*
|
|
92
|
-
*
|
|
92
|
+
*
|
|
93
93
|
* @example ListSchemaVersions happy path for an example schema version.
|
|
94
94
|
* ```javascript
|
|
95
95
|
* //
|
|
96
96
|
* const input = {
|
|
97
|
-
*
|
|
98
|
-
*
|
|
97
|
+
* SchemaId: "matter.ColorControl",
|
|
98
|
+
* Type: "capability"
|
|
99
99
|
* };
|
|
100
100
|
* const command = new ListSchemaVersionsCommand(input);
|
|
101
101
|
* const response = await client.send(command);
|
|
102
|
-
* /* response
|
|
102
|
+
* /* response is
|
|
103
103
|
* {
|
|
104
|
-
*
|
|
104
|
+
* Items: [
|
|
105
105
|
* {
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
106
|
+
* Description: "The Color Control cluster defined as Harmony Capability.",
|
|
107
|
+
* Namespace: "matter",
|
|
108
|
+
* SchemaId: "matter.ColorControl",
|
|
109
|
+
* SemanticVersion: "1.3",
|
|
110
|
+
* Type: "capability"
|
|
111
111
|
* }
|
|
112
112
|
* ]
|
|
113
113
|
* }
|
|
114
114
|
* *\/
|
|
115
|
-
* // example id: example-1
|
|
116
115
|
* ```
|
|
117
116
|
*
|
|
118
117
|
* @example ListSchemaVersions by version.
|
|
119
118
|
* ```javascript
|
|
120
119
|
* //
|
|
121
120
|
* const input = {
|
|
122
|
-
*
|
|
123
|
-
*
|
|
121
|
+
* SemanticVersion: "34.56",
|
|
122
|
+
* Type: "capability"
|
|
124
123
|
* };
|
|
125
124
|
* const command = new ListSchemaVersionsCommand(input);
|
|
126
125
|
* const response = await client.send(command);
|
|
127
|
-
* /* response
|
|
126
|
+
* /* response is
|
|
128
127
|
* {
|
|
129
|
-
*
|
|
128
|
+
* Items: [
|
|
130
129
|
* {
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
130
|
+
* Description: "The Color Control cluster defined as Harmony Capability.",
|
|
131
|
+
* Namespace: "matter",
|
|
132
|
+
* SchemaId: "matter.ColorControl",
|
|
133
|
+
* SemanticVersion: "1.3",
|
|
134
|
+
* Type: "capability"
|
|
136
135
|
* }
|
|
137
136
|
* ]
|
|
138
137
|
* }
|
|
139
138
|
* *\/
|
|
140
|
-
* // example id: example-2
|
|
141
139
|
* ```
|
|
142
140
|
*
|
|
143
141
|
* @example ListSchemaVersions error for invalid input.
|
|
144
142
|
* ```javascript
|
|
145
143
|
* //
|
|
146
144
|
* const input = {
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
145
|
+
* Namespace: "matter",
|
|
146
|
+
* SchemaId: "matter.ColorControl",
|
|
147
|
+
* Type: "capability"
|
|
150
148
|
* };
|
|
151
149
|
* const command = new ListSchemaVersionsCommand(input);
|
|
152
|
-
* await client.send(command);
|
|
153
|
-
*
|
|
150
|
+
* const response = await client.send(command);
|
|
151
|
+
* /* response is
|
|
152
|
+
* { /* metadata only *\/ }
|
|
153
|
+
* *\/
|
|
154
154
|
* ```
|
|
155
155
|
*
|
|
156
|
+
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
|
|
158
159
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -86,6 +86,7 @@ declare const PutDefaultEncryptionConfigurationCommand_base: {
|
|
|
86
86
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class PutDefaultEncryptionConfigurationCommand extends PutDefaultEncryptionConfigurationCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const PutHubConfigurationCommand_base: {
|
|
|
73
73
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class PutHubConfigurationCommand extends PutHubConfigurationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const PutRuntimeLogConfigurationCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class PutRuntimeLogConfigurationCommand extends PutRuntimeLogConfigurationCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const RegisterCustomEndpointCommand_base: {
|
|
|
75
75
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class RegisterCustomEndpointCommand extends RegisterCustomEndpointCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ResetRuntimeLogConfigurationCommand_base: {
|
|
|
69
69
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ResetRuntimeLogConfigurationCommand extends ResetRuntimeLogConfigurationCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const SendManagedThingCommandCommand_base: {
|
|
|
94
94
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class SendManagedThingCommandCommand extends SendManagedThingCommandCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const StartDeviceDiscoveryCommand_base: {
|
|
|
90
90
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class StartDeviceDiscoveryCommand extends StartDeviceDiscoveryCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UpdateDestinationCommand_base: {
|
|
|
72
72
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const UpdateEventLogConfigurationCommand_base: {
|
|
|
69
69
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class UpdateEventLogConfigurationCommand extends UpdateEventLogConfigurationCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const UpdateManagedThingCommand_base: {
|
|
|
117
117
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class UpdateManagedThingCommand extends UpdateManagedThingCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const UpdateNotificationConfigurationCommand_base: {
|
|
|
69
69
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UpdateOtaTaskCommand_base: {
|
|
|
70
70
|
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateOtaTaskCommand extends UpdateOtaTaskCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-managed-integrations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Managed Integrations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.0
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
41
|
-
"@smithy/middleware-retry": "^4.0
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.0
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
35
|
+
"@smithy/core": "^3.2.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
|
+
"@smithy/hash-node": "^4.0.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
48
|
+
"@smithy/types": "^4.2.0",
|
|
49
|
+
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
+
"@smithy/util-retry": "^4.0.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|