@aws-sdk/client-iot-managed-integrations 3.928.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 +2 -3
  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
@@ -0,0 +1,3184 @@
1
+ const _A = "Action";
2
+ const _AA = "ActivatedAt";
3
+ const _AAI = "AccountAssociationItem";
4
+ const _AAIc = "AccountAssociationId";
5
+ const _AALD = "AccountAssociationListDefinition";
6
+ const _AC = "AuthConfig";
7
+ const _ACC = "AbortConfigCriteria";
8
+ const _ACCL = "AbortConfigCriteriaList";
9
+ const _ACU = "AuthConfigUpdate";
10
+ const _ACb = "AbortConfig";
11
+ const _ADE = "AccessDeniedException";
12
+ const _AM = "AuthenticationMaterial";
13
+ const _AMS = "AuthMaterialString";
14
+ const _AMT = "AuthenticationMaterialType";
15
+ const _API = "AdvertisedProductId";
16
+ const _AS = "AssociationState";
17
+ const _AT = "AuthType";
18
+ const _Ar = "Arn";
19
+ const _B = "Brand";
20
+ const _BRPM = "BaseRatePerMinute";
21
+ const _C = "Classification";
22
+ const _CA = "CapabilityAction";
23
+ const _CAA = "CreateAccountAssociation";
24
+ const _CAAR = "CreateAccountAssociationRequest";
25
+ const _CAARr = "CreateAccountAssociationResponse";
26
+ const _CAI = "ConnectorAssociationId";
27
+ const _CAIo = "ConnectorAssociationIdentifier";
28
+ const _CAa = "CapabilityActions";
29
+ const _CAr = "CreatedAt";
30
+ const _CC = "CaCertificate";
31
+ const _CCC = "CreateCloudConnector";
32
+ const _CCCR = "CreateCloudConnectorRequest";
33
+ const _CCCRr = "CreateCloudConnectorResponse";
34
+ const _CCD = "CreateConnectorDestination";
35
+ const _CCDR = "CreateConnectorDestinationRequest";
36
+ const _CCDRr = "CreateConnectorDestinationResponse";
37
+ const _CCI = "CloudConnectorId";
38
+ const _CCL = "CreateCredentialLocker";
39
+ const _CCLR = "CreateCredentialLockerRequest";
40
+ const _CCLRr = "CreateCredentialLockerResponse";
41
+ const _CCPK = "ClaimCertificatePrivateKey";
42
+ const _CCl = "ClaimCertificate";
43
+ const _CCo = "CommandCapability";
44
+ const _CCom = "CommandCapabilities";
45
+ const _CD = "CreateDestination";
46
+ const _CDI = "ConnectorDeviceId";
47
+ const _CDIF = "ConnectorDestinationIdFilter";
48
+ const _CDIFo = "ConnectorDeviceIdFilter";
49
+ const _CDIo = "ConnectorDestinationId";
50
+ const _CDL = "ConnectorDestinationList";
51
+ const _CDLD = "ConnectorDestinationListDefinition";
52
+ const _CDN = "ConnectorDeviceName";
53
+ const _CDR = "CreateDestinationRequest";
54
+ const _CDRr = "CreateDestinationResponse";
55
+ const _CDS = "ConnectorDestinationSummary";
56
+ const _CE = "CommandEndpoint";
57
+ const _CELC = "CreateEventLogConfiguration";
58
+ const _CELCR = "CreateEventLogConfigurationRequest";
59
+ const _CELCRr = "CreateEventLogConfigurationResponse";
60
+ const _CEM = "ConnectorEventMessage";
61
+ const _CEOV = "ConnectorEventOperationVersion";
62
+ const _CESC = "ConnectorEventStatusCode";
63
+ const _CEo = "ConfigurationError";
64
+ const _CEom = "CommandEndpoints";
65
+ const _CEon = "ConflictException";
66
+ const _CI = "CapabilityId";
67
+ const _CIF = "CapabilityIdFilter";
68
+ const _CIo = "ConnectorItem";
69
+ const _CIon = "ControllerId";
70
+ const _CIonn = "ConnectorId";
71
+ const _CIont = "ControllerIdentifier";
72
+ const _CL = "ConnectorList";
73
+ const _CLF = "CredentialLockerFilter";
74
+ const _CLI = "CredentialLockerId";
75
+ const _CLLD = "CredentialLockerListDefinition";
76
+ const _CLN = "CredentialLockerName";
77
+ const _CLS = "CredentialLockerSummary";
78
+ const _CMT = "CreateManagedThing";
79
+ const _CMTR = "CreateManagedThingRequest";
80
+ const _CMTRr = "CreateManagedThingResponse";
81
+ const _CNC = "CreateNotificationConfiguration";
82
+ const _CNCR = "CreateNotificationConfigurationRequest";
83
+ const _CNCRr = "CreateNotificationConfigurationResponse";
84
+ const _COT = "CreateOtaTask";
85
+ const _COTC = "CreateOtaTaskConfiguration";
86
+ const _COTCR = "CreateOtaTaskConfigurationRequest";
87
+ const _COTCRr = "CreateOtaTaskConfigurationResponse";
88
+ const _COTR = "CreateOtaTaskRequest";
89
+ const _COTRr = "CreateOtaTaskResponse";
90
+ const _CP = "CapabilityProperties";
91
+ const _CPD = "CustomProtocolDetail";
92
+ const _CPI = "ConnectorPolicyId";
93
+ const _CPIF = "ConnectorPolicyIdFilter";
94
+ const _CPP = "CreateProvisioningProfile";
95
+ const _CPPR = "CreateProvisioningProfileRequest";
96
+ const _CPPRr = "CreateProvisioningProfileResponse";
97
+ const _CPe = "CertificatePem";
98
+ const _CR = "CapabilityReport";
99
+ const _CRC = "CapabilityReportCapability";
100
+ const _CRCa = "CapabilityReportCapabilities";
101
+ const _CRE = "CapabilityReportEndpoint";
102
+ const _CREa = "CapabilityReportEndpoints";
103
+ const _CS = "ConfigurationStatus";
104
+ const _CSI = "CapabilitySchemaItem";
105
+ const _CSa = "CapabilitySchemas";
106
+ const _CT = "ClientToken";
107
+ const _Ca = "Capabilities";
108
+ const _Co = "Connected";
109
+ const _D = "Description";
110
+ const _DA = "DiscoveredAt";
111
+ const _DAA = "DeleteAccountAssociation";
112
+ const _DAAR = "DeleteAccountAssociationRequest";
113
+ const _DAARe = "DeregisterAccountAssociationRequest";
114
+ const _DAAe = "DeregisterAccountAssociation";
115
+ const _DAMS = "DiscoveryAuthMaterialString";
116
+ const _DBR = "DaysBeforeRenewal";
117
+ const _DCC = "DeleteCloudConnector";
118
+ const _DCCR = "DeleteCloudConnectorRequest";
119
+ const _DCD = "DeleteConnectorDestination";
120
+ const _DCDR = "DeleteConnectorDestinationRequest";
121
+ const _DCL = "DeleteCredentialLocker";
122
+ const _DCLR = "DeleteCredentialLockerRequest";
123
+ const _DD = "DeleteDestination";
124
+ const _DDA = "DeliveryDestinationArn";
125
+ const _DDI = "DeviceDiscoveryId";
126
+ const _DDLD = "DeviceDiscoveryListDefinition";
127
+ const _DDLDi = "DiscoveredDeviceListDefinition";
128
+ const _DDR = "DeleteDestinationRequest";
129
+ const _DDS = "DeviceDiscoverySummary";
130
+ const _DDSi = "DiscoveredDeviceSummary";
131
+ const _DDT = "DeliveryDestinationType";
132
+ const _DELC = "DeleteEventLogConfiguration";
133
+ const _DELCR = "DeleteEventLogConfigurationRequest";
134
+ const _DIM = "DurationInMinutes";
135
+ const _DL = "DestinationList";
136
+ const _DLD = "DestinationListDefinition";
137
+ const _DLSAU = "DeleteLocalStoreAfterUpload";
138
+ const _DM = "DeviceMetadata";
139
+ const _DMT = "DeleteManagedThing";
140
+ const _DMTR = "DeleteManagedThingRequest";
141
+ const _DN = "DestinationName";
142
+ const _DNC = "DeleteNotificationConfiguration";
143
+ const _DNCR = "DeleteNotificationConfigurationRequest";
144
+ const _DOT = "DeleteOtaTask";
145
+ const _DOTC = "DeleteOtaTaskConfiguration";
146
+ const _DOTCR = "DeleteOtaTaskConfigurationRequest";
147
+ const _DOTR = "DeleteOtaTaskRequest";
148
+ const _DPP = "DeleteProvisioningProfile";
149
+ const _DPPR = "DeleteProvisioningProfileRequest";
150
+ const _DR = "DisconnectReason";
151
+ const _DS = "DestinationSummary";
152
+ const _DSK = "DeviceSpecificKey";
153
+ const _DT = "DiscoveryType";
154
+ const _DTe = "DeviceTypes";
155
+ const _De = "Device";
156
+ const _Dev = "Devices";
157
+ const _E = "Endpoints";
158
+ const _EA = "EndpointAddress";
159
+ const _EB = "EndBehavior";
160
+ const _EC = "EndpointConfig";
161
+ const _EI = "ExtrinsicId";
162
+ const _EIF = "EndpointIdFilter";
163
+ const _EIn = "EndpointId";
164
+ const _ELCL = "EventLogConfigurationList";
165
+ const _ELCLD = "EventLogConfigurationListDefinition";
166
+ const _ELCS = "EventLogConfigurationSummary";
167
+ const _ELL = "EventLogLevel";
168
+ const _EM = "ErrorMessage";
169
+ const _EN = "ExecutionNumber";
170
+ const _ERR = "ExponentialRolloutRate";
171
+ const _ES = "ExecutionSummaries";
172
+ const _ET = "EndpointType";
173
+ const _ETn = "EndTime";
174
+ const _ETv = "EventType";
175
+ const _EV = "ExtrinsicVersion";
176
+ const _F = "Format";
177
+ const _FA = "FinishedAt";
178
+ const _FT = "FailureType";
179
+ const _Fo = "Force";
180
+ const _GAA = "GetAccountAssociation";
181
+ const _GAAR = "GetAccountAssociationRequest";
182
+ const _GAARe = "GetAccountAssociationResponse";
183
+ const _GCC = "GetCloudConnector";
184
+ const _GCCR = "GetCloudConnectorRequest";
185
+ const _GCCRe = "GetCloudConnectorResponse";
186
+ const _GCD = "GetConnectorDestination";
187
+ const _GCDR = "GetConnectorDestinationRequest";
188
+ const _GCDRe = "GetConnectorDestinationResponse";
189
+ const _GCE = "GetCustomEndpoint";
190
+ const _GCER = "GetCustomEndpointRequest";
191
+ const _GCERe = "GetCustomEndpointResponse";
192
+ const _GCL = "GetCredentialLocker";
193
+ const _GCLR = "GetCredentialLockerRequest";
194
+ const _GCLRe = "GetCredentialLockerResponse";
195
+ const _GD = "GetDestination";
196
+ const _GDD = "GetDeviceDiscovery";
197
+ const _GDDR = "GetDeviceDiscoveryRequest";
198
+ const _GDDRe = "GetDeviceDiscoveryResponse";
199
+ const _GDEC = "GetDefaultEncryptionConfiguration";
200
+ const _GDECR = "GetDefaultEncryptionConfigurationRequest";
201
+ const _GDECRe = "GetDefaultEncryptionConfigurationResponse";
202
+ const _GDR = "GetDestinationRequest";
203
+ const _GDRe = "GetDestinationResponse";
204
+ const _GELC = "GetEventLogConfiguration";
205
+ const _GELCR = "GetEventLogConfigurationRequest";
206
+ const _GELCRe = "GetEventLogConfigurationResponse";
207
+ const _GHC = "GetHubConfiguration";
208
+ const _GHCR = "GetHubConfigurationRequest";
209
+ const _GHCRe = "GetHubConfigurationResponse";
210
+ const _GMT = "GetManagedThing";
211
+ const _GMTC = "GetManagedThingCapabilities";
212
+ const _GMTCD = "GetManagedThingConnectivityData";
213
+ const _GMTCDR = "GetManagedThingConnectivityDataRequest";
214
+ const _GMTCDRe = "GetManagedThingConnectivityDataResponse";
215
+ const _GMTCR = "GetManagedThingCapabilitiesRequest";
216
+ const _GMTCRe = "GetManagedThingCapabilitiesResponse";
217
+ const _GMTCRet = "GetManagedThingCertificateRequest";
218
+ const _GMTCReta = "GetManagedThingCertificateResponse";
219
+ const _GMTCe = "GetManagedThingCertificate";
220
+ const _GMTMD = "GetManagedThingMetaData";
221
+ const _GMTMDR = "GetManagedThingMetaDataRequest";
222
+ const _GMTMDRe = "GetManagedThingMetaDataResponse";
223
+ const _GMTR = "GetManagedThingRequest";
224
+ const _GMTRe = "GetManagedThingResponse";
225
+ const _GMTS = "GetManagedThingState";
226
+ const _GMTSR = "GetManagedThingStateRequest";
227
+ const _GMTSRe = "GetManagedThingStateResponse";
228
+ const _GNC = "GetNotificationConfiguration";
229
+ const _GNCR = "GetNotificationConfigurationRequest";
230
+ const _GNCRe = "GetNotificationConfigurationResponse";
231
+ const _GOT = "GetOtaTask";
232
+ const _GOTC = "GetOtaTaskConfiguration";
233
+ const _GOTCR = "GetOtaTaskConfigurationRequest";
234
+ const _GOTCRe = "GetOtaTaskConfigurationResponse";
235
+ const _GOTR = "GetOtaTaskRequest";
236
+ const _GOTRe = "GetOtaTaskResponse";
237
+ const _GPP = "GetProvisioningProfile";
238
+ const _GPPR = "GetProvisioningProfileRequest";
239
+ const _GPPRe = "GetProvisioningProfileResponse";
240
+ const _GRLC = "GetRuntimeLogConfiguration";
241
+ const _GRLCR = "GetRuntimeLogConfigurationRequest";
242
+ const _GRLCRe = "GetRuntimeLogConfigurationResponse";
243
+ const _GSV = "GetSchemaVersion";
244
+ const _GSVR = "GetSchemaVersionRequest";
245
+ const _GSVRe = "GetSchemaVersionResponse";
246
+ const _HNM = "HubNetworkMode";
247
+ const _HTTESIS = "HubTokenTimerExpirySettingInSeconds";
248
+ const _I = "Id";
249
+ const _IAN = "InternationalArticleNumber";
250
+ const _IF = "IncrementFactor";
251
+ const _IFE = "InternalFailureException";
252
+ const _IPTIM = "InProgressTimeoutInMinutes";
253
+ const _IRE = "InvalidRequestException";
254
+ const _ISE = "InternalServerException";
255
+ const _Id = "Identifier";
256
+ const _It = "Items";
257
+ const _LA = "LambdaArn";
258
+ const _LAA = "ListAccountAssociations";
259
+ const _LAAR = "ListAccountAssociationsRequest";
260
+ const _LAARi = "ListAccountAssociationsResponse";
261
+ const _LC = "LambdaConfig";
262
+ const _LCC = "ListCloudConnectors";
263
+ const _LCCR = "ListCloudConnectorsRequest";
264
+ const _LCCRi = "ListCloudConnectorsResponse";
265
+ const _LCD = "ListConnectorDestinations";
266
+ const _LCDR = "ListConnectorDestinationsRequest";
267
+ const _LCDRi = "ListConnectorDestinationsResponse";
268
+ const _LCL = "ListCredentialLockers";
269
+ const _LCLR = "ListCredentialLockersRequest";
270
+ const _LCLRi = "ListCredentialLockersResponse";
271
+ const _LD = "ListDestinations";
272
+ const _LDD = "ListDeviceDiscoveries";
273
+ const _LDDR = "ListDeviceDiscoveriesRequest";
274
+ const _LDDRi = "ListDeviceDiscoveriesResponse";
275
+ const _LDDRis = "ListDiscoveredDevicesRequest";
276
+ const _LDDRist = "ListDiscoveredDevicesResponse";
277
+ const _LDDi = "ListDiscoveredDevices";
278
+ const _LDR = "ListDestinationsRequest";
279
+ const _LDRi = "ListDestinationsResponse";
280
+ const _LEE = "LimitExceededException";
281
+ const _LELC = "ListEventLogConfigurations";
282
+ const _LELCR = "ListEventLogConfigurationsRequest";
283
+ const _LELCRi = "ListEventLogConfigurationsResponse";
284
+ const _LFL = "LogFlushLevel";
285
+ const _LL = "LogLevel";
286
+ const _LMT = "ListManagedThings";
287
+ const _LMTAA = "ListManagedThingAccountAssociations";
288
+ const _LMTAAR = "ListManagedThingAccountAssociationsRequest";
289
+ const _LMTAARi = "ListManagedThingAccountAssociationsResponse";
290
+ const _LMTR = "ListManagedThingsRequest";
291
+ const _LMTRi = "ListManagedThingsResponse";
292
+ const _LMTS = "ListManagedThingSchemas";
293
+ const _LMTSR = "ListManagedThingSchemasRequest";
294
+ const _LMTSRi = "ListManagedThingSchemasResponse";
295
+ const _LNC = "ListNotificationConfigurations";
296
+ const _LNCR = "ListNotificationConfigurationsRequest";
297
+ const _LNCRi = "ListNotificationConfigurationsResponse";
298
+ const _LOT = "ListOtaTasks";
299
+ const _LOTC = "ListOtaTaskConfigurations";
300
+ const _LOTCR = "ListOtaTaskConfigurationsRequest";
301
+ const _LOTCRi = "ListOtaTaskConfigurationsResponse";
302
+ const _LOTE = "ListOtaTaskExecutions";
303
+ const _LOTER = "ListOtaTaskExecutionsRequest";
304
+ const _LOTERi = "ListOtaTaskExecutionsResponse";
305
+ const _LOTR = "ListOtaTasksRequest";
306
+ const _LOTRi = "ListOtaTasksResponse";
307
+ const _LPP = "ListProvisioningProfiles";
308
+ const _LPPR = "ListProvisioningProfilesRequest";
309
+ const _LPPRi = "ListProvisioningProfilesResponse";
310
+ const _LSFRMB = "LocalStoreFileRotationMaxBytes";
311
+ const _LSFRMF = "LocalStoreFileRotationMaxFiles";
312
+ const _LSL = "LocalStoreLocation";
313
+ const _LSV = "ListSchemaVersions";
314
+ const _LSVR = "ListSchemaVersionsRequest";
315
+ const _LSVRi = "ListSchemaVersionsResponse";
316
+ const _LTFR = "ListTagsForResource";
317
+ const _LTFRR = "ListTagsForResourceRequest";
318
+ const _LTFRRi = "ListTagsForResourceResponse";
319
+ const _LUA = "LastUpdatedAt";
320
+ const _M = "Model";
321
+ const _MA = "MacAddress";
322
+ const _MAa = "MatterAttributes";
323
+ const _MC = "MatterCluster";
324
+ const _MCR = "MatterCapabilityReport";
325
+ const _MCRA = "MatterCapabilityReportAttribute";
326
+ const _MCRAa = "MatterCapabilityReportAttributes";
327
+ const _MCRC = "MatterCapabilityReportCluster";
328
+ const _MCRCa = "MatterCapabilityReportClusters";
329
+ const _MCRE = "MatterCapabilityReportEndpoint";
330
+ const _MCREa = "MatterCapabilityReportEndpoints";
331
+ const _MCa = "MatterClusters";
332
+ const _MCat = "MatterCommands";
333
+ const _MD = "MetaData";
334
+ const _ME = "MatterEndpoint";
335
+ const _MEa = "MatterEvents";
336
+ const _MF = "MatterFields";
337
+ const _MNOET = "MinNumberOfExecutedThings";
338
+ const _MNOR = "MinNumberOfRetries";
339
+ const _MPM = "MaximumPerMinute";
340
+ const _MR = "MaxResults";
341
+ const _MTA = "ManagedThingAssociation";
342
+ const _MTAL = "ManagedThingAssociationList";
343
+ const _MTI = "ManagedThingId";
344
+ const _MTLD = "ManagedThingListDefinition";
345
+ const _MTS = "ManagedThingSummary";
346
+ const _MTSLD = "ManagedThingSchemaListDefinition";
347
+ const _MTSLI = "ManagedThingSchemaListItem";
348
+ const _MW = "MaintenanceWindows";
349
+ const _Me = "Message";
350
+ const _Mo = "Modification";
351
+ const _N = "Name";
352
+ const _NCL = "NotificationConfigurationList";
353
+ const _NCLD = "NotificationConfigurationListDefinition";
354
+ const _NCS = "NotificationConfigurationSummary";
355
+ const _NF = "NamespaceFilter";
356
+ const _NOCT = "NumberOfCanceledThings";
357
+ const _NOFT = "NumberOfFailedThings";
358
+ const _NOIPT = "NumberOfInProgressThings";
359
+ const _NT = "NextToken";
360
+ const _Na = "Namespace";
361
+ const _O = "Owner";
362
+ const _OAAU = "OAuthAuthorizationUrl";
363
+ const _OAC = "OAuthConfig";
364
+ const _OACRU = "OAuthCompleteRedirectUrl";
365
+ const _OAU = "OAuthUpdate";
366
+ const _OF = "OwnerFilter";
367
+ const _OM = "OtaMechanism";
368
+ const _OSC = "OtaSchedulingConfig";
369
+ const _OT = "OtaType";
370
+ const _OTAC = "OtaTaskAbortConfig";
371
+ const _OTCLD = "OtaTaskConfigurationListDefinition";
372
+ const _OTCN = "OtaTaskConfigurationName";
373
+ const _OTCS = "OtaTaskConfigurationSummary";
374
+ const _OTERC = "OtaTaskExecutionRetryConfig";
375
+ const _OTERCt = "OtaTaskExecutionRolloutConfig";
376
+ const _OTES = "OtaTaskExecutionSummaries";
377
+ const _OTESLD = "OtaTaskExecutionSummariesListDefinition";
378
+ const _OTESt = "OtaTaskExecutionSummary";
379
+ const _OTLD = "OtaTaskListDefinition";
380
+ const _OTQS = "OtaTargetQueryString";
381
+ const _OTS = "OtaTaskSummary";
382
+ const _OTSC = "OtaTaskSchedulingConfig";
383
+ const _OTTC = "OtaTaskTimeoutConfig";
384
+ const _OV = "OperationVersion";
385
+ const _Op = "Operation";
386
+ const _P = "Protocol";
387
+ const _PC = "PushConfig";
388
+ const _PCI = "ParentControllerId";
389
+ const _PCIF = "ParentControllerIdentifierFilter";
390
+ const _PDEC = "PutDefaultEncryptionConfiguration";
391
+ const _PDECR = "PutDefaultEncryptionConfigurationRequest";
392
+ const _PDECRu = "PutDefaultEncryptionConfigurationResponse";
393
+ const _PHC = "PutHubConfiguration";
394
+ const _PHCR = "PutHubConfigurationRequest";
395
+ const _PHCRu = "PutHubConfigurationResponse";
396
+ const _PPLD = "ProvisioningProfileListDefinition";
397
+ const _PPS = "ProvisioningProfileSummary";
398
+ const _PRLC = "PutRuntimeLogConfiguration";
399
+ const _PRLCR = "PutRuntimeLogConfigurationRequest";
400
+ const _PRTR = "ProactiveRefreshTokenRenewal";
401
+ const _PS = "ProvisioningStatus";
402
+ const _PSF = "ProvisioningStatusFilter";
403
+ const _PT = "ProvisioningType";
404
+ const _QA = "QueuedAt";
405
+ const _R = "Role";
406
+ const _RA = "RoleArn";
407
+ const _RAA = "RegisterAccountAssociation";
408
+ const _RAAR = "RegisterAccountAssociationRequest";
409
+ const _RAARe = "RegisterAccountAssociationResponse";
410
+ const _RAe = "ResourceArn";
411
+ const _RAet = "RetryAttempt";
412
+ const _RC = "RolloutConfig";
413
+ const _RCC = "RetryConfigCriteria";
414
+ const _RCCL = "RetryConfigCriteriaList";
415
+ const _RCE = "RegisterCustomEndpoint";
416
+ const _RCER = "RegisterCustomEndpointRequest";
417
+ const _RCERe = "RegisterCustomEndpointResponse";
418
+ const _RF = "RoleFilter";
419
+ const _RI = "ResourceId";
420
+ const _RIC = "RateIncreaseCriteria";
421
+ const _RLC = "RuntimeLogConfigurations";
422
+ const _RNFE = "ResourceNotFoundException";
423
+ const _RRIC = "RolloutRateIncreaseCriteria";
424
+ const _RRLC = "ResetRuntimeLogConfiguration";
425
+ const _RRLCR = "ResetRuntimeLogConfigurationRequest";
426
+ const _RT = "ResourceType";
427
+ const _S = "Schema";
428
+ const _SA = "StartedAt";
429
+ const _SAAR = "StartAccountAssociationRefresh";
430
+ const _SAARR = "StartAccountAssociationRefreshRequest";
431
+ const _SAARRt = "StartAccountAssociationRefreshResponse";
432
+ const _SC = "StatusCode";
433
+ const _SCE = "SendConnectorEvent";
434
+ const _SCER = "SendConnectorEventRequest";
435
+ const _SCERe = "SendConnectorEventResponse";
436
+ const _SCt = "StateCapability";
437
+ const _SCta = "StateCapabilities";
438
+ const _SDD = "StartDeviceDiscovery";
439
+ const _SDDR = "StartDeviceDiscoveryRequest";
440
+ const _SDDRt = "StartDeviceDiscoveryResponse";
441
+ const _SE = "StateEndpoint";
442
+ const _SEt = "StateEndpoints";
443
+ const _SF = "StatusFilter";
444
+ const _SI = "SchemaId";
445
+ const _SIF = "SchemaIdFilter";
446
+ const _SM = "SecretsManager";
447
+ const _SMTC = "SendManagedThingCommand";
448
+ const _SMTCR = "SendManagedThingCommandRequest";
449
+ const _SMTCRe = "SendManagedThingCommandResponse";
450
+ const _SMW = "ScheduleMaintenanceWindow";
451
+ const _SMWL = "ScheduleMaintenanceWindowList";
452
+ const _SN = "SerialNumber";
453
+ const _SNF = "SerialNumberFilter";
454
+ const _SQEE = "ServiceQuotaExceededException";
455
+ const _ST = "StartTime";
456
+ const _SU = "S3Url";
457
+ const _SUE = "ServiceUnavailableException";
458
+ const _SV = "SemanticVersion";
459
+ const _SVF = "SemanticVersionFilter";
460
+ const _SVI = "SchemaVersionedId";
461
+ const _SVL = "SchemaVersionList";
462
+ const _SVLI = "SchemaVersionListItem";
463
+ const _St = "Status";
464
+ const _T = "Type";
465
+ const _TA = "TaskArn";
466
+ const _TC = "TimeoutConfig";
467
+ const _TCI = "TaskConfigurationId";
468
+ const _TE = "ThrottlingException";
469
+ const _TES = "TaskExecutionSummary";
470
+ const _TF = "TypeFilter";
471
+ const _TI = "TaskId";
472
+ const _TIr = "TraceId";
473
+ const _TK = "TagKeys";
474
+ const _TM = "TagsMap";
475
+ const _TP = "ThresholdPercentage";
476
+ const _TPD = "TaskProcessingDetails";
477
+ const _TPUI = "ThirdPartyUserId";
478
+ const _TR = "TagResource";
479
+ const _TRR = "TagResourceRequest";
480
+ const _TRRa = "TagResourceResponse";
481
+ const _Ta = "Tags";
482
+ const _Tar = "Target";
483
+ const _Tas = "Tasks";
484
+ const _Ti = "Timestamp";
485
+ const _UA = "UpdatedAt";
486
+ const _UAA = "UpdateAccountAssociation";
487
+ const _UAAR = "UpdateAccountAssociationRequest";
488
+ const _UCC = "UpdateCloudConnector";
489
+ const _UCCR = "UpdateCloudConnectorRequest";
490
+ const _UCD = "UpdateConnectorDestination";
491
+ const _UCDR = "UpdateConnectorDestinationRequest";
492
+ const _UD = "UpdateDestination";
493
+ const _UDR = "UpdateDestinationRequest";
494
+ const _UE = "UnauthorizedException";
495
+ const _UELC = "UpdateEventLogConfiguration";
496
+ const _UELCR = "UpdateEventLogConfigurationRequest";
497
+ const _UI = "UserId";
498
+ const _UL = "UploadLog";
499
+ const _UMT = "UpdateManagedThing";
500
+ const _UMTR = "UpdateManagedThingRequest";
501
+ const _UNC = "UpdateNotificationConfiguration";
502
+ const _UNCR = "UpdateNotificationConfigurationRequest";
503
+ const _UOT = "UpdateOtaTask";
504
+ const _UOTR = "UpdateOtaTaskRequest";
505
+ const _UPC = "UniversalProductCode";
506
+ const _UPM = "UploadPeriodMinutes";
507
+ const _UR = "UntagResource";
508
+ const _URR = "UntagResourceRequest";
509
+ const _URRn = "UntagResourceResponse";
510
+ const _V = "Visibility";
511
+ const _VE = "ValidationException";
512
+ const _VF = "VisibilityFilter";
513
+ const _a = "actions";
514
+ const _aTI = "actionTraceId";
515
+ const _aU = "authUrl";
516
+ const _ar = "arn";
517
+ const _at = "attributes";
518
+ const _c = "client";
519
+ const _cC = "clientClusters";
520
+ const _cS = "configurationStatus";
521
+ const _ca = "capabilities";
522
+ const _cl = "clusters";
523
+ const _co = "code";
524
+ const _com = "commands";
525
+ const _dT = "deviceTypes";
526
+ const _e = "error";
527
+ const _eI = "endpointId";
528
+ const _eT = "encryptionType";
529
+ const _en = "endpoints";
530
+ const _ena = "enabled";
531
+ const _ev = "events";
532
+ const _fI = "fabricIndex";
533
+ const _fM = "featureMap";
534
+ const _gC = "generatedCommands";
535
+ const _h = "http";
536
+ const _hE = "httpError";
537
+ const _hQ = "httpQuery";
538
+ const _i = "id";
539
+ const _kKA = "kmsKeyArn";
540
+ const _l = "lambda";
541
+ const _m = "message";
542
+ const _n = "name";
543
+ const _nI = "nodeId";
544
+ const _nONT = "numberOfNotifiedThings";
545
+ const _nOQT = "numberOfQueuedThings";
546
+ const _nORT = "numberOfRejectedThings";
547
+ const _nORTu = "numberOfRemovedThings";
548
+ const _nOST = "numberOfSucceededThings";
549
+ const _nOTOT = "numberOfTimedOutThings";
550
+ const _oA = "oAuth";
551
+ const _oACRU = "oAuthCompleteRedirectUrl";
552
+ const _oAU = "oAuthUpdate";
553
+ const _p = "parameters";
554
+ const _pI = "publicId";
555
+ const _pRTR = "proactiveRefreshTokenRenewal";
556
+ const _pT = "processingTargets";
557
+ const _pa = "parts";
558
+ const _pr = "properties";
559
+ const _r = "ref";
560
+ const _re = "revision";
561
+ const _s = "state";
562
+ const _sT = "semanticTags";
563
+ const _sV = "specVersion";
564
+ const _sc = "scope";
565
+ const _se = "server";
566
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iotmanagedintegrations";
567
+ const _t = "tags";
568
+ const _tEAS = "tokenEndpointAuthenticationScheme";
569
+ const _tK = "tagKeys";
570
+ const _tU = "tokenUrl";
571
+ const _v = "version";
572
+ const _vI = "versionId";
573
+ const _va = "value";
574
+ const n0 = "com.amazonaws.iotmanagedintegrations";
575
+ import { TypeRegistry } from "@smithy/core/schema";
576
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalFailureException as __InternalFailureException, InternalServerException as __InternalServerException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/index";
577
+ import { IoTManagedIntegrationsServiceException as __IoTManagedIntegrationsServiceException } from "../models/IoTManagedIntegrationsServiceException";
578
+ export var AuthMaterialString = [0, n0, _AMS, 8, 0];
579
+ export var Brand = [0, n0, _B, 8, 0];
580
+ export var CaCertificate = [0, n0, _CC, 8, 0];
581
+ export var CapabilityProperties = [0, n0, _CP, 8, 15];
582
+ export var ClaimCertificate = [0, n0, _CCl, 8, 0];
583
+ export var ClaimCertificatePrivateKey = [0, n0, _CCPK, 8, 0];
584
+ export var Classification = [0, n0, _C, 8, 0];
585
+ export var ConnectorDeviceId = [0, n0, _CDI, 8, 0];
586
+ export var ConnectorDeviceName = [0, n0, _CDN, 8, 0];
587
+ export var ConnectorEventMessage = [0, n0, _CEM, 8, 0];
588
+ export var ConnectorEventOperationVersion = [0, n0, _CEOV, 8, 0];
589
+ export var ConnectorEventStatusCode = [0, n0, _CESC, 8, 1];
590
+ export var CredentialLockerName = [0, n0, _CLN, 8, 0];
591
+ export var DeviceSpecificKey = [0, n0, _DSK, 8, 0];
592
+ export var DiscoveryAuthMaterialString = [0, n0, _DAMS, 8, 0];
593
+ export var InternationalArticleNumber = [0, n0, _IAN, 8, 0];
594
+ export var MacAddress = [0, n0, _MA, 8, 0];
595
+ export var MatterAttributes = [0, n0, _MAa, 8, 15];
596
+ export var MatterFields = [0, n0, _MF, 8, 15];
597
+ export var Model = [0, n0, _M, 8, 0];
598
+ export var OAuthAuthorizationUrl = [0, n0, _OAAU, 8, 0];
599
+ export var OtaTaskConfigurationName = [0, n0, _OTCN, 8, 0];
600
+ export var Owner = [0, n0, _O, 8, 0];
601
+ export var SerialNumber = [0, n0, _SN, 8, 0];
602
+ export var ThirdPartyUserId = [0, n0, _TPUI, 8, 0];
603
+ export var UniversalProductCode = [0, n0, _UPC, 8, 0];
604
+ export var AbortConfigCriteria = [3, n0, _ACC, 0, [_A, _FT, _MNOET, _TP], [0, 0, 1, 1]];
605
+ export var AccessDeniedException = [
606
+ -3,
607
+ n0,
608
+ _ADE,
609
+ {
610
+ [_e]: _c,
611
+ [_hE]: 403,
612
+ },
613
+ [_Me],
614
+ [0],
615
+ ];
616
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
617
+ export var AccountAssociationItem = [
618
+ 3,
619
+ n0,
620
+ _AAI,
621
+ 0,
622
+ [_AAIc, _AS, _EM, _CDIo, _N, _D, _Ar],
623
+ [0, 0, 0, 0, 0, 0, 0],
624
+ ];
625
+ export var AuthConfig = [3, n0, _AC, 0, [_oA], [() => OAuthConfig]];
626
+ export var AuthConfigUpdate = [3, n0, _ACU, 0, [_oAU], [() => OAuthUpdate]];
627
+ export var CapabilityAction = [
628
+ 3,
629
+ n0,
630
+ _CA,
631
+ 0,
632
+ [_n, _r, _aTI, _p],
633
+ [0, 0, 0, [() => CapabilityProperties, 0]],
634
+ ];
635
+ export var CapabilityReport = [
636
+ 3,
637
+ n0,
638
+ _CR,
639
+ 0,
640
+ [_v, _nI, _en],
641
+ [0, 0, () => CapabilityReportEndpoints],
642
+ ];
643
+ export var CapabilityReportCapability = [
644
+ 3,
645
+ n0,
646
+ _CRC,
647
+ 0,
648
+ [_i, _n, _v, _pr, _a, _ev],
649
+ [0, 0, 0, 64 | 0, 64 | 0, 64 | 0],
650
+ ];
651
+ export var CapabilityReportEndpoint = [
652
+ 3,
653
+ n0,
654
+ _CRE,
655
+ 0,
656
+ [_i, _dT, _ca],
657
+ [0, 64 | 0, () => CapabilityReportCapabilities],
658
+ ];
659
+ export var CapabilitySchemaItem = [3, n0, _CSI, 0, [_F, _CI, _EI, _EV, _S], [0, 0, 0, 1, 15]];
660
+ export var CommandCapability = [
661
+ 3,
662
+ n0,
663
+ _CCo,
664
+ 0,
665
+ [_i, _n, _v, _a],
666
+ [0, 0, 0, [() => CapabilityActions, 0]],
667
+ ];
668
+ export var CommandEndpoint = [3, n0, _CE, 0, [_eI, _ca], [0, [() => CommandCapabilities, 0]]];
669
+ export var ConfigurationError = [3, n0, _CEo, 0, [_co, _m], [0, 0]];
670
+ export var ConfigurationStatus = [3, n0, _CS, 0, [_e, _s], [() => ConfigurationError, 0]];
671
+ export var ConflictException = [
672
+ -3,
673
+ n0,
674
+ _CEon,
675
+ {
676
+ [_e]: _c,
677
+ [_hE]: 409,
678
+ },
679
+ [_Me],
680
+ [0],
681
+ ];
682
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
683
+ export var ConnectorDestinationSummary = [3, n0, _CDS, 0, [_N, _D, _CCI, _I], [0, 0, 0, 0]];
684
+ export var ConnectorItem = [
685
+ 3,
686
+ n0,
687
+ _CIo,
688
+ 0,
689
+ [_N, _EC, _D, _ET, _I, _T],
690
+ [0, () => EndpointConfig, 0, 0, 0, 0],
691
+ ];
692
+ export var CreateAccountAssociationRequest = [
693
+ 3,
694
+ n0,
695
+ _CAAR,
696
+ 0,
697
+ [_CT, _CDIo, _N, _D, _Ta],
698
+ [[0, 4], 0, 0, 0, [() => TagsMap, 0]],
699
+ ];
700
+ export var CreateAccountAssociationResponse = [
701
+ 3,
702
+ n0,
703
+ _CAARr,
704
+ 0,
705
+ [_OAAU, _AAIc, _AS, _Ar],
706
+ [[() => OAuthAuthorizationUrl, 0], 0, 0, 0],
707
+ ];
708
+ export var CreateCloudConnectorRequest = [
709
+ 3,
710
+ n0,
711
+ _CCCR,
712
+ 0,
713
+ [_N, _EC, _D, _ET, _CT],
714
+ [0, () => EndpointConfig, 0, 0, [0, 4]],
715
+ ];
716
+ export var CreateCloudConnectorResponse = [3, n0, _CCCRr, 0, [_I], [0]];
717
+ export var CreateConnectorDestinationRequest = [
718
+ 3,
719
+ n0,
720
+ _CCDR,
721
+ 0,
722
+ [_N, _D, _CCI, _AT, _AC, _SM, _CT],
723
+ [0, 0, 0, 0, () => AuthConfig, () => SecretsManager, [0, 4]],
724
+ ];
725
+ export var CreateConnectorDestinationResponse = [3, n0, _CCDRr, 0, [_I], [0]];
726
+ export var CreateCredentialLockerRequest = [
727
+ 3,
728
+ n0,
729
+ _CCLR,
730
+ 0,
731
+ [_N, _CT, _Ta],
732
+ [
733
+ [() => CredentialLockerName, 0],
734
+ [0, 4],
735
+ [() => TagsMap, 0],
736
+ ],
737
+ ];
738
+ export var CreateCredentialLockerResponse = [3, n0, _CCLRr, 0, [_I, _Ar, _CAr], [0, 0, 4]];
739
+ export var CreateDestinationRequest = [
740
+ 3,
741
+ n0,
742
+ _CDR,
743
+ 0,
744
+ [_DDA, _DDT, _N, _RA, _CT, _D, _Ta],
745
+ [0, 0, 0, 0, [0, 4], 0, [() => TagsMap, 0]],
746
+ ];
747
+ export var CreateDestinationResponse = [3, n0, _CDRr, 0, [_N], [0]];
748
+ export var CreateEventLogConfigurationRequest = [
749
+ 3,
750
+ n0,
751
+ _CELCR,
752
+ 0,
753
+ [_RT, _RI, _ELL, _CT],
754
+ [0, 0, 0, [0, 4]],
755
+ ];
756
+ export var CreateEventLogConfigurationResponse = [3, n0, _CELCRr, 0, [_I], [0]];
757
+ export var CreateManagedThingRequest = [
758
+ 3,
759
+ n0,
760
+ _CMTR,
761
+ 0,
762
+ [_R, _O, _CLI, _AM, _AMT, _SN, _B, _M, _N, _CR, _CSa, _Ca, _CT, _C, _Ta, _MD],
763
+ [
764
+ 0,
765
+ [() => Owner, 0],
766
+ 0,
767
+ [() => AuthMaterialString, 0],
768
+ 0,
769
+ [() => SerialNumber, 0],
770
+ [() => Brand, 0],
771
+ [() => Model, 0],
772
+ 0,
773
+ () => CapabilityReport,
774
+ () => CapabilitySchemas,
775
+ 0,
776
+ [0, 4],
777
+ [() => Classification, 0],
778
+ [() => TagsMap, 0],
779
+ 128 | 0,
780
+ ],
781
+ ];
782
+ export var CreateManagedThingResponse = [3, n0, _CMTRr, 0, [_I, _Ar, _CAr], [0, 0, 4]];
783
+ export var CreateNotificationConfigurationRequest = [
784
+ 3,
785
+ n0,
786
+ _CNCR,
787
+ 0,
788
+ [_ETv, _DN, _CT, _Ta],
789
+ [0, 0, [0, 4], [() => TagsMap, 0]],
790
+ ];
791
+ export var CreateNotificationConfigurationResponse = [3, n0, _CNCRr, 0, [_ETv], [0]];
792
+ export var CreateOtaTaskConfigurationRequest = [
793
+ 3,
794
+ n0,
795
+ _COTCR,
796
+ 0,
797
+ [_D, _N, _PC, _CT],
798
+ [0, [() => OtaTaskConfigurationName, 0], () => PushConfig, [0, 4]],
799
+ ];
800
+ export var CreateOtaTaskConfigurationResponse = [3, n0, _COTCRr, 0, [_TCI], [0]];
801
+ export var CreateOtaTaskRequest = [
802
+ 3,
803
+ n0,
804
+ _COTR,
805
+ 0,
806
+ [_D, _SU, _P, _Tar, _TCI, _OM, _OT, _OTQS, _CT, _OSC, _OTERC, _Ta],
807
+ [
808
+ 0,
809
+ 0,
810
+ 0,
811
+ 64 | 0,
812
+ 0,
813
+ 0,
814
+ 0,
815
+ 0,
816
+ [0, 4],
817
+ () => OtaTaskSchedulingConfig,
818
+ () => OtaTaskExecutionRetryConfig,
819
+ [() => TagsMap, 0],
820
+ ],
821
+ ];
822
+ export var CreateOtaTaskResponse = [3, n0, _COTRr, 0, [_TI, _TA, _D], [0, 0, 0]];
823
+ export var CreateProvisioningProfileRequest = [
824
+ 3,
825
+ n0,
826
+ _CPPR,
827
+ 0,
828
+ [_PT, _CC, _N, _CT, _Ta],
829
+ [0, [() => CaCertificate, 0], 0, [0, 4], [() => TagsMap, 0]],
830
+ ];
831
+ export var CreateProvisioningProfileResponse = [
832
+ 3,
833
+ n0,
834
+ _CPPRr,
835
+ 0,
836
+ [_Ar, _N, _PT, _I, _CCl, _CCPK],
837
+ [0, 0, 0, 0, [() => ClaimCertificate, 0], [() => ClaimCertificatePrivateKey, 0]],
838
+ ];
839
+ export var CredentialLockerSummary = [
840
+ 3,
841
+ n0,
842
+ _CLS,
843
+ 0,
844
+ [_I, _Ar, _N, _CAr],
845
+ [0, 0, [() => CredentialLockerName, 0], 4],
846
+ ];
847
+ export var DeleteAccountAssociationRequest = [3, n0, _DAAR, 0, [_AAIc], [[0, 1]]];
848
+ export var DeleteCloudConnectorRequest = [3, n0, _DCCR, 0, [_Id], [[0, 1]]];
849
+ export var DeleteConnectorDestinationRequest = [3, n0, _DCDR, 0, [_Id], [[0, 1]]];
850
+ export var DeleteCredentialLockerRequest = [3, n0, _DCLR, 0, [_Id], [[0, 1]]];
851
+ export var DeleteDestinationRequest = [3, n0, _DDR, 0, [_N], [[0, 1]]];
852
+ export var DeleteEventLogConfigurationRequest = [3, n0, _DELCR, 0, [_I], [[0, 1]]];
853
+ export var DeleteManagedThingRequest = [
854
+ 3,
855
+ n0,
856
+ _DMTR,
857
+ 0,
858
+ [_Id, _Fo],
859
+ [
860
+ [0, 1],
861
+ [
862
+ 2,
863
+ {
864
+ [_hQ]: _Fo,
865
+ },
866
+ ],
867
+ ],
868
+ ];
869
+ export var DeleteNotificationConfigurationRequest = [3, n0, _DNCR, 0, [_ETv], [[0, 1]]];
870
+ export var DeleteOtaTaskConfigurationRequest = [3, n0, _DOTCR, 0, [_Id], [[0, 1]]];
871
+ export var DeleteOtaTaskRequest = [3, n0, _DOTR, 0, [_Id], [[0, 1]]];
872
+ export var DeleteProvisioningProfileRequest = [3, n0, _DPPR, 0, [_Id], [[0, 1]]];
873
+ export var DeregisterAccountAssociationRequest = [3, n0, _DAARe, 0, [_MTI, _AAIc], [0, 0]];
874
+ export var DestinationSummary = [3, n0, _DS, 0, [_D, _DDA, _DDT, _N, _RA], [0, 0, 0, 0, 0]];
875
+ export var Device = [
876
+ 3,
877
+ n0,
878
+ _De,
879
+ 0,
880
+ [_CDI, _CDN, _CR, _CSa, _DM],
881
+ [
882
+ [() => ConnectorDeviceId, 0],
883
+ [() => ConnectorDeviceName, 0],
884
+ () => MatterCapabilityReport,
885
+ () => CapabilitySchemas,
886
+ 15,
887
+ ],
888
+ ];
889
+ export var DeviceDiscoverySummary = [3, n0, _DDS, 0, [_I, _DT, _St], [0, 0, 0]];
890
+ export var DiscoveredDeviceSummary = [
891
+ 3,
892
+ n0,
893
+ _DDSi,
894
+ 0,
895
+ [_CDI, _CDN, _DTe, _MTI, _Mo, _DA, _B, _M, _AM],
896
+ [
897
+ [() => ConnectorDeviceId, 0],
898
+ [() => ConnectorDeviceName, 0],
899
+ 64 | 0,
900
+ 0,
901
+ 0,
902
+ 4,
903
+ [() => Brand, 0],
904
+ [() => Model, 0],
905
+ [() => AuthMaterialString, 0],
906
+ ],
907
+ ];
908
+ export var EndpointConfig = [3, n0, _EC, 0, [_l], [() => LambdaConfig]];
909
+ export var EventLogConfigurationSummary = [3, n0, _ELCS, 0, [_I, _RT, _RI, _ELL], [0, 0, 0, 0]];
910
+ export var ExponentialRolloutRate = [
911
+ 3,
912
+ n0,
913
+ _ERR,
914
+ 0,
915
+ [_BRPM, _IF, _RIC],
916
+ [1, 1, () => RolloutRateIncreaseCriteria],
917
+ ];
918
+ export var GetAccountAssociationRequest = [3, n0, _GAAR, 0, [_AAIc], [[0, 1]]];
919
+ export var GetAccountAssociationResponse = [
920
+ 3,
921
+ n0,
922
+ _GAARe,
923
+ 0,
924
+ [_AAIc, _AS, _EM, _CDIo, _N, _D, _Ar, _OAAU, _Ta],
925
+ [0, 0, 0, 0, 0, 0, 0, [() => OAuthAuthorizationUrl, 0], [() => TagsMap, 0]],
926
+ ];
927
+ export var GetCloudConnectorRequest = [3, n0, _GCCR, 0, [_Id], [[0, 1]]];
928
+ export var GetCloudConnectorResponse = [
929
+ 3,
930
+ n0,
931
+ _GCCRe,
932
+ 0,
933
+ [_N, _EC, _D, _ET, _I, _T],
934
+ [0, () => EndpointConfig, 0, 0, 0, 0],
935
+ ];
936
+ export var GetConnectorDestinationRequest = [3, n0, _GCDR, 0, [_Id], [[0, 1]]];
937
+ export var GetConnectorDestinationResponse = [
938
+ 3,
939
+ n0,
940
+ _GCDRe,
941
+ 0,
942
+ [_N, _D, _CCI, _I, _AT, _AC, _SM, _OACRU],
943
+ [0, 0, 0, 0, 0, () => AuthConfig, () => SecretsManager, 0],
944
+ ];
945
+ export var GetCredentialLockerRequest = [3, n0, _GCLR, 0, [_Id], [[0, 1]]];
946
+ export var GetCredentialLockerResponse = [
947
+ 3,
948
+ n0,
949
+ _GCLRe,
950
+ 0,
951
+ [_I, _Ar, _N, _CAr, _Ta],
952
+ [0, 0, [() => CredentialLockerName, 0], 4, [() => TagsMap, 0]],
953
+ ];
954
+ export var GetCustomEndpointRequest = [3, n0, _GCER, 0, [], []];
955
+ export var GetCustomEndpointResponse = [3, n0, _GCERe, 0, [_EA], [0]];
956
+ export var GetDefaultEncryptionConfigurationRequest = [3, n0, _GDECR, 0, [], []];
957
+ export var GetDefaultEncryptionConfigurationResponse = [
958
+ 3,
959
+ n0,
960
+ _GDECRe,
961
+ 0,
962
+ [_cS, _eT, _kKA],
963
+ [() => ConfigurationStatus, 0, 0],
964
+ ];
965
+ export var GetDestinationRequest = [3, n0, _GDR, 0, [_N], [[0, 1]]];
966
+ export var GetDestinationResponse = [
967
+ 3,
968
+ n0,
969
+ _GDRe,
970
+ 0,
971
+ [_D, _DDA, _DDT, _N, _RA, _CAr, _UA, _Ta],
972
+ [0, 0, 0, 0, 0, 4, 4, [() => TagsMap, 0]],
973
+ ];
974
+ export var GetDeviceDiscoveryRequest = [3, n0, _GDDR, 0, [_Id], [[0, 1]]];
975
+ export var GetDeviceDiscoveryResponse = [
976
+ 3,
977
+ n0,
978
+ _GDDRe,
979
+ 0,
980
+ [_I, _Ar, _DT, _St, _SA, _CIon, _CAI, _AAIc, _FA, _Ta],
981
+ [0, 0, 0, 0, 4, 0, 0, 0, 4, [() => TagsMap, 0]],
982
+ ];
983
+ export var GetEventLogConfigurationRequest = [3, n0, _GELCR, 0, [_I], [[0, 1]]];
984
+ export var GetEventLogConfigurationResponse = [
985
+ 3,
986
+ n0,
987
+ _GELCRe,
988
+ 0,
989
+ [_I, _RT, _RI, _ELL],
990
+ [0, 0, 0, 0],
991
+ ];
992
+ export var GetHubConfigurationRequest = [3, n0, _GHCR, 0, [], []];
993
+ export var GetHubConfigurationResponse = [3, n0, _GHCRe, 0, [_HTTESIS, _UA], [1, 4]];
994
+ export var GetManagedThingCapabilitiesRequest = [3, n0, _GMTCR, 0, [_Id], [[0, 1]]];
995
+ export var GetManagedThingCapabilitiesResponse = [
996
+ 3,
997
+ n0,
998
+ _GMTCRe,
999
+ 0,
1000
+ [_MTI, _Ca, _CR],
1001
+ [0, 0, () => CapabilityReport],
1002
+ ];
1003
+ export var GetManagedThingCertificateRequest = [3, n0, _GMTCRet, 0, [_Id], [[0, 1]]];
1004
+ export var GetManagedThingCertificateResponse = [3, n0, _GMTCReta, 0, [_MTI, _CPe], [0, 0]];
1005
+ export var GetManagedThingConnectivityDataRequest = [3, n0, _GMTCDR, 0, [_Id], [[0, 1]]];
1006
+ export var GetManagedThingConnectivityDataResponse = [
1007
+ 3,
1008
+ n0,
1009
+ _GMTCDRe,
1010
+ 0,
1011
+ [_MTI, _Co, _Ti, _DR],
1012
+ [0, 2, 4, 0],
1013
+ ];
1014
+ export var GetManagedThingMetaDataRequest = [3, n0, _GMTMDR, 0, [_Id], [[0, 1]]];
1015
+ export var GetManagedThingMetaDataResponse = [3, n0, _GMTMDRe, 0, [_MTI, _MD], [0, 128 | 0]];
1016
+ export var GetManagedThingRequest = [3, n0, _GMTR, 0, [_Id], [[0, 1]]];
1017
+ export var GetManagedThingResponse = [
1018
+ 3,
1019
+ n0,
1020
+ _GMTRe,
1021
+ 0,
1022
+ [
1023
+ _I,
1024
+ _Ar,
1025
+ _O,
1026
+ _CLI,
1027
+ _API,
1028
+ _R,
1029
+ _PS,
1030
+ _N,
1031
+ _M,
1032
+ _B,
1033
+ _SN,
1034
+ _UPC,
1035
+ _IAN,
1036
+ _CPI,
1037
+ _CDIo,
1038
+ _CDI,
1039
+ _DSK,
1040
+ _MA,
1041
+ _PCI,
1042
+ _C,
1043
+ _CAr,
1044
+ _UA,
1045
+ _AA,
1046
+ _HNM,
1047
+ _MD,
1048
+ _Ta,
1049
+ ],
1050
+ [
1051
+ 0,
1052
+ 0,
1053
+ [() => Owner, 0],
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ [() => Model, 0],
1060
+ [() => Brand, 0],
1061
+ [() => SerialNumber, 0],
1062
+ [() => UniversalProductCode, 0],
1063
+ [() => InternationalArticleNumber, 0],
1064
+ 0,
1065
+ 0,
1066
+ [() => ConnectorDeviceId, 0],
1067
+ [() => DeviceSpecificKey, 0],
1068
+ [() => MacAddress, 0],
1069
+ 0,
1070
+ [() => Classification, 0],
1071
+ 4,
1072
+ 4,
1073
+ 4,
1074
+ 0,
1075
+ 128 | 0,
1076
+ [() => TagsMap, 0],
1077
+ ],
1078
+ ];
1079
+ export var GetManagedThingStateRequest = [3, n0, _GMTSR, 0, [_MTI], [[0, 1]]];
1080
+ export var GetManagedThingStateResponse = [3, n0, _GMTSRe, 0, [_E], [[() => StateEndpoints, 0]]];
1081
+ export var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_ETv], [[0, 1]]];
1082
+ export var GetNotificationConfigurationResponse = [
1083
+ 3,
1084
+ n0,
1085
+ _GNCRe,
1086
+ 0,
1087
+ [_ETv, _DN, _CAr, _UA, _Ta],
1088
+ [0, 0, 4, 4, [() => TagsMap, 0]],
1089
+ ];
1090
+ export var GetOtaTaskConfigurationRequest = [3, n0, _GOTCR, 0, [_Id], [[0, 1]]];
1091
+ export var GetOtaTaskConfigurationResponse = [
1092
+ 3,
1093
+ n0,
1094
+ _GOTCRe,
1095
+ 0,
1096
+ [_TCI, _N, _PC, _D, _CAr],
1097
+ [0, [() => OtaTaskConfigurationName, 0], () => PushConfig, 0, 4],
1098
+ ];
1099
+ export var GetOtaTaskRequest = [3, n0, _GOTR, 0, [_Id], [[0, 1]]];
1100
+ export var GetOtaTaskResponse = [
1101
+ 3,
1102
+ n0,
1103
+ _GOTRe,
1104
+ 0,
1105
+ [_TI, _TA, _D, _SU, _P, _OT, _OTQS, _OM, _Tar, _CAr, _LUA, _TCI, _TPD, _OSC, _OTERC, _St, _Ta],
1106
+ [
1107
+ 0,
1108
+ 0,
1109
+ 0,
1110
+ 0,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 64 | 0,
1116
+ 4,
1117
+ 4,
1118
+ 0,
1119
+ () => TaskProcessingDetails,
1120
+ () => OtaTaskSchedulingConfig,
1121
+ () => OtaTaskExecutionRetryConfig,
1122
+ 0,
1123
+ [() => TagsMap, 0],
1124
+ ],
1125
+ ];
1126
+ export var GetProvisioningProfileRequest = [3, n0, _GPPR, 0, [_Id], [[0, 1]]];
1127
+ export var GetProvisioningProfileResponse = [
1128
+ 3,
1129
+ n0,
1130
+ _GPPRe,
1131
+ 0,
1132
+ [_Ar, _N, _PT, _I, _CCl, _Ta],
1133
+ [0, 0, 0, 0, [() => ClaimCertificate, 0], [() => TagsMap, 0]],
1134
+ ];
1135
+ export var GetRuntimeLogConfigurationRequest = [3, n0, _GRLCR, 0, [_MTI], [[0, 1]]];
1136
+ export var GetRuntimeLogConfigurationResponse = [
1137
+ 3,
1138
+ n0,
1139
+ _GRLCRe,
1140
+ 0,
1141
+ [_MTI, _RLC],
1142
+ [0, () => RuntimeLogConfigurations],
1143
+ ];
1144
+ export var GetSchemaVersionRequest = [
1145
+ 3,
1146
+ n0,
1147
+ _GSVR,
1148
+ 0,
1149
+ [_T, _SVI, _F],
1150
+ [
1151
+ [0, 1],
1152
+ [0, 1],
1153
+ [
1154
+ 0,
1155
+ {
1156
+ [_hQ]: _F,
1157
+ },
1158
+ ],
1159
+ ],
1160
+ ];
1161
+ export var GetSchemaVersionResponse = [
1162
+ 3,
1163
+ n0,
1164
+ _GSVRe,
1165
+ 0,
1166
+ [_SI, _T, _D, _Na, _SV, _V, _S],
1167
+ [0, 0, 0, 0, 0, 0, 15],
1168
+ ];
1169
+ export var InternalFailureException = [
1170
+ -3,
1171
+ n0,
1172
+ _IFE,
1173
+ {
1174
+ [_e]: _se,
1175
+ [_hE]: 500,
1176
+ },
1177
+ [_Me],
1178
+ [0],
1179
+ ];
1180
+ TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
1181
+ export var InternalServerException = [
1182
+ -3,
1183
+ n0,
1184
+ _ISE,
1185
+ {
1186
+ [_e]: _se,
1187
+ [_hE]: 500,
1188
+ },
1189
+ [_Me],
1190
+ [0],
1191
+ ];
1192
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1193
+ export var InvalidRequestException = [
1194
+ -3,
1195
+ n0,
1196
+ _IRE,
1197
+ {
1198
+ [_e]: _c,
1199
+ [_hE]: 400,
1200
+ },
1201
+ [_Me],
1202
+ [0],
1203
+ ];
1204
+ TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
1205
+ export var LambdaConfig = [3, n0, _LC, 0, [_ar], [0]];
1206
+ export var LimitExceededException = [
1207
+ -3,
1208
+ n0,
1209
+ _LEE,
1210
+ {
1211
+ [_e]: _c,
1212
+ [_hE]: 410,
1213
+ },
1214
+ [_Me],
1215
+ [0],
1216
+ ];
1217
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1218
+ export var ListAccountAssociationsRequest = [
1219
+ 3,
1220
+ n0,
1221
+ _LAAR,
1222
+ 0,
1223
+ [_CDIo, _MR, _NT],
1224
+ [
1225
+ [
1226
+ 0,
1227
+ {
1228
+ [_hQ]: _CDIo,
1229
+ },
1230
+ ],
1231
+ [
1232
+ 1,
1233
+ {
1234
+ [_hQ]: _MR,
1235
+ },
1236
+ ],
1237
+ [
1238
+ 0,
1239
+ {
1240
+ [_hQ]: _NT,
1241
+ },
1242
+ ],
1243
+ ],
1244
+ ];
1245
+ export var ListAccountAssociationsResponse = [
1246
+ 3,
1247
+ n0,
1248
+ _LAARi,
1249
+ 0,
1250
+ [_It, _NT],
1251
+ [() => AccountAssociationListDefinition, 0],
1252
+ ];
1253
+ export var ListCloudConnectorsRequest = [
1254
+ 3,
1255
+ n0,
1256
+ _LCCR,
1257
+ 0,
1258
+ [_T, _LA, _MR, _NT],
1259
+ [
1260
+ [
1261
+ 0,
1262
+ {
1263
+ [_hQ]: _T,
1264
+ },
1265
+ ],
1266
+ [
1267
+ 0,
1268
+ {
1269
+ [_hQ]: _LA,
1270
+ },
1271
+ ],
1272
+ [
1273
+ 1,
1274
+ {
1275
+ [_hQ]: _MR,
1276
+ },
1277
+ ],
1278
+ [
1279
+ 0,
1280
+ {
1281
+ [_hQ]: _NT,
1282
+ },
1283
+ ],
1284
+ ],
1285
+ ];
1286
+ export var ListCloudConnectorsResponse = [
1287
+ 3,
1288
+ n0,
1289
+ _LCCRi,
1290
+ 0,
1291
+ [_It, _NT],
1292
+ [() => ConnectorList, 0],
1293
+ ];
1294
+ export var ListConnectorDestinationsRequest = [
1295
+ 3,
1296
+ n0,
1297
+ _LCDR,
1298
+ 0,
1299
+ [_CCI, _NT, _MR],
1300
+ [
1301
+ [
1302
+ 0,
1303
+ {
1304
+ [_hQ]: _CCI,
1305
+ },
1306
+ ],
1307
+ [
1308
+ 0,
1309
+ {
1310
+ [_hQ]: _NT,
1311
+ },
1312
+ ],
1313
+ [
1314
+ 1,
1315
+ {
1316
+ [_hQ]: _MR,
1317
+ },
1318
+ ],
1319
+ ],
1320
+ ];
1321
+ export var ListConnectorDestinationsResponse = [
1322
+ 3,
1323
+ n0,
1324
+ _LCDRi,
1325
+ 0,
1326
+ [_CDL, _NT],
1327
+ [() => ConnectorDestinationListDefinition, 0],
1328
+ ];
1329
+ export var ListCredentialLockersRequest = [
1330
+ 3,
1331
+ n0,
1332
+ _LCLR,
1333
+ 0,
1334
+ [_NT, _MR],
1335
+ [
1336
+ [
1337
+ 0,
1338
+ {
1339
+ [_hQ]: _NT,
1340
+ },
1341
+ ],
1342
+ [
1343
+ 1,
1344
+ {
1345
+ [_hQ]: _MR,
1346
+ },
1347
+ ],
1348
+ ],
1349
+ ];
1350
+ export var ListCredentialLockersResponse = [
1351
+ 3,
1352
+ n0,
1353
+ _LCLRi,
1354
+ 0,
1355
+ [_It, _NT],
1356
+ [[() => CredentialLockerListDefinition, 0], 0],
1357
+ ];
1358
+ export var ListDestinationsRequest = [
1359
+ 3,
1360
+ n0,
1361
+ _LDR,
1362
+ 0,
1363
+ [_NT, _MR],
1364
+ [
1365
+ [
1366
+ 0,
1367
+ {
1368
+ [_hQ]: _NT,
1369
+ },
1370
+ ],
1371
+ [
1372
+ 1,
1373
+ {
1374
+ [_hQ]: _MR,
1375
+ },
1376
+ ],
1377
+ ],
1378
+ ];
1379
+ export var ListDestinationsResponse = [
1380
+ 3,
1381
+ n0,
1382
+ _LDRi,
1383
+ 0,
1384
+ [_DL, _NT],
1385
+ [() => DestinationListDefinition, 0],
1386
+ ];
1387
+ export var ListDeviceDiscoveriesRequest = [
1388
+ 3,
1389
+ n0,
1390
+ _LDDR,
1391
+ 0,
1392
+ [_NT, _MR, _TF, _SF],
1393
+ [
1394
+ [
1395
+ 0,
1396
+ {
1397
+ [_hQ]: _NT,
1398
+ },
1399
+ ],
1400
+ [
1401
+ 1,
1402
+ {
1403
+ [_hQ]: _MR,
1404
+ },
1405
+ ],
1406
+ [
1407
+ 0,
1408
+ {
1409
+ [_hQ]: _TF,
1410
+ },
1411
+ ],
1412
+ [
1413
+ 0,
1414
+ {
1415
+ [_hQ]: _SF,
1416
+ },
1417
+ ],
1418
+ ],
1419
+ ];
1420
+ export var ListDeviceDiscoveriesResponse = [
1421
+ 3,
1422
+ n0,
1423
+ _LDDRi,
1424
+ 0,
1425
+ [_It, _NT],
1426
+ [() => DeviceDiscoveryListDefinition, 0],
1427
+ ];
1428
+ export var ListDiscoveredDevicesRequest = [
1429
+ 3,
1430
+ n0,
1431
+ _LDDRis,
1432
+ 0,
1433
+ [_Id, _NT, _MR],
1434
+ [
1435
+ [0, 1],
1436
+ [
1437
+ 0,
1438
+ {
1439
+ [_hQ]: _NT,
1440
+ },
1441
+ ],
1442
+ [
1443
+ 1,
1444
+ {
1445
+ [_hQ]: _MR,
1446
+ },
1447
+ ],
1448
+ ],
1449
+ ];
1450
+ export var ListDiscoveredDevicesResponse = [
1451
+ 3,
1452
+ n0,
1453
+ _LDDRist,
1454
+ 0,
1455
+ [_It, _NT],
1456
+ [[() => DiscoveredDeviceListDefinition, 0], 0],
1457
+ ];
1458
+ export var ListEventLogConfigurationsRequest = [
1459
+ 3,
1460
+ n0,
1461
+ _LELCR,
1462
+ 0,
1463
+ [_NT, _MR],
1464
+ [
1465
+ [
1466
+ 0,
1467
+ {
1468
+ [_hQ]: _NT,
1469
+ },
1470
+ ],
1471
+ [
1472
+ 1,
1473
+ {
1474
+ [_hQ]: _MR,
1475
+ },
1476
+ ],
1477
+ ],
1478
+ ];
1479
+ export var ListEventLogConfigurationsResponse = [
1480
+ 3,
1481
+ n0,
1482
+ _LELCRi,
1483
+ 0,
1484
+ [_ELCL, _NT],
1485
+ [() => EventLogConfigurationListDefinition, 0],
1486
+ ];
1487
+ export var ListManagedThingAccountAssociationsRequest = [
1488
+ 3,
1489
+ n0,
1490
+ _LMTAAR,
1491
+ 0,
1492
+ [_MTI, _AAIc, _MR, _NT],
1493
+ [
1494
+ [
1495
+ 0,
1496
+ {
1497
+ [_hQ]: _MTI,
1498
+ },
1499
+ ],
1500
+ [
1501
+ 0,
1502
+ {
1503
+ [_hQ]: _AAIc,
1504
+ },
1505
+ ],
1506
+ [
1507
+ 1,
1508
+ {
1509
+ [_hQ]: _MR,
1510
+ },
1511
+ ],
1512
+ [
1513
+ 0,
1514
+ {
1515
+ [_hQ]: _NT,
1516
+ },
1517
+ ],
1518
+ ],
1519
+ ];
1520
+ export var ListManagedThingAccountAssociationsResponse = [
1521
+ 3,
1522
+ n0,
1523
+ _LMTAARi,
1524
+ 0,
1525
+ [_It, _NT],
1526
+ [() => ManagedThingAssociationList, 0],
1527
+ ];
1528
+ export var ListManagedThingSchemasRequest = [
1529
+ 3,
1530
+ n0,
1531
+ _LMTSR,
1532
+ 0,
1533
+ [_Id, _EIF, _CIF, _NT, _MR],
1534
+ [
1535
+ [0, 1],
1536
+ [
1537
+ 0,
1538
+ {
1539
+ [_hQ]: _EIF,
1540
+ },
1541
+ ],
1542
+ [
1543
+ 0,
1544
+ {
1545
+ [_hQ]: _CIF,
1546
+ },
1547
+ ],
1548
+ [
1549
+ 0,
1550
+ {
1551
+ [_hQ]: _NT,
1552
+ },
1553
+ ],
1554
+ [
1555
+ 1,
1556
+ {
1557
+ [_hQ]: _MR,
1558
+ },
1559
+ ],
1560
+ ],
1561
+ ];
1562
+ export var ListManagedThingSchemasResponse = [
1563
+ 3,
1564
+ n0,
1565
+ _LMTSRi,
1566
+ 0,
1567
+ [_It, _NT],
1568
+ [() => ManagedThingSchemaListDefinition, 0],
1569
+ ];
1570
+ export var ListManagedThingsRequest = [
1571
+ 3,
1572
+ n0,
1573
+ _LMTR,
1574
+ 0,
1575
+ [_OF, _CLF, _RF, _PCIF, _CPIF, _CDIF, _CDIFo, _SNF, _PSF, _NT, _MR],
1576
+ [
1577
+ [
1578
+ () => Owner,
1579
+ {
1580
+ [_hQ]: _OF,
1581
+ },
1582
+ ],
1583
+ [
1584
+ 0,
1585
+ {
1586
+ [_hQ]: _CLF,
1587
+ },
1588
+ ],
1589
+ [
1590
+ 0,
1591
+ {
1592
+ [_hQ]: _RF,
1593
+ },
1594
+ ],
1595
+ [
1596
+ 0,
1597
+ {
1598
+ [_hQ]: _PCIF,
1599
+ },
1600
+ ],
1601
+ [
1602
+ 0,
1603
+ {
1604
+ [_hQ]: _CPIF,
1605
+ },
1606
+ ],
1607
+ [
1608
+ 0,
1609
+ {
1610
+ [_hQ]: _CDIF,
1611
+ },
1612
+ ],
1613
+ [
1614
+ () => ConnectorDeviceId,
1615
+ {
1616
+ [_hQ]: _CDIFo,
1617
+ },
1618
+ ],
1619
+ [
1620
+ () => SerialNumber,
1621
+ {
1622
+ [_hQ]: _SNF,
1623
+ },
1624
+ ],
1625
+ [
1626
+ 0,
1627
+ {
1628
+ [_hQ]: _PSF,
1629
+ },
1630
+ ],
1631
+ [
1632
+ 0,
1633
+ {
1634
+ [_hQ]: _NT,
1635
+ },
1636
+ ],
1637
+ [
1638
+ 1,
1639
+ {
1640
+ [_hQ]: _MR,
1641
+ },
1642
+ ],
1643
+ ],
1644
+ ];
1645
+ export var ListManagedThingsResponse = [
1646
+ 3,
1647
+ n0,
1648
+ _LMTRi,
1649
+ 0,
1650
+ [_It, _NT],
1651
+ [[() => ManagedThingListDefinition, 0], 0],
1652
+ ];
1653
+ export var ListNotificationConfigurationsRequest = [
1654
+ 3,
1655
+ n0,
1656
+ _LNCR,
1657
+ 0,
1658
+ [_MR, _NT],
1659
+ [
1660
+ [
1661
+ 1,
1662
+ {
1663
+ [_hQ]: _MR,
1664
+ },
1665
+ ],
1666
+ [
1667
+ 0,
1668
+ {
1669
+ [_hQ]: _NT,
1670
+ },
1671
+ ],
1672
+ ],
1673
+ ];
1674
+ export var ListNotificationConfigurationsResponse = [
1675
+ 3,
1676
+ n0,
1677
+ _LNCRi,
1678
+ 0,
1679
+ [_NCL, _NT],
1680
+ [() => NotificationConfigurationListDefinition, 0],
1681
+ ];
1682
+ export var ListOtaTaskConfigurationsRequest = [
1683
+ 3,
1684
+ n0,
1685
+ _LOTCR,
1686
+ 0,
1687
+ [_NT, _MR],
1688
+ [
1689
+ [
1690
+ 0,
1691
+ {
1692
+ [_hQ]: _NT,
1693
+ },
1694
+ ],
1695
+ [
1696
+ 1,
1697
+ {
1698
+ [_hQ]: _MR,
1699
+ },
1700
+ ],
1701
+ ],
1702
+ ];
1703
+ export var ListOtaTaskConfigurationsResponse = [
1704
+ 3,
1705
+ n0,
1706
+ _LOTCRi,
1707
+ 0,
1708
+ [_It, _NT],
1709
+ [[() => OtaTaskConfigurationListDefinition, 0], 0],
1710
+ ];
1711
+ export var ListOtaTaskExecutionsRequest = [
1712
+ 3,
1713
+ n0,
1714
+ _LOTER,
1715
+ 0,
1716
+ [_Id, _NT, _MR],
1717
+ [
1718
+ [0, 1],
1719
+ [
1720
+ 0,
1721
+ {
1722
+ [_hQ]: _NT,
1723
+ },
1724
+ ],
1725
+ [
1726
+ 1,
1727
+ {
1728
+ [_hQ]: _MR,
1729
+ },
1730
+ ],
1731
+ ],
1732
+ ];
1733
+ export var ListOtaTaskExecutionsResponse = [
1734
+ 3,
1735
+ n0,
1736
+ _LOTERi,
1737
+ 0,
1738
+ [_ES, _NT],
1739
+ [() => OtaTaskExecutionSummariesListDefinition, 0],
1740
+ ];
1741
+ export var ListOtaTasksRequest = [
1742
+ 3,
1743
+ n0,
1744
+ _LOTR,
1745
+ 0,
1746
+ [_NT, _MR],
1747
+ [
1748
+ [
1749
+ 0,
1750
+ {
1751
+ [_hQ]: _NT,
1752
+ },
1753
+ ],
1754
+ [
1755
+ 1,
1756
+ {
1757
+ [_hQ]: _MR,
1758
+ },
1759
+ ],
1760
+ ],
1761
+ ];
1762
+ export var ListOtaTasksResponse = [
1763
+ 3,
1764
+ n0,
1765
+ _LOTRi,
1766
+ 0,
1767
+ [_Tas, _NT],
1768
+ [() => OtaTaskListDefinition, 0],
1769
+ ];
1770
+ export var ListProvisioningProfilesRequest = [
1771
+ 3,
1772
+ n0,
1773
+ _LPPR,
1774
+ 0,
1775
+ [_NT, _MR],
1776
+ [
1777
+ [
1778
+ 0,
1779
+ {
1780
+ [_hQ]: _NT,
1781
+ },
1782
+ ],
1783
+ [
1784
+ 1,
1785
+ {
1786
+ [_hQ]: _MR,
1787
+ },
1788
+ ],
1789
+ ],
1790
+ ];
1791
+ export var ListProvisioningProfilesResponse = [
1792
+ 3,
1793
+ n0,
1794
+ _LPPRi,
1795
+ 0,
1796
+ [_It, _NT],
1797
+ [() => ProvisioningProfileListDefinition, 0],
1798
+ ];
1799
+ export var ListSchemaVersionsRequest = [
1800
+ 3,
1801
+ n0,
1802
+ _LSVR,
1803
+ 0,
1804
+ [_T, _MR, _NT, _SI, _Na, _V, _SV],
1805
+ [
1806
+ [0, 1],
1807
+ [
1808
+ 1,
1809
+ {
1810
+ [_hQ]: _MR,
1811
+ },
1812
+ ],
1813
+ [
1814
+ 0,
1815
+ {
1816
+ [_hQ]: _NT,
1817
+ },
1818
+ ],
1819
+ [
1820
+ 0,
1821
+ {
1822
+ [_hQ]: _SIF,
1823
+ },
1824
+ ],
1825
+ [
1826
+ 0,
1827
+ {
1828
+ [_hQ]: _NF,
1829
+ },
1830
+ ],
1831
+ [
1832
+ 0,
1833
+ {
1834
+ [_hQ]: _VF,
1835
+ },
1836
+ ],
1837
+ [
1838
+ 0,
1839
+ {
1840
+ [_hQ]: _SVF,
1841
+ },
1842
+ ],
1843
+ ],
1844
+ ];
1845
+ export var ListSchemaVersionsResponse = [
1846
+ 3,
1847
+ n0,
1848
+ _LSVRi,
1849
+ 0,
1850
+ [_It, _NT],
1851
+ [() => SchemaVersionList, 0],
1852
+ ];
1853
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1854
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [[() => TagsMap, 0]]];
1855
+ export var ManagedThingAssociation = [3, n0, _MTA, 0, [_MTI, _AAIc], [0, 0]];
1856
+ export var ManagedThingSchemaListItem = [3, n0, _MTSLI, 0, [_EIn, _CI, _S], [0, 0, 15]];
1857
+ export var ManagedThingSummary = [
1858
+ 3,
1859
+ n0,
1860
+ _MTS,
1861
+ 0,
1862
+ [_I, _Ar, _API, _B, _C, _CDI, _CPI, _CDIo, _M, _N, _O, _CLI, _PCI, _PS, _R, _SN, _CAr, _UA, _AA],
1863
+ [
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ [() => Brand, 0],
1868
+ [() => Classification, 0],
1869
+ [() => ConnectorDeviceId, 0],
1870
+ 0,
1871
+ 0,
1872
+ [() => Model, 0],
1873
+ 0,
1874
+ [() => Owner, 0],
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ [() => SerialNumber, 0],
1880
+ 4,
1881
+ 4,
1882
+ 4,
1883
+ ],
1884
+ ];
1885
+ export var MatterCapabilityReport = [
1886
+ 3,
1887
+ n0,
1888
+ _MCR,
1889
+ 0,
1890
+ [_v, _nI, _en],
1891
+ [0, 0, () => MatterCapabilityReportEndpoints],
1892
+ ];
1893
+ export var MatterCapabilityReportAttribute = [3, n0, _MCRA, 0, [_i, _n, _va], [0, 0, 15]];
1894
+ export var MatterCapabilityReportCluster = [
1895
+ 3,
1896
+ n0,
1897
+ _MCRC,
1898
+ 0,
1899
+ [_i, _re, _pI, _n, _sV, _at, _com, _ev, _fM, _gC, _fI],
1900
+ [0, 1, 0, 0, 0, () => MatterCapabilityReportAttributes, 64 | 0, 64 | 0, 1, 64 | 0, 1],
1901
+ ];
1902
+ export var MatterCapabilityReportEndpoint = [
1903
+ 3,
1904
+ n0,
1905
+ _MCRE,
1906
+ 0,
1907
+ [_i, _dT, _cl, _pa, _sT, _cC],
1908
+ [0, 64 | 0, () => MatterCapabilityReportClusters, 64 | 0, 64 | 0, 64 | 0],
1909
+ ];
1910
+ export var MatterCluster = [
1911
+ 3,
1912
+ n0,
1913
+ _MC,
1914
+ 0,
1915
+ [_i, _at, _com, _ev],
1916
+ [0, [() => MatterAttributes, 0], [() => MatterCommands, 0], [() => MatterEvents, 0]],
1917
+ ];
1918
+ export var MatterEndpoint = [3, n0, _ME, 0, [_i, _cl], [0, [() => MatterClusters, 0]]];
1919
+ export var NotificationConfigurationSummary = [3, n0, _NCS, 0, [_ETv, _DN], [0, 0]];
1920
+ export var OAuthConfig = [
1921
+ 3,
1922
+ n0,
1923
+ _OAC,
1924
+ 0,
1925
+ [_aU, _tU, _sc, _tEAS, _oACRU, _pRTR],
1926
+ [0, 0, 0, 0, 0, () => ProactiveRefreshTokenRenewal],
1927
+ ];
1928
+ export var OAuthUpdate = [
1929
+ 3,
1930
+ n0,
1931
+ _OAU,
1932
+ 0,
1933
+ [_oACRU, _pRTR],
1934
+ [0, () => ProactiveRefreshTokenRenewal],
1935
+ ];
1936
+ export var OtaTaskAbortConfig = [3, n0, _OTAC, 0, [_ACCL], [() => AbortConfigCriteriaList]];
1937
+ export var OtaTaskConfigurationSummary = [
1938
+ 3,
1939
+ n0,
1940
+ _OTCS,
1941
+ 0,
1942
+ [_TCI, _N, _CAr],
1943
+ [0, [() => OtaTaskConfigurationName, 0], 4],
1944
+ ];
1945
+ export var OtaTaskExecutionRetryConfig = [
1946
+ 3,
1947
+ n0,
1948
+ _OTERC,
1949
+ 0,
1950
+ [_RCC],
1951
+ [() => RetryConfigCriteriaList],
1952
+ ];
1953
+ export var OtaTaskExecutionRolloutConfig = [
1954
+ 3,
1955
+ n0,
1956
+ _OTERCt,
1957
+ 0,
1958
+ [_ERR, _MPM],
1959
+ [() => ExponentialRolloutRate, 1],
1960
+ ];
1961
+ export var OtaTaskExecutionSummaries = [
1962
+ 3,
1963
+ n0,
1964
+ _OTES,
1965
+ 0,
1966
+ [_TES, _MTI],
1967
+ [() => OtaTaskExecutionSummary, 0],
1968
+ ];
1969
+ export var OtaTaskExecutionSummary = [
1970
+ 3,
1971
+ n0,
1972
+ _OTESt,
1973
+ 0,
1974
+ [_EN, _LUA, _QA, _RAet, _SA, _St],
1975
+ [1, 4, 4, 1, 4, 0],
1976
+ ];
1977
+ export var OtaTaskSchedulingConfig = [
1978
+ 3,
1979
+ n0,
1980
+ _OTSC,
1981
+ 0,
1982
+ [_EB, _ETn, _MW, _ST],
1983
+ [0, 0, () => ScheduleMaintenanceWindowList, 0],
1984
+ ];
1985
+ export var OtaTaskSummary = [
1986
+ 3,
1987
+ n0,
1988
+ _OTS,
1989
+ 0,
1990
+ [_TI, _TA, _CAr, _LUA, _TCI, _St],
1991
+ [0, 0, 4, 4, 0, 0],
1992
+ ];
1993
+ export var OtaTaskTimeoutConfig = [3, n0, _OTTC, 0, [_IPTIM], [1]];
1994
+ export var ProactiveRefreshTokenRenewal = [3, n0, _PRTR, 0, [_ena, _DBR], [2, 1]];
1995
+ export var ProvisioningProfileSummary = [3, n0, _PPS, 0, [_N, _I, _Ar, _PT], [0, 0, 0, 0]];
1996
+ export var PushConfig = [
1997
+ 3,
1998
+ n0,
1999
+ _PC,
2000
+ 0,
2001
+ [_ACb, _RC, _TC],
2002
+ [() => OtaTaskAbortConfig, () => OtaTaskExecutionRolloutConfig, () => OtaTaskTimeoutConfig],
2003
+ ];
2004
+ export var PutDefaultEncryptionConfigurationRequest = [3, n0, _PDECR, 0, [_eT, _kKA], [0, 0]];
2005
+ export var PutDefaultEncryptionConfigurationResponse = [
2006
+ 3,
2007
+ n0,
2008
+ _PDECRu,
2009
+ 0,
2010
+ [_cS, _eT, _kKA],
2011
+ [() => ConfigurationStatus, 0, 0],
2012
+ ];
2013
+ export var PutHubConfigurationRequest = [3, n0, _PHCR, 0, [_HTTESIS], [1]];
2014
+ export var PutHubConfigurationResponse = [3, n0, _PHCRu, 0, [_HTTESIS], [1]];
2015
+ export var PutRuntimeLogConfigurationRequest = [
2016
+ 3,
2017
+ n0,
2018
+ _PRLCR,
2019
+ 0,
2020
+ [_MTI, _RLC],
2021
+ [[0, 1], () => RuntimeLogConfigurations],
2022
+ ];
2023
+ export var RegisterAccountAssociationRequest = [3, n0, _RAAR, 0, [_MTI, _AAIc, _DDI], [0, 0, 0]];
2024
+ export var RegisterAccountAssociationResponse = [
2025
+ 3,
2026
+ n0,
2027
+ _RAARe,
2028
+ 0,
2029
+ [_AAIc, _DDI, _MTI],
2030
+ [0, 0, 0],
2031
+ ];
2032
+ export var RegisterCustomEndpointRequest = [3, n0, _RCER, 0, [], []];
2033
+ export var RegisterCustomEndpointResponse = [3, n0, _RCERe, 0, [_EA], [0]];
2034
+ export var ResetRuntimeLogConfigurationRequest = [3, n0, _RRLCR, 0, [_MTI], [[0, 1]]];
2035
+ export var ResourceNotFoundException = [
2036
+ -3,
2037
+ n0,
2038
+ _RNFE,
2039
+ {
2040
+ [_e]: _c,
2041
+ [_hE]: 404,
2042
+ },
2043
+ [_Me, _RI, _RT],
2044
+ [0, 0, 0],
2045
+ ];
2046
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2047
+ export var RetryConfigCriteria = [3, n0, _RCC, 0, [_FT, _MNOR], [0, 1]];
2048
+ export var RolloutRateIncreaseCriteria = [3, n0, _RRIC, 0, [_nONT, _nOST], [1, 1]];
2049
+ export var RuntimeLogConfigurations = [
2050
+ 3,
2051
+ n0,
2052
+ _RLC,
2053
+ 0,
2054
+ [_LL, _LFL, _LSL, _LSFRMF, _LSFRMB, _UL, _UPM, _DLSAU],
2055
+ [0, 0, 0, 1, 1, 2, 1, 2],
2056
+ ];
2057
+ export var ScheduleMaintenanceWindow = [3, n0, _SMW, 0, [_DIM, _ST], [1, 0]];
2058
+ export var SchemaVersionListItem = [
2059
+ 3,
2060
+ n0,
2061
+ _SVLI,
2062
+ 0,
2063
+ [_SI, _T, _D, _Na, _SV, _V],
2064
+ [0, 0, 0, 0, 0, 0],
2065
+ ];
2066
+ export var SecretsManager = [3, n0, _SM, 0, [_ar, _vI], [0, 0]];
2067
+ export var SendConnectorEventRequest = [
2068
+ 3,
2069
+ n0,
2070
+ _SCER,
2071
+ 0,
2072
+ [_CIonn, _UI, _Op, _OV, _SC, _Me, _DDI, _CDI, _TIr, _Dev, _ME],
2073
+ [
2074
+ [0, 1],
2075
+ [() => ThirdPartyUserId, 0],
2076
+ 0,
2077
+ [() => ConnectorEventOperationVersion, 0],
2078
+ [() => ConnectorEventStatusCode, 0],
2079
+ [() => ConnectorEventMessage, 0],
2080
+ 0,
2081
+ [() => ConnectorDeviceId, 0],
2082
+ 0,
2083
+ [() => Devices, 0],
2084
+ [() => MatterEndpoint, 0],
2085
+ ],
2086
+ ];
2087
+ export var SendConnectorEventResponse = [3, n0, _SCERe, 0, [_CIonn], [0]];
2088
+ export var SendManagedThingCommandRequest = [
2089
+ 3,
2090
+ n0,
2091
+ _SMTCR,
2092
+ 0,
2093
+ [_MTI, _E, _CAI, _AAIc],
2094
+ [[0, 1], [() => CommandEndpoints, 0], 0, 0],
2095
+ ];
2096
+ export var SendManagedThingCommandResponse = [3, n0, _SMTCRe, 0, [_TIr], [0]];
2097
+ export var ServiceQuotaExceededException = [
2098
+ -3,
2099
+ n0,
2100
+ _SQEE,
2101
+ {
2102
+ [_e]: _c,
2103
+ [_hE]: 402,
2104
+ },
2105
+ [_Me],
2106
+ [0],
2107
+ ];
2108
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
2109
+ export var ServiceUnavailableException = [
2110
+ -3,
2111
+ n0,
2112
+ _SUE,
2113
+ {
2114
+ [_e]: _se,
2115
+ [_hE]: 503,
2116
+ },
2117
+ [_Me],
2118
+ [0],
2119
+ ];
2120
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
2121
+ export var StartAccountAssociationRefreshRequest = [3, n0, _SAARR, 0, [_AAIc], [[0, 1]]];
2122
+ export var StartAccountAssociationRefreshResponse = [
2123
+ 3,
2124
+ n0,
2125
+ _SAARRt,
2126
+ 0,
2127
+ [_OAAU],
2128
+ [[() => OAuthAuthorizationUrl, 0]],
2129
+ ];
2130
+ export var StartDeviceDiscoveryRequest = [
2131
+ 3,
2132
+ n0,
2133
+ _SDDR,
2134
+ 0,
2135
+ [_DT, _CPD, _CIont, _CAIo, _AAIc, _AM, _AMT, _CT, _Ta],
2136
+ [0, 128 | 0, 0, 0, 0, [() => DiscoveryAuthMaterialString, 0], 0, 0, [() => TagsMap, 0]],
2137
+ ];
2138
+ export var StartDeviceDiscoveryResponse = [3, n0, _SDDRt, 0, [_I, _SA], [0, 4]];
2139
+ export var StateCapability = [
2140
+ 3,
2141
+ n0,
2142
+ _SCt,
2143
+ 0,
2144
+ [_i, _n, _v, _pr],
2145
+ [0, 0, 0, [() => CapabilityProperties, 0]],
2146
+ ];
2147
+ export var StateEndpoint = [3, n0, _SE, 0, [_eI, _ca], [0, [() => StateCapabilities, 0]]];
2148
+ export var TagResourceRequest = [
2149
+ 3,
2150
+ n0,
2151
+ _TRR,
2152
+ 0,
2153
+ [_RAe, _Ta],
2154
+ [
2155
+ [0, 1],
2156
+ [() => TagsMap, 0],
2157
+ ],
2158
+ ];
2159
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2160
+ export var TaskProcessingDetails = [
2161
+ 3,
2162
+ n0,
2163
+ _TPD,
2164
+ 0,
2165
+ [_NOCT, _NOFT, _NOIPT, _nOQT, _nORT, _nORTu, _nOST, _nOTOT, _pT],
2166
+ [1, 1, 1, 1, 1, 1, 1, 1, 64 | 0],
2167
+ ];
2168
+ export var ThrottlingException = [
2169
+ -3,
2170
+ n0,
2171
+ _TE,
2172
+ {
2173
+ [_e]: _c,
2174
+ [_hE]: 429,
2175
+ },
2176
+ [_Me],
2177
+ [0],
2178
+ ];
2179
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2180
+ export var UnauthorizedException = [
2181
+ -3,
2182
+ n0,
2183
+ _UE,
2184
+ {
2185
+ [_e]: _c,
2186
+ [_hE]: 401,
2187
+ },
2188
+ [_Me],
2189
+ [0],
2190
+ ];
2191
+ TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
2192
+ export var UntagResourceRequest = [
2193
+ 3,
2194
+ n0,
2195
+ _URR,
2196
+ 0,
2197
+ [_RAe, _TK],
2198
+ [
2199
+ [0, 1],
2200
+ [
2201
+ 64 | 0,
2202
+ {
2203
+ [_hQ]: _tK,
2204
+ },
2205
+ ],
2206
+ ],
2207
+ ];
2208
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2209
+ export var UpdateAccountAssociationRequest = [3, n0, _UAAR, 0, [_AAIc, _N, _D], [[0, 1], 0, 0]];
2210
+ export var UpdateCloudConnectorRequest = [3, n0, _UCCR, 0, [_Id, _N, _D], [[0, 1], 0, 0]];
2211
+ export var UpdateConnectorDestinationRequest = [
2212
+ 3,
2213
+ n0,
2214
+ _UCDR,
2215
+ 0,
2216
+ [_Id, _D, _N, _AT, _AC, _SM],
2217
+ [[0, 1], 0, 0, 0, () => AuthConfigUpdate, () => SecretsManager],
2218
+ ];
2219
+ export var UpdateDestinationRequest = [
2220
+ 3,
2221
+ n0,
2222
+ _UDR,
2223
+ 0,
2224
+ [_N, _DDA, _DDT, _RA, _D],
2225
+ [[0, 1], 0, 0, 0, 0],
2226
+ ];
2227
+ export var UpdateEventLogConfigurationRequest = [3, n0, _UELCR, 0, [_I, _ELL], [[0, 1], 0]];
2228
+ export var UpdateManagedThingRequest = [
2229
+ 3,
2230
+ n0,
2231
+ _UMTR,
2232
+ 0,
2233
+ [_Id, _O, _CLI, _SN, _B, _M, _N, _CR, _CSa, _Ca, _C, _HNM, _MD],
2234
+ [
2235
+ [0, 1],
2236
+ [() => Owner, 0],
2237
+ 0,
2238
+ [() => SerialNumber, 0],
2239
+ [() => Brand, 0],
2240
+ [() => Model, 0],
2241
+ 0,
2242
+ () => CapabilityReport,
2243
+ () => CapabilitySchemas,
2244
+ 0,
2245
+ [() => Classification, 0],
2246
+ 0,
2247
+ 128 | 0,
2248
+ ],
2249
+ ];
2250
+ export var UpdateNotificationConfigurationRequest = [3, n0, _UNCR, 0, [_ETv, _DN], [[0, 1], 0]];
2251
+ export var UpdateOtaTaskRequest = [3, n0, _UOTR, 0, [_Id, _D, _TCI], [[0, 1], 0, 0]];
2252
+ export var ValidationException = [
2253
+ -3,
2254
+ n0,
2255
+ _VE,
2256
+ {
2257
+ [_e]: _c,
2258
+ [_hE]: 400,
2259
+ },
2260
+ [_Me],
2261
+ [0],
2262
+ ];
2263
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
2264
+ export var __Unit = "unit";
2265
+ export var IoTManagedIntegrationsServiceException = [
2266
+ -3,
2267
+ _sm,
2268
+ "IoTManagedIntegrationsServiceException",
2269
+ 0,
2270
+ [],
2271
+ [],
2272
+ ];
2273
+ TypeRegistry.for(_sm).registerError(IoTManagedIntegrationsServiceException, __IoTManagedIntegrationsServiceException);
2274
+ export var AbortConfigCriteriaList = [1, n0, _ACCL, 0, () => AbortConfigCriteria];
2275
+ export var AccountAssociationListDefinition = [1, n0, _AALD, 0, () => AccountAssociationItem];
2276
+ export var CapabilityActions = [1, n0, _CAa, 0, [() => CapabilityAction, 0]];
2277
+ export var CapabilityReportActions = 64 | 0;
2278
+ export var CapabilityReportCapabilities = [1, n0, _CRCa, 0, () => CapabilityReportCapability];
2279
+ export var CapabilityReportEndpoints = [1, n0, _CREa, 0, () => CapabilityReportEndpoint];
2280
+ export var CapabilityReportEvents = 64 | 0;
2281
+ export var CapabilityReportProperties = 64 | 0;
2282
+ export var CapabilitySchemas = [1, n0, _CSa, 0, () => CapabilitySchemaItem];
2283
+ export var CommandCapabilities = [1, n0, _CCom, 0, [() => CommandCapability, 0]];
2284
+ export var CommandEndpoints = [1, n0, _CEom, 0, [() => CommandEndpoint, 0]];
2285
+ export var ConnectorDestinationListDefinition = [1, n0, _CDLD, 0, () => ConnectorDestinationSummary];
2286
+ export var ConnectorList = [1, n0, _CL, 0, () => ConnectorItem];
2287
+ export var CredentialLockerListDefinition = [1, n0, _CLLD, 0, [() => CredentialLockerSummary, 0]];
2288
+ export var DestinationListDefinition = [1, n0, _DLD, 0, () => DestinationSummary];
2289
+ export var DeviceDiscoveryListDefinition = [1, n0, _DDLD, 0, () => DeviceDiscoverySummary];
2290
+ export var Devices = [1, n0, _Dev, 0, [() => Device, 0]];
2291
+ export var DeviceTypeList = 64 | 0;
2292
+ export var DeviceTypes = 64 | 0;
2293
+ export var DiscoveredDeviceListDefinition = [1, n0, _DDLDi, 0, [() => DiscoveredDeviceSummary, 0]];
2294
+ export var EventLogConfigurationListDefinition = [
2295
+ 1,
2296
+ n0,
2297
+ _ELCLD,
2298
+ 0,
2299
+ () => EventLogConfigurationSummary,
2300
+ ];
2301
+ export var ManagedThingAssociationList = [1, n0, _MTAL, 0, () => ManagedThingAssociation];
2302
+ export var ManagedThingListDefinition = [1, n0, _MTLD, 0, [() => ManagedThingSummary, 0]];
2303
+ export var ManagedThingSchemaListDefinition = [1, n0, _MTSLD, 0, () => ManagedThingSchemaListItem];
2304
+ export var MatterCapabilityReportAttributes = [
2305
+ 1,
2306
+ n0,
2307
+ _MCRAa,
2308
+ 0,
2309
+ () => MatterCapabilityReportAttribute,
2310
+ ];
2311
+ export var MatterCapabilityReportClusters = [1, n0, _MCRCa, 0, () => MatterCapabilityReportCluster];
2312
+ export var MatterCapabilityReportCommands = 64 | 0;
2313
+ export var MatterCapabilityReportEndpointClientClusters = 64 | 0;
2314
+ export var MatterCapabilityReportEndpointParts = 64 | 0;
2315
+ export var MatterCapabilityReportEndpoints = [1, n0, _MCREa, 0, () => MatterCapabilityReportEndpoint];
2316
+ export var MatterCapabilityReportEndpointSemanticTags = 64 | 0;
2317
+ export var MatterCapabilityReportEvents = 64 | 0;
2318
+ export var MatterCapabilityReportGeneratedCommands = 64 | 0;
2319
+ export var MatterClusters = [1, n0, _MCa, 0, [() => MatterCluster, 0]];
2320
+ export var NotificationConfigurationListDefinition = [
2321
+ 1,
2322
+ n0,
2323
+ _NCLD,
2324
+ 0,
2325
+ () => NotificationConfigurationSummary,
2326
+ ];
2327
+ export var OtaTaskConfigurationListDefinition = [
2328
+ 1,
2329
+ n0,
2330
+ _OTCLD,
2331
+ 0,
2332
+ [() => OtaTaskConfigurationSummary, 0],
2333
+ ];
2334
+ export var OtaTaskExecutionSummariesListDefinition = [
2335
+ 1,
2336
+ n0,
2337
+ _OTESLD,
2338
+ 0,
2339
+ () => OtaTaskExecutionSummaries,
2340
+ ];
2341
+ export var OtaTaskListDefinition = [1, n0, _OTLD, 0, () => OtaTaskSummary];
2342
+ export var ProvisioningProfileListDefinition = [1, n0, _PPLD, 0, () => ProvisioningProfileSummary];
2343
+ export var RetryConfigCriteriaList = [1, n0, _RCCL, 0, () => RetryConfigCriteria];
2344
+ export var ScheduleMaintenanceWindowList = [1, n0, _SMWL, 0, () => ScheduleMaintenanceWindow];
2345
+ export var SchemaVersionList = [1, n0, _SVL, 0, () => SchemaVersionListItem];
2346
+ export var StateCapabilities = [1, n0, _SCta, 0, [() => StateCapability, 0]];
2347
+ export var StateEndpoints = [1, n0, _SEt, 0, [() => StateEndpoint, 0]];
2348
+ export var TagKeyList = 64 | 0;
2349
+ export var Target = 64 | 0;
2350
+ export var CustomProtocolDetail = 128 | 0;
2351
+ export var MatterCommands = [2, n0, _MCat, 0, [0, 0], [() => MatterFields, 0]];
2352
+ export var MatterEvents = [2, n0, _MEa, 0, [0, 0], [() => MatterFields, 0]];
2353
+ export var MetaData = 128 | 0;
2354
+ export var TagsMap = [2, n0, _TM, 8, 0, 0];
2355
+ export var CreateAccountAssociation = [
2356
+ 9,
2357
+ n0,
2358
+ _CAA,
2359
+ {
2360
+ [_h]: ["POST", "/account-associations", 201],
2361
+ },
2362
+ () => CreateAccountAssociationRequest,
2363
+ () => CreateAccountAssociationResponse,
2364
+ ];
2365
+ export var CreateCloudConnector = [
2366
+ 9,
2367
+ n0,
2368
+ _CCC,
2369
+ {
2370
+ [_h]: ["POST", "/cloud-connectors", 201],
2371
+ },
2372
+ () => CreateCloudConnectorRequest,
2373
+ () => CreateCloudConnectorResponse,
2374
+ ];
2375
+ export var CreateConnectorDestination = [
2376
+ 9,
2377
+ n0,
2378
+ _CCD,
2379
+ {
2380
+ [_h]: ["POST", "/connector-destinations", 201],
2381
+ },
2382
+ () => CreateConnectorDestinationRequest,
2383
+ () => CreateConnectorDestinationResponse,
2384
+ ];
2385
+ export var CreateCredentialLocker = [
2386
+ 9,
2387
+ n0,
2388
+ _CCL,
2389
+ {
2390
+ [_h]: ["POST", "/credential-lockers", 201],
2391
+ },
2392
+ () => CreateCredentialLockerRequest,
2393
+ () => CreateCredentialLockerResponse,
2394
+ ];
2395
+ export var CreateDestination = [
2396
+ 9,
2397
+ n0,
2398
+ _CD,
2399
+ {
2400
+ [_h]: ["POST", "/destinations", 201],
2401
+ },
2402
+ () => CreateDestinationRequest,
2403
+ () => CreateDestinationResponse,
2404
+ ];
2405
+ export var CreateEventLogConfiguration = [
2406
+ 9,
2407
+ n0,
2408
+ _CELC,
2409
+ {
2410
+ [_h]: ["POST", "/event-log-configurations", 201],
2411
+ },
2412
+ () => CreateEventLogConfigurationRequest,
2413
+ () => CreateEventLogConfigurationResponse,
2414
+ ];
2415
+ export var CreateManagedThing = [
2416
+ 9,
2417
+ n0,
2418
+ _CMT,
2419
+ {
2420
+ [_h]: ["POST", "/managed-things", 201],
2421
+ },
2422
+ () => CreateManagedThingRequest,
2423
+ () => CreateManagedThingResponse,
2424
+ ];
2425
+ export var CreateNotificationConfiguration = [
2426
+ 9,
2427
+ n0,
2428
+ _CNC,
2429
+ {
2430
+ [_h]: ["POST", "/notification-configurations", 201],
2431
+ },
2432
+ () => CreateNotificationConfigurationRequest,
2433
+ () => CreateNotificationConfigurationResponse,
2434
+ ];
2435
+ export var CreateOtaTask = [
2436
+ 9,
2437
+ n0,
2438
+ _COT,
2439
+ {
2440
+ [_h]: ["POST", "/ota-tasks", 201],
2441
+ },
2442
+ () => CreateOtaTaskRequest,
2443
+ () => CreateOtaTaskResponse,
2444
+ ];
2445
+ export var CreateOtaTaskConfiguration = [
2446
+ 9,
2447
+ n0,
2448
+ _COTC,
2449
+ {
2450
+ [_h]: ["POST", "/ota-task-configurations", 201],
2451
+ },
2452
+ () => CreateOtaTaskConfigurationRequest,
2453
+ () => CreateOtaTaskConfigurationResponse,
2454
+ ];
2455
+ export var CreateProvisioningProfile = [
2456
+ 9,
2457
+ n0,
2458
+ _CPP,
2459
+ {
2460
+ [_h]: ["POST", "/provisioning-profiles", 201],
2461
+ },
2462
+ () => CreateProvisioningProfileRequest,
2463
+ () => CreateProvisioningProfileResponse,
2464
+ ];
2465
+ export var DeleteAccountAssociation = [
2466
+ 9,
2467
+ n0,
2468
+ _DAA,
2469
+ {
2470
+ [_h]: ["DELETE", "/account-associations/{AccountAssociationId}", 200],
2471
+ },
2472
+ () => DeleteAccountAssociationRequest,
2473
+ () => __Unit,
2474
+ ];
2475
+ export var DeleteCloudConnector = [
2476
+ 9,
2477
+ n0,
2478
+ _DCC,
2479
+ {
2480
+ [_h]: ["DELETE", "/cloud-connectors/{Identifier}", 200],
2481
+ },
2482
+ () => DeleteCloudConnectorRequest,
2483
+ () => __Unit,
2484
+ ];
2485
+ export var DeleteConnectorDestination = [
2486
+ 9,
2487
+ n0,
2488
+ _DCD,
2489
+ {
2490
+ [_h]: ["DELETE", "/connector-destinations/{Identifier}", 200],
2491
+ },
2492
+ () => DeleteConnectorDestinationRequest,
2493
+ () => __Unit,
2494
+ ];
2495
+ export var DeleteCredentialLocker = [
2496
+ 9,
2497
+ n0,
2498
+ _DCL,
2499
+ {
2500
+ [_h]: ["DELETE", "/credential-lockers/{Identifier}", 200],
2501
+ },
2502
+ () => DeleteCredentialLockerRequest,
2503
+ () => __Unit,
2504
+ ];
2505
+ export var DeleteDestination = [
2506
+ 9,
2507
+ n0,
2508
+ _DD,
2509
+ {
2510
+ [_h]: ["DELETE", "/destinations/{Name}", 200],
2511
+ },
2512
+ () => DeleteDestinationRequest,
2513
+ () => __Unit,
2514
+ ];
2515
+ export var DeleteEventLogConfiguration = [
2516
+ 9,
2517
+ n0,
2518
+ _DELC,
2519
+ {
2520
+ [_h]: ["DELETE", "/event-log-configurations/{Id}", 200],
2521
+ },
2522
+ () => DeleteEventLogConfigurationRequest,
2523
+ () => __Unit,
2524
+ ];
2525
+ export var DeleteManagedThing = [
2526
+ 9,
2527
+ n0,
2528
+ _DMT,
2529
+ {
2530
+ [_h]: ["DELETE", "/managed-things/{Identifier}", 204],
2531
+ },
2532
+ () => DeleteManagedThingRequest,
2533
+ () => __Unit,
2534
+ ];
2535
+ export var DeleteNotificationConfiguration = [
2536
+ 9,
2537
+ n0,
2538
+ _DNC,
2539
+ {
2540
+ [_h]: ["DELETE", "/notification-configurations/{EventType}", 200],
2541
+ },
2542
+ () => DeleteNotificationConfigurationRequest,
2543
+ () => __Unit,
2544
+ ];
2545
+ export var DeleteOtaTask = [
2546
+ 9,
2547
+ n0,
2548
+ _DOT,
2549
+ {
2550
+ [_h]: ["DELETE", "/ota-tasks/{Identifier}", 200],
2551
+ },
2552
+ () => DeleteOtaTaskRequest,
2553
+ () => __Unit,
2554
+ ];
2555
+ export var DeleteOtaTaskConfiguration = [
2556
+ 9,
2557
+ n0,
2558
+ _DOTC,
2559
+ {
2560
+ [_h]: ["DELETE", "/ota-task-configurations/{Identifier}", 204],
2561
+ },
2562
+ () => DeleteOtaTaskConfigurationRequest,
2563
+ () => __Unit,
2564
+ ];
2565
+ export var DeleteProvisioningProfile = [
2566
+ 9,
2567
+ n0,
2568
+ _DPP,
2569
+ {
2570
+ [_h]: ["DELETE", "/provisioning-profiles/{Identifier}", 200],
2571
+ },
2572
+ () => DeleteProvisioningProfileRequest,
2573
+ () => __Unit,
2574
+ ];
2575
+ export var DeregisterAccountAssociation = [
2576
+ 9,
2577
+ n0,
2578
+ _DAAe,
2579
+ {
2580
+ [_h]: ["PUT", "/managed-thing-associations/deregister", 200],
2581
+ },
2582
+ () => DeregisterAccountAssociationRequest,
2583
+ () => __Unit,
2584
+ ];
2585
+ export var GetAccountAssociation = [
2586
+ 9,
2587
+ n0,
2588
+ _GAA,
2589
+ {
2590
+ [_h]: ["GET", "/account-associations/{AccountAssociationId}", 200],
2591
+ },
2592
+ () => GetAccountAssociationRequest,
2593
+ () => GetAccountAssociationResponse,
2594
+ ];
2595
+ export var GetCloudConnector = [
2596
+ 9,
2597
+ n0,
2598
+ _GCC,
2599
+ {
2600
+ [_h]: ["GET", "/cloud-connectors/{Identifier}", 200],
2601
+ },
2602
+ () => GetCloudConnectorRequest,
2603
+ () => GetCloudConnectorResponse,
2604
+ ];
2605
+ export var GetConnectorDestination = [
2606
+ 9,
2607
+ n0,
2608
+ _GCD,
2609
+ {
2610
+ [_h]: ["GET", "/connector-destinations/{Identifier}", 200],
2611
+ },
2612
+ () => GetConnectorDestinationRequest,
2613
+ () => GetConnectorDestinationResponse,
2614
+ ];
2615
+ export var GetCredentialLocker = [
2616
+ 9,
2617
+ n0,
2618
+ _GCL,
2619
+ {
2620
+ [_h]: ["GET", "/credential-lockers/{Identifier}", 200],
2621
+ },
2622
+ () => GetCredentialLockerRequest,
2623
+ () => GetCredentialLockerResponse,
2624
+ ];
2625
+ export var GetCustomEndpoint = [
2626
+ 9,
2627
+ n0,
2628
+ _GCE,
2629
+ {
2630
+ [_h]: ["GET", "/custom-endpoint", 200],
2631
+ },
2632
+ () => GetCustomEndpointRequest,
2633
+ () => GetCustomEndpointResponse,
2634
+ ];
2635
+ export var GetDefaultEncryptionConfiguration = [
2636
+ 9,
2637
+ n0,
2638
+ _GDEC,
2639
+ {
2640
+ [_h]: ["GET", "/configuration/account/encryption", 200],
2641
+ },
2642
+ () => GetDefaultEncryptionConfigurationRequest,
2643
+ () => GetDefaultEncryptionConfigurationResponse,
2644
+ ];
2645
+ export var GetDestination = [
2646
+ 9,
2647
+ n0,
2648
+ _GD,
2649
+ {
2650
+ [_h]: ["GET", "/destinations/{Name}", 200],
2651
+ },
2652
+ () => GetDestinationRequest,
2653
+ () => GetDestinationResponse,
2654
+ ];
2655
+ export var GetDeviceDiscovery = [
2656
+ 9,
2657
+ n0,
2658
+ _GDD,
2659
+ {
2660
+ [_h]: ["GET", "/device-discoveries/{Identifier}", 200],
2661
+ },
2662
+ () => GetDeviceDiscoveryRequest,
2663
+ () => GetDeviceDiscoveryResponse,
2664
+ ];
2665
+ export var GetEventLogConfiguration = [
2666
+ 9,
2667
+ n0,
2668
+ _GELC,
2669
+ {
2670
+ [_h]: ["GET", "/event-log-configurations/{Id}", 200],
2671
+ },
2672
+ () => GetEventLogConfigurationRequest,
2673
+ () => GetEventLogConfigurationResponse,
2674
+ ];
2675
+ export var GetHubConfiguration = [
2676
+ 9,
2677
+ n0,
2678
+ _GHC,
2679
+ {
2680
+ [_h]: ["GET", "/hub-configuration", 200],
2681
+ },
2682
+ () => GetHubConfigurationRequest,
2683
+ () => GetHubConfigurationResponse,
2684
+ ];
2685
+ export var GetManagedThing = [
2686
+ 9,
2687
+ n0,
2688
+ _GMT,
2689
+ {
2690
+ [_h]: ["GET", "/managed-things/{Identifier}", 200],
2691
+ },
2692
+ () => GetManagedThingRequest,
2693
+ () => GetManagedThingResponse,
2694
+ ];
2695
+ export var GetManagedThingCapabilities = [
2696
+ 9,
2697
+ n0,
2698
+ _GMTC,
2699
+ {
2700
+ [_h]: ["GET", "/managed-things-capabilities/{Identifier}", 200],
2701
+ },
2702
+ () => GetManagedThingCapabilitiesRequest,
2703
+ () => GetManagedThingCapabilitiesResponse,
2704
+ ];
2705
+ export var GetManagedThingCertificate = [
2706
+ 9,
2707
+ n0,
2708
+ _GMTCe,
2709
+ {
2710
+ [_h]: ["GET", "/managed-things-certificate/{Identifier}", 200],
2711
+ },
2712
+ () => GetManagedThingCertificateRequest,
2713
+ () => GetManagedThingCertificateResponse,
2714
+ ];
2715
+ export var GetManagedThingConnectivityData = [
2716
+ 9,
2717
+ n0,
2718
+ _GMTCD,
2719
+ {
2720
+ [_h]: ["POST", "/managed-things-connectivity-data/{Identifier}", 200],
2721
+ },
2722
+ () => GetManagedThingConnectivityDataRequest,
2723
+ () => GetManagedThingConnectivityDataResponse,
2724
+ ];
2725
+ export var GetManagedThingMetaData = [
2726
+ 9,
2727
+ n0,
2728
+ _GMTMD,
2729
+ {
2730
+ [_h]: ["GET", "/managed-things-metadata/{Identifier}", 200],
2731
+ },
2732
+ () => GetManagedThingMetaDataRequest,
2733
+ () => GetManagedThingMetaDataResponse,
2734
+ ];
2735
+ export var GetManagedThingState = [
2736
+ 9,
2737
+ n0,
2738
+ _GMTS,
2739
+ {
2740
+ [_h]: ["GET", "/managed-thing-states/{ManagedThingId}", 200],
2741
+ },
2742
+ () => GetManagedThingStateRequest,
2743
+ () => GetManagedThingStateResponse,
2744
+ ];
2745
+ export var GetNotificationConfiguration = [
2746
+ 9,
2747
+ n0,
2748
+ _GNC,
2749
+ {
2750
+ [_h]: ["GET", "/notification-configurations/{EventType}", 200],
2751
+ },
2752
+ () => GetNotificationConfigurationRequest,
2753
+ () => GetNotificationConfigurationResponse,
2754
+ ];
2755
+ export var GetOtaTask = [
2756
+ 9,
2757
+ n0,
2758
+ _GOT,
2759
+ {
2760
+ [_h]: ["GET", "/ota-tasks/{Identifier}", 200],
2761
+ },
2762
+ () => GetOtaTaskRequest,
2763
+ () => GetOtaTaskResponse,
2764
+ ];
2765
+ export var GetOtaTaskConfiguration = [
2766
+ 9,
2767
+ n0,
2768
+ _GOTC,
2769
+ {
2770
+ [_h]: ["GET", "/ota-task-configurations/{Identifier}", 200],
2771
+ },
2772
+ () => GetOtaTaskConfigurationRequest,
2773
+ () => GetOtaTaskConfigurationResponse,
2774
+ ];
2775
+ export var GetProvisioningProfile = [
2776
+ 9,
2777
+ n0,
2778
+ _GPP,
2779
+ {
2780
+ [_h]: ["GET", "/provisioning-profiles/{Identifier}", 200],
2781
+ },
2782
+ () => GetProvisioningProfileRequest,
2783
+ () => GetProvisioningProfileResponse,
2784
+ ];
2785
+ export var GetRuntimeLogConfiguration = [
2786
+ 9,
2787
+ n0,
2788
+ _GRLC,
2789
+ {
2790
+ [_h]: ["GET", "/runtime-log-configurations/{ManagedThingId}", 200],
2791
+ },
2792
+ () => GetRuntimeLogConfigurationRequest,
2793
+ () => GetRuntimeLogConfigurationResponse,
2794
+ ];
2795
+ export var GetSchemaVersion = [
2796
+ 9,
2797
+ n0,
2798
+ _GSV,
2799
+ {
2800
+ [_h]: ["GET", "/schema-versions/{Type}/{SchemaVersionedId}", 200],
2801
+ },
2802
+ () => GetSchemaVersionRequest,
2803
+ () => GetSchemaVersionResponse,
2804
+ ];
2805
+ export var ListAccountAssociations = [
2806
+ 9,
2807
+ n0,
2808
+ _LAA,
2809
+ {
2810
+ [_h]: ["GET", "/account-associations", 200],
2811
+ },
2812
+ () => ListAccountAssociationsRequest,
2813
+ () => ListAccountAssociationsResponse,
2814
+ ];
2815
+ export var ListCloudConnectors = [
2816
+ 9,
2817
+ n0,
2818
+ _LCC,
2819
+ {
2820
+ [_h]: ["GET", "/cloud-connectors", 200],
2821
+ },
2822
+ () => ListCloudConnectorsRequest,
2823
+ () => ListCloudConnectorsResponse,
2824
+ ];
2825
+ export var ListConnectorDestinations = [
2826
+ 9,
2827
+ n0,
2828
+ _LCD,
2829
+ {
2830
+ [_h]: ["GET", "/connector-destinations", 200],
2831
+ },
2832
+ () => ListConnectorDestinationsRequest,
2833
+ () => ListConnectorDestinationsResponse,
2834
+ ];
2835
+ export var ListCredentialLockers = [
2836
+ 9,
2837
+ n0,
2838
+ _LCL,
2839
+ {
2840
+ [_h]: ["GET", "/credential-lockers", 200],
2841
+ },
2842
+ () => ListCredentialLockersRequest,
2843
+ () => ListCredentialLockersResponse,
2844
+ ];
2845
+ export var ListDestinations = [
2846
+ 9,
2847
+ n0,
2848
+ _LD,
2849
+ {
2850
+ [_h]: ["GET", "/destinations", 200],
2851
+ },
2852
+ () => ListDestinationsRequest,
2853
+ () => ListDestinationsResponse,
2854
+ ];
2855
+ export var ListDeviceDiscoveries = [
2856
+ 9,
2857
+ n0,
2858
+ _LDD,
2859
+ {
2860
+ [_h]: ["GET", "/device-discoveries", 200],
2861
+ },
2862
+ () => ListDeviceDiscoveriesRequest,
2863
+ () => ListDeviceDiscoveriesResponse,
2864
+ ];
2865
+ export var ListDiscoveredDevices = [
2866
+ 9,
2867
+ n0,
2868
+ _LDDi,
2869
+ {
2870
+ [_h]: ["GET", "/device-discoveries/{Identifier}/devices", 200],
2871
+ },
2872
+ () => ListDiscoveredDevicesRequest,
2873
+ () => ListDiscoveredDevicesResponse,
2874
+ ];
2875
+ export var ListEventLogConfigurations = [
2876
+ 9,
2877
+ n0,
2878
+ _LELC,
2879
+ {
2880
+ [_h]: ["GET", "/event-log-configurations", 200],
2881
+ },
2882
+ () => ListEventLogConfigurationsRequest,
2883
+ () => ListEventLogConfigurationsResponse,
2884
+ ];
2885
+ export var ListManagedThingAccountAssociations = [
2886
+ 9,
2887
+ n0,
2888
+ _LMTAA,
2889
+ {
2890
+ [_h]: ["GET", "/managed-thing-associations", 200],
2891
+ },
2892
+ () => ListManagedThingAccountAssociationsRequest,
2893
+ () => ListManagedThingAccountAssociationsResponse,
2894
+ ];
2895
+ export var ListManagedThings = [
2896
+ 9,
2897
+ n0,
2898
+ _LMT,
2899
+ {
2900
+ [_h]: ["GET", "/managed-things", 200],
2901
+ },
2902
+ () => ListManagedThingsRequest,
2903
+ () => ListManagedThingsResponse,
2904
+ ];
2905
+ export var ListManagedThingSchemas = [
2906
+ 9,
2907
+ n0,
2908
+ _LMTS,
2909
+ {
2910
+ [_h]: ["GET", "/managed-thing-schemas/{Identifier}", 200],
2911
+ },
2912
+ () => ListManagedThingSchemasRequest,
2913
+ () => ListManagedThingSchemasResponse,
2914
+ ];
2915
+ export var ListNotificationConfigurations = [
2916
+ 9,
2917
+ n0,
2918
+ _LNC,
2919
+ {
2920
+ [_h]: ["GET", "/notification-configurations", 200],
2921
+ },
2922
+ () => ListNotificationConfigurationsRequest,
2923
+ () => ListNotificationConfigurationsResponse,
2924
+ ];
2925
+ export var ListOtaTaskConfigurations = [
2926
+ 9,
2927
+ n0,
2928
+ _LOTC,
2929
+ {
2930
+ [_h]: ["GET", "/ota-task-configurations", 200],
2931
+ },
2932
+ () => ListOtaTaskConfigurationsRequest,
2933
+ () => ListOtaTaskConfigurationsResponse,
2934
+ ];
2935
+ export var ListOtaTaskExecutions = [
2936
+ 9,
2937
+ n0,
2938
+ _LOTE,
2939
+ {
2940
+ [_h]: ["GET", "/ota-tasks/{Identifier}/devices", 200],
2941
+ },
2942
+ () => ListOtaTaskExecutionsRequest,
2943
+ () => ListOtaTaskExecutionsResponse,
2944
+ ];
2945
+ export var ListOtaTasks = [
2946
+ 9,
2947
+ n0,
2948
+ _LOT,
2949
+ {
2950
+ [_h]: ["GET", "/ota-tasks", 200],
2951
+ },
2952
+ () => ListOtaTasksRequest,
2953
+ () => ListOtaTasksResponse,
2954
+ ];
2955
+ export var ListProvisioningProfiles = [
2956
+ 9,
2957
+ n0,
2958
+ _LPP,
2959
+ {
2960
+ [_h]: ["GET", "/provisioning-profiles", 200],
2961
+ },
2962
+ () => ListProvisioningProfilesRequest,
2963
+ () => ListProvisioningProfilesResponse,
2964
+ ];
2965
+ export var ListSchemaVersions = [
2966
+ 9,
2967
+ n0,
2968
+ _LSV,
2969
+ {
2970
+ [_h]: ["GET", "/schema-versions/{Type}", 200],
2971
+ },
2972
+ () => ListSchemaVersionsRequest,
2973
+ () => ListSchemaVersionsResponse,
2974
+ ];
2975
+ export var ListTagsForResource = [
2976
+ 9,
2977
+ n0,
2978
+ _LTFR,
2979
+ {
2980
+ [_h]: ["GET", "/tags/{ResourceArn}", 200],
2981
+ },
2982
+ () => ListTagsForResourceRequest,
2983
+ () => ListTagsForResourceResponse,
2984
+ ];
2985
+ export var PutDefaultEncryptionConfiguration = [
2986
+ 9,
2987
+ n0,
2988
+ _PDEC,
2989
+ {
2990
+ [_h]: ["POST", "/configuration/account/encryption", 201],
2991
+ },
2992
+ () => PutDefaultEncryptionConfigurationRequest,
2993
+ () => PutDefaultEncryptionConfigurationResponse,
2994
+ ];
2995
+ export var PutHubConfiguration = [
2996
+ 9,
2997
+ n0,
2998
+ _PHC,
2999
+ {
3000
+ [_h]: ["PUT", "/hub-configuration", 201],
3001
+ },
3002
+ () => PutHubConfigurationRequest,
3003
+ () => PutHubConfigurationResponse,
3004
+ ];
3005
+ export var PutRuntimeLogConfiguration = [
3006
+ 9,
3007
+ n0,
3008
+ _PRLC,
3009
+ {
3010
+ [_h]: ["PUT", "/runtime-log-configurations/{ManagedThingId}", 200],
3011
+ },
3012
+ () => PutRuntimeLogConfigurationRequest,
3013
+ () => __Unit,
3014
+ ];
3015
+ export var RegisterAccountAssociation = [
3016
+ 9,
3017
+ n0,
3018
+ _RAA,
3019
+ {
3020
+ [_h]: ["PUT", "/managed-thing-associations/register", 201],
3021
+ },
3022
+ () => RegisterAccountAssociationRequest,
3023
+ () => RegisterAccountAssociationResponse,
3024
+ ];
3025
+ export var RegisterCustomEndpoint = [
3026
+ 9,
3027
+ n0,
3028
+ _RCE,
3029
+ {
3030
+ [_h]: ["POST", "/custom-endpoint", 201],
3031
+ },
3032
+ () => RegisterCustomEndpointRequest,
3033
+ () => RegisterCustomEndpointResponse,
3034
+ ];
3035
+ export var ResetRuntimeLogConfiguration = [
3036
+ 9,
3037
+ n0,
3038
+ _RRLC,
3039
+ {
3040
+ [_h]: ["DELETE", "/runtime-log-configurations/{ManagedThingId}", 200],
3041
+ },
3042
+ () => ResetRuntimeLogConfigurationRequest,
3043
+ () => __Unit,
3044
+ ];
3045
+ export var SendConnectorEvent = [
3046
+ 9,
3047
+ n0,
3048
+ _SCE,
3049
+ {
3050
+ [_h]: ["POST", "/connector-event/{ConnectorId}", 202],
3051
+ },
3052
+ () => SendConnectorEventRequest,
3053
+ () => SendConnectorEventResponse,
3054
+ ];
3055
+ export var SendManagedThingCommand = [
3056
+ 9,
3057
+ n0,
3058
+ _SMTC,
3059
+ {
3060
+ [_h]: ["POST", "/managed-things-command/{ManagedThingId}", 202],
3061
+ },
3062
+ () => SendManagedThingCommandRequest,
3063
+ () => SendManagedThingCommandResponse,
3064
+ ];
3065
+ export var StartAccountAssociationRefresh = [
3066
+ 9,
3067
+ n0,
3068
+ _SAAR,
3069
+ {
3070
+ [_h]: ["POST", "/account-associations/{AccountAssociationId}/refresh", 200],
3071
+ },
3072
+ () => StartAccountAssociationRefreshRequest,
3073
+ () => StartAccountAssociationRefreshResponse,
3074
+ ];
3075
+ export var StartDeviceDiscovery = [
3076
+ 9,
3077
+ n0,
3078
+ _SDD,
3079
+ {
3080
+ [_h]: ["POST", "/device-discoveries", 201],
3081
+ },
3082
+ () => StartDeviceDiscoveryRequest,
3083
+ () => StartDeviceDiscoveryResponse,
3084
+ ];
3085
+ export var TagResource = [
3086
+ 9,
3087
+ n0,
3088
+ _TR,
3089
+ {
3090
+ [_h]: ["POST", "/tags/{ResourceArn}", 200],
3091
+ },
3092
+ () => TagResourceRequest,
3093
+ () => TagResourceResponse,
3094
+ ];
3095
+ export var UntagResource = [
3096
+ 9,
3097
+ n0,
3098
+ _UR,
3099
+ {
3100
+ [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
3101
+ },
3102
+ () => UntagResourceRequest,
3103
+ () => UntagResourceResponse,
3104
+ ];
3105
+ export var UpdateAccountAssociation = [
3106
+ 9,
3107
+ n0,
3108
+ _UAA,
3109
+ {
3110
+ [_h]: ["PUT", "/account-associations/{AccountAssociationId}", 204],
3111
+ },
3112
+ () => UpdateAccountAssociationRequest,
3113
+ () => __Unit,
3114
+ ];
3115
+ export var UpdateCloudConnector = [
3116
+ 9,
3117
+ n0,
3118
+ _UCC,
3119
+ {
3120
+ [_h]: ["PUT", "/cloud-connectors/{Identifier}", 200],
3121
+ },
3122
+ () => UpdateCloudConnectorRequest,
3123
+ () => __Unit,
3124
+ ];
3125
+ export var UpdateConnectorDestination = [
3126
+ 9,
3127
+ n0,
3128
+ _UCD,
3129
+ {
3130
+ [_h]: ["PUT", "/connector-destinations/{Identifier}", 204],
3131
+ },
3132
+ () => UpdateConnectorDestinationRequest,
3133
+ () => __Unit,
3134
+ ];
3135
+ export var UpdateDestination = [
3136
+ 9,
3137
+ n0,
3138
+ _UD,
3139
+ {
3140
+ [_h]: ["PUT", "/destinations/{Name}", 201],
3141
+ },
3142
+ () => UpdateDestinationRequest,
3143
+ () => __Unit,
3144
+ ];
3145
+ export var UpdateEventLogConfiguration = [
3146
+ 9,
3147
+ n0,
3148
+ _UELC,
3149
+ {
3150
+ [_h]: ["PATCH", "/event-log-configurations/{Id}", 200],
3151
+ },
3152
+ () => UpdateEventLogConfigurationRequest,
3153
+ () => __Unit,
3154
+ ];
3155
+ export var UpdateManagedThing = [
3156
+ 9,
3157
+ n0,
3158
+ _UMT,
3159
+ {
3160
+ [_h]: ["PUT", "/managed-things/{Identifier}", 204],
3161
+ },
3162
+ () => UpdateManagedThingRequest,
3163
+ () => __Unit,
3164
+ ];
3165
+ export var UpdateNotificationConfiguration = [
3166
+ 9,
3167
+ n0,
3168
+ _UNC,
3169
+ {
3170
+ [_h]: ["PUT", "/notification-configurations/{EventType}", 201],
3171
+ },
3172
+ () => UpdateNotificationConfigurationRequest,
3173
+ () => __Unit,
3174
+ ];
3175
+ export var UpdateOtaTask = [
3176
+ 9,
3177
+ n0,
3178
+ _UOT,
3179
+ {
3180
+ [_h]: ["PUT", "/ota-tasks/{Identifier}", 204],
3181
+ },
3182
+ () => UpdateOtaTaskRequest,
3183
+ () => __Unit,
3184
+ ];