@aws-sdk/client-iot-managed-integrations 3.948.0 → 3.953.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 (103) hide show
  1. package/dist-cjs/index.js +949 -662
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateAccountAssociationCommand.js +2 -2
  4. package/dist-es/commands/CreateCloudConnectorCommand.js +2 -2
  5. package/dist-es/commands/CreateConnectorDestinationCommand.js +2 -2
  6. package/dist-es/commands/CreateCredentialLockerCommand.js +2 -2
  7. package/dist-es/commands/CreateDestinationCommand.js +2 -2
  8. package/dist-es/commands/CreateEventLogConfigurationCommand.js +2 -2
  9. package/dist-es/commands/CreateManagedThingCommand.js +2 -2
  10. package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -2
  11. package/dist-es/commands/CreateOtaTaskCommand.js +2 -2
  12. package/dist-es/commands/CreateOtaTaskConfigurationCommand.js +2 -2
  13. package/dist-es/commands/CreateProvisioningProfileCommand.js +2 -2
  14. package/dist-es/commands/DeleteAccountAssociationCommand.js +2 -2
  15. package/dist-es/commands/DeleteCloudConnectorCommand.js +2 -2
  16. package/dist-es/commands/DeleteConnectorDestinationCommand.js +2 -2
  17. package/dist-es/commands/DeleteCredentialLockerCommand.js +2 -2
  18. package/dist-es/commands/DeleteDestinationCommand.js +2 -2
  19. package/dist-es/commands/DeleteEventLogConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DeleteManagedThingCommand.js +2 -2
  21. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
  22. package/dist-es/commands/DeleteOtaTaskCommand.js +2 -2
  23. package/dist-es/commands/DeleteOtaTaskConfigurationCommand.js +2 -2
  24. package/dist-es/commands/DeleteProvisioningProfileCommand.js +2 -2
  25. package/dist-es/commands/DeregisterAccountAssociationCommand.js +2 -2
  26. package/dist-es/commands/GetAccountAssociationCommand.js +2 -2
  27. package/dist-es/commands/GetCloudConnectorCommand.js +2 -2
  28. package/dist-es/commands/GetConnectorDestinationCommand.js +2 -2
  29. package/dist-es/commands/GetCredentialLockerCommand.js +2 -2
  30. package/dist-es/commands/GetCustomEndpointCommand.js +2 -2
  31. package/dist-es/commands/GetDefaultEncryptionConfigurationCommand.js +2 -2
  32. package/dist-es/commands/GetDestinationCommand.js +2 -2
  33. package/dist-es/commands/GetDeviceDiscoveryCommand.js +2 -2
  34. package/dist-es/commands/GetEventLogConfigurationCommand.js +2 -2
  35. package/dist-es/commands/GetHubConfigurationCommand.js +2 -2
  36. package/dist-es/commands/GetManagedThingCapabilitiesCommand.js +2 -2
  37. package/dist-es/commands/GetManagedThingCertificateCommand.js +2 -2
  38. package/dist-es/commands/GetManagedThingCommand.js +2 -2
  39. package/dist-es/commands/GetManagedThingConnectivityDataCommand.js +2 -2
  40. package/dist-es/commands/GetManagedThingMetaDataCommand.js +2 -2
  41. package/dist-es/commands/GetManagedThingStateCommand.js +2 -2
  42. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -2
  43. package/dist-es/commands/GetOtaTaskCommand.js +2 -2
  44. package/dist-es/commands/GetOtaTaskConfigurationCommand.js +2 -2
  45. package/dist-es/commands/GetProvisioningProfileCommand.js +2 -2
  46. package/dist-es/commands/GetRuntimeLogConfigurationCommand.js +2 -2
  47. package/dist-es/commands/GetSchemaVersionCommand.js +2 -2
  48. package/dist-es/commands/ListAccountAssociationsCommand.js +2 -2
  49. package/dist-es/commands/ListCloudConnectorsCommand.js +2 -2
  50. package/dist-es/commands/ListConnectorDestinationsCommand.js +2 -2
  51. package/dist-es/commands/ListCredentialLockersCommand.js +2 -2
  52. package/dist-es/commands/ListDestinationsCommand.js +2 -2
  53. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +2 -2
  54. package/dist-es/commands/ListDiscoveredDevicesCommand.js +2 -2
  55. package/dist-es/commands/ListEventLogConfigurationsCommand.js +2 -2
  56. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +2 -2
  57. package/dist-es/commands/ListManagedThingSchemasCommand.js +2 -2
  58. package/dist-es/commands/ListManagedThingsCommand.js +2 -2
  59. package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -2
  60. package/dist-es/commands/ListOtaTaskConfigurationsCommand.js +2 -2
  61. package/dist-es/commands/ListOtaTaskExecutionsCommand.js +2 -2
  62. package/dist-es/commands/ListOtaTasksCommand.js +2 -2
  63. package/dist-es/commands/ListProvisioningProfilesCommand.js +2 -2
  64. package/dist-es/commands/ListSchemaVersionsCommand.js +2 -2
  65. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  66. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +2 -2
  67. package/dist-es/commands/PutHubConfigurationCommand.js +2 -2
  68. package/dist-es/commands/PutRuntimeLogConfigurationCommand.js +2 -2
  69. package/dist-es/commands/RegisterAccountAssociationCommand.js +2 -2
  70. package/dist-es/commands/RegisterCustomEndpointCommand.js +2 -2
  71. package/dist-es/commands/ResetRuntimeLogConfigurationCommand.js +2 -2
  72. package/dist-es/commands/SendConnectorEventCommand.js +2 -2
  73. package/dist-es/commands/SendManagedThingCommandCommand.js +2 -2
  74. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +2 -2
  75. package/dist-es/commands/StartDeviceDiscoveryCommand.js +2 -2
  76. package/dist-es/commands/TagResourceCommand.js +2 -2
  77. package/dist-es/commands/UntagResourceCommand.js +2 -2
  78. package/dist-es/commands/UpdateAccountAssociationCommand.js +2 -2
  79. package/dist-es/commands/UpdateCloudConnectorCommand.js +2 -2
  80. package/dist-es/commands/UpdateConnectorDestinationCommand.js +2 -2
  81. package/dist-es/commands/UpdateDestinationCommand.js +2 -2
  82. package/dist-es/commands/UpdateEventLogConfigurationCommand.js +2 -2
  83. package/dist-es/commands/UpdateManagedThingCommand.js +2 -2
  84. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
  85. package/dist-es/commands/UpdateOtaTaskCommand.js +2 -2
  86. package/dist-es/index.js +1 -0
  87. package/dist-es/runtimeConfig.shared.js +6 -1
  88. package/dist-es/schemas/schemas_0.js +578 -588
  89. package/dist-types/IoTManagedIntegrationsClient.d.ts +1 -10
  90. package/dist-types/index.d.ts +1 -0
  91. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  92. package/dist-types/runtimeConfig.d.ts +6 -2
  93. package/dist-types/runtimeConfig.native.d.ts +6 -2
  94. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  95. package/dist-types/schemas/schemas_0.d.ts +298 -376
  96. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +0 -4
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +297 -378
  103. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetManagedThing } from "../schemas/schemas_0";
4
+ import { GetManagedThing$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetManagedThingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetManagedThingCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetManagedThing", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingCommand")
14
- .sc(GetManagedThing)
14
+ .sc(GetManagedThing$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetManagedThingConnectivityData } from "../schemas/schemas_0";
4
+ import { GetManagedThingConnectivityData$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetManagedThingConnectivityDataCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetManagedThingConnectivityDataCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetManagedThingConnectivityData", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingConnectivityDataCommand")
14
- .sc(GetManagedThingConnectivityData)
14
+ .sc(GetManagedThingConnectivityData$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetManagedThingMetaData } from "../schemas/schemas_0";
4
+ import { GetManagedThingMetaData$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetManagedThingMetaDataCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetManagedThingMetaDataCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetManagedThingMetaData", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingMetaDataCommand")
14
- .sc(GetManagedThingMetaData)
14
+ .sc(GetManagedThingMetaData$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetManagedThingState } from "../schemas/schemas_0";
4
+ import { GetManagedThingState$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetManagedThingStateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetManagedThingStateCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetManagedThingState", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetManagedThingStateCommand")
14
- .sc(GetManagedThingState)
14
+ .sc(GetManagedThingState$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetNotificationConfiguration } from "../schemas/schemas_0";
4
+ import { GetNotificationConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetNotificationConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetNotificationConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetNotificationConfiguration", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetNotificationConfigurationCommand")
14
- .sc(GetNotificationConfiguration)
14
+ .sc(GetNotificationConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetOtaTask } from "../schemas/schemas_0";
4
+ import { GetOtaTask$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetOtaTaskCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetOtaTaskCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetOtaTask", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetOtaTaskCommand")
14
- .sc(GetOtaTask)
14
+ .sc(GetOtaTask$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetOtaTaskConfiguration } from "../schemas/schemas_0";
4
+ import { GetOtaTaskConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetOtaTaskConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetOtaTaskConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetOtaTaskConfiguration", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetOtaTaskConfigurationCommand")
14
- .sc(GetOtaTaskConfiguration)
14
+ .sc(GetOtaTaskConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetProvisioningProfile } from "../schemas/schemas_0";
4
+ import { GetProvisioningProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetProvisioningProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetProvisioningProfileCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetProvisioningProfile", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetProvisioningProfileCommand")
14
- .sc(GetProvisioningProfile)
14
+ .sc(GetProvisioningProfile$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRuntimeLogConfiguration } from "../schemas/schemas_0";
4
+ import { GetRuntimeLogConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRuntimeLogConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRuntimeLogConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetRuntimeLogConfiguration", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetRuntimeLogConfigurationCommand")
14
- .sc(GetRuntimeLogConfiguration)
14
+ .sc(GetRuntimeLogConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSchemaVersion } from "../schemas/schemas_0";
4
+ import { GetSchemaVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSchemaVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSchemaVersionCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "GetSchemaVersion", {})
13
13
  .n("IoTManagedIntegrationsClient", "GetSchemaVersionCommand")
14
- .sc(GetSchemaVersion)
14
+ .sc(GetSchemaVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccountAssociations } from "../schemas/schemas_0";
4
+ import { ListAccountAssociations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAccountAssociationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAccountAssociationsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListAccountAssociations", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListAccountAssociationsCommand")
14
- .sc(ListAccountAssociations)
14
+ .sc(ListAccountAssociations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCloudConnectors } from "../schemas/schemas_0";
4
+ import { ListCloudConnectors$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCloudConnectorsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCloudConnectorsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListCloudConnectors", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListCloudConnectorsCommand")
14
- .sc(ListCloudConnectors)
14
+ .sc(ListCloudConnectors$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListConnectorDestinations } from "../schemas/schemas_0";
4
+ import { ListConnectorDestinations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListConnectorDestinationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListConnectorDestinationsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListConnectorDestinations", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListConnectorDestinationsCommand")
14
- .sc(ListConnectorDestinations)
14
+ .sc(ListConnectorDestinations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCredentialLockers } from "../schemas/schemas_0";
4
+ import { ListCredentialLockers$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCredentialLockersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCredentialLockersCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListCredentialLockers", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListCredentialLockersCommand")
14
- .sc(ListCredentialLockers)
14
+ .sc(ListCredentialLockers$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDestinations } from "../schemas/schemas_0";
4
+ import { ListDestinations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDestinationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDestinationsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListDestinations", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListDestinationsCommand")
14
- .sc(ListDestinations)
14
+ .sc(ListDestinations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDeviceDiscoveries } from "../schemas/schemas_0";
4
+ import { ListDeviceDiscoveries$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDeviceDiscoveriesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDeviceDiscoveriesCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListDeviceDiscoveries", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListDeviceDiscoveriesCommand")
14
- .sc(ListDeviceDiscoveries)
14
+ .sc(ListDeviceDiscoveries$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDiscoveredDevices } from "../schemas/schemas_0";
4
+ import { ListDiscoveredDevices$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDiscoveredDevicesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDiscoveredDevicesCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListDiscoveredDevices", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListDiscoveredDevicesCommand")
14
- .sc(ListDiscoveredDevices)
14
+ .sc(ListDiscoveredDevices$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEventLogConfigurations } from "../schemas/schemas_0";
4
+ import { ListEventLogConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEventLogConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEventLogConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListEventLogConfigurations", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListEventLogConfigurationsCommand")
14
- .sc(ListEventLogConfigurations)
14
+ .sc(ListEventLogConfigurations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListManagedThingAccountAssociations } from "../schemas/schemas_0";
4
+ import { ListManagedThingAccountAssociations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListManagedThingAccountAssociationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListManagedThingAccountAssociationsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListManagedThingAccountAssociations", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListManagedThingAccountAssociationsCommand")
14
- .sc(ListManagedThingAccountAssociations)
14
+ .sc(ListManagedThingAccountAssociations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListManagedThingSchemas } from "../schemas/schemas_0";
4
+ import { ListManagedThingSchemas$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListManagedThingSchemasCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListManagedThingSchemasCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListManagedThingSchemas", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListManagedThingSchemasCommand")
14
- .sc(ListManagedThingSchemas)
14
+ .sc(ListManagedThingSchemas$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListManagedThings } from "../schemas/schemas_0";
4
+ import { ListManagedThings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListManagedThingsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListManagedThingsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListManagedThings", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListManagedThingsCommand")
14
- .sc(ListManagedThings)
14
+ .sc(ListManagedThings$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListNotificationConfigurations } from "../schemas/schemas_0";
4
+ import { ListNotificationConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListNotificationConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListNotificationConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListNotificationConfigurations", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListNotificationConfigurationsCommand")
14
- .sc(ListNotificationConfigurations)
14
+ .sc(ListNotificationConfigurations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListOtaTaskConfigurations } from "../schemas/schemas_0";
4
+ import { ListOtaTaskConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListOtaTaskConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListOtaTaskConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListOtaTaskConfigurations", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListOtaTaskConfigurationsCommand")
14
- .sc(ListOtaTaskConfigurations)
14
+ .sc(ListOtaTaskConfigurations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListOtaTaskExecutions } from "../schemas/schemas_0";
4
+ import { ListOtaTaskExecutions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListOtaTaskExecutionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListOtaTaskExecutionsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListOtaTaskExecutions", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListOtaTaskExecutionsCommand")
14
- .sc(ListOtaTaskExecutions)
14
+ .sc(ListOtaTaskExecutions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListOtaTasks } from "../schemas/schemas_0";
4
+ import { ListOtaTasks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListOtaTasksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListOtaTasksCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListOtaTasks", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListOtaTasksCommand")
14
- .sc(ListOtaTasks)
14
+ .sc(ListOtaTasks$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListProvisioningProfiles } from "../schemas/schemas_0";
4
+ import { ListProvisioningProfiles$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListProvisioningProfilesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListProvisioningProfilesCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListProvisioningProfiles", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListProvisioningProfilesCommand")
14
- .sc(ListProvisioningProfiles)
14
+ .sc(ListProvisioningProfiles$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListSchemaVersions } from "../schemas/schemas_0";
4
+ import { ListSchemaVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSchemaVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSchemaVersionsCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListSchemaVersions", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListSchemaVersionsCommand")
14
- .sc(ListSchemaVersions)
14
+ .sc(ListSchemaVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ListTagsForResource", {})
13
13
  .n("IoTManagedIntegrationsClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutDefaultEncryptionConfiguration } from "../schemas/schemas_0";
4
+ import { PutDefaultEncryptionConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutDefaultEncryptionConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutDefaultEncryptionConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "PutDefaultEncryptionConfiguration", {})
13
13
  .n("IoTManagedIntegrationsClient", "PutDefaultEncryptionConfigurationCommand")
14
- .sc(PutDefaultEncryptionConfiguration)
14
+ .sc(PutDefaultEncryptionConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutHubConfiguration } from "../schemas/schemas_0";
4
+ import { PutHubConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutHubConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutHubConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "PutHubConfiguration", {})
13
13
  .n("IoTManagedIntegrationsClient", "PutHubConfigurationCommand")
14
- .sc(PutHubConfiguration)
14
+ .sc(PutHubConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutRuntimeLogConfiguration } from "../schemas/schemas_0";
4
+ import { PutRuntimeLogConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutRuntimeLogConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutRuntimeLogConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "PutRuntimeLogConfiguration", {})
13
13
  .n("IoTManagedIntegrationsClient", "PutRuntimeLogConfigurationCommand")
14
- .sc(PutRuntimeLogConfiguration)
14
+ .sc(PutRuntimeLogConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RegisterAccountAssociation } from "../schemas/schemas_0";
4
+ import { RegisterAccountAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RegisterAccountAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RegisterAccountAssociationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "RegisterAccountAssociation", {})
13
13
  .n("IoTManagedIntegrationsClient", "RegisterAccountAssociationCommand")
14
- .sc(RegisterAccountAssociation)
14
+ .sc(RegisterAccountAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RegisterCustomEndpoint } from "../schemas/schemas_0";
4
+ import { RegisterCustomEndpoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RegisterCustomEndpointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RegisterCustomEndpointCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "RegisterCustomEndpoint", {})
13
13
  .n("IoTManagedIntegrationsClient", "RegisterCustomEndpointCommand")
14
- .sc(RegisterCustomEndpoint)
14
+ .sc(RegisterCustomEndpoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ResetRuntimeLogConfiguration } from "../schemas/schemas_0";
4
+ import { ResetRuntimeLogConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ResetRuntimeLogConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ResetRuntimeLogConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "ResetRuntimeLogConfiguration", {})
13
13
  .n("IoTManagedIntegrationsClient", "ResetRuntimeLogConfigurationCommand")
14
- .sc(ResetRuntimeLogConfiguration)
14
+ .sc(ResetRuntimeLogConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SendConnectorEvent } from "../schemas/schemas_0";
4
+ import { SendConnectorEvent$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SendConnectorEventCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SendConnectorEventCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "SendConnectorEvent", {})
13
13
  .n("IoTManagedIntegrationsClient", "SendConnectorEventCommand")
14
- .sc(SendConnectorEvent)
14
+ .sc(SendConnectorEvent$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SendManagedThingCommand } from "../schemas/schemas_0";
4
+ import { SendManagedThingCommand$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SendManagedThingCommandCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SendManagedThingCommandCommand extends $Command
11
11
  })
12
12
  .s("IotManagedIntegrations", "SendManagedThingCommand", {})
13
13
  .n("IoTManagedIntegrationsClient", "SendManagedThingCommandCommand")
14
- .sc(SendManagedThingCommand)
14
+ .sc(SendManagedThingCommand$)
15
15
  .build() {
16
16
  }