@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_DeregisterAccountAssociationCommand, se_DeregisterAccountAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeregisterAccountAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterAccountAssociationCommand 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", "DeregisterAccountAssociation", {})
17
13
  .n("IoTManagedIntegrationsClient", "DeregisterAccountAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterAccountAssociationCommand)
20
- .de(de_DeregisterAccountAssociationCommand)
14
+ .sc(DeregisterAccountAssociation)
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 { GetAccountAssociationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAccountAssociationCommand, se_GetAccountAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAccountAssociation } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAccountAssociationCommand 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", "GetAccountAssociation", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetAccountAssociationCommand")
19
- .f(void 0, GetAccountAssociationResponseFilterSensitiveLog)
20
- .ser(se_GetAccountAssociationCommand)
21
- .de(de_GetAccountAssociationCommand)
14
+ .sc(GetAccountAssociation)
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_GetCloudConnectorCommand, se_GetCloudConnectorCommand } from "../protocols/Aws_restJson1";
4
+ import { GetCloudConnector } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCloudConnectorCommand 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", "GetCloudConnector", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetCloudConnectorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCloudConnectorCommand)
20
- .de(de_GetCloudConnectorCommand)
14
+ .sc(GetCloudConnector)
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_GetConnectorDestinationCommand, se_GetConnectorDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetConnectorDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetConnectorDestinationCommand 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", "GetConnectorDestination", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetConnectorDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetConnectorDestinationCommand)
20
- .de(de_GetConnectorDestinationCommand)
14
+ .sc(GetConnectorDestination)
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 { GetCredentialLockerResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetCredentialLockerCommand, se_GetCredentialLockerCommand } from "../protocols/Aws_restJson1";
4
+ import { GetCredentialLocker } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetCredentialLockerCommand 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", "GetCredentialLocker", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetCredentialLockerCommand")
19
- .f(void 0, GetCredentialLockerResponseFilterSensitiveLog)
20
- .ser(se_GetCredentialLockerCommand)
21
- .de(de_GetCredentialLockerCommand)
14
+ .sc(GetCredentialLocker)
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_GetCustomEndpointCommand, se_GetCustomEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { GetCustomEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCustomEndpointCommand 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", "GetCustomEndpoint", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetCustomEndpointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCustomEndpointCommand)
20
- .de(de_GetCustomEndpointCommand)
14
+ .sc(GetCustomEndpoint)
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_GetDefaultEncryptionConfigurationCommand, se_GetDefaultEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetDefaultEncryptionConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDefaultEncryptionConfigurationCommand 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", "GetDefaultEncryptionConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetDefaultEncryptionConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDefaultEncryptionConfigurationCommand)
20
- .de(de_GetDefaultEncryptionConfigurationCommand)
14
+ .sc(GetDefaultEncryptionConfiguration)
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 { GetDestinationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetDestinationCommand, se_GetDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDestination } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDestinationCommand 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", "GetDestination", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetDestinationCommand")
19
- .f(void 0, GetDestinationResponseFilterSensitiveLog)
20
- .ser(se_GetDestinationCommand)
21
- .de(de_GetDestinationCommand)
14
+ .sc(GetDestination)
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 { GetDeviceDiscoveryResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetDeviceDiscoveryCommand, se_GetDeviceDiscoveryCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDeviceDiscovery } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDeviceDiscoveryCommand 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", "GetDeviceDiscovery", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetDeviceDiscoveryCommand")
19
- .f(void 0, GetDeviceDiscoveryResponseFilterSensitiveLog)
20
- .ser(se_GetDeviceDiscoveryCommand)
21
- .de(de_GetDeviceDiscoveryCommand)
14
+ .sc(GetDeviceDiscovery)
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_GetEventLogConfigurationCommand, se_GetEventLogConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEventLogConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEventLogConfigurationCommand 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", "GetEventLogConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetEventLogConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEventLogConfigurationCommand)
20
- .de(de_GetEventLogConfigurationCommand)
14
+ .sc(GetEventLogConfiguration)
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_GetHubConfigurationCommand, se_GetHubConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetHubConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetHubConfigurationCommand 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", "GetHubConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetHubConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetHubConfigurationCommand)
20
- .de(de_GetHubConfigurationCommand)
14
+ .sc(GetHubConfiguration)
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_GetManagedThingCapabilitiesCommand, se_GetManagedThingCapabilitiesCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetManagedThingCapabilities } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetManagedThingCapabilitiesCommand 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", "GetManagedThingCapabilities", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingCapabilitiesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetManagedThingCapabilitiesCommand)
20
- .de(de_GetManagedThingCapabilitiesCommand)
14
+ .sc(GetManagedThingCapabilities)
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_GetManagedThingCertificateCommand, se_GetManagedThingCertificateCommand } from "../protocols/Aws_restJson1";
4
+ import { GetManagedThingCertificate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetManagedThingCertificateCommand 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", "GetManagedThingCertificate", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingCertificateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetManagedThingCertificateCommand)
20
- .de(de_GetManagedThingCertificateCommand)
14
+ .sc(GetManagedThingCertificate)
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 { GetManagedThingResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetManagedThingCommand, se_GetManagedThingCommand } from "../protocols/Aws_restJson1";
4
+ import { GetManagedThing } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetManagedThingCommand 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", "GetManagedThing", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingCommand")
19
- .f(void 0, GetManagedThingResponseFilterSensitiveLog)
20
- .ser(se_GetManagedThingCommand)
21
- .de(de_GetManagedThingCommand)
14
+ .sc(GetManagedThing)
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_GetManagedThingConnectivityDataCommand, se_GetManagedThingConnectivityDataCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetManagedThingConnectivityData } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetManagedThingConnectivityDataCommand 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", "GetManagedThingConnectivityData", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingConnectivityDataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetManagedThingConnectivityDataCommand)
20
- .de(de_GetManagedThingConnectivityDataCommand)
14
+ .sc(GetManagedThingConnectivityData)
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_GetManagedThingMetaDataCommand, se_GetManagedThingMetaDataCommand } from "../protocols/Aws_restJson1";
4
+ import { GetManagedThingMetaData } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetManagedThingMetaDataCommand 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", "GetManagedThingMetaData", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingMetaDataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetManagedThingMetaDataCommand)
20
- .de(de_GetManagedThingMetaDataCommand)
14
+ .sc(GetManagedThingMetaData)
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 { GetManagedThingStateResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetManagedThingStateCommand, se_GetManagedThingStateCommand } from "../protocols/Aws_restJson1";
4
+ import { GetManagedThingState } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetManagedThingStateCommand 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", "GetManagedThingState", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingStateCommand")
19
- .f(void 0, GetManagedThingStateResponseFilterSensitiveLog)
20
- .ser(se_GetManagedThingStateCommand)
21
- .de(de_GetManagedThingStateCommand)
14
+ .sc(GetManagedThingState)
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 { GetNotificationConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetNotificationConfigurationCommand, se_GetNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetNotificationConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetNotificationConfigurationCommand 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", "GetNotificationConfiguration", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetNotificationConfigurationCommand")
19
- .f(void 0, GetNotificationConfigurationResponseFilterSensitiveLog)
20
- .ser(se_GetNotificationConfigurationCommand)
21
- .de(de_GetNotificationConfigurationCommand)
14
+ .sc(GetNotificationConfiguration)
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 { GetOtaTaskResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetOtaTaskCommand, se_GetOtaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { GetOtaTask } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetOtaTaskCommand 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", "GetOtaTask", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetOtaTaskCommand")
19
- .f(void 0, GetOtaTaskResponseFilterSensitiveLog)
20
- .ser(se_GetOtaTaskCommand)
21
- .de(de_GetOtaTaskCommand)
14
+ .sc(GetOtaTask)
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 { GetOtaTaskConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetOtaTaskConfigurationCommand, se_GetOtaTaskConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetOtaTaskConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetOtaTaskConfigurationCommand 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", "GetOtaTaskConfiguration", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetOtaTaskConfigurationCommand")
19
- .f(void 0, GetOtaTaskConfigurationResponseFilterSensitiveLog)
20
- .ser(se_GetOtaTaskConfigurationCommand)
21
- .de(de_GetOtaTaskConfigurationCommand)
14
+ .sc(GetOtaTaskConfiguration)
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 { GetProvisioningProfileResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetProvisioningProfileCommand, se_GetProvisioningProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { GetProvisioningProfile } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetProvisioningProfileCommand 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", "GetProvisioningProfile", {})
18
13
  .n("IoTManagedIntegrationsClient", "GetProvisioningProfileCommand")
19
- .f(void 0, GetProvisioningProfileResponseFilterSensitiveLog)
20
- .ser(se_GetProvisioningProfileCommand)
21
- .de(de_GetProvisioningProfileCommand)
14
+ .sc(GetProvisioningProfile)
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_GetRuntimeLogConfigurationCommand, se_GetRuntimeLogConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRuntimeLogConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRuntimeLogConfigurationCommand 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", "GetRuntimeLogConfiguration", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetRuntimeLogConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRuntimeLogConfigurationCommand)
20
- .de(de_GetRuntimeLogConfigurationCommand)
14
+ .sc(GetRuntimeLogConfiguration)
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_GetSchemaVersionCommand, se_GetSchemaVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSchemaVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSchemaVersionCommand 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", "GetSchemaVersion", {})
17
13
  .n("IoTManagedIntegrationsClient", "GetSchemaVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSchemaVersionCommand)
20
- .de(de_GetSchemaVersionCommand)
14
+ .sc(GetSchemaVersion)
21
15
  .build() {
22
16
  }