@aws-sdk/client-iot-managed-integrations 3.927.0 → 3.929.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 (107) hide show
  1. package/dist-cjs/index.js +3345 -3837
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IoTManagedIntegrationsClient.js +2 -0
  4. package/dist-es/commands/CreateAccountAssociationCommand.js +3 -10
  5. package/dist-es/commands/CreateCloudConnectorCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateCredentialLockerCommand.js +3 -10
  8. package/dist-es/commands/CreateDestinationCommand.js +3 -10
  9. package/dist-es/commands/CreateEventLogConfigurationCommand.js +3 -9
  10. package/dist-es/commands/CreateManagedThingCommand.js +3 -10
  11. package/dist-es/commands/CreateNotificationConfigurationCommand.js +3 -10
  12. package/dist-es/commands/CreateOtaTaskCommand.js +3 -10
  13. package/dist-es/commands/CreateOtaTaskConfigurationCommand.js +3 -10
  14. package/dist-es/commands/CreateProvisioningProfileCommand.js +3 -10
  15. package/dist-es/commands/DeleteAccountAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteCloudConnectorCommand.js +3 -9
  17. package/dist-es/commands/DeleteConnectorDestinationCommand.js +3 -9
  18. package/dist-es/commands/DeleteCredentialLockerCommand.js +3 -9
  19. package/dist-es/commands/DeleteDestinationCommand.js +3 -9
  20. package/dist-es/commands/DeleteEventLogConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteManagedThingCommand.js +3 -9
  22. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
  23. package/dist-es/commands/DeleteOtaTaskCommand.js +3 -9
  24. package/dist-es/commands/DeleteOtaTaskConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DeleteProvisioningProfileCommand.js +3 -9
  26. package/dist-es/commands/DeregisterAccountAssociationCommand.js +3 -9
  27. package/dist-es/commands/GetAccountAssociationCommand.js +3 -10
  28. package/dist-es/commands/GetCloudConnectorCommand.js +3 -9
  29. package/dist-es/commands/GetConnectorDestinationCommand.js +3 -9
  30. package/dist-es/commands/GetCredentialLockerCommand.js +3 -10
  31. package/dist-es/commands/GetCustomEndpointCommand.js +3 -9
  32. package/dist-es/commands/GetDefaultEncryptionConfigurationCommand.js +3 -9
  33. package/dist-es/commands/GetDestinationCommand.js +3 -10
  34. package/dist-es/commands/GetDeviceDiscoveryCommand.js +3 -10
  35. package/dist-es/commands/GetEventLogConfigurationCommand.js +3 -9
  36. package/dist-es/commands/GetHubConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetManagedThingCapabilitiesCommand.js +3 -9
  38. package/dist-es/commands/GetManagedThingCertificateCommand.js +3 -9
  39. package/dist-es/commands/GetManagedThingCommand.js +3 -10
  40. package/dist-es/commands/GetManagedThingConnectivityDataCommand.js +3 -9
  41. package/dist-es/commands/GetManagedThingMetaDataCommand.js +3 -9
  42. package/dist-es/commands/GetManagedThingStateCommand.js +3 -10
  43. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -10
  44. package/dist-es/commands/GetOtaTaskCommand.js +3 -10
  45. package/dist-es/commands/GetOtaTaskConfigurationCommand.js +3 -10
  46. package/dist-es/commands/GetProvisioningProfileCommand.js +3 -10
  47. package/dist-es/commands/GetRuntimeLogConfigurationCommand.js +3 -9
  48. package/dist-es/commands/GetSchemaVersionCommand.js +3 -9
  49. package/dist-es/commands/ListAccountAssociationsCommand.js +3 -9
  50. package/dist-es/commands/ListCloudConnectorsCommand.js +3 -9
  51. package/dist-es/commands/ListConnectorDestinationsCommand.js +3 -9
  52. package/dist-es/commands/ListCredentialLockersCommand.js +3 -10
  53. package/dist-es/commands/ListDestinationsCommand.js +3 -9
  54. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +3 -9
  55. package/dist-es/commands/ListDiscoveredDevicesCommand.js +3 -10
  56. package/dist-es/commands/ListEventLogConfigurationsCommand.js +3 -9
  57. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +3 -9
  58. package/dist-es/commands/ListManagedThingSchemasCommand.js +3 -9
  59. package/dist-es/commands/ListManagedThingsCommand.js +3 -10
  60. package/dist-es/commands/ListNotificationConfigurationsCommand.js +3 -9
  61. package/dist-es/commands/ListOtaTaskConfigurationsCommand.js +3 -10
  62. package/dist-es/commands/ListOtaTaskExecutionsCommand.js +3 -9
  63. package/dist-es/commands/ListOtaTasksCommand.js +3 -9
  64. package/dist-es/commands/ListProvisioningProfilesCommand.js +3 -9
  65. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -9
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  67. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +3 -9
  68. package/dist-es/commands/PutHubConfigurationCommand.js +3 -9
  69. package/dist-es/commands/PutRuntimeLogConfigurationCommand.js +3 -9
  70. package/dist-es/commands/RegisterAccountAssociationCommand.js +3 -9
  71. package/dist-es/commands/RegisterCustomEndpointCommand.js +3 -9
  72. package/dist-es/commands/ResetRuntimeLogConfigurationCommand.js +3 -9
  73. package/dist-es/commands/SendConnectorEventCommand.js +3 -10
  74. package/dist-es/commands/SendManagedThingCommandCommand.js +3 -10
  75. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +3 -10
  76. package/dist-es/commands/StartDeviceDiscoveryCommand.js +3 -10
  77. package/dist-es/commands/TagResourceCommand.js +3 -10
  78. package/dist-es/commands/UntagResourceCommand.js +3 -9
  79. package/dist-es/commands/UpdateAccountAssociationCommand.js +3 -9
  80. package/dist-es/commands/UpdateCloudConnectorCommand.js +3 -9
  81. package/dist-es/commands/UpdateConnectorDestinationCommand.js +3 -9
  82. package/dist-es/commands/UpdateDestinationCommand.js +3 -9
  83. package/dist-es/commands/UpdateEventLogConfigurationCommand.js +3 -9
  84. package/dist-es/commands/UpdateManagedThingCommand.js +3 -10
  85. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
  86. package/dist-es/commands/UpdateOtaTaskCommand.js +3 -9
  87. package/dist-es/models/models_0.js +0 -221
  88. package/dist-es/runtimeConfig.shared.js +2 -0
  89. package/dist-es/schemas/schemas_0.js +3184 -0
  90. package/dist-types/IoTManagedIntegrationsClient.d.ts +10 -1
  91. package/dist-types/models/models_0.d.ts +0 -176
  92. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  93. package/dist-types/runtimeConfig.d.ts +1 -0
  94. package/dist-types/runtimeConfig.native.d.ts +1 -0
  95. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  96. package/dist-types/schemas/schemas_0.d.ts +376 -0
  97. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +4 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +0 -130
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  102. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  103. package/dist-types/ts3.4/schemas/schemas_0.d.ts +383 -0
  104. package/package.json +5 -6
  105. package/dist-es/protocols/Aws_restJson1.js +0 -2985
  106. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -1,749 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput } from "../commands/CreateAccountAssociationCommand";
4
- import { CreateCloudConnectorCommandInput, CreateCloudConnectorCommandOutput } from "../commands/CreateCloudConnectorCommand";
5
- import { CreateConnectorDestinationCommandInput, CreateConnectorDestinationCommandOutput } from "../commands/CreateConnectorDestinationCommand";
6
- import { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "../commands/CreateCredentialLockerCommand";
7
- import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "../commands/CreateDestinationCommand";
8
- import { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "../commands/CreateEventLogConfigurationCommand";
9
- import { CreateManagedThingCommandInput, CreateManagedThingCommandOutput } from "../commands/CreateManagedThingCommand";
10
- import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput } from "../commands/CreateNotificationConfigurationCommand";
11
- import { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "../commands/CreateOtaTaskCommand";
12
- import { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "../commands/CreateOtaTaskConfigurationCommand";
13
- import { CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput } from "../commands/CreateProvisioningProfileCommand";
14
- import { DeleteAccountAssociationCommandInput, DeleteAccountAssociationCommandOutput } from "../commands/DeleteAccountAssociationCommand";
15
- import { DeleteCloudConnectorCommandInput, DeleteCloudConnectorCommandOutput } from "../commands/DeleteCloudConnectorCommand";
16
- import { DeleteConnectorDestinationCommandInput, DeleteConnectorDestinationCommandOutput } from "../commands/DeleteConnectorDestinationCommand";
17
- import { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "../commands/DeleteCredentialLockerCommand";
18
- import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "../commands/DeleteDestinationCommand";
19
- import { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "../commands/DeleteEventLogConfigurationCommand";
20
- import { DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput } from "../commands/DeleteManagedThingCommand";
21
- import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "../commands/DeleteNotificationConfigurationCommand";
22
- import { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "../commands/DeleteOtaTaskCommand";
23
- import { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "../commands/DeleteOtaTaskConfigurationCommand";
24
- import { DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput } from "../commands/DeleteProvisioningProfileCommand";
25
- import { DeregisterAccountAssociationCommandInput, DeregisterAccountAssociationCommandOutput } from "../commands/DeregisterAccountAssociationCommand";
26
- import { GetAccountAssociationCommandInput, GetAccountAssociationCommandOutput } from "../commands/GetAccountAssociationCommand";
27
- import { GetCloudConnectorCommandInput, GetCloudConnectorCommandOutput } from "../commands/GetCloudConnectorCommand";
28
- import { GetConnectorDestinationCommandInput, GetConnectorDestinationCommandOutput } from "../commands/GetConnectorDestinationCommand";
29
- import { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "../commands/GetCredentialLockerCommand";
30
- import { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "../commands/GetCustomEndpointCommand";
31
- import { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "../commands/GetDefaultEncryptionConfigurationCommand";
32
- import { GetDestinationCommandInput, GetDestinationCommandOutput } from "../commands/GetDestinationCommand";
33
- import { GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput } from "../commands/GetDeviceDiscoveryCommand";
34
- import { GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput } from "../commands/GetEventLogConfigurationCommand";
35
- import { GetHubConfigurationCommandInput, GetHubConfigurationCommandOutput } from "../commands/GetHubConfigurationCommand";
36
- import { GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput } from "../commands/GetManagedThingCapabilitiesCommand";
37
- import { GetManagedThingCertificateCommandInput, GetManagedThingCertificateCommandOutput } from "../commands/GetManagedThingCertificateCommand";
38
- import { GetManagedThingCommandInput, GetManagedThingCommandOutput } from "../commands/GetManagedThingCommand";
39
- import { GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput } from "../commands/GetManagedThingConnectivityDataCommand";
40
- import { GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput } from "../commands/GetManagedThingMetaDataCommand";
41
- import { GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput } from "../commands/GetManagedThingStateCommand";
42
- import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "../commands/GetNotificationConfigurationCommand";
43
- import { GetOtaTaskCommandInput, GetOtaTaskCommandOutput } from "../commands/GetOtaTaskCommand";
44
- import { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput } from "../commands/GetOtaTaskConfigurationCommand";
45
- import { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "../commands/GetProvisioningProfileCommand";
46
- import { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "../commands/GetRuntimeLogConfigurationCommand";
47
- import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "../commands/GetSchemaVersionCommand";
48
- import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "../commands/ListAccountAssociationsCommand";
49
- import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "../commands/ListCloudConnectorsCommand";
50
- import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "../commands/ListConnectorDestinationsCommand";
51
- import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "../commands/ListCredentialLockersCommand";
52
- import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
53
- import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "../commands/ListDeviceDiscoveriesCommand";
54
- import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "../commands/ListDiscoveredDevicesCommand";
55
- import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "../commands/ListEventLogConfigurationsCommand";
56
- import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "../commands/ListManagedThingAccountAssociationsCommand";
57
- import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "../commands/ListManagedThingSchemasCommand";
58
- import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "../commands/ListManagedThingsCommand";
59
- import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "../commands/ListNotificationConfigurationsCommand";
60
- import { ListOtaTaskConfigurationsCommandInput, ListOtaTaskConfigurationsCommandOutput } from "../commands/ListOtaTaskConfigurationsCommand";
61
- import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput } from "../commands/ListOtaTaskExecutionsCommand";
62
- import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "../commands/ListOtaTasksCommand";
63
- import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "../commands/ListProvisioningProfilesCommand";
64
- import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
65
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
66
- import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "../commands/PutDefaultEncryptionConfigurationCommand";
67
- import { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "../commands/PutHubConfigurationCommand";
68
- import { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "../commands/PutRuntimeLogConfigurationCommand";
69
- import { RegisterAccountAssociationCommandInput, RegisterAccountAssociationCommandOutput } from "../commands/RegisterAccountAssociationCommand";
70
- import { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "../commands/RegisterCustomEndpointCommand";
71
- import { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "../commands/ResetRuntimeLogConfigurationCommand";
72
- import { SendConnectorEventCommandInput, SendConnectorEventCommandOutput } from "../commands/SendConnectorEventCommand";
73
- import { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "../commands/SendManagedThingCommandCommand";
74
- import { StartAccountAssociationRefreshCommandInput, StartAccountAssociationRefreshCommandOutput } from "../commands/StartAccountAssociationRefreshCommand";
75
- import { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "../commands/StartDeviceDiscoveryCommand";
76
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
77
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
78
- import { UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput } from "../commands/UpdateAccountAssociationCommand";
79
- import { UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput } from "../commands/UpdateCloudConnectorCommand";
80
- import { UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput } from "../commands/UpdateConnectorDestinationCommand";
81
- import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "../commands/UpdateDestinationCommand";
82
- import { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "../commands/UpdateEventLogConfigurationCommand";
83
- import { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "../commands/UpdateManagedThingCommand";
84
- import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "../commands/UpdateNotificationConfigurationCommand";
85
- import { UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput } from "../commands/UpdateOtaTaskCommand";
86
- /**
87
- * serializeAws_restJson1CreateAccountAssociationCommand
88
- */
89
- export declare const se_CreateAccountAssociationCommand: (input: CreateAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1CreateCloudConnectorCommand
92
- */
93
- export declare const se_CreateCloudConnectorCommand: (input: CreateCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1CreateConnectorDestinationCommand
96
- */
97
- export declare const se_CreateConnectorDestinationCommand: (input: CreateConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1CreateCredentialLockerCommand
100
- */
101
- export declare const se_CreateCredentialLockerCommand: (input: CreateCredentialLockerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1CreateDestinationCommand
104
- */
105
- export declare const se_CreateDestinationCommand: (input: CreateDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1CreateEventLogConfigurationCommand
108
- */
109
- export declare const se_CreateEventLogConfigurationCommand: (input: CreateEventLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1CreateManagedThingCommand
112
- */
113
- export declare const se_CreateManagedThingCommand: (input: CreateManagedThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1CreateNotificationConfigurationCommand
116
- */
117
- export declare const se_CreateNotificationConfigurationCommand: (input: CreateNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1CreateOtaTaskCommand
120
- */
121
- export declare const se_CreateOtaTaskCommand: (input: CreateOtaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1CreateOtaTaskConfigurationCommand
124
- */
125
- export declare const se_CreateOtaTaskConfigurationCommand: (input: CreateOtaTaskConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1CreateProvisioningProfileCommand
128
- */
129
- export declare const se_CreateProvisioningProfileCommand: (input: CreateProvisioningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1DeleteAccountAssociationCommand
132
- */
133
- export declare const se_DeleteAccountAssociationCommand: (input: DeleteAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1DeleteCloudConnectorCommand
136
- */
137
- export declare const se_DeleteCloudConnectorCommand: (input: DeleteCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1DeleteConnectorDestinationCommand
140
- */
141
- export declare const se_DeleteConnectorDestinationCommand: (input: DeleteConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1DeleteCredentialLockerCommand
144
- */
145
- export declare const se_DeleteCredentialLockerCommand: (input: DeleteCredentialLockerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1DeleteDestinationCommand
148
- */
149
- export declare const se_DeleteDestinationCommand: (input: DeleteDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1DeleteEventLogConfigurationCommand
152
- */
153
- export declare const se_DeleteEventLogConfigurationCommand: (input: DeleteEventLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1DeleteManagedThingCommand
156
- */
157
- export declare const se_DeleteManagedThingCommand: (input: DeleteManagedThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1DeleteNotificationConfigurationCommand
160
- */
161
- export declare const se_DeleteNotificationConfigurationCommand: (input: DeleteNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1DeleteOtaTaskCommand
164
- */
165
- export declare const se_DeleteOtaTaskCommand: (input: DeleteOtaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1DeleteOtaTaskConfigurationCommand
168
- */
169
- export declare const se_DeleteOtaTaskConfigurationCommand: (input: DeleteOtaTaskConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1DeleteProvisioningProfileCommand
172
- */
173
- export declare const se_DeleteProvisioningProfileCommand: (input: DeleteProvisioningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1DeregisterAccountAssociationCommand
176
- */
177
- export declare const se_DeregisterAccountAssociationCommand: (input: DeregisterAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1GetAccountAssociationCommand
180
- */
181
- export declare const se_GetAccountAssociationCommand: (input: GetAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1GetCloudConnectorCommand
184
- */
185
- export declare const se_GetCloudConnectorCommand: (input: GetCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1GetConnectorDestinationCommand
188
- */
189
- export declare const se_GetConnectorDestinationCommand: (input: GetConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1GetCredentialLockerCommand
192
- */
193
- export declare const se_GetCredentialLockerCommand: (input: GetCredentialLockerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1GetCustomEndpointCommand
196
- */
197
- export declare const se_GetCustomEndpointCommand: (input: GetCustomEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1GetDefaultEncryptionConfigurationCommand
200
- */
201
- export declare const se_GetDefaultEncryptionConfigurationCommand: (input: GetDefaultEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1GetDestinationCommand
204
- */
205
- export declare const se_GetDestinationCommand: (input: GetDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1GetDeviceDiscoveryCommand
208
- */
209
- export declare const se_GetDeviceDiscoveryCommand: (input: GetDeviceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1GetEventLogConfigurationCommand
212
- */
213
- export declare const se_GetEventLogConfigurationCommand: (input: GetEventLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1GetHubConfigurationCommand
216
- */
217
- export declare const se_GetHubConfigurationCommand: (input: GetHubConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1GetManagedThingCommand
220
- */
221
- export declare const se_GetManagedThingCommand: (input: GetManagedThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1GetManagedThingCapabilitiesCommand
224
- */
225
- export declare const se_GetManagedThingCapabilitiesCommand: (input: GetManagedThingCapabilitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1GetManagedThingCertificateCommand
228
- */
229
- export declare const se_GetManagedThingCertificateCommand: (input: GetManagedThingCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1GetManagedThingConnectivityDataCommand
232
- */
233
- export declare const se_GetManagedThingConnectivityDataCommand: (input: GetManagedThingConnectivityDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1GetManagedThingMetaDataCommand
236
- */
237
- export declare const se_GetManagedThingMetaDataCommand: (input: GetManagedThingMetaDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1GetManagedThingStateCommand
240
- */
241
- export declare const se_GetManagedThingStateCommand: (input: GetManagedThingStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1GetNotificationConfigurationCommand
244
- */
245
- export declare const se_GetNotificationConfigurationCommand: (input: GetNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1GetOtaTaskCommand
248
- */
249
- export declare const se_GetOtaTaskCommand: (input: GetOtaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1GetOtaTaskConfigurationCommand
252
- */
253
- export declare const se_GetOtaTaskConfigurationCommand: (input: GetOtaTaskConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1GetProvisioningProfileCommand
256
- */
257
- export declare const se_GetProvisioningProfileCommand: (input: GetProvisioningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1GetRuntimeLogConfigurationCommand
260
- */
261
- export declare const se_GetRuntimeLogConfigurationCommand: (input: GetRuntimeLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1GetSchemaVersionCommand
264
- */
265
- export declare const se_GetSchemaVersionCommand: (input: GetSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1ListAccountAssociationsCommand
268
- */
269
- export declare const se_ListAccountAssociationsCommand: (input: ListAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1ListCloudConnectorsCommand
272
- */
273
- export declare const se_ListCloudConnectorsCommand: (input: ListCloudConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1ListConnectorDestinationsCommand
276
- */
277
- export declare const se_ListConnectorDestinationsCommand: (input: ListConnectorDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1ListCredentialLockersCommand
280
- */
281
- export declare const se_ListCredentialLockersCommand: (input: ListCredentialLockersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1ListDestinationsCommand
284
- */
285
- export declare const se_ListDestinationsCommand: (input: ListDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1ListDeviceDiscoveriesCommand
288
- */
289
- export declare const se_ListDeviceDiscoveriesCommand: (input: ListDeviceDiscoveriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1ListDiscoveredDevicesCommand
292
- */
293
- export declare const se_ListDiscoveredDevicesCommand: (input: ListDiscoveredDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1ListEventLogConfigurationsCommand
296
- */
297
- export declare const se_ListEventLogConfigurationsCommand: (input: ListEventLogConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_restJson1ListManagedThingAccountAssociationsCommand
300
- */
301
- export declare const se_ListManagedThingAccountAssociationsCommand: (input: ListManagedThingAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_restJson1ListManagedThingsCommand
304
- */
305
- export declare const se_ListManagedThingsCommand: (input: ListManagedThingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_restJson1ListManagedThingSchemasCommand
308
- */
309
- export declare const se_ListManagedThingSchemasCommand: (input: ListManagedThingSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_restJson1ListNotificationConfigurationsCommand
312
- */
313
- export declare const se_ListNotificationConfigurationsCommand: (input: ListNotificationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_restJson1ListOtaTaskConfigurationsCommand
316
- */
317
- export declare const se_ListOtaTaskConfigurationsCommand: (input: ListOtaTaskConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_restJson1ListOtaTaskExecutionsCommand
320
- */
321
- export declare const se_ListOtaTaskExecutionsCommand: (input: ListOtaTaskExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_restJson1ListOtaTasksCommand
324
- */
325
- export declare const se_ListOtaTasksCommand: (input: ListOtaTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_restJson1ListProvisioningProfilesCommand
328
- */
329
- export declare const se_ListProvisioningProfilesCommand: (input: ListProvisioningProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_restJson1ListSchemaVersionsCommand
332
- */
333
- export declare const se_ListSchemaVersionsCommand: (input: ListSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_restJson1ListTagsForResourceCommand
336
- */
337
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_restJson1PutDefaultEncryptionConfigurationCommand
340
- */
341
- export declare const se_PutDefaultEncryptionConfigurationCommand: (input: PutDefaultEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_restJson1PutHubConfigurationCommand
344
- */
345
- export declare const se_PutHubConfigurationCommand: (input: PutHubConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_restJson1PutRuntimeLogConfigurationCommand
348
- */
349
- export declare const se_PutRuntimeLogConfigurationCommand: (input: PutRuntimeLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_restJson1RegisterAccountAssociationCommand
352
- */
353
- export declare const se_RegisterAccountAssociationCommand: (input: RegisterAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_restJson1RegisterCustomEndpointCommand
356
- */
357
- export declare const se_RegisterCustomEndpointCommand: (input: RegisterCustomEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_restJson1ResetRuntimeLogConfigurationCommand
360
- */
361
- export declare const se_ResetRuntimeLogConfigurationCommand: (input: ResetRuntimeLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_restJson1SendConnectorEventCommand
364
- */
365
- export declare const se_SendConnectorEventCommand: (input: SendConnectorEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_restJson1SendManagedThingCommandCommand
368
- */
369
- export declare const se_SendManagedThingCommandCommand: (input: SendManagedThingCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_restJson1StartAccountAssociationRefreshCommand
372
- */
373
- export declare const se_StartAccountAssociationRefreshCommand: (input: StartAccountAssociationRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_restJson1StartDeviceDiscoveryCommand
376
- */
377
- export declare const se_StartDeviceDiscoveryCommand: (input: StartDeviceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * serializeAws_restJson1TagResourceCommand
380
- */
381
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
- /**
383
- * serializeAws_restJson1UntagResourceCommand
384
- */
385
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
- /**
387
- * serializeAws_restJson1UpdateAccountAssociationCommand
388
- */
389
- export declare const se_UpdateAccountAssociationCommand: (input: UpdateAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
- /**
391
- * serializeAws_restJson1UpdateCloudConnectorCommand
392
- */
393
- export declare const se_UpdateCloudConnectorCommand: (input: UpdateCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
394
- /**
395
- * serializeAws_restJson1UpdateConnectorDestinationCommand
396
- */
397
- export declare const se_UpdateConnectorDestinationCommand: (input: UpdateConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
- /**
399
- * serializeAws_restJson1UpdateDestinationCommand
400
- */
401
- export declare const se_UpdateDestinationCommand: (input: UpdateDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
- /**
403
- * serializeAws_restJson1UpdateEventLogConfigurationCommand
404
- */
405
- export declare const se_UpdateEventLogConfigurationCommand: (input: UpdateEventLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
406
- /**
407
- * serializeAws_restJson1UpdateManagedThingCommand
408
- */
409
- export declare const se_UpdateManagedThingCommand: (input: UpdateManagedThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
410
- /**
411
- * serializeAws_restJson1UpdateNotificationConfigurationCommand
412
- */
413
- export declare const se_UpdateNotificationConfigurationCommand: (input: UpdateNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
414
- /**
415
- * serializeAws_restJson1UpdateOtaTaskCommand
416
- */
417
- export declare const se_UpdateOtaTaskCommand: (input: UpdateOtaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
418
- /**
419
- * deserializeAws_restJson1CreateAccountAssociationCommand
420
- */
421
- export declare const de_CreateAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountAssociationCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1CreateCloudConnectorCommand
424
- */
425
- export declare const de_CreateCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudConnectorCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1CreateConnectorDestinationCommand
428
- */
429
- export declare const de_CreateConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDestinationCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1CreateCredentialLockerCommand
432
- */
433
- export declare const de_CreateCredentialLockerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCredentialLockerCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1CreateDestinationCommand
436
- */
437
- export declare const de_CreateDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDestinationCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1CreateEventLogConfigurationCommand
440
- */
441
- export declare const de_CreateEventLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventLogConfigurationCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1CreateManagedThingCommand
444
- */
445
- export declare const de_CreateManagedThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateManagedThingCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1CreateNotificationConfigurationCommand
448
- */
449
- export declare const de_CreateNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotificationConfigurationCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1CreateOtaTaskCommand
452
- */
453
- export declare const de_CreateOtaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOtaTaskCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1CreateOtaTaskConfigurationCommand
456
- */
457
- export declare const de_CreateOtaTaskConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOtaTaskConfigurationCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1CreateProvisioningProfileCommand
460
- */
461
- export declare const de_CreateProvisioningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProvisioningProfileCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1DeleteAccountAssociationCommand
464
- */
465
- export declare const de_DeleteAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountAssociationCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1DeleteCloudConnectorCommand
468
- */
469
- export declare const de_DeleteCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudConnectorCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1DeleteConnectorDestinationCommand
472
- */
473
- export declare const de_DeleteConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorDestinationCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1DeleteCredentialLockerCommand
476
- */
477
- export declare const de_DeleteCredentialLockerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCredentialLockerCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1DeleteDestinationCommand
480
- */
481
- export declare const de_DeleteDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDestinationCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1DeleteEventLogConfigurationCommand
484
- */
485
- export declare const de_DeleteEventLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventLogConfigurationCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1DeleteManagedThingCommand
488
- */
489
- export declare const de_DeleteManagedThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteManagedThingCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1DeleteNotificationConfigurationCommand
492
- */
493
- export declare const de_DeleteNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationConfigurationCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1DeleteOtaTaskCommand
496
- */
497
- export declare const de_DeleteOtaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOtaTaskCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1DeleteOtaTaskConfigurationCommand
500
- */
501
- export declare const de_DeleteOtaTaskConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOtaTaskConfigurationCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1DeleteProvisioningProfileCommand
504
- */
505
- export declare const de_DeleteProvisioningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProvisioningProfileCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1DeregisterAccountAssociationCommand
508
- */
509
- export declare const de_DeregisterAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterAccountAssociationCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1GetAccountAssociationCommand
512
- */
513
- export declare const de_GetAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountAssociationCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1GetCloudConnectorCommand
516
- */
517
- export declare const de_GetCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudConnectorCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1GetConnectorDestinationCommand
520
- */
521
- export declare const de_GetConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDestinationCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1GetCredentialLockerCommand
524
- */
525
- export declare const de_GetCredentialLockerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialLockerCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1GetCustomEndpointCommand
528
- */
529
- export declare const de_GetCustomEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomEndpointCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1GetDefaultEncryptionConfigurationCommand
532
- */
533
- export declare const de_GetDefaultEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultEncryptionConfigurationCommandOutput>;
534
- /**
535
- * deserializeAws_restJson1GetDestinationCommand
536
- */
537
- export declare const de_GetDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDestinationCommandOutput>;
538
- /**
539
- * deserializeAws_restJson1GetDeviceDiscoveryCommand
540
- */
541
- export declare const de_GetDeviceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceDiscoveryCommandOutput>;
542
- /**
543
- * deserializeAws_restJson1GetEventLogConfigurationCommand
544
- */
545
- export declare const de_GetEventLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventLogConfigurationCommandOutput>;
546
- /**
547
- * deserializeAws_restJson1GetHubConfigurationCommand
548
- */
549
- export declare const de_GetHubConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHubConfigurationCommandOutput>;
550
- /**
551
- * deserializeAws_restJson1GetManagedThingCommand
552
- */
553
- export declare const de_GetManagedThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedThingCommandOutput>;
554
- /**
555
- * deserializeAws_restJson1GetManagedThingCapabilitiesCommand
556
- */
557
- export declare const de_GetManagedThingCapabilitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedThingCapabilitiesCommandOutput>;
558
- /**
559
- * deserializeAws_restJson1GetManagedThingCertificateCommand
560
- */
561
- export declare const de_GetManagedThingCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedThingCertificateCommandOutput>;
562
- /**
563
- * deserializeAws_restJson1GetManagedThingConnectivityDataCommand
564
- */
565
- export declare const de_GetManagedThingConnectivityDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedThingConnectivityDataCommandOutput>;
566
- /**
567
- * deserializeAws_restJson1GetManagedThingMetaDataCommand
568
- */
569
- export declare const de_GetManagedThingMetaDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedThingMetaDataCommandOutput>;
570
- /**
571
- * deserializeAws_restJson1GetManagedThingStateCommand
572
- */
573
- export declare const de_GetManagedThingStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedThingStateCommandOutput>;
574
- /**
575
- * deserializeAws_restJson1GetNotificationConfigurationCommand
576
- */
577
- export declare const de_GetNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationConfigurationCommandOutput>;
578
- /**
579
- * deserializeAws_restJson1GetOtaTaskCommand
580
- */
581
- export declare const de_GetOtaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOtaTaskCommandOutput>;
582
- /**
583
- * deserializeAws_restJson1GetOtaTaskConfigurationCommand
584
- */
585
- export declare const de_GetOtaTaskConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOtaTaskConfigurationCommandOutput>;
586
- /**
587
- * deserializeAws_restJson1GetProvisioningProfileCommand
588
- */
589
- export declare const de_GetProvisioningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProvisioningProfileCommandOutput>;
590
- /**
591
- * deserializeAws_restJson1GetRuntimeLogConfigurationCommand
592
- */
593
- export declare const de_GetRuntimeLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuntimeLogConfigurationCommandOutput>;
594
- /**
595
- * deserializeAws_restJson1GetSchemaVersionCommand
596
- */
597
- export declare const de_GetSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionCommandOutput>;
598
- /**
599
- * deserializeAws_restJson1ListAccountAssociationsCommand
600
- */
601
- export declare const de_ListAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAssociationsCommandOutput>;
602
- /**
603
- * deserializeAws_restJson1ListCloudConnectorsCommand
604
- */
605
- export declare const de_ListCloudConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudConnectorsCommandOutput>;
606
- /**
607
- * deserializeAws_restJson1ListConnectorDestinationsCommand
608
- */
609
- export declare const de_ListConnectorDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDestinationsCommandOutput>;
610
- /**
611
- * deserializeAws_restJson1ListCredentialLockersCommand
612
- */
613
- export declare const de_ListCredentialLockersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCredentialLockersCommandOutput>;
614
- /**
615
- * deserializeAws_restJson1ListDestinationsCommand
616
- */
617
- export declare const de_ListDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDestinationsCommandOutput>;
618
- /**
619
- * deserializeAws_restJson1ListDeviceDiscoveriesCommand
620
- */
621
- export declare const de_ListDeviceDiscoveriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDiscoveriesCommandOutput>;
622
- /**
623
- * deserializeAws_restJson1ListDiscoveredDevicesCommand
624
- */
625
- export declare const de_ListDiscoveredDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDiscoveredDevicesCommandOutput>;
626
- /**
627
- * deserializeAws_restJson1ListEventLogConfigurationsCommand
628
- */
629
- export declare const de_ListEventLogConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventLogConfigurationsCommandOutput>;
630
- /**
631
- * deserializeAws_restJson1ListManagedThingAccountAssociationsCommand
632
- */
633
- export declare const de_ListManagedThingAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedThingAccountAssociationsCommandOutput>;
634
- /**
635
- * deserializeAws_restJson1ListManagedThingsCommand
636
- */
637
- export declare const de_ListManagedThingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedThingsCommandOutput>;
638
- /**
639
- * deserializeAws_restJson1ListManagedThingSchemasCommand
640
- */
641
- export declare const de_ListManagedThingSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedThingSchemasCommandOutput>;
642
- /**
643
- * deserializeAws_restJson1ListNotificationConfigurationsCommand
644
- */
645
- export declare const de_ListNotificationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationConfigurationsCommandOutput>;
646
- /**
647
- * deserializeAws_restJson1ListOtaTaskConfigurationsCommand
648
- */
649
- export declare const de_ListOtaTaskConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOtaTaskConfigurationsCommandOutput>;
650
- /**
651
- * deserializeAws_restJson1ListOtaTaskExecutionsCommand
652
- */
653
- export declare const de_ListOtaTaskExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOtaTaskExecutionsCommandOutput>;
654
- /**
655
- * deserializeAws_restJson1ListOtaTasksCommand
656
- */
657
- export declare const de_ListOtaTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOtaTasksCommandOutput>;
658
- /**
659
- * deserializeAws_restJson1ListProvisioningProfilesCommand
660
- */
661
- export declare const de_ListProvisioningProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProvisioningProfilesCommandOutput>;
662
- /**
663
- * deserializeAws_restJson1ListSchemaVersionsCommand
664
- */
665
- export declare const de_ListSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaVersionsCommandOutput>;
666
- /**
667
- * deserializeAws_restJson1ListTagsForResourceCommand
668
- */
669
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
670
- /**
671
- * deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand
672
- */
673
- export declare const de_PutDefaultEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDefaultEncryptionConfigurationCommandOutput>;
674
- /**
675
- * deserializeAws_restJson1PutHubConfigurationCommand
676
- */
677
- export declare const de_PutHubConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutHubConfigurationCommandOutput>;
678
- /**
679
- * deserializeAws_restJson1PutRuntimeLogConfigurationCommand
680
- */
681
- export declare const de_PutRuntimeLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRuntimeLogConfigurationCommandOutput>;
682
- /**
683
- * deserializeAws_restJson1RegisterAccountAssociationCommand
684
- */
685
- export declare const de_RegisterAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAccountAssociationCommandOutput>;
686
- /**
687
- * deserializeAws_restJson1RegisterCustomEndpointCommand
688
- */
689
- export declare const de_RegisterCustomEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterCustomEndpointCommandOutput>;
690
- /**
691
- * deserializeAws_restJson1ResetRuntimeLogConfigurationCommand
692
- */
693
- export declare const de_ResetRuntimeLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetRuntimeLogConfigurationCommandOutput>;
694
- /**
695
- * deserializeAws_restJson1SendConnectorEventCommand
696
- */
697
- export declare const de_SendConnectorEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendConnectorEventCommandOutput>;
698
- /**
699
- * deserializeAws_restJson1SendManagedThingCommandCommand
700
- */
701
- export declare const de_SendManagedThingCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendManagedThingCommandCommandOutput>;
702
- /**
703
- * deserializeAws_restJson1StartAccountAssociationRefreshCommand
704
- */
705
- export declare const de_StartAccountAssociationRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAccountAssociationRefreshCommandOutput>;
706
- /**
707
- * deserializeAws_restJson1StartDeviceDiscoveryCommand
708
- */
709
- export declare const de_StartDeviceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeviceDiscoveryCommandOutput>;
710
- /**
711
- * deserializeAws_restJson1TagResourceCommand
712
- */
713
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
714
- /**
715
- * deserializeAws_restJson1UntagResourceCommand
716
- */
717
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
718
- /**
719
- * deserializeAws_restJson1UpdateAccountAssociationCommand
720
- */
721
- export declare const de_UpdateAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountAssociationCommandOutput>;
722
- /**
723
- * deserializeAws_restJson1UpdateCloudConnectorCommand
724
- */
725
- export declare const de_UpdateCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudConnectorCommandOutput>;
726
- /**
727
- * deserializeAws_restJson1UpdateConnectorDestinationCommand
728
- */
729
- export declare const de_UpdateConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorDestinationCommandOutput>;
730
- /**
731
- * deserializeAws_restJson1UpdateDestinationCommand
732
- */
733
- export declare const de_UpdateDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDestinationCommandOutput>;
734
- /**
735
- * deserializeAws_restJson1UpdateEventLogConfigurationCommand
736
- */
737
- export declare const de_UpdateEventLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventLogConfigurationCommandOutput>;
738
- /**
739
- * deserializeAws_restJson1UpdateManagedThingCommand
740
- */
741
- export declare const de_UpdateManagedThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateManagedThingCommandOutput>;
742
- /**
743
- * deserializeAws_restJson1UpdateNotificationConfigurationCommand
744
- */
745
- export declare const de_UpdateNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationConfigurationCommandOutput>;
746
- /**
747
- * deserializeAws_restJson1UpdateOtaTaskCommand
748
- */
749
- export declare const de_UpdateOtaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOtaTaskCommandOutput>;