@aws-sdk/client-iot-managed-integrations 3.835.0 → 3.839.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.
- package/README.md +200 -0
- package/dist-cjs/IoTManagedIntegrations.js +50 -0
- package/dist-cjs/commands/CreateAccountAssociationCommand.js +27 -0
- package/dist-cjs/commands/CreateCloudConnectorCommand.js +26 -0
- package/dist-cjs/commands/CreateConnectorDestinationCommand.js +26 -0
- package/dist-cjs/commands/DeleteAccountAssociationCommand.js +26 -0
- package/dist-cjs/commands/DeleteCloudConnectorCommand.js +26 -0
- package/dist-cjs/commands/DeleteConnectorDestinationCommand.js +26 -0
- package/dist-cjs/commands/DeregisterAccountAssociationCommand.js +26 -0
- package/dist-cjs/commands/GetAccountAssociationCommand.js +27 -0
- package/dist-cjs/commands/GetCloudConnectorCommand.js +26 -0
- package/dist-cjs/commands/GetConnectorDestinationCommand.js +26 -0
- package/dist-cjs/commands/GetOtaTaskCommand.js +2 -1
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +26 -0
- package/dist-cjs/commands/ListCloudConnectorsCommand.js +26 -0
- package/dist-cjs/commands/ListConnectorDestinationsCommand.js +26 -0
- package/dist-cjs/commands/ListDeviceDiscoveriesCommand.js +26 -0
- package/dist-cjs/commands/ListDiscoveredDevicesCommand.js +27 -0
- package/dist-cjs/commands/ListManagedThingAccountAssociationsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +27 -0
- package/dist-cjs/commands/RegisterAccountAssociationCommand.js +26 -0
- package/dist-cjs/commands/SendConnectorEventCommand.js +27 -0
- package/dist-cjs/commands/StartAccountAssociationRefreshCommand.js +27 -0
- package/dist-cjs/commands/TagResourceCommand.js +27 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateAccountAssociationCommand.js +26 -0
- package/dist-cjs/commands/UpdateCloudConnectorCommand.js +26 -0
- package/dist-cjs/commands/UpdateConnectorDestinationCommand.js +26 -0
- package/dist-cjs/commands/index.js +25 -0
- package/dist-cjs/models/models_0.js +187 -36
- package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListCloudConnectorsPaginator.js +7 -0
- package/dist-cjs/pagination/ListConnectorDestinationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListDeviceDiscoveriesPaginator.js +7 -0
- package/dist-cjs/pagination/ListDiscoveredDevicesPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedThingAccountAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +974 -22
- package/dist-es/IoTManagedIntegrations.js +50 -0
- package/dist-es/commands/CreateAccountAssociationCommand.js +23 -0
- package/dist-es/commands/CreateCloudConnectorCommand.js +22 -0
- package/dist-es/commands/CreateConnectorDestinationCommand.js +22 -0
- package/dist-es/commands/DeleteAccountAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteCloudConnectorCommand.js +22 -0
- package/dist-es/commands/DeleteConnectorDestinationCommand.js +22 -0
- package/dist-es/commands/DeregisterAccountAssociationCommand.js +22 -0
- package/dist-es/commands/GetAccountAssociationCommand.js +23 -0
- package/dist-es/commands/GetCloudConnectorCommand.js +22 -0
- package/dist-es/commands/GetConnectorDestinationCommand.js +22 -0
- package/dist-es/commands/GetOtaTaskCommand.js +2 -1
- package/dist-es/commands/ListAccountAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCloudConnectorsCommand.js +22 -0
- package/dist-es/commands/ListConnectorDestinationsCommand.js +22 -0
- package/dist-es/commands/ListDeviceDiscoveriesCommand.js +22 -0
- package/dist-es/commands/ListDiscoveredDevicesCommand.js +23 -0
- package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +23 -0
- package/dist-es/commands/RegisterAccountAssociationCommand.js +22 -0
- package/dist-es/commands/SendConnectorEventCommand.js +23 -0
- package/dist-es/commands/StartAccountAssociationRefreshCommand.js +23 -0
- package/dist-es/commands/TagResourceCommand.js +23 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateAccountAssociationCommand.js +22 -0
- package/dist-es/commands/UpdateCloudConnectorCommand.js +22 -0
- package/dist-es/commands/UpdateConnectorDestinationCommand.js +22 -0
- package/dist-es/commands/index.js +25 -0
- package/dist-es/models/models_0.js +168 -32
- package/dist-es/pagination/ListAccountAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCloudConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListConnectorDestinationsPaginator.js +4 -0
- package/dist-es/pagination/ListDeviceDiscoveriesPaginator.js +4 -0
- package/dist-es/pagination/ListDiscoveredDevicesPaginator.js +4 -0
- package/dist-es/pagination/ListManagedThingAccountAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +918 -17
- package/dist-types/IoTManagedIntegrations.d.ts +180 -0
- package/dist-types/IoTManagedIntegrationsClient.d.ts +27 -2
- package/dist-types/commands/CreateAccountAssociationCommand.d.ts +102 -0
- package/dist-types/commands/CreateCloudConnectorCommand.d.ts +159 -0
- package/dist-types/commands/CreateConnectorDestinationCommand.d.ts +108 -0
- package/dist-types/commands/CreateCredentialLockerCommand.d.ts +2 -4
- package/dist-types/commands/CreateDestinationCommand.d.ts +2 -4
- package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/CreateManagedThingCommand.d.ts +12 -5
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/commands/CreateOtaTaskCommand.d.ts +7 -2
- package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAccountAssociationCommand.d.ts +88 -0
- package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +85 -0
- package/dist-types/commands/DeleteConnectorDestinationCommand.d.ts +85 -0
- package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +2 -7
- package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteManagedThingCommand.d.ts +2 -5
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -3
- package/dist-types/commands/DeleteOtaTaskCommand.d.ts +4 -2
- package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterAccountAssociationCommand.d.ts +86 -0
- package/dist-types/commands/GetAccountAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetCloudConnectorCommand.d.ts +151 -0
- package/dist-types/commands/GetConnectorDestinationCommand.d.ts +109 -0
- package/dist-types/commands/GetCredentialLockerCommand.d.ts +1 -2
- package/dist-types/commands/GetCustomEndpointCommand.d.ts +1 -2
- package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +1 -3
- package/dist-types/commands/GetDestinationCommand.d.ts +1 -2
- package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +3 -3
- package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetHubConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +1 -2
- package/dist-types/commands/GetManagedThingCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +1 -2
- package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +2 -3
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -4
- package/dist-types/commands/GetOtaTaskCommand.d.ts +4 -2
- package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetProvisioningProfileCommand.d.ts +1 -2
- package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +7 -14
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +100 -0
- package/dist-types/commands/ListCloudConnectorsCommand.d.ts +150 -0
- package/dist-types/commands/ListConnectorDestinationsCommand.d.ts +94 -0
- package/dist-types/commands/ListCredentialLockersCommand.d.ts +1 -2
- package/dist-types/commands/ListDestinationsCommand.d.ts +1 -2
- package/dist-types/commands/ListDeviceDiscoveriesCommand.d.ts +100 -0
- package/dist-types/commands/ListDiscoveredDevicesCommand.d.ts +110 -0
- package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ListManagedThingAccountAssociationsCommand.d.ts +93 -0
- package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +1 -2
- package/dist-types/commands/ListManagedThingsCommand.d.ts +5 -3
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -3
- package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +4 -2
- package/dist-types/commands/ListOtaTasksCommand.d.ts +4 -2
- package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +1 -2
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +7 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +86 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -3
- package/dist-types/commands/PutHubConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/RegisterAccountAssociationCommand.d.ts +94 -0
- package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +2 -4
- package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/SendConnectorEventCommand.d.ts +309 -0
- package/dist-types/commands/SendManagedThingCommandCommand.d.ts +5 -2
- package/dist-types/commands/StartAccountAssociationRefreshCommand.d.ts +90 -0
- package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +7 -6
- package/dist-types/commands/TagResourceCommand.d.ts +88 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +88 -0
- package/dist-types/commands/UpdateAccountAssociationCommand.d.ts +93 -0
- package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +115 -0
- package/dist-types/commands/UpdateConnectorDestinationCommand.d.ts +101 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateManagedThingCommand.d.ts +10 -2
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +2 -3
- package/dist-types/commands/UpdateOtaTaskCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +1953 -394
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConnectorDestinationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDeviceDiscoveriesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDiscoveredDevicesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +225 -0
- package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +436 -0
- package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +150 -0
- package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +25 -0
- package/dist-types/ts3.4/models/models_0.d.ts +510 -54
- package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConnectorDestinationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDeviceDiscoveriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDiscoveredDevicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +300 -0
- package/package.json +11 -11
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import { CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput } from "./commands/CreateAccountAssociationCommand";
|
|
3
|
+
import { CreateCloudConnectorCommandInput, CreateCloudConnectorCommandOutput } from "./commands/CreateCloudConnectorCommand";
|
|
4
|
+
import { CreateConnectorDestinationCommandInput, CreateConnectorDestinationCommandOutput } from "./commands/CreateConnectorDestinationCommand";
|
|
2
5
|
import { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "./commands/CreateCredentialLockerCommand";
|
|
3
6
|
import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
|
|
4
7
|
import { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "./commands/CreateEventLogConfigurationCommand";
|
|
@@ -7,6 +10,9 @@ import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigur
|
|
|
7
10
|
import { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "./commands/CreateOtaTaskCommand";
|
|
8
11
|
import { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "./commands/CreateOtaTaskConfigurationCommand";
|
|
9
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";
|
|
10
16
|
import { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "./commands/DeleteCredentialLockerCommand";
|
|
11
17
|
import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
|
|
12
18
|
import { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "./commands/DeleteEventLogConfigurationCommand";
|
|
@@ -15,6 +21,10 @@ import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigur
|
|
|
15
21
|
import { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "./commands/DeleteOtaTaskCommand";
|
|
16
22
|
import { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "./commands/DeleteOtaTaskConfigurationCommand";
|
|
17
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";
|
|
18
28
|
import { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "./commands/GetCredentialLockerCommand";
|
|
19
29
|
import { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "./commands/GetCustomEndpointCommand";
|
|
20
30
|
import { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "./commands/GetDefaultEncryptionConfigurationCommand";
|
|
@@ -33,9 +43,15 @@ import { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutp
|
|
|
33
43
|
import { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "./commands/GetProvisioningProfileCommand";
|
|
34
44
|
import { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "./commands/GetRuntimeLogConfigurationCommand";
|
|
35
45
|
import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
|
|
46
|
+
import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
|
|
47
|
+
import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "./commands/ListCloudConnectorsCommand";
|
|
48
|
+
import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "./commands/ListConnectorDestinationsCommand";
|
|
36
49
|
import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "./commands/ListCredentialLockersCommand";
|
|
37
50
|
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
|
|
51
|
+
import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "./commands/ListDeviceDiscoveriesCommand";
|
|
52
|
+
import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "./commands/ListDiscoveredDevicesCommand";
|
|
38
53
|
import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "./commands/ListEventLogConfigurationsCommand";
|
|
54
|
+
import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "./commands/ListManagedThingAccountAssociationsCommand";
|
|
39
55
|
import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "./commands/ListManagedThingSchemasCommand";
|
|
40
56
|
import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "./commands/ListManagedThingsCommand";
|
|
41
57
|
import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "./commands/ListNotificationConfigurationsCommand";
|
|
@@ -44,13 +60,22 @@ import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput }
|
|
|
44
60
|
import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "./commands/ListOtaTasksCommand";
|
|
45
61
|
import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "./commands/ListProvisioningProfilesCommand";
|
|
46
62
|
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
|
|
63
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
47
64
|
import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
48
65
|
import { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "./commands/PutHubConfigurationCommand";
|
|
49
66
|
import { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "./commands/PutRuntimeLogConfigurationCommand";
|
|
67
|
+
import { RegisterAccountAssociationCommandInput, RegisterAccountAssociationCommandOutput } from "./commands/RegisterAccountAssociationCommand";
|
|
50
68
|
import { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "./commands/RegisterCustomEndpointCommand";
|
|
51
69
|
import { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "./commands/ResetRuntimeLogConfigurationCommand";
|
|
70
|
+
import { SendConnectorEventCommandInput, SendConnectorEventCommandOutput } from "./commands/SendConnectorEventCommand";
|
|
52
71
|
import { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "./commands/SendManagedThingCommandCommand";
|
|
72
|
+
import { StartAccountAssociationRefreshCommandInput, StartAccountAssociationRefreshCommandOutput } from "./commands/StartAccountAssociationRefreshCommand";
|
|
53
73
|
import { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "./commands/StartDeviceDiscoveryCommand";
|
|
74
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
75
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
76
|
+
import { UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput } from "./commands/UpdateAccountAssociationCommand";
|
|
77
|
+
import { UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput } from "./commands/UpdateCloudConnectorCommand";
|
|
78
|
+
import { UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput } from "./commands/UpdateConnectorDestinationCommand";
|
|
54
79
|
import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
|
|
55
80
|
import { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "./commands/UpdateEventLogConfigurationCommand";
|
|
56
81
|
import { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "./commands/UpdateManagedThingCommand";
|
|
@@ -58,6 +83,24 @@ import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigur
|
|
|
58
83
|
import { UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput } from "./commands/UpdateOtaTaskCommand";
|
|
59
84
|
import { IoTManagedIntegrationsClient } from "./IoTManagedIntegrationsClient";
|
|
60
85
|
export interface IoTManagedIntegrations {
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link CreateAccountAssociationCommand}
|
|
88
|
+
*/
|
|
89
|
+
createAccountAssociation(args: CreateAccountAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountAssociationCommandOutput>;
|
|
90
|
+
createAccountAssociation(args: CreateAccountAssociationCommandInput, cb: (err: any, data?: CreateAccountAssociationCommandOutput) => void): void;
|
|
91
|
+
createAccountAssociation(args: CreateAccountAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountAssociationCommandOutput) => void): void;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link CreateCloudConnectorCommand}
|
|
94
|
+
*/
|
|
95
|
+
createCloudConnector(args: CreateCloudConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateCloudConnectorCommandOutput>;
|
|
96
|
+
createCloudConnector(args: CreateCloudConnectorCommandInput, cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void): void;
|
|
97
|
+
createCloudConnector(args: CreateCloudConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void): void;
|
|
98
|
+
/**
|
|
99
|
+
* @see {@link CreateConnectorDestinationCommand}
|
|
100
|
+
*/
|
|
101
|
+
createConnectorDestination(args: CreateConnectorDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorDestinationCommandOutput>;
|
|
102
|
+
createConnectorDestination(args: CreateConnectorDestinationCommandInput, cb: (err: any, data?: CreateConnectorDestinationCommandOutput) => void): void;
|
|
103
|
+
createConnectorDestination(args: CreateConnectorDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorDestinationCommandOutput) => void): void;
|
|
61
104
|
/**
|
|
62
105
|
* @see {@link CreateCredentialLockerCommand}
|
|
63
106
|
*/
|
|
@@ -108,6 +151,24 @@ export interface IoTManagedIntegrations {
|
|
|
108
151
|
createProvisioningProfile(args: CreateProvisioningProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProvisioningProfileCommandOutput>;
|
|
109
152
|
createProvisioningProfile(args: CreateProvisioningProfileCommandInput, cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void): void;
|
|
110
153
|
createProvisioningProfile(args: CreateProvisioningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void): void;
|
|
154
|
+
/**
|
|
155
|
+
* @see {@link DeleteAccountAssociationCommand}
|
|
156
|
+
*/
|
|
157
|
+
deleteAccountAssociation(args: DeleteAccountAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountAssociationCommandOutput>;
|
|
158
|
+
deleteAccountAssociation(args: DeleteAccountAssociationCommandInput, cb: (err: any, data?: DeleteAccountAssociationCommandOutput) => void): void;
|
|
159
|
+
deleteAccountAssociation(args: DeleteAccountAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountAssociationCommandOutput) => void): void;
|
|
160
|
+
/**
|
|
161
|
+
* @see {@link DeleteCloudConnectorCommand}
|
|
162
|
+
*/
|
|
163
|
+
deleteCloudConnector(args: DeleteCloudConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCloudConnectorCommandOutput>;
|
|
164
|
+
deleteCloudConnector(args: DeleteCloudConnectorCommandInput, cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void): void;
|
|
165
|
+
deleteCloudConnector(args: DeleteCloudConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void): void;
|
|
166
|
+
/**
|
|
167
|
+
* @see {@link DeleteConnectorDestinationCommand}
|
|
168
|
+
*/
|
|
169
|
+
deleteConnectorDestination(args: DeleteConnectorDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectorDestinationCommandOutput>;
|
|
170
|
+
deleteConnectorDestination(args: DeleteConnectorDestinationCommandInput, cb: (err: any, data?: DeleteConnectorDestinationCommandOutput) => void): void;
|
|
171
|
+
deleteConnectorDestination(args: DeleteConnectorDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorDestinationCommandOutput) => void): void;
|
|
111
172
|
/**
|
|
112
173
|
* @see {@link DeleteCredentialLockerCommand}
|
|
113
174
|
*/
|
|
@@ -156,6 +217,30 @@ export interface IoTManagedIntegrations {
|
|
|
156
217
|
deleteProvisioningProfile(args: DeleteProvisioningProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProvisioningProfileCommandOutput>;
|
|
157
218
|
deleteProvisioningProfile(args: DeleteProvisioningProfileCommandInput, cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void): void;
|
|
158
219
|
deleteProvisioningProfile(args: DeleteProvisioningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void): void;
|
|
220
|
+
/**
|
|
221
|
+
* @see {@link DeregisterAccountAssociationCommand}
|
|
222
|
+
*/
|
|
223
|
+
deregisterAccountAssociation(args: DeregisterAccountAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterAccountAssociationCommandOutput>;
|
|
224
|
+
deregisterAccountAssociation(args: DeregisterAccountAssociationCommandInput, cb: (err: any, data?: DeregisterAccountAssociationCommandOutput) => void): void;
|
|
225
|
+
deregisterAccountAssociation(args: DeregisterAccountAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterAccountAssociationCommandOutput) => void): void;
|
|
226
|
+
/**
|
|
227
|
+
* @see {@link GetAccountAssociationCommand}
|
|
228
|
+
*/
|
|
229
|
+
getAccountAssociation(args: GetAccountAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountAssociationCommandOutput>;
|
|
230
|
+
getAccountAssociation(args: GetAccountAssociationCommandInput, cb: (err: any, data?: GetAccountAssociationCommandOutput) => void): void;
|
|
231
|
+
getAccountAssociation(args: GetAccountAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountAssociationCommandOutput) => void): void;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link GetCloudConnectorCommand}
|
|
234
|
+
*/
|
|
235
|
+
getCloudConnector(args: GetCloudConnectorCommandInput, options?: __HttpHandlerOptions): Promise<GetCloudConnectorCommandOutput>;
|
|
236
|
+
getCloudConnector(args: GetCloudConnectorCommandInput, cb: (err: any, data?: GetCloudConnectorCommandOutput) => void): void;
|
|
237
|
+
getCloudConnector(args: GetCloudConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCloudConnectorCommandOutput) => void): void;
|
|
238
|
+
/**
|
|
239
|
+
* @see {@link GetConnectorDestinationCommand}
|
|
240
|
+
*/
|
|
241
|
+
getConnectorDestination(args: GetConnectorDestinationCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectorDestinationCommandOutput>;
|
|
242
|
+
getConnectorDestination(args: GetConnectorDestinationCommandInput, cb: (err: any, data?: GetConnectorDestinationCommandOutput) => void): void;
|
|
243
|
+
getConnectorDestination(args: GetConnectorDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectorDestinationCommandOutput) => void): void;
|
|
159
244
|
/**
|
|
160
245
|
* @see {@link GetCredentialLockerCommand}
|
|
161
246
|
*/
|
|
@@ -267,6 +352,27 @@ export interface IoTManagedIntegrations {
|
|
|
267
352
|
getSchemaVersion(args: GetSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaVersionCommandOutput>;
|
|
268
353
|
getSchemaVersion(args: GetSchemaVersionCommandInput, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
|
|
269
354
|
getSchemaVersion(args: GetSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
|
|
355
|
+
/**
|
|
356
|
+
* @see {@link ListAccountAssociationsCommand}
|
|
357
|
+
*/
|
|
358
|
+
listAccountAssociations(): Promise<ListAccountAssociationsCommandOutput>;
|
|
359
|
+
listAccountAssociations(args: ListAccountAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssociationsCommandOutput>;
|
|
360
|
+
listAccountAssociations(args: ListAccountAssociationsCommandInput, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
|
|
361
|
+
listAccountAssociations(args: ListAccountAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
|
|
362
|
+
/**
|
|
363
|
+
* @see {@link ListCloudConnectorsCommand}
|
|
364
|
+
*/
|
|
365
|
+
listCloudConnectors(): Promise<ListCloudConnectorsCommandOutput>;
|
|
366
|
+
listCloudConnectors(args: ListCloudConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCloudConnectorsCommandOutput>;
|
|
367
|
+
listCloudConnectors(args: ListCloudConnectorsCommandInput, cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void): void;
|
|
368
|
+
listCloudConnectors(args: ListCloudConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void): void;
|
|
369
|
+
/**
|
|
370
|
+
* @see {@link ListConnectorDestinationsCommand}
|
|
371
|
+
*/
|
|
372
|
+
listConnectorDestinations(): Promise<ListConnectorDestinationsCommandOutput>;
|
|
373
|
+
listConnectorDestinations(args: ListConnectorDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorDestinationsCommandOutput>;
|
|
374
|
+
listConnectorDestinations(args: ListConnectorDestinationsCommandInput, cb: (err: any, data?: ListConnectorDestinationsCommandOutput) => void): void;
|
|
375
|
+
listConnectorDestinations(args: ListConnectorDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorDestinationsCommandOutput) => void): void;
|
|
270
376
|
/**
|
|
271
377
|
* @see {@link ListCredentialLockersCommand}
|
|
272
378
|
*/
|
|
@@ -281,6 +387,19 @@ export interface IoTManagedIntegrations {
|
|
|
281
387
|
listDestinations(args: ListDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDestinationsCommandOutput>;
|
|
282
388
|
listDestinations(args: ListDestinationsCommandInput, cb: (err: any, data?: ListDestinationsCommandOutput) => void): void;
|
|
283
389
|
listDestinations(args: ListDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDestinationsCommandOutput) => void): void;
|
|
390
|
+
/**
|
|
391
|
+
* @see {@link ListDeviceDiscoveriesCommand}
|
|
392
|
+
*/
|
|
393
|
+
listDeviceDiscoveries(): Promise<ListDeviceDiscoveriesCommandOutput>;
|
|
394
|
+
listDeviceDiscoveries(args: ListDeviceDiscoveriesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeviceDiscoveriesCommandOutput>;
|
|
395
|
+
listDeviceDiscoveries(args: ListDeviceDiscoveriesCommandInput, cb: (err: any, data?: ListDeviceDiscoveriesCommandOutput) => void): void;
|
|
396
|
+
listDeviceDiscoveries(args: ListDeviceDiscoveriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceDiscoveriesCommandOutput) => void): void;
|
|
397
|
+
/**
|
|
398
|
+
* @see {@link ListDiscoveredDevicesCommand}
|
|
399
|
+
*/
|
|
400
|
+
listDiscoveredDevices(args: ListDiscoveredDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDiscoveredDevicesCommandOutput>;
|
|
401
|
+
listDiscoveredDevices(args: ListDiscoveredDevicesCommandInput, cb: (err: any, data?: ListDiscoveredDevicesCommandOutput) => void): void;
|
|
402
|
+
listDiscoveredDevices(args: ListDiscoveredDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDiscoveredDevicesCommandOutput) => void): void;
|
|
284
403
|
/**
|
|
285
404
|
* @see {@link ListEventLogConfigurationsCommand}
|
|
286
405
|
*/
|
|
@@ -288,6 +407,13 @@ export interface IoTManagedIntegrations {
|
|
|
288
407
|
listEventLogConfigurations(args: ListEventLogConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventLogConfigurationsCommandOutput>;
|
|
289
408
|
listEventLogConfigurations(args: ListEventLogConfigurationsCommandInput, cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void): void;
|
|
290
409
|
listEventLogConfigurations(args: ListEventLogConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void): void;
|
|
410
|
+
/**
|
|
411
|
+
* @see {@link ListManagedThingAccountAssociationsCommand}
|
|
412
|
+
*/
|
|
413
|
+
listManagedThingAccountAssociations(): Promise<ListManagedThingAccountAssociationsCommandOutput>;
|
|
414
|
+
listManagedThingAccountAssociations(args: ListManagedThingAccountAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedThingAccountAssociationsCommandOutput>;
|
|
415
|
+
listManagedThingAccountAssociations(args: ListManagedThingAccountAssociationsCommandInput, cb: (err: any, data?: ListManagedThingAccountAssociationsCommandOutput) => void): void;
|
|
416
|
+
listManagedThingAccountAssociations(args: ListManagedThingAccountAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedThingAccountAssociationsCommandOutput) => void): void;
|
|
291
417
|
/**
|
|
292
418
|
* @see {@link ListManagedThingsCommand}
|
|
293
419
|
*/
|
|
@@ -341,6 +467,12 @@ export interface IoTManagedIntegrations {
|
|
|
341
467
|
listSchemaVersions(args: ListSchemaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemaVersionsCommandOutput>;
|
|
342
468
|
listSchemaVersions(args: ListSchemaVersionsCommandInput, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
|
|
343
469
|
listSchemaVersions(args: ListSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
|
|
470
|
+
/**
|
|
471
|
+
* @see {@link ListTagsForResourceCommand}
|
|
472
|
+
*/
|
|
473
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
474
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
475
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
344
476
|
/**
|
|
345
477
|
* @see {@link PutDefaultEncryptionConfigurationCommand}
|
|
346
478
|
*/
|
|
@@ -359,6 +491,12 @@ export interface IoTManagedIntegrations {
|
|
|
359
491
|
putRuntimeLogConfiguration(args: PutRuntimeLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutRuntimeLogConfigurationCommandOutput>;
|
|
360
492
|
putRuntimeLogConfiguration(args: PutRuntimeLogConfigurationCommandInput, cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void): void;
|
|
361
493
|
putRuntimeLogConfiguration(args: PutRuntimeLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void): void;
|
|
494
|
+
/**
|
|
495
|
+
* @see {@link RegisterAccountAssociationCommand}
|
|
496
|
+
*/
|
|
497
|
+
registerAccountAssociation(args: RegisterAccountAssociationCommandInput, options?: __HttpHandlerOptions): Promise<RegisterAccountAssociationCommandOutput>;
|
|
498
|
+
registerAccountAssociation(args: RegisterAccountAssociationCommandInput, cb: (err: any, data?: RegisterAccountAssociationCommandOutput) => void): void;
|
|
499
|
+
registerAccountAssociation(args: RegisterAccountAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAccountAssociationCommandOutput) => void): void;
|
|
362
500
|
/**
|
|
363
501
|
* @see {@link RegisterCustomEndpointCommand}
|
|
364
502
|
*/
|
|
@@ -372,18 +510,60 @@ export interface IoTManagedIntegrations {
|
|
|
372
510
|
resetRuntimeLogConfiguration(args: ResetRuntimeLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ResetRuntimeLogConfigurationCommandOutput>;
|
|
373
511
|
resetRuntimeLogConfiguration(args: ResetRuntimeLogConfigurationCommandInput, cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void): void;
|
|
374
512
|
resetRuntimeLogConfiguration(args: ResetRuntimeLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void): void;
|
|
513
|
+
/**
|
|
514
|
+
* @see {@link SendConnectorEventCommand}
|
|
515
|
+
*/
|
|
516
|
+
sendConnectorEvent(args: SendConnectorEventCommandInput, options?: __HttpHandlerOptions): Promise<SendConnectorEventCommandOutput>;
|
|
517
|
+
sendConnectorEvent(args: SendConnectorEventCommandInput, cb: (err: any, data?: SendConnectorEventCommandOutput) => void): void;
|
|
518
|
+
sendConnectorEvent(args: SendConnectorEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendConnectorEventCommandOutput) => void): void;
|
|
375
519
|
/**
|
|
376
520
|
* @see {@link SendManagedThingCommandCommand}
|
|
377
521
|
*/
|
|
378
522
|
sendManagedThingCommand(args: SendManagedThingCommandCommandInput, options?: __HttpHandlerOptions): Promise<SendManagedThingCommandCommandOutput>;
|
|
379
523
|
sendManagedThingCommand(args: SendManagedThingCommandCommandInput, cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void): void;
|
|
380
524
|
sendManagedThingCommand(args: SendManagedThingCommandCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void): void;
|
|
525
|
+
/**
|
|
526
|
+
* @see {@link StartAccountAssociationRefreshCommand}
|
|
527
|
+
*/
|
|
528
|
+
startAccountAssociationRefresh(args: StartAccountAssociationRefreshCommandInput, options?: __HttpHandlerOptions): Promise<StartAccountAssociationRefreshCommandOutput>;
|
|
529
|
+
startAccountAssociationRefresh(args: StartAccountAssociationRefreshCommandInput, cb: (err: any, data?: StartAccountAssociationRefreshCommandOutput) => void): void;
|
|
530
|
+
startAccountAssociationRefresh(args: StartAccountAssociationRefreshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAccountAssociationRefreshCommandOutput) => void): void;
|
|
381
531
|
/**
|
|
382
532
|
* @see {@link StartDeviceDiscoveryCommand}
|
|
383
533
|
*/
|
|
384
534
|
startDeviceDiscovery(args: StartDeviceDiscoveryCommandInput, options?: __HttpHandlerOptions): Promise<StartDeviceDiscoveryCommandOutput>;
|
|
385
535
|
startDeviceDiscovery(args: StartDeviceDiscoveryCommandInput, cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void): void;
|
|
386
536
|
startDeviceDiscovery(args: StartDeviceDiscoveryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void): void;
|
|
537
|
+
/**
|
|
538
|
+
* @see {@link TagResourceCommand}
|
|
539
|
+
*/
|
|
540
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
541
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
542
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
543
|
+
/**
|
|
544
|
+
* @see {@link UntagResourceCommand}
|
|
545
|
+
*/
|
|
546
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
547
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
548
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
549
|
+
/**
|
|
550
|
+
* @see {@link UpdateAccountAssociationCommand}
|
|
551
|
+
*/
|
|
552
|
+
updateAccountAssociation(args: UpdateAccountAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountAssociationCommandOutput>;
|
|
553
|
+
updateAccountAssociation(args: UpdateAccountAssociationCommandInput, cb: (err: any, data?: UpdateAccountAssociationCommandOutput) => void): void;
|
|
554
|
+
updateAccountAssociation(args: UpdateAccountAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountAssociationCommandOutput) => void): void;
|
|
555
|
+
/**
|
|
556
|
+
* @see {@link UpdateCloudConnectorCommand}
|
|
557
|
+
*/
|
|
558
|
+
updateCloudConnector(args: UpdateCloudConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCloudConnectorCommandOutput>;
|
|
559
|
+
updateCloudConnector(args: UpdateCloudConnectorCommandInput, cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void): void;
|
|
560
|
+
updateCloudConnector(args: UpdateCloudConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void): void;
|
|
561
|
+
/**
|
|
562
|
+
* @see {@link UpdateConnectorDestinationCommand}
|
|
563
|
+
*/
|
|
564
|
+
updateConnectorDestination(args: UpdateConnectorDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectorDestinationCommandOutput>;
|
|
565
|
+
updateConnectorDestination(args: UpdateConnectorDestinationCommandInput, cb: (err: any, data?: UpdateConnectorDestinationCommandOutput) => void): void;
|
|
566
|
+
updateConnectorDestination(args: UpdateConnectorDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectorDestinationCommandOutput) => void): void;
|
|
387
567
|
/**
|
|
388
568
|
* @see {@link UpdateDestinationCommand}
|
|
389
569
|
*/
|
|
@@ -7,6 +7,9 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
|
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
8
|
import { 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, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, 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";
|
|
10
13
|
import { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "./commands/CreateCredentialLockerCommand";
|
|
11
14
|
import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
|
|
12
15
|
import { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "./commands/CreateEventLogConfigurationCommand";
|
|
@@ -15,6 +18,9 @@ import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigur
|
|
|
15
18
|
import { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "./commands/CreateOtaTaskCommand";
|
|
16
19
|
import { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "./commands/CreateOtaTaskConfigurationCommand";
|
|
17
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";
|
|
18
24
|
import { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "./commands/DeleteCredentialLockerCommand";
|
|
19
25
|
import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
|
|
20
26
|
import { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "./commands/DeleteEventLogConfigurationCommand";
|
|
@@ -23,6 +29,10 @@ import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigur
|
|
|
23
29
|
import { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "./commands/DeleteOtaTaskCommand";
|
|
24
30
|
import { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "./commands/DeleteOtaTaskConfigurationCommand";
|
|
25
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";
|
|
26
36
|
import { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "./commands/GetCredentialLockerCommand";
|
|
27
37
|
import { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "./commands/GetCustomEndpointCommand";
|
|
28
38
|
import { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "./commands/GetDefaultEncryptionConfigurationCommand";
|
|
@@ -41,9 +51,15 @@ import { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutp
|
|
|
41
51
|
import { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "./commands/GetProvisioningProfileCommand";
|
|
42
52
|
import { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "./commands/GetRuntimeLogConfigurationCommand";
|
|
43
53
|
import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
|
|
54
|
+
import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
|
|
55
|
+
import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "./commands/ListCloudConnectorsCommand";
|
|
56
|
+
import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "./commands/ListConnectorDestinationsCommand";
|
|
44
57
|
import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "./commands/ListCredentialLockersCommand";
|
|
45
58
|
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
|
|
59
|
+
import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "./commands/ListDeviceDiscoveriesCommand";
|
|
60
|
+
import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "./commands/ListDiscoveredDevicesCommand";
|
|
46
61
|
import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "./commands/ListEventLogConfigurationsCommand";
|
|
62
|
+
import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "./commands/ListManagedThingAccountAssociationsCommand";
|
|
47
63
|
import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "./commands/ListManagedThingSchemasCommand";
|
|
48
64
|
import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "./commands/ListManagedThingsCommand";
|
|
49
65
|
import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "./commands/ListNotificationConfigurationsCommand";
|
|
@@ -52,13 +68,22 @@ import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput }
|
|
|
52
68
|
import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "./commands/ListOtaTasksCommand";
|
|
53
69
|
import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "./commands/ListProvisioningProfilesCommand";
|
|
54
70
|
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
|
|
71
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
55
72
|
import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
56
73
|
import { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "./commands/PutHubConfigurationCommand";
|
|
57
74
|
import { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "./commands/PutRuntimeLogConfigurationCommand";
|
|
75
|
+
import { RegisterAccountAssociationCommandInput, RegisterAccountAssociationCommandOutput } from "./commands/RegisterAccountAssociationCommand";
|
|
58
76
|
import { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "./commands/RegisterCustomEndpointCommand";
|
|
59
77
|
import { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "./commands/ResetRuntimeLogConfigurationCommand";
|
|
78
|
+
import { SendConnectorEventCommandInput, SendConnectorEventCommandOutput } from "./commands/SendConnectorEventCommand";
|
|
60
79
|
import { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "./commands/SendManagedThingCommandCommand";
|
|
80
|
+
import { StartAccountAssociationRefreshCommandInput, StartAccountAssociationRefreshCommandOutput } from "./commands/StartAccountAssociationRefreshCommand";
|
|
61
81
|
import { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "./commands/StartDeviceDiscoveryCommand";
|
|
82
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
83
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
84
|
+
import { UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput } from "./commands/UpdateAccountAssociationCommand";
|
|
85
|
+
import { UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput } from "./commands/UpdateCloudConnectorCommand";
|
|
86
|
+
import { UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput } from "./commands/UpdateConnectorDestinationCommand";
|
|
62
87
|
import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
|
|
63
88
|
import { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "./commands/UpdateEventLogConfigurationCommand";
|
|
64
89
|
import { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "./commands/UpdateManagedThingCommand";
|
|
@@ -70,11 +95,11 @@ export { __Client };
|
|
|
70
95
|
/**
|
|
71
96
|
* @public
|
|
72
97
|
*/
|
|
73
|
-
export type ServiceInputTypes = CreateCredentialLockerCommandInput | CreateDestinationCommandInput | CreateEventLogConfigurationCommandInput | CreateManagedThingCommandInput | CreateNotificationConfigurationCommandInput | CreateOtaTaskCommandInput | CreateOtaTaskConfigurationCommandInput | CreateProvisioningProfileCommandInput | DeleteCredentialLockerCommandInput | DeleteDestinationCommandInput | DeleteEventLogConfigurationCommandInput | DeleteManagedThingCommandInput | DeleteNotificationConfigurationCommandInput | DeleteOtaTaskCommandInput | DeleteOtaTaskConfigurationCommandInput | DeleteProvisioningProfileCommandInput | GetCredentialLockerCommandInput | GetCustomEndpointCommandInput | GetDefaultEncryptionConfigurationCommandInput | GetDestinationCommandInput | GetDeviceDiscoveryCommandInput | GetEventLogConfigurationCommandInput | GetHubConfigurationCommandInput | GetManagedThingCapabilitiesCommandInput | GetManagedThingCommandInput | GetManagedThingConnectivityDataCommandInput | GetManagedThingMetaDataCommandInput | GetManagedThingStateCommandInput | GetNotificationConfigurationCommandInput | GetOtaTaskCommandInput | GetOtaTaskConfigurationCommandInput | GetProvisioningProfileCommandInput | GetRuntimeLogConfigurationCommandInput | GetSchemaVersionCommandInput | ListCredentialLockersCommandInput | ListDestinationsCommandInput | ListEventLogConfigurationsCommandInput | ListManagedThingSchemasCommandInput | ListManagedThingsCommandInput | ListNotificationConfigurationsCommandInput | ListOtaTaskConfigurationsCommandInput | ListOtaTaskExecutionsCommandInput | ListOtaTasksCommandInput | ListProvisioningProfilesCommandInput | ListSchemaVersionsCommandInput | PutDefaultEncryptionConfigurationCommandInput | PutHubConfigurationCommandInput | PutRuntimeLogConfigurationCommandInput | RegisterCustomEndpointCommandInput | ResetRuntimeLogConfigurationCommandInput | SendManagedThingCommandCommandInput | StartDeviceDiscoveryCommandInput | UpdateDestinationCommandInput | UpdateEventLogConfigurationCommandInput | UpdateManagedThingCommandInput | UpdateNotificationConfigurationCommandInput | UpdateOtaTaskCommandInput;
|
|
98
|
+
export type ServiceInputTypes = CreateAccountAssociationCommandInput | CreateCloudConnectorCommandInput | CreateConnectorDestinationCommandInput | CreateCredentialLockerCommandInput | CreateDestinationCommandInput | CreateEventLogConfigurationCommandInput | CreateManagedThingCommandInput | CreateNotificationConfigurationCommandInput | CreateOtaTaskCommandInput | CreateOtaTaskConfigurationCommandInput | CreateProvisioningProfileCommandInput | DeleteAccountAssociationCommandInput | DeleteCloudConnectorCommandInput | DeleteConnectorDestinationCommandInput | DeleteCredentialLockerCommandInput | DeleteDestinationCommandInput | DeleteEventLogConfigurationCommandInput | DeleteManagedThingCommandInput | DeleteNotificationConfigurationCommandInput | DeleteOtaTaskCommandInput | DeleteOtaTaskConfigurationCommandInput | DeleteProvisioningProfileCommandInput | DeregisterAccountAssociationCommandInput | GetAccountAssociationCommandInput | GetCloudConnectorCommandInput | GetConnectorDestinationCommandInput | GetCredentialLockerCommandInput | GetCustomEndpointCommandInput | GetDefaultEncryptionConfigurationCommandInput | GetDestinationCommandInput | GetDeviceDiscoveryCommandInput | GetEventLogConfigurationCommandInput | GetHubConfigurationCommandInput | GetManagedThingCapabilitiesCommandInput | GetManagedThingCommandInput | GetManagedThingConnectivityDataCommandInput | GetManagedThingMetaDataCommandInput | GetManagedThingStateCommandInput | GetNotificationConfigurationCommandInput | GetOtaTaskCommandInput | GetOtaTaskConfigurationCommandInput | GetProvisioningProfileCommandInput | GetRuntimeLogConfigurationCommandInput | GetSchemaVersionCommandInput | ListAccountAssociationsCommandInput | ListCloudConnectorsCommandInput | ListConnectorDestinationsCommandInput | ListCredentialLockersCommandInput | ListDestinationsCommandInput | ListDeviceDiscoveriesCommandInput | ListDiscoveredDevicesCommandInput | ListEventLogConfigurationsCommandInput | ListManagedThingAccountAssociationsCommandInput | ListManagedThingSchemasCommandInput | ListManagedThingsCommandInput | ListNotificationConfigurationsCommandInput | ListOtaTaskConfigurationsCommandInput | ListOtaTaskExecutionsCommandInput | ListOtaTasksCommandInput | ListProvisioningProfilesCommandInput | ListSchemaVersionsCommandInput | ListTagsForResourceCommandInput | PutDefaultEncryptionConfigurationCommandInput | PutHubConfigurationCommandInput | PutRuntimeLogConfigurationCommandInput | RegisterAccountAssociationCommandInput | RegisterCustomEndpointCommandInput | ResetRuntimeLogConfigurationCommandInput | SendConnectorEventCommandInput | SendManagedThingCommandCommandInput | StartAccountAssociationRefreshCommandInput | StartDeviceDiscoveryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountAssociationCommandInput | UpdateCloudConnectorCommandInput | UpdateConnectorDestinationCommandInput | UpdateDestinationCommandInput | UpdateEventLogConfigurationCommandInput | UpdateManagedThingCommandInput | UpdateNotificationConfigurationCommandInput | UpdateOtaTaskCommandInput;
|
|
74
99
|
/**
|
|
75
100
|
* @public
|
|
76
101
|
*/
|
|
77
|
-
export type ServiceOutputTypes = CreateCredentialLockerCommandOutput | CreateDestinationCommandOutput | CreateEventLogConfigurationCommandOutput | CreateManagedThingCommandOutput | CreateNotificationConfigurationCommandOutput | CreateOtaTaskCommandOutput | CreateOtaTaskConfigurationCommandOutput | CreateProvisioningProfileCommandOutput | DeleteCredentialLockerCommandOutput | DeleteDestinationCommandOutput | DeleteEventLogConfigurationCommandOutput | DeleteManagedThingCommandOutput | DeleteNotificationConfigurationCommandOutput | DeleteOtaTaskCommandOutput | DeleteOtaTaskConfigurationCommandOutput | DeleteProvisioningProfileCommandOutput | GetCredentialLockerCommandOutput | GetCustomEndpointCommandOutput | GetDefaultEncryptionConfigurationCommandOutput | GetDestinationCommandOutput | GetDeviceDiscoveryCommandOutput | GetEventLogConfigurationCommandOutput | GetHubConfigurationCommandOutput | GetManagedThingCapabilitiesCommandOutput | GetManagedThingCommandOutput | GetManagedThingConnectivityDataCommandOutput | GetManagedThingMetaDataCommandOutput | GetManagedThingStateCommandOutput | GetNotificationConfigurationCommandOutput | GetOtaTaskCommandOutput | GetOtaTaskConfigurationCommandOutput | GetProvisioningProfileCommandOutput | GetRuntimeLogConfigurationCommandOutput | GetSchemaVersionCommandOutput | ListCredentialLockersCommandOutput | ListDestinationsCommandOutput | ListEventLogConfigurationsCommandOutput | ListManagedThingSchemasCommandOutput | ListManagedThingsCommandOutput | ListNotificationConfigurationsCommandOutput | ListOtaTaskConfigurationsCommandOutput | ListOtaTaskExecutionsCommandOutput | ListOtaTasksCommandOutput | ListProvisioningProfilesCommandOutput | ListSchemaVersionsCommandOutput | PutDefaultEncryptionConfigurationCommandOutput | PutHubConfigurationCommandOutput | PutRuntimeLogConfigurationCommandOutput | RegisterCustomEndpointCommandOutput | ResetRuntimeLogConfigurationCommandOutput | SendManagedThingCommandCommandOutput | StartDeviceDiscoveryCommandOutput | UpdateDestinationCommandOutput | UpdateEventLogConfigurationCommandOutput | UpdateManagedThingCommandOutput | UpdateNotificationConfigurationCommandOutput | UpdateOtaTaskCommandOutput;
|
|
102
|
+
export type ServiceOutputTypes = CreateAccountAssociationCommandOutput | CreateCloudConnectorCommandOutput | CreateConnectorDestinationCommandOutput | CreateCredentialLockerCommandOutput | CreateDestinationCommandOutput | CreateEventLogConfigurationCommandOutput | CreateManagedThingCommandOutput | CreateNotificationConfigurationCommandOutput | CreateOtaTaskCommandOutput | CreateOtaTaskConfigurationCommandOutput | CreateProvisioningProfileCommandOutput | DeleteAccountAssociationCommandOutput | DeleteCloudConnectorCommandOutput | DeleteConnectorDestinationCommandOutput | DeleteCredentialLockerCommandOutput | DeleteDestinationCommandOutput | DeleteEventLogConfigurationCommandOutput | DeleteManagedThingCommandOutput | DeleteNotificationConfigurationCommandOutput | DeleteOtaTaskCommandOutput | DeleteOtaTaskConfigurationCommandOutput | DeleteProvisioningProfileCommandOutput | DeregisterAccountAssociationCommandOutput | GetAccountAssociationCommandOutput | GetCloudConnectorCommandOutput | GetConnectorDestinationCommandOutput | GetCredentialLockerCommandOutput | GetCustomEndpointCommandOutput | GetDefaultEncryptionConfigurationCommandOutput | GetDestinationCommandOutput | GetDeviceDiscoveryCommandOutput | GetEventLogConfigurationCommandOutput | GetHubConfigurationCommandOutput | GetManagedThingCapabilitiesCommandOutput | GetManagedThingCommandOutput | GetManagedThingConnectivityDataCommandOutput | GetManagedThingMetaDataCommandOutput | GetManagedThingStateCommandOutput | GetNotificationConfigurationCommandOutput | GetOtaTaskCommandOutput | GetOtaTaskConfigurationCommandOutput | GetProvisioningProfileCommandOutput | GetRuntimeLogConfigurationCommandOutput | GetSchemaVersionCommandOutput | ListAccountAssociationsCommandOutput | ListCloudConnectorsCommandOutput | ListConnectorDestinationsCommandOutput | ListCredentialLockersCommandOutput | ListDestinationsCommandOutput | ListDeviceDiscoveriesCommandOutput | ListDiscoveredDevicesCommandOutput | ListEventLogConfigurationsCommandOutput | ListManagedThingAccountAssociationsCommandOutput | ListManagedThingSchemasCommandOutput | ListManagedThingsCommandOutput | ListNotificationConfigurationsCommandOutput | ListOtaTaskConfigurationsCommandOutput | ListOtaTaskExecutionsCommandOutput | ListOtaTasksCommandOutput | ListProvisioningProfilesCommandOutput | ListSchemaVersionsCommandOutput | ListTagsForResourceCommandOutput | PutDefaultEncryptionConfigurationCommandOutput | PutHubConfigurationCommandOutput | PutRuntimeLogConfigurationCommandOutput | RegisterAccountAssociationCommandOutput | RegisterCustomEndpointCommandOutput | ResetRuntimeLogConfigurationCommandOutput | SendConnectorEventCommandOutput | SendManagedThingCommandCommandOutput | StartAccountAssociationRefreshCommandOutput | StartDeviceDiscoveryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountAssociationCommandOutput | UpdateCloudConnectorCommandOutput | UpdateConnectorDestinationCommandOutput | UpdateDestinationCommandOutput | UpdateEventLogConfigurationCommandOutput | UpdateManagedThingCommandOutput | UpdateNotificationConfigurationCommandOutput | UpdateOtaTaskCommandOutput;
|
|
78
103
|
/**
|
|
79
104
|
* @public
|
|
80
105
|
*/
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
import { CreateAccountAssociationRequest, CreateAccountAssociationResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateAccountAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateAccountAssociationCommandInput extends CreateAccountAssociationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateAccountAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateAccountAssociationCommandOutput extends CreateAccountAssociationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateAccountAssociationCommand_base: {
|
|
25
|
+
new (input: CreateAccountAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAccountAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a new account association via the destination id.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { IoTManagedIntegrationsClient, CreateAccountAssociationCommand } from "@aws-sdk/client-iot-managed-integrations"; // ES Modules import
|
|
35
|
+
* // const { IoTManagedIntegrationsClient, CreateAccountAssociationCommand } = require("@aws-sdk/client-iot-managed-integrations"); // CommonJS import
|
|
36
|
+
* const client = new IoTManagedIntegrationsClient(config);
|
|
37
|
+
* const input = { // CreateAccountAssociationRequest
|
|
38
|
+
* ClientToken: "STRING_VALUE",
|
|
39
|
+
* ConnectorDestinationId: "STRING_VALUE", // required
|
|
40
|
+
* Name: "STRING_VALUE",
|
|
41
|
+
* Description: "STRING_VALUE",
|
|
42
|
+
* Tags: { // TagsMap
|
|
43
|
+
* "<keys>": "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* };
|
|
46
|
+
* const command = new CreateAccountAssociationCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateAccountAssociationResponse
|
|
49
|
+
* // OAuthAuthorizationUrl: "STRING_VALUE", // required
|
|
50
|
+
* // AccountAssociationId: "STRING_VALUE", // required
|
|
51
|
+
* // AssociationState: "ASSOCIATION_IN_PROGRESS" || "ASSOCIATION_FAILED" || "ASSOCIATION_SUCCEEDED" || "ASSOCIATION_DELETING" || "REFRESH_TOKEN_EXPIRED", // required
|
|
52
|
+
* // Arn: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param CreateAccountAssociationCommandInput - {@link CreateAccountAssociationCommandInput}
|
|
58
|
+
* @returns {@link CreateAccountAssociationCommandOutput}
|
|
59
|
+
* @see {@link CreateAccountAssociationCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link CreateAccountAssociationCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link IoTManagedIntegrationsClientResolvedConfig | config} for IoTManagedIntegrationsClient's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
+
* <p>User is not authorized.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ConflictException} (client fault)
|
|
67
|
+
* <p>There is a conflict with the request.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerException} (server fault)
|
|
70
|
+
* <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>The specified resource does not exist.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
76
|
+
* <p>The service is temporarily unavailable.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>The rate exceeds the limit.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ValidationException} (client fault)
|
|
82
|
+
* <p>A validation error occurred when performing the API request.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link IoTManagedIntegrationsServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
|
|
86
|
+
*
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class CreateAccountAssociationCommand extends CreateAccountAssociationCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateAccountAssociationRequest;
|
|
95
|
+
output: CreateAccountAssociationResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateAccountAssociationCommandInput;
|
|
99
|
+
output: CreateAccountAssociationCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|