@aws-sdk/client-iot-managed-integrations 3.928.0 → 3.929.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.
Files changed (107) hide show
  1. package/dist-cjs/index.js +3345 -3837
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IoTManagedIntegrationsClient.js +2 -0
  4. package/dist-es/commands/CreateAccountAssociationCommand.js +3 -10
  5. package/dist-es/commands/CreateCloudConnectorCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateCredentialLockerCommand.js +3 -10
  8. package/dist-es/commands/CreateDestinationCommand.js +3 -10
  9. package/dist-es/commands/CreateEventLogConfigurationCommand.js +3 -9
  10. package/dist-es/commands/CreateManagedThingCommand.js +3 -10
  11. package/dist-es/commands/CreateNotificationConfigurationCommand.js +3 -10
  12. package/dist-es/commands/CreateOtaTaskCommand.js +3 -10
  13. package/dist-es/commands/CreateOtaTaskConfigurationCommand.js +3 -10
  14. package/dist-es/commands/CreateProvisioningProfileCommand.js +3 -10
  15. package/dist-es/commands/DeleteAccountAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteCloudConnectorCommand.js +3 -9
  17. package/dist-es/commands/DeleteConnectorDestinationCommand.js +3 -9
  18. package/dist-es/commands/DeleteCredentialLockerCommand.js +3 -9
  19. package/dist-es/commands/DeleteDestinationCommand.js +3 -9
  20. package/dist-es/commands/DeleteEventLogConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteManagedThingCommand.js +3 -9
  22. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
  23. package/dist-es/commands/DeleteOtaTaskCommand.js +3 -9
  24. package/dist-es/commands/DeleteOtaTaskConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DeleteProvisioningProfileCommand.js +3 -9
  26. package/dist-es/commands/DeregisterAccountAssociationCommand.js +3 -9
  27. package/dist-es/commands/GetAccountAssociationCommand.js +3 -10
  28. package/dist-es/commands/GetCloudConnectorCommand.js +3 -9
  29. package/dist-es/commands/GetConnectorDestinationCommand.js +3 -9
  30. package/dist-es/commands/GetCredentialLockerCommand.js +3 -10
  31. package/dist-es/commands/GetCustomEndpointCommand.js +3 -9
  32. package/dist-es/commands/GetDefaultEncryptionConfigurationCommand.js +3 -9
  33. package/dist-es/commands/GetDestinationCommand.js +3 -10
  34. package/dist-es/commands/GetDeviceDiscoveryCommand.js +3 -10
  35. package/dist-es/commands/GetEventLogConfigurationCommand.js +3 -9
  36. package/dist-es/commands/GetHubConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetManagedThingCapabilitiesCommand.js +3 -9
  38. package/dist-es/commands/GetManagedThingCertificateCommand.js +3 -9
  39. package/dist-es/commands/GetManagedThingCommand.js +3 -10
  40. package/dist-es/commands/GetManagedThingConnectivityDataCommand.js +3 -9
  41. package/dist-es/commands/GetManagedThingMetaDataCommand.js +3 -9
  42. package/dist-es/commands/GetManagedThingStateCommand.js +3 -10
  43. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -10
  44. package/dist-es/commands/GetOtaTaskCommand.js +3 -10
  45. package/dist-es/commands/GetOtaTaskConfigurationCommand.js +3 -10
  46. package/dist-es/commands/GetProvisioningProfileCommand.js +3 -10
  47. package/dist-es/commands/GetRuntimeLogConfigurationCommand.js +3 -9
  48. package/dist-es/commands/GetSchemaVersionCommand.js +3 -9
  49. package/dist-es/commands/ListAccountAssociationsCommand.js +3 -9
  50. package/dist-es/commands/ListCloudConnectorsCommand.js +3 -9
  51. package/dist-es/commands/ListConnectorDestinationsCommand.js +3 -9
  52. package/dist-es/commands/ListCredentialLockersCommand.js +3 -10
  53. package/dist-es/commands/ListDestinationsCommand.js +3 -9
  54. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +3 -9
  55. package/dist-es/commands/ListDiscoveredDevicesCommand.js +3 -10
  56. package/dist-es/commands/ListEventLogConfigurationsCommand.js +3 -9
  57. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +3 -9
  58. package/dist-es/commands/ListManagedThingSchemasCommand.js +3 -9
  59. package/dist-es/commands/ListManagedThingsCommand.js +3 -10
  60. package/dist-es/commands/ListNotificationConfigurationsCommand.js +3 -9
  61. package/dist-es/commands/ListOtaTaskConfigurationsCommand.js +3 -10
  62. package/dist-es/commands/ListOtaTaskExecutionsCommand.js +3 -9
  63. package/dist-es/commands/ListOtaTasksCommand.js +3 -9
  64. package/dist-es/commands/ListProvisioningProfilesCommand.js +3 -9
  65. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -9
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  67. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +3 -9
  68. package/dist-es/commands/PutHubConfigurationCommand.js +3 -9
  69. package/dist-es/commands/PutRuntimeLogConfigurationCommand.js +3 -9
  70. package/dist-es/commands/RegisterAccountAssociationCommand.js +3 -9
  71. package/dist-es/commands/RegisterCustomEndpointCommand.js +3 -9
  72. package/dist-es/commands/ResetRuntimeLogConfigurationCommand.js +3 -9
  73. package/dist-es/commands/SendConnectorEventCommand.js +3 -10
  74. package/dist-es/commands/SendManagedThingCommandCommand.js +3 -10
  75. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +3 -10
  76. package/dist-es/commands/StartDeviceDiscoveryCommand.js +3 -10
  77. package/dist-es/commands/TagResourceCommand.js +3 -10
  78. package/dist-es/commands/UntagResourceCommand.js +3 -9
  79. package/dist-es/commands/UpdateAccountAssociationCommand.js +3 -9
  80. package/dist-es/commands/UpdateCloudConnectorCommand.js +3 -9
  81. package/dist-es/commands/UpdateConnectorDestinationCommand.js +3 -9
  82. package/dist-es/commands/UpdateDestinationCommand.js +3 -9
  83. package/dist-es/commands/UpdateEventLogConfigurationCommand.js +3 -9
  84. package/dist-es/commands/UpdateManagedThingCommand.js +3 -10
  85. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
  86. package/dist-es/commands/UpdateOtaTaskCommand.js +3 -9
  87. package/dist-es/models/models_0.js +0 -221
  88. package/dist-es/runtimeConfig.shared.js +2 -0
  89. package/dist-es/schemas/schemas_0.js +3184 -0
  90. package/dist-types/IoTManagedIntegrationsClient.d.ts +10 -1
  91. package/dist-types/models/models_0.d.ts +0 -176
  92. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  93. package/dist-types/runtimeConfig.d.ts +1 -0
  94. package/dist-types/runtimeConfig.native.d.ts +1 -0
  95. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  96. package/dist-types/schemas/schemas_0.d.ts +376 -0
  97. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +4 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +0 -130
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  102. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  103. package/dist-types/ts3.4/schemas/schemas_0.d.ts +383 -0
  104. package/package.json +2 -3
  105. package/dist-es/protocols/Aws_restJson1.js +0 -2985
  106. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.iotmanagedintegrations" }),
28
30
  serviceId: config?.serviceId ?? "IoT Managed Integrations",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class IoTManagedIntegrationsClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateAccountAssociationRequestFilterSensitiveLog, CreateAccountAssociationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateAccountAssociationCommand, se_CreateAccountAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAccountAssociation } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateAccountAssociationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateAccountAssociation", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateAccountAssociationCommand")
19
- .f(CreateAccountAssociationRequestFilterSensitiveLog, CreateAccountAssociationResponseFilterSensitiveLog)
20
- .ser(se_CreateAccountAssociationCommand)
21
- .de(de_CreateAccountAssociationCommand)
14
+ .sc(CreateAccountAssociation)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCloudConnectorCommand, se_CreateCloudConnectorCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateCloudConnector } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCloudConnectorCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "CreateCloudConnector", {})
17
13
  .n("IoTManagedIntegrationsClient", "CreateCloudConnectorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCloudConnectorCommand)
20
- .de(de_CreateCloudConnectorCommand)
14
+ .sc(CreateCloudConnector)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateConnectorDestinationCommand, se_CreateConnectorDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateConnectorDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateConnectorDestinationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "CreateConnectorDestination", {})
17
13
  .n("IoTManagedIntegrationsClient", "CreateConnectorDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateConnectorDestinationCommand)
20
- .de(de_CreateConnectorDestinationCommand)
14
+ .sc(CreateConnectorDestination)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateCredentialLockerRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateCredentialLockerCommand, se_CreateCredentialLockerCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateCredentialLocker } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateCredentialLockerCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateCredentialLocker", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateCredentialLockerCommand")
19
- .f(CreateCredentialLockerRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateCredentialLockerCommand)
21
- .de(de_CreateCredentialLockerCommand)
14
+ .sc(CreateCredentialLocker)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateDestinationRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateDestinationCommand, se_CreateDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDestination } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateDestinationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateDestination", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateDestinationCommand")
19
- .f(CreateDestinationRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateDestinationCommand)
21
- .de(de_CreateDestinationCommand)
14
+ .sc(CreateDestination)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateEventLogConfigurationCommand, se_CreateEventLogConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateEventLogConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateEventLogConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "CreateEventLogConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "CreateEventLogConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateEventLogConfigurationCommand)
20
- .de(de_CreateEventLogConfigurationCommand)
14
+ .sc(CreateEventLogConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateManagedThingRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateManagedThingCommand, se_CreateManagedThingCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateManagedThing } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateManagedThingCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateManagedThing", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateManagedThingCommand")
19
- .f(CreateManagedThingRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateManagedThingCommand)
21
- .de(de_CreateManagedThingCommand)
14
+ .sc(CreateManagedThing)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateNotificationConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateNotificationConfigurationCommand, se_CreateNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateNotificationConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateNotificationConfigurationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateNotificationConfiguration", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateNotificationConfigurationCommand")
19
- .f(CreateNotificationConfigurationRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateNotificationConfigurationCommand)
21
- .de(de_CreateNotificationConfigurationCommand)
14
+ .sc(CreateNotificationConfiguration)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateOtaTaskRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateOtaTaskCommand, se_CreateOtaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateOtaTask } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateOtaTaskCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateOtaTask", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateOtaTaskCommand")
19
- .f(CreateOtaTaskRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateOtaTaskCommand)
21
- .de(de_CreateOtaTaskCommand)
14
+ .sc(CreateOtaTask)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateOtaTaskConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateOtaTaskConfigurationCommand, se_CreateOtaTaskConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateOtaTaskConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateOtaTaskConfigurationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateOtaTaskConfiguration", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateOtaTaskConfigurationCommand")
19
- .f(CreateOtaTaskConfigurationRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateOtaTaskConfigurationCommand)
21
- .de(de_CreateOtaTaskConfigurationCommand)
14
+ .sc(CreateOtaTaskConfiguration)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateProvisioningProfileRequestFilterSensitiveLog, CreateProvisioningProfileResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateProvisioningProfileCommand, se_CreateProvisioningProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateProvisioningProfile } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateProvisioningProfileCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IotManagedIntegrations", "CreateProvisioningProfile", {})
18
13
  .n("IoTManagedIntegrationsClient", "CreateProvisioningProfileCommand")
19
- .f(CreateProvisioningProfileRequestFilterSensitiveLog, CreateProvisioningProfileResponseFilterSensitiveLog)
20
- .ser(se_CreateProvisioningProfileCommand)
21
- .de(de_CreateProvisioningProfileCommand)
14
+ .sc(CreateProvisioningProfile)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAccountAssociationCommand, se_DeleteAccountAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAccountAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAccountAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteAccountAssociation", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteAccountAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAccountAssociationCommand)
20
- .de(de_DeleteAccountAssociationCommand)
14
+ .sc(DeleteAccountAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCloudConnectorCommand, se_DeleteCloudConnectorCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteCloudConnector } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCloudConnectorCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteCloudConnector", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteCloudConnectorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCloudConnectorCommand)
20
- .de(de_DeleteCloudConnectorCommand)
14
+ .sc(DeleteCloudConnector)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteConnectorDestinationCommand, se_DeleteConnectorDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteConnectorDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConnectorDestinationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteConnectorDestination", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteConnectorDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConnectorDestinationCommand)
20
- .de(de_DeleteConnectorDestinationCommand)
14
+ .sc(DeleteConnectorDestination)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCredentialLockerCommand, se_DeleteCredentialLockerCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteCredentialLocker } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCredentialLockerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteCredentialLocker", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteCredentialLockerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCredentialLockerCommand)
20
- .de(de_DeleteCredentialLockerCommand)
14
+ .sc(DeleteCredentialLocker)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDestinationCommand, se_DeleteDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDestinationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteDestination", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDestinationCommand)
20
- .de(de_DeleteDestinationCommand)
14
+ .sc(DeleteDestination)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteEventLogConfigurationCommand, se_DeleteEventLogConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteEventLogConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteEventLogConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteEventLogConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteEventLogConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteEventLogConfigurationCommand)
20
- .de(de_DeleteEventLogConfigurationCommand)
14
+ .sc(DeleteEventLogConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteManagedThingCommand, se_DeleteManagedThingCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteManagedThing } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteManagedThingCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteManagedThing", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteManagedThingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteManagedThingCommand)
20
- .de(de_DeleteManagedThingCommand)
14
+ .sc(DeleteManagedThing)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteNotificationConfigurationCommand, se_DeleteNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteNotificationConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteNotificationConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteNotificationConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteNotificationConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteNotificationConfigurationCommand)
20
- .de(de_DeleteNotificationConfigurationCommand)
14
+ .sc(DeleteNotificationConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteOtaTaskCommand, se_DeleteOtaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteOtaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteOtaTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteOtaTask", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteOtaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteOtaTaskCommand)
20
- .de(de_DeleteOtaTaskCommand)
14
+ .sc(DeleteOtaTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteOtaTaskConfigurationCommand, se_DeleteOtaTaskConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteOtaTaskConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteOtaTaskConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteOtaTaskConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteOtaTaskConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteOtaTaskConfigurationCommand)
20
- .de(de_DeleteOtaTaskConfigurationCommand)
14
+ .sc(DeleteOtaTaskConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteProvisioningProfileCommand, se_DeleteProvisioningProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteProvisioningProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteProvisioningProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IotManagedIntegrations", "DeleteProvisioningProfile", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeleteProvisioningProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteProvisioningProfileCommand)
20
- .de(de_DeleteProvisioningProfileCommand)
14
+ .sc(DeleteProvisioningProfile)
21
15
  .build() {
22
16
  }