@aws-sdk/client-iot-managed-integrations 3.1019.0 → 3.1021.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 (26) hide show
  1. package/dist-es/IoTManagedIntegrations.js +2 -2
  2. package/dist-types/IoTManagedIntegrations.d.ts +83 -83
  3. package/dist-types/IoTManagedIntegrationsClient.d.ts +86 -86
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/models_0.d.ts +2 -2
  7. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +1 -1
  8. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +1 -1
  9. package/dist-types/pagination/ListConnectorDestinationsPaginator.d.ts +1 -1
  10. package/dist-types/pagination/ListCredentialLockersPaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListDestinationsPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListDeviceDiscoveriesPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListDiscoveredDevicesPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListEventLogConfigurationsPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListManagedThingSchemasPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListManagedThingsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListNotificationConfigurationsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListOtaTaskConfigurationsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListOtaTaskExecutionsPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListOtaTasksPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListProvisioningProfilesPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
  24. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +2 -3
  25. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  26. package/package.json +14 -14
@@ -39,7 +39,7 @@ import { GetManagedThingConnectivityDataCommand, } from "./commands/GetManagedTh
39
39
  import { GetManagedThingMetaDataCommand, } from "./commands/GetManagedThingMetaDataCommand";
40
40
  import { GetManagedThingStateCommand, } from "./commands/GetManagedThingStateCommand";
41
41
  import { GetNotificationConfigurationCommand, } from "./commands/GetNotificationConfigurationCommand";
42
- import { GetOtaTaskCommand } from "./commands/GetOtaTaskCommand";
42
+ import { GetOtaTaskCommand, } from "./commands/GetOtaTaskCommand";
43
43
  import { GetOtaTaskConfigurationCommand, } from "./commands/GetOtaTaskConfigurationCommand";
44
44
  import { GetProvisioningProfileCommand, } from "./commands/GetProvisioningProfileCommand";
45
45
  import { GetRuntimeLogConfigurationCommand, } from "./commands/GetRuntimeLogConfigurationCommand";
@@ -72,7 +72,7 @@ import { SendConnectorEventCommand, } from "./commands/SendConnectorEventCommand
72
72
  import { SendManagedThingCommandCommand, } from "./commands/SendManagedThingCommandCommand";
73
73
  import { StartAccountAssociationRefreshCommand, } from "./commands/StartAccountAssociationRefreshCommand";
74
74
  import { StartDeviceDiscoveryCommand, } from "./commands/StartDeviceDiscoveryCommand";
75
- import { TagResourceCommand } from "./commands/TagResourceCommand";
75
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
76
76
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
77
77
  import { UpdateAccountAssociationCommand, } from "./commands/UpdateAccountAssociationCommand";
78
78
  import { UpdateCloudConnectorCommand, } from "./commands/UpdateCloudConnectorCommand";
@@ -1,87 +1,87 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput } from "./commands/CreateAccountAssociationCommand";
3
- import { CreateCloudConnectorCommandInput, CreateCloudConnectorCommandOutput } from "./commands/CreateCloudConnectorCommand";
4
- import { CreateConnectorDestinationCommandInput, CreateConnectorDestinationCommandOutput } from "./commands/CreateConnectorDestinationCommand";
5
- import { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "./commands/CreateCredentialLockerCommand";
6
- import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
7
- import { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "./commands/CreateEventLogConfigurationCommand";
8
- import { CreateManagedThingCommandInput, CreateManagedThingCommandOutput } from "./commands/CreateManagedThingCommand";
9
- import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput } from "./commands/CreateNotificationConfigurationCommand";
10
- import { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "./commands/CreateOtaTaskCommand";
11
- import { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "./commands/CreateOtaTaskConfigurationCommand";
12
- import { CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput } from "./commands/CreateProvisioningProfileCommand";
13
- import { DeleteAccountAssociationCommandInput, DeleteAccountAssociationCommandOutput } from "./commands/DeleteAccountAssociationCommand";
14
- import { DeleteCloudConnectorCommandInput, DeleteCloudConnectorCommandOutput } from "./commands/DeleteCloudConnectorCommand";
15
- import { DeleteConnectorDestinationCommandInput, DeleteConnectorDestinationCommandOutput } from "./commands/DeleteConnectorDestinationCommand";
16
- import { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "./commands/DeleteCredentialLockerCommand";
17
- import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
18
- import { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "./commands/DeleteEventLogConfigurationCommand";
19
- import { DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput } from "./commands/DeleteManagedThingCommand";
20
- import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "./commands/DeleteNotificationConfigurationCommand";
21
- import { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "./commands/DeleteOtaTaskCommand";
22
- import { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "./commands/DeleteOtaTaskConfigurationCommand";
23
- import { DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput } from "./commands/DeleteProvisioningProfileCommand";
24
- import { DeregisterAccountAssociationCommandInput, DeregisterAccountAssociationCommandOutput } from "./commands/DeregisterAccountAssociationCommand";
25
- import { GetAccountAssociationCommandInput, GetAccountAssociationCommandOutput } from "./commands/GetAccountAssociationCommand";
26
- import { GetCloudConnectorCommandInput, GetCloudConnectorCommandOutput } from "./commands/GetCloudConnectorCommand";
27
- import { GetConnectorDestinationCommandInput, GetConnectorDestinationCommandOutput } from "./commands/GetConnectorDestinationCommand";
28
- import { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "./commands/GetCredentialLockerCommand";
29
- import { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "./commands/GetCustomEndpointCommand";
30
- import { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "./commands/GetDefaultEncryptionConfigurationCommand";
31
- import { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
32
- import { GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput } from "./commands/GetDeviceDiscoveryCommand";
33
- import { GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput } from "./commands/GetEventLogConfigurationCommand";
34
- import { GetHubConfigurationCommandInput, GetHubConfigurationCommandOutput } from "./commands/GetHubConfigurationCommand";
35
- import { GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput } from "./commands/GetManagedThingCapabilitiesCommand";
36
- import { GetManagedThingCertificateCommandInput, GetManagedThingCertificateCommandOutput } from "./commands/GetManagedThingCertificateCommand";
37
- import { GetManagedThingCommandInput, GetManagedThingCommandOutput } from "./commands/GetManagedThingCommand";
38
- import { GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput } from "./commands/GetManagedThingConnectivityDataCommand";
39
- import { GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput } from "./commands/GetManagedThingMetaDataCommand";
40
- import { GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput } from "./commands/GetManagedThingStateCommand";
41
- import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "./commands/GetNotificationConfigurationCommand";
42
- import { GetOtaTaskCommandInput, GetOtaTaskCommandOutput } from "./commands/GetOtaTaskCommand";
43
- import { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput } from "./commands/GetOtaTaskConfigurationCommand";
44
- import { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "./commands/GetProvisioningProfileCommand";
45
- import { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "./commands/GetRuntimeLogConfigurationCommand";
46
- import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
47
- import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
48
- import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "./commands/ListCloudConnectorsCommand";
49
- import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "./commands/ListConnectorDestinationsCommand";
50
- import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "./commands/ListCredentialLockersCommand";
51
- import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
52
- import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "./commands/ListDeviceDiscoveriesCommand";
53
- import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "./commands/ListDiscoveredDevicesCommand";
54
- import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "./commands/ListEventLogConfigurationsCommand";
55
- import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "./commands/ListManagedThingAccountAssociationsCommand";
56
- import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "./commands/ListManagedThingSchemasCommand";
57
- import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "./commands/ListManagedThingsCommand";
58
- import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "./commands/ListNotificationConfigurationsCommand";
59
- import { ListOtaTaskConfigurationsCommandInput, ListOtaTaskConfigurationsCommandOutput } from "./commands/ListOtaTaskConfigurationsCommand";
60
- import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput } from "./commands/ListOtaTaskExecutionsCommand";
61
- import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "./commands/ListOtaTasksCommand";
62
- import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "./commands/ListProvisioningProfilesCommand";
63
- import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
64
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
65
- import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
66
- import { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "./commands/PutHubConfigurationCommand";
67
- import { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "./commands/PutRuntimeLogConfigurationCommand";
68
- import { RegisterAccountAssociationCommandInput, RegisterAccountAssociationCommandOutput } from "./commands/RegisterAccountAssociationCommand";
69
- import { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "./commands/RegisterCustomEndpointCommand";
70
- import { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "./commands/ResetRuntimeLogConfigurationCommand";
71
- import { SendConnectorEventCommandInput, SendConnectorEventCommandOutput } from "./commands/SendConnectorEventCommand";
72
- import { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "./commands/SendManagedThingCommandCommand";
73
- import { StartAccountAssociationRefreshCommandInput, StartAccountAssociationRefreshCommandOutput } from "./commands/StartAccountAssociationRefreshCommand";
74
- import { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "./commands/StartDeviceDiscoveryCommand";
75
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
76
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
77
- import { UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput } from "./commands/UpdateAccountAssociationCommand";
78
- import { UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput } from "./commands/UpdateCloudConnectorCommand";
79
- import { UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput } from "./commands/UpdateConnectorDestinationCommand";
80
- import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
81
- import { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "./commands/UpdateEventLogConfigurationCommand";
82
- import { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "./commands/UpdateManagedThingCommand";
83
- import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "./commands/UpdateNotificationConfigurationCommand";
84
- import { UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput } from "./commands/UpdateOtaTaskCommand";
2
+ import { type CreateAccountAssociationCommandInput, type CreateAccountAssociationCommandOutput } from "./commands/CreateAccountAssociationCommand";
3
+ import { type CreateCloudConnectorCommandInput, type CreateCloudConnectorCommandOutput } from "./commands/CreateCloudConnectorCommand";
4
+ import { type CreateConnectorDestinationCommandInput, type CreateConnectorDestinationCommandOutput } from "./commands/CreateConnectorDestinationCommand";
5
+ import { type CreateCredentialLockerCommandInput, type CreateCredentialLockerCommandOutput } from "./commands/CreateCredentialLockerCommand";
6
+ import { type CreateDestinationCommandInput, type CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
7
+ import { type CreateEventLogConfigurationCommandInput, type CreateEventLogConfigurationCommandOutput } from "./commands/CreateEventLogConfigurationCommand";
8
+ import { type CreateManagedThingCommandInput, type CreateManagedThingCommandOutput } from "./commands/CreateManagedThingCommand";
9
+ import { type CreateNotificationConfigurationCommandInput, type CreateNotificationConfigurationCommandOutput } from "./commands/CreateNotificationConfigurationCommand";
10
+ import { type CreateOtaTaskCommandInput, type CreateOtaTaskCommandOutput } from "./commands/CreateOtaTaskCommand";
11
+ import { type CreateOtaTaskConfigurationCommandInput, type CreateOtaTaskConfigurationCommandOutput } from "./commands/CreateOtaTaskConfigurationCommand";
12
+ import { type CreateProvisioningProfileCommandInput, type CreateProvisioningProfileCommandOutput } from "./commands/CreateProvisioningProfileCommand";
13
+ import { type DeleteAccountAssociationCommandInput, type DeleteAccountAssociationCommandOutput } from "./commands/DeleteAccountAssociationCommand";
14
+ import { type DeleteCloudConnectorCommandInput, type DeleteCloudConnectorCommandOutput } from "./commands/DeleteCloudConnectorCommand";
15
+ import { type DeleteConnectorDestinationCommandInput, type DeleteConnectorDestinationCommandOutput } from "./commands/DeleteConnectorDestinationCommand";
16
+ import { type DeleteCredentialLockerCommandInput, type DeleteCredentialLockerCommandOutput } from "./commands/DeleteCredentialLockerCommand";
17
+ import { type DeleteDestinationCommandInput, type DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
18
+ import { type DeleteEventLogConfigurationCommandInput, type DeleteEventLogConfigurationCommandOutput } from "./commands/DeleteEventLogConfigurationCommand";
19
+ import { type DeleteManagedThingCommandInput, type DeleteManagedThingCommandOutput } from "./commands/DeleteManagedThingCommand";
20
+ import { type DeleteNotificationConfigurationCommandInput, type DeleteNotificationConfigurationCommandOutput } from "./commands/DeleteNotificationConfigurationCommand";
21
+ import { type DeleteOtaTaskCommandInput, type DeleteOtaTaskCommandOutput } from "./commands/DeleteOtaTaskCommand";
22
+ import { type DeleteOtaTaskConfigurationCommandInput, type DeleteOtaTaskConfigurationCommandOutput } from "./commands/DeleteOtaTaskConfigurationCommand";
23
+ import { type DeleteProvisioningProfileCommandInput, type DeleteProvisioningProfileCommandOutput } from "./commands/DeleteProvisioningProfileCommand";
24
+ import { type DeregisterAccountAssociationCommandInput, type DeregisterAccountAssociationCommandOutput } from "./commands/DeregisterAccountAssociationCommand";
25
+ import { type GetAccountAssociationCommandInput, type GetAccountAssociationCommandOutput } from "./commands/GetAccountAssociationCommand";
26
+ import { type GetCloudConnectorCommandInput, type GetCloudConnectorCommandOutput } from "./commands/GetCloudConnectorCommand";
27
+ import { type GetConnectorDestinationCommandInput, type GetConnectorDestinationCommandOutput } from "./commands/GetConnectorDestinationCommand";
28
+ import { type GetCredentialLockerCommandInput, type GetCredentialLockerCommandOutput } from "./commands/GetCredentialLockerCommand";
29
+ import { type GetCustomEndpointCommandInput, type GetCustomEndpointCommandOutput } from "./commands/GetCustomEndpointCommand";
30
+ import { type GetDefaultEncryptionConfigurationCommandInput, type GetDefaultEncryptionConfigurationCommandOutput } from "./commands/GetDefaultEncryptionConfigurationCommand";
31
+ import { type GetDestinationCommandInput, type GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
32
+ import { type GetDeviceDiscoveryCommandInput, type GetDeviceDiscoveryCommandOutput } from "./commands/GetDeviceDiscoveryCommand";
33
+ import { type GetEventLogConfigurationCommandInput, type GetEventLogConfigurationCommandOutput } from "./commands/GetEventLogConfigurationCommand";
34
+ import { type GetHubConfigurationCommandInput, type GetHubConfigurationCommandOutput } from "./commands/GetHubConfigurationCommand";
35
+ import { type GetManagedThingCapabilitiesCommandInput, type GetManagedThingCapabilitiesCommandOutput } from "./commands/GetManagedThingCapabilitiesCommand";
36
+ import { type GetManagedThingCertificateCommandInput, type GetManagedThingCertificateCommandOutput } from "./commands/GetManagedThingCertificateCommand";
37
+ import { type GetManagedThingCommandInput, type GetManagedThingCommandOutput } from "./commands/GetManagedThingCommand";
38
+ import { type GetManagedThingConnectivityDataCommandInput, type GetManagedThingConnectivityDataCommandOutput } from "./commands/GetManagedThingConnectivityDataCommand";
39
+ import { type GetManagedThingMetaDataCommandInput, type GetManagedThingMetaDataCommandOutput } from "./commands/GetManagedThingMetaDataCommand";
40
+ import { type GetManagedThingStateCommandInput, type GetManagedThingStateCommandOutput } from "./commands/GetManagedThingStateCommand";
41
+ import { type GetNotificationConfigurationCommandInput, type GetNotificationConfigurationCommandOutput } from "./commands/GetNotificationConfigurationCommand";
42
+ import { type GetOtaTaskCommandInput, type GetOtaTaskCommandOutput } from "./commands/GetOtaTaskCommand";
43
+ import { type GetOtaTaskConfigurationCommandInput, type GetOtaTaskConfigurationCommandOutput } from "./commands/GetOtaTaskConfigurationCommand";
44
+ import { type GetProvisioningProfileCommandInput, type GetProvisioningProfileCommandOutput } from "./commands/GetProvisioningProfileCommand";
45
+ import { type GetRuntimeLogConfigurationCommandInput, type GetRuntimeLogConfigurationCommandOutput } from "./commands/GetRuntimeLogConfigurationCommand";
46
+ import { type GetSchemaVersionCommandInput, type GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
47
+ import { type ListAccountAssociationsCommandInput, type ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
48
+ import { type ListCloudConnectorsCommandInput, type ListCloudConnectorsCommandOutput } from "./commands/ListCloudConnectorsCommand";
49
+ import { type ListConnectorDestinationsCommandInput, type ListConnectorDestinationsCommandOutput } from "./commands/ListConnectorDestinationsCommand";
50
+ import { type ListCredentialLockersCommandInput, type ListCredentialLockersCommandOutput } from "./commands/ListCredentialLockersCommand";
51
+ import { type ListDestinationsCommandInput, type ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
52
+ import { type ListDeviceDiscoveriesCommandInput, type ListDeviceDiscoveriesCommandOutput } from "./commands/ListDeviceDiscoveriesCommand";
53
+ import { type ListDiscoveredDevicesCommandInput, type ListDiscoveredDevicesCommandOutput } from "./commands/ListDiscoveredDevicesCommand";
54
+ import { type ListEventLogConfigurationsCommandInput, type ListEventLogConfigurationsCommandOutput } from "./commands/ListEventLogConfigurationsCommand";
55
+ import { type ListManagedThingAccountAssociationsCommandInput, type ListManagedThingAccountAssociationsCommandOutput } from "./commands/ListManagedThingAccountAssociationsCommand";
56
+ import { type ListManagedThingSchemasCommandInput, type ListManagedThingSchemasCommandOutput } from "./commands/ListManagedThingSchemasCommand";
57
+ import { type ListManagedThingsCommandInput, type ListManagedThingsCommandOutput } from "./commands/ListManagedThingsCommand";
58
+ import { type ListNotificationConfigurationsCommandInput, type ListNotificationConfigurationsCommandOutput } from "./commands/ListNotificationConfigurationsCommand";
59
+ import { type ListOtaTaskConfigurationsCommandInput, type ListOtaTaskConfigurationsCommandOutput } from "./commands/ListOtaTaskConfigurationsCommand";
60
+ import { type ListOtaTaskExecutionsCommandInput, type ListOtaTaskExecutionsCommandOutput } from "./commands/ListOtaTaskExecutionsCommand";
61
+ import { type ListOtaTasksCommandInput, type ListOtaTasksCommandOutput } from "./commands/ListOtaTasksCommand";
62
+ import { type ListProvisioningProfilesCommandInput, type ListProvisioningProfilesCommandOutput } from "./commands/ListProvisioningProfilesCommand";
63
+ import { type ListSchemaVersionsCommandInput, type ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
64
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
65
+ import { type PutDefaultEncryptionConfigurationCommandInput, type PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
66
+ import { type PutHubConfigurationCommandInput, type PutHubConfigurationCommandOutput } from "./commands/PutHubConfigurationCommand";
67
+ import { type PutRuntimeLogConfigurationCommandInput, type PutRuntimeLogConfigurationCommandOutput } from "./commands/PutRuntimeLogConfigurationCommand";
68
+ import { type RegisterAccountAssociationCommandInput, type RegisterAccountAssociationCommandOutput } from "./commands/RegisterAccountAssociationCommand";
69
+ import { type RegisterCustomEndpointCommandInput, type RegisterCustomEndpointCommandOutput } from "./commands/RegisterCustomEndpointCommand";
70
+ import { type ResetRuntimeLogConfigurationCommandInput, type ResetRuntimeLogConfigurationCommandOutput } from "./commands/ResetRuntimeLogConfigurationCommand";
71
+ import { type SendConnectorEventCommandInput, type SendConnectorEventCommandOutput } from "./commands/SendConnectorEventCommand";
72
+ import { type SendManagedThingCommandCommandInput, type SendManagedThingCommandCommandOutput } from "./commands/SendManagedThingCommandCommand";
73
+ import { type StartAccountAssociationRefreshCommandInput, type StartAccountAssociationRefreshCommandOutput } from "./commands/StartAccountAssociationRefreshCommand";
74
+ import { type StartDeviceDiscoveryCommandInput, type StartDeviceDiscoveryCommandOutput } from "./commands/StartDeviceDiscoveryCommand";
75
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
76
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
77
+ import { type UpdateAccountAssociationCommandInput, type UpdateAccountAssociationCommandOutput } from "./commands/UpdateAccountAssociationCommand";
78
+ import { type UpdateCloudConnectorCommandInput, type UpdateCloudConnectorCommandOutput } from "./commands/UpdateCloudConnectorCommand";
79
+ import { type UpdateConnectorDestinationCommandInput, type UpdateConnectorDestinationCommandOutput } from "./commands/UpdateConnectorDestinationCommand";
80
+ import { type UpdateDestinationCommandInput, type UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
81
+ import { type UpdateEventLogConfigurationCommandInput, type UpdateEventLogConfigurationCommandOutput } from "./commands/UpdateEventLogConfigurationCommand";
82
+ import { type UpdateManagedThingCommandInput, type UpdateManagedThingCommandOutput } from "./commands/UpdateManagedThingCommand";
83
+ import { type UpdateNotificationConfigurationCommandInput, type UpdateNotificationConfigurationCommandOutput } from "./commands/UpdateNotificationConfigurationCommand";
84
+ import { type UpdateOtaTaskCommandInput, type UpdateOtaTaskCommandOutput } from "./commands/UpdateOtaTaskCommand";
85
85
  import { IoTManagedIntegrationsClient } from "./IoTManagedIntegrationsClient";
86
86
  export interface IoTManagedIntegrations {
87
87
  /**
@@ -5,92 +5,92 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput } from "./commands/CreateAccountAssociationCommand";
11
- import { CreateCloudConnectorCommandInput, CreateCloudConnectorCommandOutput } from "./commands/CreateCloudConnectorCommand";
12
- import { CreateConnectorDestinationCommandInput, CreateConnectorDestinationCommandOutput } from "./commands/CreateConnectorDestinationCommand";
13
- import { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "./commands/CreateCredentialLockerCommand";
14
- import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
15
- import { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "./commands/CreateEventLogConfigurationCommand";
16
- import { CreateManagedThingCommandInput, CreateManagedThingCommandOutput } from "./commands/CreateManagedThingCommand";
17
- import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput } from "./commands/CreateNotificationConfigurationCommand";
18
- import { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "./commands/CreateOtaTaskCommand";
19
- import { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "./commands/CreateOtaTaskConfigurationCommand";
20
- import { CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput } from "./commands/CreateProvisioningProfileCommand";
21
- import { DeleteAccountAssociationCommandInput, DeleteAccountAssociationCommandOutput } from "./commands/DeleteAccountAssociationCommand";
22
- import { DeleteCloudConnectorCommandInput, DeleteCloudConnectorCommandOutput } from "./commands/DeleteCloudConnectorCommand";
23
- import { DeleteConnectorDestinationCommandInput, DeleteConnectorDestinationCommandOutput } from "./commands/DeleteConnectorDestinationCommand";
24
- import { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "./commands/DeleteCredentialLockerCommand";
25
- import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
26
- import { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "./commands/DeleteEventLogConfigurationCommand";
27
- import { DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput } from "./commands/DeleteManagedThingCommand";
28
- import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "./commands/DeleteNotificationConfigurationCommand";
29
- import { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "./commands/DeleteOtaTaskCommand";
30
- import { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "./commands/DeleteOtaTaskConfigurationCommand";
31
- import { DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput } from "./commands/DeleteProvisioningProfileCommand";
32
- import { DeregisterAccountAssociationCommandInput, DeregisterAccountAssociationCommandOutput } from "./commands/DeregisterAccountAssociationCommand";
33
- import { GetAccountAssociationCommandInput, GetAccountAssociationCommandOutput } from "./commands/GetAccountAssociationCommand";
34
- import { GetCloudConnectorCommandInput, GetCloudConnectorCommandOutput } from "./commands/GetCloudConnectorCommand";
35
- import { GetConnectorDestinationCommandInput, GetConnectorDestinationCommandOutput } from "./commands/GetConnectorDestinationCommand";
36
- import { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "./commands/GetCredentialLockerCommand";
37
- import { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "./commands/GetCustomEndpointCommand";
38
- import { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "./commands/GetDefaultEncryptionConfigurationCommand";
39
- import { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
40
- import { GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput } from "./commands/GetDeviceDiscoveryCommand";
41
- import { GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput } from "./commands/GetEventLogConfigurationCommand";
42
- import { GetHubConfigurationCommandInput, GetHubConfigurationCommandOutput } from "./commands/GetHubConfigurationCommand";
43
- import { GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput } from "./commands/GetManagedThingCapabilitiesCommand";
44
- import { GetManagedThingCertificateCommandInput, GetManagedThingCertificateCommandOutput } from "./commands/GetManagedThingCertificateCommand";
45
- import { GetManagedThingCommandInput, GetManagedThingCommandOutput } from "./commands/GetManagedThingCommand";
46
- import { GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput } from "./commands/GetManagedThingConnectivityDataCommand";
47
- import { GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput } from "./commands/GetManagedThingMetaDataCommand";
48
- import { GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput } from "./commands/GetManagedThingStateCommand";
49
- import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "./commands/GetNotificationConfigurationCommand";
50
- import { GetOtaTaskCommandInput, GetOtaTaskCommandOutput } from "./commands/GetOtaTaskCommand";
51
- import { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput } from "./commands/GetOtaTaskConfigurationCommand";
52
- import { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "./commands/GetProvisioningProfileCommand";
53
- import { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "./commands/GetRuntimeLogConfigurationCommand";
54
- import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
55
- import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
56
- import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "./commands/ListCloudConnectorsCommand";
57
- import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "./commands/ListConnectorDestinationsCommand";
58
- import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "./commands/ListCredentialLockersCommand";
59
- import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
60
- import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "./commands/ListDeviceDiscoveriesCommand";
61
- import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "./commands/ListDiscoveredDevicesCommand";
62
- import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "./commands/ListEventLogConfigurationsCommand";
63
- import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "./commands/ListManagedThingAccountAssociationsCommand";
64
- import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "./commands/ListManagedThingSchemasCommand";
65
- import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "./commands/ListManagedThingsCommand";
66
- import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "./commands/ListNotificationConfigurationsCommand";
67
- import { ListOtaTaskConfigurationsCommandInput, ListOtaTaskConfigurationsCommandOutput } from "./commands/ListOtaTaskConfigurationsCommand";
68
- import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput } from "./commands/ListOtaTaskExecutionsCommand";
69
- import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "./commands/ListOtaTasksCommand";
70
- import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "./commands/ListProvisioningProfilesCommand";
71
- import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
72
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
- import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
74
- import { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "./commands/PutHubConfigurationCommand";
75
- import { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "./commands/PutRuntimeLogConfigurationCommand";
76
- import { RegisterAccountAssociationCommandInput, RegisterAccountAssociationCommandOutput } from "./commands/RegisterAccountAssociationCommand";
77
- import { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "./commands/RegisterCustomEndpointCommand";
78
- import { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "./commands/ResetRuntimeLogConfigurationCommand";
79
- import { SendConnectorEventCommandInput, SendConnectorEventCommandOutput } from "./commands/SendConnectorEventCommand";
80
- import { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "./commands/SendManagedThingCommandCommand";
81
- import { StartAccountAssociationRefreshCommandInput, StartAccountAssociationRefreshCommandOutput } from "./commands/StartAccountAssociationRefreshCommand";
82
- import { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "./commands/StartDeviceDiscoveryCommand";
83
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
84
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
85
- import { UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput } from "./commands/UpdateAccountAssociationCommand";
86
- import { UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput } from "./commands/UpdateCloudConnectorCommand";
87
- import { UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput } from "./commands/UpdateConnectorDestinationCommand";
88
- import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
89
- import { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "./commands/UpdateEventLogConfigurationCommand";
90
- import { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "./commands/UpdateManagedThingCommand";
91
- import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "./commands/UpdateNotificationConfigurationCommand";
92
- import { UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput } from "./commands/UpdateOtaTaskCommand";
93
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput } from "./commands/CreateAccountAssociationCommand";
11
+ import type { CreateCloudConnectorCommandInput, CreateCloudConnectorCommandOutput } from "./commands/CreateCloudConnectorCommand";
12
+ import type { CreateConnectorDestinationCommandInput, CreateConnectorDestinationCommandOutput } from "./commands/CreateConnectorDestinationCommand";
13
+ import type { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "./commands/CreateCredentialLockerCommand";
14
+ import type { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
15
+ import type { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "./commands/CreateEventLogConfigurationCommand";
16
+ import type { CreateManagedThingCommandInput, CreateManagedThingCommandOutput } from "./commands/CreateManagedThingCommand";
17
+ import type { CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput } from "./commands/CreateNotificationConfigurationCommand";
18
+ import type { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "./commands/CreateOtaTaskCommand";
19
+ import type { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "./commands/CreateOtaTaskConfigurationCommand";
20
+ import type { CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput } from "./commands/CreateProvisioningProfileCommand";
21
+ import type { DeleteAccountAssociationCommandInput, DeleteAccountAssociationCommandOutput } from "./commands/DeleteAccountAssociationCommand";
22
+ import type { DeleteCloudConnectorCommandInput, DeleteCloudConnectorCommandOutput } from "./commands/DeleteCloudConnectorCommand";
23
+ import type { DeleteConnectorDestinationCommandInput, DeleteConnectorDestinationCommandOutput } from "./commands/DeleteConnectorDestinationCommand";
24
+ import type { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "./commands/DeleteCredentialLockerCommand";
25
+ import type { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
26
+ import type { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "./commands/DeleteEventLogConfigurationCommand";
27
+ import type { DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput } from "./commands/DeleteManagedThingCommand";
28
+ import type { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "./commands/DeleteNotificationConfigurationCommand";
29
+ import type { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "./commands/DeleteOtaTaskCommand";
30
+ import type { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "./commands/DeleteOtaTaskConfigurationCommand";
31
+ import type { DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput } from "./commands/DeleteProvisioningProfileCommand";
32
+ import type { DeregisterAccountAssociationCommandInput, DeregisterAccountAssociationCommandOutput } from "./commands/DeregisterAccountAssociationCommand";
33
+ import type { GetAccountAssociationCommandInput, GetAccountAssociationCommandOutput } from "./commands/GetAccountAssociationCommand";
34
+ import type { GetCloudConnectorCommandInput, GetCloudConnectorCommandOutput } from "./commands/GetCloudConnectorCommand";
35
+ import type { GetConnectorDestinationCommandInput, GetConnectorDestinationCommandOutput } from "./commands/GetConnectorDestinationCommand";
36
+ import type { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "./commands/GetCredentialLockerCommand";
37
+ import type { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "./commands/GetCustomEndpointCommand";
38
+ import type { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "./commands/GetDefaultEncryptionConfigurationCommand";
39
+ import type { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
40
+ import type { GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput } from "./commands/GetDeviceDiscoveryCommand";
41
+ import type { GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput } from "./commands/GetEventLogConfigurationCommand";
42
+ import type { GetHubConfigurationCommandInput, GetHubConfigurationCommandOutput } from "./commands/GetHubConfigurationCommand";
43
+ import type { GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput } from "./commands/GetManagedThingCapabilitiesCommand";
44
+ import type { GetManagedThingCertificateCommandInput, GetManagedThingCertificateCommandOutput } from "./commands/GetManagedThingCertificateCommand";
45
+ import type { GetManagedThingCommandInput, GetManagedThingCommandOutput } from "./commands/GetManagedThingCommand";
46
+ import type { GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput } from "./commands/GetManagedThingConnectivityDataCommand";
47
+ import type { GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput } from "./commands/GetManagedThingMetaDataCommand";
48
+ import type { GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput } from "./commands/GetManagedThingStateCommand";
49
+ import type { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "./commands/GetNotificationConfigurationCommand";
50
+ import type { GetOtaTaskCommandInput, GetOtaTaskCommandOutput } from "./commands/GetOtaTaskCommand";
51
+ import type { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput } from "./commands/GetOtaTaskConfigurationCommand";
52
+ import type { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "./commands/GetProvisioningProfileCommand";
53
+ import type { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "./commands/GetRuntimeLogConfigurationCommand";
54
+ import type { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
55
+ import type { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
56
+ import type { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "./commands/ListCloudConnectorsCommand";
57
+ import type { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "./commands/ListConnectorDestinationsCommand";
58
+ import type { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "./commands/ListCredentialLockersCommand";
59
+ import type { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
60
+ import type { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "./commands/ListDeviceDiscoveriesCommand";
61
+ import type { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "./commands/ListDiscoveredDevicesCommand";
62
+ import type { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "./commands/ListEventLogConfigurationsCommand";
63
+ import type { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "./commands/ListManagedThingAccountAssociationsCommand";
64
+ import type { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "./commands/ListManagedThingSchemasCommand";
65
+ import type { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "./commands/ListManagedThingsCommand";
66
+ import type { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "./commands/ListNotificationConfigurationsCommand";
67
+ import type { ListOtaTaskConfigurationsCommandInput, ListOtaTaskConfigurationsCommandOutput } from "./commands/ListOtaTaskConfigurationsCommand";
68
+ import type { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput } from "./commands/ListOtaTaskExecutionsCommand";
69
+ import type { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "./commands/ListOtaTasksCommand";
70
+ import type { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "./commands/ListProvisioningProfilesCommand";
71
+ import type { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
72
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
+ import type { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
74
+ import type { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "./commands/PutHubConfigurationCommand";
75
+ import type { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "./commands/PutRuntimeLogConfigurationCommand";
76
+ import type { RegisterAccountAssociationCommandInput, RegisterAccountAssociationCommandOutput } from "./commands/RegisterAccountAssociationCommand";
77
+ import type { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "./commands/RegisterCustomEndpointCommand";
78
+ import type { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "./commands/ResetRuntimeLogConfigurationCommand";
79
+ import type { SendConnectorEventCommandInput, SendConnectorEventCommandOutput } from "./commands/SendConnectorEventCommand";
80
+ import type { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "./commands/SendManagedThingCommandCommand";
81
+ import type { StartAccountAssociationRefreshCommandInput, StartAccountAssociationRefreshCommandOutput } from "./commands/StartAccountAssociationRefreshCommand";
82
+ import type { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "./commands/StartDeviceDiscoveryCommand";
83
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
84
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
85
+ import type { UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput } from "./commands/UpdateAccountAssociationCommand";
86
+ import type { UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput } from "./commands/UpdateCloudConnectorCommand";
87
+ import type { UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput } from "./commands/UpdateConnectorDestinationCommand";
88
+ import type { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
89
+ import type { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "./commands/UpdateEventLogConfigurationCommand";
90
+ import type { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "./commands/UpdateManagedThingCommand";
91
+ import type { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "./commands/UpdateNotificationConfigurationCommand";
92
+ import type { UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput } from "./commands/UpdateOtaTaskCommand";
93
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
94
94
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
95
95
  export { __Client };
96
96
  /**
@@ -199,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
199
199
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
200
200
  * @internal
201
201
  */
202
- defaultUserAgentProvider?: Provider<__UserAgent>;
202
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
203
203
  /**
204
204
  * Default credentials provider; Not available in browser runtime.
205
205
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { IoTManagedIntegrationsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./IoTManagedIntegrationsClient";
7
7
  export * from "./IoTManagedIntegrations";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { IoTManagedIntegrationsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,5 +1,5 @@
1
- import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { AbortCriteriaAction, AbortCriteriaFailureType, AssociationState, AuthMaterialType, AuthType, CloudConnectorType, ConfigurationState, ConnectorEventOperation, DeliveryDestinationType, DeviceDiscoveryStatus, DisconnectReasonValue, DiscoveryAuthMaterialType, DiscoveryModification, DiscoveryType, EncryptionType, EndpointType, EventType, HubNetworkMode, LogLevel, ManagedThingAssociationStatus, OtaMechanism, OtaProtocol, OtaStatus, OtaTaskExecutionStatus, OtaType, ProtocolType, ProvisioningStatus, ProvisioningType, RetryCriteriaFailureType, Role, SchedulingConfigEndBehavior, SchemaVersionFormat, SchemaVersionType, SchemaVersionVisibility, TokenEndpointAuthenticationScheme } from "./enums";
1
+ import type { DocumentType as __DocumentType } from "@smithy/types";
2
+ import type { AbortCriteriaAction, AbortCriteriaFailureType, AssociationState, AuthMaterialType, AuthType, CloudConnectorType, ConfigurationState, ConnectorEventOperation, DeliveryDestinationType, DeviceDiscoveryStatus, DisconnectReasonValue, DiscoveryAuthMaterialType, DiscoveryModification, DiscoveryType, EncryptionType, EndpointType, EventType, HubNetworkMode, LogLevel, ManagedThingAssociationStatus, OtaMechanism, OtaProtocol, OtaStatus, OtaTaskExecutionStatus, OtaType, ProtocolType, ProvisioningStatus, ProvisioningType, RetryCriteriaFailureType, Role, SchedulingConfigEndBehavior, SchemaVersionFormat, SchemaVersionType, SchemaVersionVisibility, TokenEndpointAuthenticationScheme } from "./enums";
3
3
  /**
4
4
  * <p>Structure representing one abort config criteria.</p>
5
5
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "../commands/ListAccountAssociationsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "../commands/ListCloudConnectorsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "../commands/ListConnectorDestinationsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "../commands/ListCredentialLockersCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "../commands/ListDeviceDiscoveriesCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "../commands/ListDiscoveredDevicesCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "../commands/ListEventLogConfigurationsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "../commands/ListManagedThingAccountAssociationsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "../commands/ListManagedThingSchemasCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "../commands/ListManagedThingsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "../commands/ListNotificationConfigurationsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListOtaTaskConfigurationsCommandInput, ListOtaTaskConfigurationsCommandOutput } from "../commands/ListOtaTaskConfigurationsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput } from "../commands/ListOtaTaskExecutionsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "../commands/ListOtaTasksCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "../commands/ListProvisioningProfilesCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
3
- import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -570,7 +569,7 @@ export interface ClientDefaults
570
569
  useFipsEndpoint?: boolean | __Provider<boolean>;
571
570
  region?: string | __Provider<string>;
572
571
  profile?: string;
573
- defaultUserAgentProvider?: Provider<__UserAgent>;
572
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
574
573
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
575
574
  maxAttempts?: number | __Provider<number>;
576
575
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { IoTManagedIntegrationsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-managed-integrations",
3
3
  "description": "AWS SDK for JavaScript Iot Managed Integrations Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iot-managed-integrations",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },