@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,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RegisterCustomEndpointRequest,
4
- RegisterCustomEndpointResponse,
5
- } from "../models/models_0";
2
+ import { RegisterCustomEndpointRequest, RegisterCustomEndpointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface RegisterCustomEndpointCommandInput
8
- extends RegisterCustomEndpointRequest {}
4
+ export interface RegisterCustomEndpointCommandInput extends RegisterCustomEndpointRequest {}
9
5
  export interface RegisterCustomEndpointCommandOutput
10
- extends RegisterCustomEndpointResponse,
11
- __MetadataBearer {}
6
+ extends RegisterCustomEndpointResponse, __MetadataBearer {}
12
7
  declare const RegisterCustomEndpointCommand_base: {
13
8
  new (
14
- input: RegisterCustomEndpointCommandInput
9
+ input: RegisterCustomEndpointCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  RegisterCustomEndpointCommandInput,
17
12
  RegisterCustomEndpointCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ResetRuntimeLogConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface ResetRuntimeLogConfigurationCommandInput
5
- extends ResetRuntimeLogConfigurationRequest {}
6
- export interface ResetRuntimeLogConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface ResetRuntimeLogConfigurationCommandInput extends ResetRuntimeLogConfigurationRequest {}
5
+ export interface ResetRuntimeLogConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const ResetRuntimeLogConfigurationCommand_base: {
9
7
  new (
10
- input: ResetRuntimeLogConfigurationCommandInput
8
+ input: ResetRuntimeLogConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ResetRuntimeLogConfigurationCommandInput,
13
11
  ResetRuntimeLogConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const ResetRuntimeLogConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ResetRuntimeLogConfigurationCommandInput
17
+ input: ResetRuntimeLogConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ResetRuntimeLogConfigurationCommandInput,
22
20
  ResetRuntimeLogConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SendConnectorEventRequest,
4
- SendConnectorEventResponse,
5
- } from "../models/models_0";
2
+ import { SendConnectorEventRequest, SendConnectorEventResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SendConnectorEventCommandInput
8
- extends SendConnectorEventRequest {}
4
+ export interface SendConnectorEventCommandInput extends SendConnectorEventRequest {}
9
5
  export interface SendConnectorEventCommandOutput
10
- extends SendConnectorEventResponse,
11
- __MetadataBearer {}
6
+ extends SendConnectorEventResponse, __MetadataBearer {}
12
7
  declare const SendConnectorEventCommand_base: {
13
8
  new (
14
- input: SendConnectorEventCommandInput
9
+ input: SendConnectorEventCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SendConnectorEventCommandInput,
17
12
  SendConnectorEventCommandOutput,
@@ -20,7 +15,7 @@ declare const SendConnectorEventCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SendConnectorEventCommandInput
18
+ input: SendConnectorEventCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SendConnectorEventCommandInput,
26
21
  SendConnectorEventCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  SendManagedThingCommandResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface SendManagedThingCommandCommandInput
8
- extends SendManagedThingCommandRequest {}
7
+ export interface SendManagedThingCommandCommandInput extends SendManagedThingCommandRequest {}
9
8
  export interface SendManagedThingCommandCommandOutput
10
- extends SendManagedThingCommandResponse,
11
- __MetadataBearer {}
9
+ extends SendManagedThingCommandResponse, __MetadataBearer {}
12
10
  declare const SendManagedThingCommandCommand_base: {
13
11
  new (
14
- input: SendManagedThingCommandCommandInput
12
+ input: SendManagedThingCommandCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  SendManagedThingCommandCommandInput,
17
15
  SendManagedThingCommandCommandOutput,
@@ -20,7 +18,7 @@ declare const SendManagedThingCommandCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: SendManagedThingCommandCommandInput
21
+ input: SendManagedThingCommandCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  SendManagedThingCommandCommandInput,
26
24
  SendManagedThingCommandCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  StartAccountAssociationRefreshResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface StartAccountAssociationRefreshCommandInput
8
- extends StartAccountAssociationRefreshRequest {}
7
+ export interface StartAccountAssociationRefreshCommandInput extends StartAccountAssociationRefreshRequest {}
9
8
  export interface StartAccountAssociationRefreshCommandOutput
10
- extends StartAccountAssociationRefreshResponse,
11
- __MetadataBearer {}
9
+ extends StartAccountAssociationRefreshResponse, __MetadataBearer {}
12
10
  declare const StartAccountAssociationRefreshCommand_base: {
13
11
  new (
14
- input: StartAccountAssociationRefreshCommandInput
12
+ input: StartAccountAssociationRefreshCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  StartAccountAssociationRefreshCommandInput,
17
15
  StartAccountAssociationRefreshCommandOutput,
@@ -20,7 +18,7 @@ declare const StartAccountAssociationRefreshCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: StartAccountAssociationRefreshCommandInput
21
+ input: StartAccountAssociationRefreshCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  StartAccountAssociationRefreshCommandInput,
26
24
  StartAccountAssociationRefreshCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartDeviceDiscoveryRequest,
4
- StartDeviceDiscoveryResponse,
5
- } from "../models/models_0";
2
+ import { StartDeviceDiscoveryRequest, StartDeviceDiscoveryResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StartDeviceDiscoveryCommandInput
8
- extends StartDeviceDiscoveryRequest {}
4
+ export interface StartDeviceDiscoveryCommandInput extends StartDeviceDiscoveryRequest {}
9
5
  export interface StartDeviceDiscoveryCommandOutput
10
- extends StartDeviceDiscoveryResponse,
11
- __MetadataBearer {}
6
+ extends StartDeviceDiscoveryResponse, __MetadataBearer {}
12
7
  declare const StartDeviceDiscoveryCommand_base: {
13
8
  new (
14
- input: StartDeviceDiscoveryCommandInput
9
+ input: StartDeviceDiscoveryCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartDeviceDiscoveryCommandInput,
17
12
  StartDeviceDiscoveryCommandOutput,
@@ -20,7 +15,7 @@ declare const StartDeviceDiscoveryCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartDeviceDiscoveryCommandInput
18
+ input: StartDeviceDiscoveryCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartDeviceDiscoveryCommandInput,
26
21
  StartDeviceDiscoveryCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateAccountAssociationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateAccountAssociationCommandInput
5
- extends UpdateAccountAssociationRequest {}
6
- export interface UpdateAccountAssociationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface UpdateAccountAssociationCommandInput extends UpdateAccountAssociationRequest {}
5
+ export interface UpdateAccountAssociationCommandOutput extends __MetadataBearer {}
8
6
  declare const UpdateAccountAssociationCommand_base: {
9
7
  new (
10
- input: UpdateAccountAssociationCommandInput
8
+ input: UpdateAccountAssociationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateAccountAssociationCommandInput,
13
11
  UpdateAccountAssociationCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateAccountAssociationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateAccountAssociationCommandInput
17
+ input: UpdateAccountAssociationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateAccountAssociationCommandInput,
22
20
  UpdateAccountAssociationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateCloudConnectorRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateCloudConnectorCommandInput
5
- extends UpdateCloudConnectorRequest {}
4
+ export interface UpdateCloudConnectorCommandInput extends UpdateCloudConnectorRequest {}
6
5
  export interface UpdateCloudConnectorCommandOutput extends __MetadataBearer {}
7
6
  declare const UpdateCloudConnectorCommand_base: {
8
7
  new (
9
- input: UpdateCloudConnectorCommandInput
8
+ input: UpdateCloudConnectorCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  UpdateCloudConnectorCommandInput,
12
11
  UpdateCloudConnectorCommandOutput,
@@ -15,7 +14,7 @@ declare const UpdateCloudConnectorCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: UpdateCloudConnectorCommandInput
17
+ input: UpdateCloudConnectorCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  UpdateCloudConnectorCommandInput,
21
20
  UpdateCloudConnectorCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateConnectorDestinationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateConnectorDestinationCommandInput
5
- extends UpdateConnectorDestinationRequest {}
6
- export interface UpdateConnectorDestinationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface UpdateConnectorDestinationCommandInput extends UpdateConnectorDestinationRequest {}
5
+ export interface UpdateConnectorDestinationCommandOutput extends __MetadataBearer {}
8
6
  declare const UpdateConnectorDestinationCommand_base: {
9
7
  new (
10
- input: UpdateConnectorDestinationCommandInput
8
+ input: UpdateConnectorDestinationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateConnectorDestinationCommandInput,
13
11
  UpdateConnectorDestinationCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateConnectorDestinationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateConnectorDestinationCommandInput
17
+ input: UpdateConnectorDestinationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateConnectorDestinationCommandInput,
22
20
  UpdateConnectorDestinationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateDestinationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateDestinationCommandInput
5
- extends UpdateDestinationRequest {}
4
+ export interface UpdateDestinationCommandInput extends UpdateDestinationRequest {}
6
5
  export interface UpdateDestinationCommandOutput extends __MetadataBearer {}
7
6
  declare const UpdateDestinationCommand_base: {
8
7
  new (
9
- input: UpdateDestinationCommandInput
8
+ input: UpdateDestinationCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  UpdateDestinationCommandInput,
12
11
  UpdateDestinationCommandOutput,
@@ -15,7 +14,7 @@ declare const UpdateDestinationCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: UpdateDestinationCommandInput
17
+ input: UpdateDestinationCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  UpdateDestinationCommandInput,
21
20
  UpdateDestinationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateEventLogConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateEventLogConfigurationCommandInput
5
- extends UpdateEventLogConfigurationRequest {}
6
- export interface UpdateEventLogConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface UpdateEventLogConfigurationCommandInput extends UpdateEventLogConfigurationRequest {}
5
+ export interface UpdateEventLogConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const UpdateEventLogConfigurationCommand_base: {
9
7
  new (
10
- input: UpdateEventLogConfigurationCommandInput
8
+ input: UpdateEventLogConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateEventLogConfigurationCommandInput,
13
11
  UpdateEventLogConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateEventLogConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateEventLogConfigurationCommandInput
17
+ input: UpdateEventLogConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateEventLogConfigurationCommandInput,
22
20
  UpdateEventLogConfigurationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateManagedThingRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateManagedThingCommandInput
5
- extends UpdateManagedThingRequest {}
4
+ export interface UpdateManagedThingCommandInput extends UpdateManagedThingRequest {}
6
5
  export interface UpdateManagedThingCommandOutput extends __MetadataBearer {}
7
6
  declare const UpdateManagedThingCommand_base: {
8
7
  new (
9
- input: UpdateManagedThingCommandInput
8
+ input: UpdateManagedThingCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  UpdateManagedThingCommandInput,
12
11
  UpdateManagedThingCommandOutput,
@@ -15,7 +14,7 @@ declare const UpdateManagedThingCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: UpdateManagedThingCommandInput
17
+ input: UpdateManagedThingCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  UpdateManagedThingCommandInput,
21
20
  UpdateManagedThingCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateNotificationConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpdateNotificationConfigurationCommandInput
5
- extends UpdateNotificationConfigurationRequest {}
6
- export interface UpdateNotificationConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface UpdateNotificationConfigurationCommandInput extends UpdateNotificationConfigurationRequest {}
5
+ export interface UpdateNotificationConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const UpdateNotificationConfigurationCommand_base: {
9
7
  new (
10
- input: UpdateNotificationConfigurationCommandInput
8
+ input: UpdateNotificationConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateNotificationConfigurationCommandInput,
13
11
  UpdateNotificationConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateNotificationConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateNotificationConfigurationCommandInput
17
+ input: UpdateNotificationConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateNotificationConfigurationCommandInput,
22
20
  UpdateNotificationConfigurationCommandOutput,
@@ -5,7 +5,7 @@ export interface UpdateOtaTaskCommandInput extends UpdateOtaTaskRequest {}
5
5
  export interface UpdateOtaTaskCommandOutput extends __MetadataBearer {}
6
6
  declare const UpdateOtaTaskCommand_base: {
7
7
  new (
8
- input: UpdateOtaTaskCommandInput
8
+ input: UpdateOtaTaskCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateOtaTaskCommandInput,
11
11
  UpdateOtaTaskCommandOutput,
@@ -14,7 +14,7 @@ declare const UpdateOtaTaskCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpdateOtaTaskCommandInput
17
+ input: UpdateOtaTaskCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateOtaTaskCommandInput,
20
20
  UpdateOtaTaskCommandOutput,
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
22
22
  defaultSigningName: string;
23
23
  };
24
24
  export declare const resolveClientEndpointParameters: <T>(
25
- options: T & ClientInputEndpointParameters
25
+ options: T & ClientInputEndpointParameters,
26
26
  ) => T & ClientResolvedEndpointParameters;
27
27
  export declare const commonParams: {
28
28
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface IoTManagedIntegrationsExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -1,8 +1,7 @@
1
1
  export declare const AbortCriteriaAction: {
2
2
  readonly CANCEL: "CANCEL";
3
3
  };
4
- export type AbortCriteriaAction =
5
- (typeof AbortCriteriaAction)[keyof typeof AbortCriteriaAction];
4
+ export type AbortCriteriaAction = (typeof AbortCriteriaAction)[keyof typeof AbortCriteriaAction];
6
5
  export declare const AbortCriteriaFailureType: {
7
6
  readonly ALL: "ALL";
8
7
  readonly FAILED: "FAILED";
@@ -18,8 +17,7 @@ export declare const AssociationState: {
18
17
  readonly ASSOCIATION_SUCCEEDED: "ASSOCIATION_SUCCEEDED";
19
18
  readonly REFRESH_TOKEN_EXPIRED: "REFRESH_TOKEN_EXPIRED";
20
19
  };
21
- export type AssociationState =
22
- (typeof AssociationState)[keyof typeof AssociationState];
20
+ export type AssociationState = (typeof AssociationState)[keyof typeof AssociationState];
23
21
  export declare const TokenEndpointAuthenticationScheme: {
24
22
  readonly HTTP_BASIC: "HTTP_BASIC";
25
23
  readonly REQUEST_BODY_CREDENTIALS: "REQUEST_BODY_CREDENTIALS";
@@ -34,8 +32,7 @@ export declare const AuthMaterialType: {
34
32
  readonly ZIGBEE_QR_BAR_CODE: "ZIGBEE_QR_BAR_CODE";
35
33
  readonly ZWAVE_QR_BAR_CODE: "ZWAVE_QR_BAR_CODE";
36
34
  };
37
- export type AuthMaterialType =
38
- (typeof AuthMaterialType)[keyof typeof AuthMaterialType];
35
+ export type AuthMaterialType = (typeof AuthMaterialType)[keyof typeof AuthMaterialType];
39
36
  export declare const AuthType: {
40
37
  readonly OAUTH: "OAUTH";
41
38
  };
@@ -45,8 +42,7 @@ export declare const SchemaVersionFormat: {
45
42
  readonly CONNECTOR: "CONNECTOR";
46
43
  readonly ZCL: "ZCL";
47
44
  };
48
- export type SchemaVersionFormat =
49
- (typeof SchemaVersionFormat)[keyof typeof SchemaVersionFormat];
45
+ export type SchemaVersionFormat = (typeof SchemaVersionFormat)[keyof typeof SchemaVersionFormat];
50
46
  export declare const EndpointType: {
51
47
  readonly LAMBDA: "LAMBDA";
52
48
  };
@@ -55,15 +51,13 @@ export declare const CloudConnectorType: {
55
51
  readonly LISTED: "LISTED";
56
52
  readonly UNLISTED: "UNLISTED";
57
53
  };
58
- export type CloudConnectorType =
59
- (typeof CloudConnectorType)[keyof typeof CloudConnectorType];
54
+ export type CloudConnectorType = (typeof CloudConnectorType)[keyof typeof CloudConnectorType];
60
55
  export declare const ConfigurationState: {
61
56
  readonly ENABLED: "ENABLED";
62
57
  readonly UPDATE_FAILED: "UPDATE_FAILED";
63
58
  readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
64
59
  };
65
- export type ConfigurationState =
66
- (typeof ConfigurationState)[keyof typeof ConfigurationState];
60
+ export type ConfigurationState = (typeof ConfigurationState)[keyof typeof ConfigurationState];
67
61
  export declare const ConnectorEventOperation: {
68
62
  readonly DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST";
69
63
  readonly DEVICE_COMMAND_RESPONSE: "DEVICE_COMMAND_RESPONSE";
@@ -134,8 +128,7 @@ export declare const ProvisioningType: {
134
128
  readonly FLEET_PROVISIONING: "FLEET_PROVISIONING";
135
129
  readonly JITR: "JITR";
136
130
  };
137
- export type ProvisioningType =
138
- (typeof ProvisioningType)[keyof typeof ProvisioningType];
131
+ export type ProvisioningType = (typeof ProvisioningType)[keyof typeof ProvisioningType];
139
132
  export declare const ProvisioningProfileStatus: {
140
133
  readonly CREATED: "CREATED";
141
134
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -201,14 +194,12 @@ export declare const EncryptionType: {
201
194
  readonly CUSTOMER_KEY_ENCRYPTION: "CUSTOMER_KEY_ENCRYPTION";
202
195
  readonly MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION: "MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION";
203
196
  };
204
- export type EncryptionType =
205
- (typeof EncryptionType)[keyof typeof EncryptionType];
197
+ export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
206
198
  export declare const HubNetworkMode: {
207
199
  readonly NETWORK_WIDE_EXCLUSION: "NETWORK_WIDE_EXCLUSION";
208
200
  readonly STANDARD: "STANDARD";
209
201
  };
210
- export type HubNetworkMode =
211
- (typeof HubNetworkMode)[keyof typeof HubNetworkMode];
202
+ export type HubNetworkMode = (typeof HubNetworkMode)[keyof typeof HubNetworkMode];
212
203
  export declare const ProvisioningStatus: {
213
204
  readonly ACTIVATED: "ACTIVATED";
214
205
  readonly DELETED: "DELETED";
@@ -219,8 +210,7 @@ export declare const ProvisioningStatus: {
219
210
  readonly PRE_ASSOCIATED: "PRE_ASSOCIATED";
220
211
  readonly UNASSOCIATED: "UNASSOCIATED";
221
212
  };
222
- export type ProvisioningStatus =
223
- (typeof ProvisioningStatus)[keyof typeof ProvisioningStatus];
213
+ export type ProvisioningStatus = (typeof ProvisioningStatus)[keyof typeof ProvisioningStatus];
224
214
  export declare const OtaStatus: {
225
215
  readonly CANCELED: "CANCELED";
226
216
  readonly COMPLETED: "COMPLETED";
@@ -233,8 +223,7 @@ export declare const SchemaVersionType: {
233
223
  readonly CAPABILITY: "capability";
234
224
  readonly DEFINITION: "definition";
235
225
  };
236
- export type SchemaVersionType =
237
- (typeof SchemaVersionType)[keyof typeof SchemaVersionType];
226
+ export type SchemaVersionType = (typeof SchemaVersionType)[keyof typeof SchemaVersionType];
238
227
  export declare const SchemaVersionVisibility: {
239
228
  readonly PRIVATE: "PRIVATE";
240
229
  readonly PUBLIC: "PUBLIC";
@@ -4,9 +4,7 @@ export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
6
  Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
7
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
8
  }
11
9
  export declare class ConflictException extends __BaseException {
12
10
  readonly name: "ConflictException";
@@ -18,9 +16,7 @@ export declare class InternalServerException extends __BaseException {
18
16
  readonly name: "InternalServerException";
19
17
  readonly $fault: "server";
20
18
  Message?: string | undefined;
21
- constructor(
22
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
23
- );
19
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
24
20
  }
25
21
  export declare class ResourceNotFoundException extends __BaseException {
26
22
  readonly name: "ResourceNotFoundException";
@@ -28,71 +24,53 @@ export declare class ResourceNotFoundException extends __BaseException {
28
24
  Message?: string | undefined;
29
25
  ResourceId?: string | undefined;
30
26
  ResourceType?: string | undefined;
31
- constructor(
32
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
33
- );
27
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
34
28
  }
35
29
  export declare class ServiceUnavailableException extends __BaseException {
36
30
  readonly name: "ServiceUnavailableException";
37
31
  readonly $fault: "server";
38
32
  Message?: string | undefined;
39
- constructor(
40
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
41
- );
33
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
42
34
  }
43
35
  export declare class ThrottlingException extends __BaseException {
44
36
  readonly name: "ThrottlingException";
45
37
  readonly $fault: "client";
46
38
  Message?: string | undefined;
47
- constructor(
48
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
49
- );
39
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
50
40
  }
51
41
  export declare class UnauthorizedException extends __BaseException {
52
42
  readonly name: "UnauthorizedException";
53
43
  readonly $fault: "client";
54
44
  Message?: string | undefined;
55
- constructor(
56
- opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
57
- );
45
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
58
46
  }
59
47
  export declare class ValidationException extends __BaseException {
60
48
  readonly name: "ValidationException";
61
49
  readonly $fault: "client";
62
50
  Message?: string | undefined;
63
- constructor(
64
- opts: __ExceptionOptionType<ValidationException, __BaseException>
65
- );
51
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
66
52
  }
67
53
  export declare class ServiceQuotaExceededException extends __BaseException {
68
54
  readonly name: "ServiceQuotaExceededException";
69
55
  readonly $fault: "client";
70
56
  Message?: string | undefined;
71
- constructor(
72
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
73
- );
57
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
74
58
  }
75
59
  export declare class LimitExceededException extends __BaseException {
76
60
  readonly name: "LimitExceededException";
77
61
  readonly $fault: "client";
78
62
  Message?: string | undefined;
79
- constructor(
80
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
81
- );
63
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
82
64
  }
83
65
  export declare class InternalFailureException extends __BaseException {
84
66
  readonly name: "InternalFailureException";
85
67
  readonly $fault: "server";
86
68
  Message?: string | undefined;
87
- constructor(
88
- opts: __ExceptionOptionType<InternalFailureException, __BaseException>
89
- );
69
+ constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
90
70
  }
91
71
  export declare class InvalidRequestException extends __BaseException {
92
72
  readonly name: "InvalidRequestException";
93
73
  readonly $fault: "client";
94
74
  Message?: string | undefined;
95
- constructor(
96
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
97
- );
75
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
98
76
  }