@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
@@ -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_ListAccountAssociationsCommand, se_ListAccountAssociationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccountAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAccountAssociationsCommand 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", "ListAccountAssociations", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListAccountAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAccountAssociationsCommand)
20
- .de(de_ListAccountAssociationsCommand)
14
+ .sc(ListAccountAssociations)
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_ListCloudConnectorsCommand, se_ListCloudConnectorsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCloudConnectors } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCloudConnectorsCommand 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", "ListCloudConnectors", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListCloudConnectorsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCloudConnectorsCommand)
20
- .de(de_ListCloudConnectorsCommand)
14
+ .sc(ListCloudConnectors)
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_ListConnectorDestinationsCommand, se_ListConnectorDestinationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListConnectorDestinations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConnectorDestinationsCommand 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", "ListConnectorDestinations", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListConnectorDestinationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConnectorDestinationsCommand)
20
- .de(de_ListConnectorDestinationsCommand)
14
+ .sc(ListConnectorDestinations)
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 { ListCredentialLockersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListCredentialLockersCommand, se_ListCredentialLockersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCredentialLockers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListCredentialLockersCommand 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", "ListCredentialLockers", {})
18
13
  .n("IoTManagedIntegrationsClient", "ListCredentialLockersCommand")
19
- .f(void 0, ListCredentialLockersResponseFilterSensitiveLog)
20
- .ser(se_ListCredentialLockersCommand)
21
- .de(de_ListCredentialLockersCommand)
14
+ .sc(ListCredentialLockers)
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_ListDestinationsCommand, se_ListDestinationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDestinations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDestinationsCommand 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", "ListDestinations", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListDestinationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDestinationsCommand)
20
- .de(de_ListDestinationsCommand)
14
+ .sc(ListDestinations)
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_ListDeviceDiscoveriesCommand, se_ListDeviceDiscoveriesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDeviceDiscoveries } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeviceDiscoveriesCommand 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", "ListDeviceDiscoveries", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListDeviceDiscoveriesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeviceDiscoveriesCommand)
20
- .de(de_ListDeviceDiscoveriesCommand)
14
+ .sc(ListDeviceDiscoveries)
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 { ListDiscoveredDevicesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListDiscoveredDevicesCommand, se_ListDiscoveredDevicesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDiscoveredDevices } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListDiscoveredDevicesCommand 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", "ListDiscoveredDevices", {})
18
13
  .n("IoTManagedIntegrationsClient", "ListDiscoveredDevicesCommand")
19
- .f(void 0, ListDiscoveredDevicesResponseFilterSensitiveLog)
20
- .ser(se_ListDiscoveredDevicesCommand)
21
- .de(de_ListDiscoveredDevicesCommand)
14
+ .sc(ListDiscoveredDevices)
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_ListEventLogConfigurationsCommand, se_ListEventLogConfigurationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListEventLogConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEventLogConfigurationsCommand 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", "ListEventLogConfigurations", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListEventLogConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEventLogConfigurationsCommand)
20
- .de(de_ListEventLogConfigurationsCommand)
14
+ .sc(ListEventLogConfigurations)
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_ListManagedThingAccountAssociationsCommand, se_ListManagedThingAccountAssociationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListManagedThingAccountAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListManagedThingAccountAssociationsCommand 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", "ListManagedThingAccountAssociations", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListManagedThingAccountAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListManagedThingAccountAssociationsCommand)
20
- .de(de_ListManagedThingAccountAssociationsCommand)
14
+ .sc(ListManagedThingAccountAssociations)
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_ListManagedThingSchemasCommand, se_ListManagedThingSchemasCommand } from "../protocols/Aws_restJson1";
4
+ import { ListManagedThingSchemas } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListManagedThingSchemasCommand 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", "ListManagedThingSchemas", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListManagedThingSchemasCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListManagedThingSchemasCommand)
20
- .de(de_ListManagedThingSchemasCommand)
14
+ .sc(ListManagedThingSchemas)
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 { ListManagedThingsRequestFilterSensitiveLog, ListManagedThingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListManagedThingsCommand, se_ListManagedThingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListManagedThings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListManagedThingsCommand 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", "ListManagedThings", {})
18
13
  .n("IoTManagedIntegrationsClient", "ListManagedThingsCommand")
19
- .f(ListManagedThingsRequestFilterSensitiveLog, ListManagedThingsResponseFilterSensitiveLog)
20
- .ser(se_ListManagedThingsCommand)
21
- .de(de_ListManagedThingsCommand)
14
+ .sc(ListManagedThings)
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_ListNotificationConfigurationsCommand, se_ListNotificationConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListNotificationConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListNotificationConfigurationsCommand 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", "ListNotificationConfigurations", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListNotificationConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListNotificationConfigurationsCommand)
20
- .de(de_ListNotificationConfigurationsCommand)
14
+ .sc(ListNotificationConfigurations)
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 { ListOtaTaskConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListOtaTaskConfigurationsCommand, se_ListOtaTaskConfigurationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListOtaTaskConfigurations } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListOtaTaskConfigurationsCommand 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", "ListOtaTaskConfigurations", {})
18
13
  .n("IoTManagedIntegrationsClient", "ListOtaTaskConfigurationsCommand")
19
- .f(void 0, ListOtaTaskConfigurationsResponseFilterSensitiveLog)
20
- .ser(se_ListOtaTaskConfigurationsCommand)
21
- .de(de_ListOtaTaskConfigurationsCommand)
14
+ .sc(ListOtaTaskConfigurations)
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_ListOtaTaskExecutionsCommand, se_ListOtaTaskExecutionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListOtaTaskExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListOtaTaskExecutionsCommand 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", "ListOtaTaskExecutions", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListOtaTaskExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListOtaTaskExecutionsCommand)
20
- .de(de_ListOtaTaskExecutionsCommand)
14
+ .sc(ListOtaTaskExecutions)
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_ListOtaTasksCommand, se_ListOtaTasksCommand } from "../protocols/Aws_restJson1";
4
+ import { ListOtaTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListOtaTasksCommand 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", "ListOtaTasks", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListOtaTasksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListOtaTasksCommand)
20
- .de(de_ListOtaTasksCommand)
14
+ .sc(ListOtaTasks)
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_ListProvisioningProfilesCommand, se_ListProvisioningProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListProvisioningProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListProvisioningProfilesCommand 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", "ListProvisioningProfiles", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListProvisioningProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListProvisioningProfilesCommand)
20
- .de(de_ListProvisioningProfilesCommand)
14
+ .sc(ListProvisioningProfiles)
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_ListSchemaVersionsCommand, se_ListSchemaVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSchemaVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSchemaVersionsCommand 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", "ListSchemaVersions", {})
17
13
  .n("IoTManagedIntegrationsClient", "ListSchemaVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSchemaVersionsCommand)
20
- .de(de_ListSchemaVersionsCommand)
14
+ .sc(ListSchemaVersions)
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 { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
18
13
  .n("IoTManagedIntegrationsClient", "ListTagsForResourceCommand")
19
- .f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
20
- .ser(se_ListTagsForResourceCommand)
21
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_PutDefaultEncryptionConfigurationCommand, se_PutDefaultEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { PutDefaultEncryptionConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutDefaultEncryptionConfigurationCommand 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", "PutDefaultEncryptionConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "PutDefaultEncryptionConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutDefaultEncryptionConfigurationCommand)
20
- .de(de_PutDefaultEncryptionConfigurationCommand)
14
+ .sc(PutDefaultEncryptionConfiguration)
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_PutHubConfigurationCommand, se_PutHubConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { PutHubConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutHubConfigurationCommand 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", "PutHubConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "PutHubConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutHubConfigurationCommand)
20
- .de(de_PutHubConfigurationCommand)
14
+ .sc(PutHubConfiguration)
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_PutRuntimeLogConfigurationCommand, se_PutRuntimeLogConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { PutRuntimeLogConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutRuntimeLogConfigurationCommand 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", "PutRuntimeLogConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "PutRuntimeLogConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutRuntimeLogConfigurationCommand)
20
- .de(de_PutRuntimeLogConfigurationCommand)
14
+ .sc(PutRuntimeLogConfiguration)
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_RegisterAccountAssociationCommand, se_RegisterAccountAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { RegisterAccountAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterAccountAssociationCommand 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", "RegisterAccountAssociation", {})
17
13
  .n("IoTManagedIntegrationsClient", "RegisterAccountAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterAccountAssociationCommand)
20
- .de(de_RegisterAccountAssociationCommand)
14
+ .sc(RegisterAccountAssociation)
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_RegisterCustomEndpointCommand, se_RegisterCustomEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { RegisterCustomEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterCustomEndpointCommand 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", "RegisterCustomEndpoint", {})
17
13
  .n("IoTManagedIntegrationsClient", "RegisterCustomEndpointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterCustomEndpointCommand)
20
- .de(de_RegisterCustomEndpointCommand)
14
+ .sc(RegisterCustomEndpoint)
21
15
  .build() {
22
16
  }