@aws-sdk/client-iot-managed-integrations 3.1087.0 → 3.1089.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 +1 -1
  2. package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +268 -292
  3. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +7 -23
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateCredentialLockerCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateOtaTaskConfigurationCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetCustomEndpointCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetDefaultEncryptionConfigurationCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/GetHubConfigurationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetManagedThingCertificateCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListCredentialLockersCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +3 -8
  57. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListEventLogConfigurationsCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/ListManagedThingsCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListOtaTaskConfigurationsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListOtaTasksCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListProvisioningProfilesCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +4 -6
  74. package/dist-types/ts3.4/commands/RegisterCustomEndpointCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +3 -4
  84. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +3 -4
  86. package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +4 -6
  87. package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +3 -4
  88. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +2 -2
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  94. package/dist-types/ts3.4/models/errors.d.ts +11 -33
  95. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  101. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  103. package/package.json +38 -38
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteManagedThingRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteManagedThingCommandInput
5
- extends DeleteManagedThingRequest {}
4
+ export interface DeleteManagedThingCommandInput extends DeleteManagedThingRequest {}
6
5
  export interface DeleteManagedThingCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteManagedThingCommand_base: {
8
7
  new (
9
- input: DeleteManagedThingCommandInput
8
+ input: DeleteManagedThingCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteManagedThingCommandInput,
12
11
  DeleteManagedThingCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteManagedThingCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteManagedThingCommandInput
17
+ input: DeleteManagedThingCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteManagedThingCommandInput,
21
20
  DeleteManagedThingCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteNotificationConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteNotificationConfigurationCommandInput
5
- extends DeleteNotificationConfigurationRequest {}
6
- export interface DeleteNotificationConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteNotificationConfigurationCommandInput extends DeleteNotificationConfigurationRequest {}
5
+ export interface DeleteNotificationConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteNotificationConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteNotificationConfigurationCommandInput
8
+ input: DeleteNotificationConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteNotificationConfigurationCommandInput,
13
11
  DeleteNotificationConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteNotificationConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteNotificationConfigurationCommandInput
17
+ input: DeleteNotificationConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteNotificationConfigurationCommandInput,
22
20
  DeleteNotificationConfigurationCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteOtaTaskCommandInput extends DeleteOtaTaskRequest {}
5
5
  export interface DeleteOtaTaskCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteOtaTaskCommand_base: {
7
7
  new (
8
- input: DeleteOtaTaskCommandInput
8
+ input: DeleteOtaTaskCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteOtaTaskCommandInput,
11
11
  DeleteOtaTaskCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteOtaTaskCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteOtaTaskCommandInput
17
+ input: DeleteOtaTaskCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteOtaTaskCommandInput,
20
20
  DeleteOtaTaskCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteOtaTaskConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteOtaTaskConfigurationCommandInput
5
- extends DeleteOtaTaskConfigurationRequest {}
6
- export interface DeleteOtaTaskConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteOtaTaskConfigurationCommandInput extends DeleteOtaTaskConfigurationRequest {}
5
+ export interface DeleteOtaTaskConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteOtaTaskConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteOtaTaskConfigurationCommandInput
8
+ input: DeleteOtaTaskConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteOtaTaskConfigurationCommandInput,
13
11
  DeleteOtaTaskConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteOtaTaskConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteOtaTaskConfigurationCommandInput
17
+ input: DeleteOtaTaskConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteOtaTaskConfigurationCommandInput,
22
20
  DeleteOtaTaskConfigurationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteProvisioningProfileRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteProvisioningProfileCommandInput
5
- extends DeleteProvisioningProfileRequest {}
6
- export interface DeleteProvisioningProfileCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteProvisioningProfileCommandInput extends DeleteProvisioningProfileRequest {}
5
+ export interface DeleteProvisioningProfileCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteProvisioningProfileCommand_base: {
9
7
  new (
10
- input: DeleteProvisioningProfileCommandInput
8
+ input: DeleteProvisioningProfileCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteProvisioningProfileCommandInput,
13
11
  DeleteProvisioningProfileCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteProvisioningProfileCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteProvisioningProfileCommandInput
17
+ input: DeleteProvisioningProfileCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteProvisioningProfileCommandInput,
22
20
  DeleteProvisioningProfileCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeregisterAccountAssociationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeregisterAccountAssociationCommandInput
5
- extends DeregisterAccountAssociationRequest {}
6
- export interface DeregisterAccountAssociationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeregisterAccountAssociationCommandInput extends DeregisterAccountAssociationRequest {}
5
+ export interface DeregisterAccountAssociationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeregisterAccountAssociationCommand_base: {
9
7
  new (
10
- input: DeregisterAccountAssociationCommandInput
8
+ input: DeregisterAccountAssociationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeregisterAccountAssociationCommandInput,
13
11
  DeregisterAccountAssociationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeregisterAccountAssociationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeregisterAccountAssociationCommandInput
17
+ input: DeregisterAccountAssociationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeregisterAccountAssociationCommandInput,
22
20
  DeregisterAccountAssociationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAccountAssociationRequest,
4
- GetAccountAssociationResponse,
5
- } from "../models/models_0";
2
+ import { GetAccountAssociationRequest, GetAccountAssociationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetAccountAssociationCommandInput
8
- extends GetAccountAssociationRequest {}
4
+ export interface GetAccountAssociationCommandInput extends GetAccountAssociationRequest {}
9
5
  export interface GetAccountAssociationCommandOutput
10
- extends GetAccountAssociationResponse,
11
- __MetadataBearer {}
6
+ extends GetAccountAssociationResponse, __MetadataBearer {}
12
7
  declare const GetAccountAssociationCommand_base: {
13
8
  new (
14
- input: GetAccountAssociationCommandInput
9
+ input: GetAccountAssociationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetAccountAssociationCommandInput,
17
12
  GetAccountAssociationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetAccountAssociationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetAccountAssociationCommandInput
18
+ input: GetAccountAssociationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetAccountAssociationCommandInput,
26
21
  GetAccountAssociationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCloudConnectorRequest,
4
- GetCloudConnectorResponse,
5
- } from "../models/models_0";
2
+ import { GetCloudConnectorRequest, GetCloudConnectorResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetCloudConnectorCommandInput
8
- extends GetCloudConnectorRequest {}
4
+ export interface GetCloudConnectorCommandInput extends GetCloudConnectorRequest {}
9
5
  export interface GetCloudConnectorCommandOutput
10
- extends GetCloudConnectorResponse,
11
- __MetadataBearer {}
6
+ extends GetCloudConnectorResponse, __MetadataBearer {}
12
7
  declare const GetCloudConnectorCommand_base: {
13
8
  new (
14
- input: GetCloudConnectorCommandInput
9
+ input: GetCloudConnectorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCloudConnectorCommandInput,
17
12
  GetCloudConnectorCommandOutput,
@@ -20,7 +15,7 @@ declare const GetCloudConnectorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetCloudConnectorCommandInput
18
+ input: GetCloudConnectorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetCloudConnectorCommandInput,
26
21
  GetCloudConnectorCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetConnectorDestinationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetConnectorDestinationCommandInput
8
- extends GetConnectorDestinationRequest {}
7
+ export interface GetConnectorDestinationCommandInput extends GetConnectorDestinationRequest {}
9
8
  export interface GetConnectorDestinationCommandOutput
10
- extends GetConnectorDestinationResponse,
11
- __MetadataBearer {}
9
+ extends GetConnectorDestinationResponse, __MetadataBearer {}
12
10
  declare const GetConnectorDestinationCommand_base: {
13
11
  new (
14
- input: GetConnectorDestinationCommandInput
12
+ input: GetConnectorDestinationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetConnectorDestinationCommandInput,
17
15
  GetConnectorDestinationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetConnectorDestinationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetConnectorDestinationCommandInput
21
+ input: GetConnectorDestinationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetConnectorDestinationCommandInput,
26
24
  GetConnectorDestinationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCredentialLockerRequest,
4
- GetCredentialLockerResponse,
5
- } from "../models/models_0";
2
+ import { GetCredentialLockerRequest, GetCredentialLockerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetCredentialLockerCommandInput
8
- extends GetCredentialLockerRequest {}
4
+ export interface GetCredentialLockerCommandInput extends GetCredentialLockerRequest {}
9
5
  export interface GetCredentialLockerCommandOutput
10
- extends GetCredentialLockerResponse,
11
- __MetadataBearer {}
6
+ extends GetCredentialLockerResponse, __MetadataBearer {}
12
7
  declare const GetCredentialLockerCommand_base: {
13
8
  new (
14
- input: GetCredentialLockerCommandInput
9
+ input: GetCredentialLockerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCredentialLockerCommandInput,
17
12
  GetCredentialLockerCommandOutput,
@@ -20,7 +15,7 @@ declare const GetCredentialLockerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetCredentialLockerCommandInput
18
+ input: GetCredentialLockerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetCredentialLockerCommandInput,
26
21
  GetCredentialLockerCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCustomEndpointRequest,
4
- GetCustomEndpointResponse,
5
- } from "../models/models_0";
2
+ import { GetCustomEndpointRequest, GetCustomEndpointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetCustomEndpointCommandInput
8
- extends GetCustomEndpointRequest {}
4
+ export interface GetCustomEndpointCommandInput extends GetCustomEndpointRequest {}
9
5
  export interface GetCustomEndpointCommandOutput
10
- extends GetCustomEndpointResponse,
11
- __MetadataBearer {}
6
+ extends GetCustomEndpointResponse, __MetadataBearer {}
12
7
  declare const GetCustomEndpointCommand_base: {
13
8
  new (
14
- input: GetCustomEndpointCommandInput
9
+ input: GetCustomEndpointCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCustomEndpointCommandInput,
17
12
  GetCustomEndpointCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetDefaultEncryptionConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetDefaultEncryptionConfigurationCommandInput
8
- extends GetDefaultEncryptionConfigurationRequest {}
7
+ export interface GetDefaultEncryptionConfigurationCommandInput extends GetDefaultEncryptionConfigurationRequest {}
9
8
  export interface GetDefaultEncryptionConfigurationCommandOutput
10
- extends GetDefaultEncryptionConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetDefaultEncryptionConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetDefaultEncryptionConfigurationCommand_base: {
13
11
  new (
14
- input: GetDefaultEncryptionConfigurationCommandInput
12
+ input: GetDefaultEncryptionConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetDefaultEncryptionConfigurationCommandInput,
17
15
  GetDefaultEncryptionConfigurationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDestinationRequest,
4
- GetDestinationResponse,
5
- } from "../models/models_0";
2
+ import { GetDestinationRequest, GetDestinationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetDestinationCommandInput extends GetDestinationRequest {}
8
- export interface GetDestinationCommandOutput
9
- extends GetDestinationResponse,
10
- __MetadataBearer {}
5
+ export interface GetDestinationCommandOutput extends GetDestinationResponse, __MetadataBearer {}
11
6
  declare const GetDestinationCommand_base: {
12
7
  new (
13
- input: GetDestinationCommandInput
8
+ input: GetDestinationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetDestinationCommandInput,
16
11
  GetDestinationCommandOutput,
@@ -19,7 +14,7 @@ declare const GetDestinationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetDestinationCommandInput
17
+ input: GetDestinationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetDestinationCommandInput,
25
20
  GetDestinationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDeviceDiscoveryRequest,
4
- GetDeviceDiscoveryResponse,
5
- } from "../models/models_0";
2
+ import { GetDeviceDiscoveryRequest, GetDeviceDiscoveryResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetDeviceDiscoveryCommandInput
8
- extends GetDeviceDiscoveryRequest {}
4
+ export interface GetDeviceDiscoveryCommandInput extends GetDeviceDiscoveryRequest {}
9
5
  export interface GetDeviceDiscoveryCommandOutput
10
- extends GetDeviceDiscoveryResponse,
11
- __MetadataBearer {}
6
+ extends GetDeviceDiscoveryResponse, __MetadataBearer {}
12
7
  declare const GetDeviceDiscoveryCommand_base: {
13
8
  new (
14
- input: GetDeviceDiscoveryCommandInput
9
+ input: GetDeviceDiscoveryCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetDeviceDiscoveryCommandInput,
17
12
  GetDeviceDiscoveryCommandOutput,
@@ -20,7 +15,7 @@ declare const GetDeviceDiscoveryCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetDeviceDiscoveryCommandInput
18
+ input: GetDeviceDiscoveryCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetDeviceDiscoveryCommandInput,
26
21
  GetDeviceDiscoveryCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetEventLogConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetEventLogConfigurationCommandInput
8
- extends GetEventLogConfigurationRequest {}
7
+ export interface GetEventLogConfigurationCommandInput extends GetEventLogConfigurationRequest {}
9
8
  export interface GetEventLogConfigurationCommandOutput
10
- extends GetEventLogConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetEventLogConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetEventLogConfigurationCommand_base: {
13
11
  new (
14
- input: GetEventLogConfigurationCommandInput
12
+ input: GetEventLogConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetEventLogConfigurationCommandInput,
17
15
  GetEventLogConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetEventLogConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetEventLogConfigurationCommandInput
21
+ input: GetEventLogConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetEventLogConfigurationCommandInput,
26
24
  GetEventLogConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetHubConfigurationRequest,
4
- GetHubConfigurationResponse,
5
- } from "../models/models_0";
2
+ import { GetHubConfigurationRequest, GetHubConfigurationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetHubConfigurationCommandInput
8
- extends GetHubConfigurationRequest {}
4
+ export interface GetHubConfigurationCommandInput extends GetHubConfigurationRequest {}
9
5
  export interface GetHubConfigurationCommandOutput
10
- extends GetHubConfigurationResponse,
11
- __MetadataBearer {}
6
+ extends GetHubConfigurationResponse, __MetadataBearer {}
12
7
  declare const GetHubConfigurationCommand_base: {
13
8
  new (
14
- input: GetHubConfigurationCommandInput
9
+ input: GetHubConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetHubConfigurationCommandInput,
17
12
  GetHubConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetManagedThingCapabilitiesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetManagedThingCapabilitiesCommandInput
8
- extends GetManagedThingCapabilitiesRequest {}
7
+ export interface GetManagedThingCapabilitiesCommandInput extends GetManagedThingCapabilitiesRequest {}
9
8
  export interface GetManagedThingCapabilitiesCommandOutput
10
- extends GetManagedThingCapabilitiesResponse,
11
- __MetadataBearer {}
9
+ extends GetManagedThingCapabilitiesResponse, __MetadataBearer {}
12
10
  declare const GetManagedThingCapabilitiesCommand_base: {
13
11
  new (
14
- input: GetManagedThingCapabilitiesCommandInput
12
+ input: GetManagedThingCapabilitiesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetManagedThingCapabilitiesCommandInput,
17
15
  GetManagedThingCapabilitiesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetManagedThingCapabilitiesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetManagedThingCapabilitiesCommandInput
21
+ input: GetManagedThingCapabilitiesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetManagedThingCapabilitiesCommandInput,
26
24
  GetManagedThingCapabilitiesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetManagedThingCertificateResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetManagedThingCertificateCommandInput
8
- extends GetManagedThingCertificateRequest {}
7
+ export interface GetManagedThingCertificateCommandInput extends GetManagedThingCertificateRequest {}
9
8
  export interface GetManagedThingCertificateCommandOutput
10
- extends GetManagedThingCertificateResponse,
11
- __MetadataBearer {}
9
+ extends GetManagedThingCertificateResponse, __MetadataBearer {}
12
10
  declare const GetManagedThingCertificateCommand_base: {
13
11
  new (
14
- input: GetManagedThingCertificateCommandInput
12
+ input: GetManagedThingCertificateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetManagedThingCertificateCommandInput,
17
15
  GetManagedThingCertificateCommandOutput,
@@ -20,7 +18,7 @@ declare const GetManagedThingCertificateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetManagedThingCertificateCommandInput
21
+ input: GetManagedThingCertificateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetManagedThingCertificateCommandInput,
26
24
  GetManagedThingCertificateCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetManagedThingRequest,
4
- GetManagedThingResponse,
5
- } from "../models/models_0";
2
+ import { GetManagedThingRequest, GetManagedThingResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetManagedThingCommandInput extends GetManagedThingRequest {}
8
- export interface GetManagedThingCommandOutput
9
- extends GetManagedThingResponse,
10
- __MetadataBearer {}
5
+ export interface GetManagedThingCommandOutput extends GetManagedThingResponse, __MetadataBearer {}
11
6
  declare const GetManagedThingCommand_base: {
12
7
  new (
13
- input: GetManagedThingCommandInput
8
+ input: GetManagedThingCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetManagedThingCommandInput,
16
11
  GetManagedThingCommandOutput,
@@ -19,7 +14,7 @@ declare const GetManagedThingCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetManagedThingCommandInput
17
+ input: GetManagedThingCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetManagedThingCommandInput,
25
20
  GetManagedThingCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetManagedThingConnectivityDataResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetManagedThingConnectivityDataCommandInput
8
- extends GetManagedThingConnectivityDataRequest {}
7
+ export interface GetManagedThingConnectivityDataCommandInput extends GetManagedThingConnectivityDataRequest {}
9
8
  export interface GetManagedThingConnectivityDataCommandOutput
10
- extends GetManagedThingConnectivityDataResponse,
11
- __MetadataBearer {}
9
+ extends GetManagedThingConnectivityDataResponse, __MetadataBearer {}
12
10
  declare const GetManagedThingConnectivityDataCommand_base: {
13
11
  new (
14
- input: GetManagedThingConnectivityDataCommandInput
12
+ input: GetManagedThingConnectivityDataCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetManagedThingConnectivityDataCommandInput,
17
15
  GetManagedThingConnectivityDataCommandOutput,
@@ -20,7 +18,7 @@ declare const GetManagedThingConnectivityDataCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetManagedThingConnectivityDataCommandInput
21
+ input: GetManagedThingConnectivityDataCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetManagedThingConnectivityDataCommandInput,
26
24
  GetManagedThingConnectivityDataCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetManagedThingMetaDataResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetManagedThingMetaDataCommandInput
8
- extends GetManagedThingMetaDataRequest {}
7
+ export interface GetManagedThingMetaDataCommandInput extends GetManagedThingMetaDataRequest {}
9
8
  export interface GetManagedThingMetaDataCommandOutput
10
- extends GetManagedThingMetaDataResponse,
11
- __MetadataBearer {}
9
+ extends GetManagedThingMetaDataResponse, __MetadataBearer {}
12
10
  declare const GetManagedThingMetaDataCommand_base: {
13
11
  new (
14
- input: GetManagedThingMetaDataCommandInput
12
+ input: GetManagedThingMetaDataCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetManagedThingMetaDataCommandInput,
17
15
  GetManagedThingMetaDataCommandOutput,
@@ -20,7 +18,7 @@ declare const GetManagedThingMetaDataCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetManagedThingMetaDataCommandInput
21
+ input: GetManagedThingMetaDataCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetManagedThingMetaDataCommandInput,
26
24
  GetManagedThingMetaDataCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetManagedThingStateRequest,
4
- GetManagedThingStateResponse,
5
- } from "../models/models_0";
2
+ import { GetManagedThingStateRequest, GetManagedThingStateResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetManagedThingStateCommandInput
8
- extends GetManagedThingStateRequest {}
4
+ export interface GetManagedThingStateCommandInput extends GetManagedThingStateRequest {}
9
5
  export interface GetManagedThingStateCommandOutput
10
- extends GetManagedThingStateResponse,
11
- __MetadataBearer {}
6
+ extends GetManagedThingStateResponse, __MetadataBearer {}
12
7
  declare const GetManagedThingStateCommand_base: {
13
8
  new (
14
- input: GetManagedThingStateCommandInput
9
+ input: GetManagedThingStateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetManagedThingStateCommandInput,
17
12
  GetManagedThingStateCommandOutput,
@@ -20,7 +15,7 @@ declare const GetManagedThingStateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetManagedThingStateCommandInput
18
+ input: GetManagedThingStateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetManagedThingStateCommandInput,
26
21
  GetManagedThingStateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetNotificationConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetNotificationConfigurationCommandInput
8
- extends GetNotificationConfigurationRequest {}
7
+ export interface GetNotificationConfigurationCommandInput extends GetNotificationConfigurationRequest {}
9
8
  export interface GetNotificationConfigurationCommandOutput
10
- extends GetNotificationConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetNotificationConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetNotificationConfigurationCommand_base: {
13
11
  new (
14
- input: GetNotificationConfigurationCommandInput
12
+ input: GetNotificationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetNotificationConfigurationCommandInput,
17
15
  GetNotificationConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetNotificationConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetNotificationConfigurationCommandInput
21
+ input: GetNotificationConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetNotificationConfigurationCommandInput,
26
24
  GetNotificationConfigurationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetOtaTaskRequest, GetOtaTaskResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetOtaTaskCommandInput extends GetOtaTaskRequest {}
5
- export interface GetOtaTaskCommandOutput
6
- extends GetOtaTaskResponse,
7
- __MetadataBearer {}
5
+ export interface GetOtaTaskCommandOutput extends GetOtaTaskResponse, __MetadataBearer {}
8
6
  declare const GetOtaTaskCommand_base: {
9
7
  new (
10
- input: GetOtaTaskCommandInput
8
+ input: GetOtaTaskCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetOtaTaskCommandInput,
13
11
  GetOtaTaskCommandOutput,
@@ -16,7 +14,7 @@ declare const GetOtaTaskCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetOtaTaskCommandInput
17
+ input: GetOtaTaskCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetOtaTaskCommandInput,
22
20
  GetOtaTaskCommandOutput,