@aws-sdk/client-iot-managed-integrations 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist-cjs/index.js +949 -662
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateAccountAssociationCommand.js +2 -2
  4. package/dist-es/commands/CreateCloudConnectorCommand.js +2 -2
  5. package/dist-es/commands/CreateConnectorDestinationCommand.js +2 -2
  6. package/dist-es/commands/CreateCredentialLockerCommand.js +2 -2
  7. package/dist-es/commands/CreateDestinationCommand.js +2 -2
  8. package/dist-es/commands/CreateEventLogConfigurationCommand.js +2 -2
  9. package/dist-es/commands/CreateManagedThingCommand.js +2 -2
  10. package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -2
  11. package/dist-es/commands/CreateOtaTaskCommand.js +2 -2
  12. package/dist-es/commands/CreateOtaTaskConfigurationCommand.js +2 -2
  13. package/dist-es/commands/CreateProvisioningProfileCommand.js +2 -2
  14. package/dist-es/commands/DeleteAccountAssociationCommand.js +2 -2
  15. package/dist-es/commands/DeleteCloudConnectorCommand.js +2 -2
  16. package/dist-es/commands/DeleteConnectorDestinationCommand.js +2 -2
  17. package/dist-es/commands/DeleteCredentialLockerCommand.js +2 -2
  18. package/dist-es/commands/DeleteDestinationCommand.js +2 -2
  19. package/dist-es/commands/DeleteEventLogConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DeleteManagedThingCommand.js +2 -2
  21. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
  22. package/dist-es/commands/DeleteOtaTaskCommand.js +2 -2
  23. package/dist-es/commands/DeleteOtaTaskConfigurationCommand.js +2 -2
  24. package/dist-es/commands/DeleteProvisioningProfileCommand.js +2 -2
  25. package/dist-es/commands/DeregisterAccountAssociationCommand.js +2 -2
  26. package/dist-es/commands/GetAccountAssociationCommand.js +2 -2
  27. package/dist-es/commands/GetCloudConnectorCommand.js +2 -2
  28. package/dist-es/commands/GetConnectorDestinationCommand.js +2 -2
  29. package/dist-es/commands/GetCredentialLockerCommand.js +2 -2
  30. package/dist-es/commands/GetCustomEndpointCommand.js +2 -2
  31. package/dist-es/commands/GetDefaultEncryptionConfigurationCommand.js +2 -2
  32. package/dist-es/commands/GetDestinationCommand.js +2 -2
  33. package/dist-es/commands/GetDeviceDiscoveryCommand.js +2 -2
  34. package/dist-es/commands/GetEventLogConfigurationCommand.js +2 -2
  35. package/dist-es/commands/GetHubConfigurationCommand.js +2 -2
  36. package/dist-es/commands/GetManagedThingCapabilitiesCommand.js +2 -2
  37. package/dist-es/commands/GetManagedThingCertificateCommand.js +2 -2
  38. package/dist-es/commands/GetManagedThingCommand.js +2 -2
  39. package/dist-es/commands/GetManagedThingConnectivityDataCommand.js +2 -2
  40. package/dist-es/commands/GetManagedThingMetaDataCommand.js +2 -2
  41. package/dist-es/commands/GetManagedThingStateCommand.js +2 -2
  42. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -2
  43. package/dist-es/commands/GetOtaTaskCommand.js +2 -2
  44. package/dist-es/commands/GetOtaTaskConfigurationCommand.js +2 -2
  45. package/dist-es/commands/GetProvisioningProfileCommand.js +2 -2
  46. package/dist-es/commands/GetRuntimeLogConfigurationCommand.js +2 -2
  47. package/dist-es/commands/GetSchemaVersionCommand.js +2 -2
  48. package/dist-es/commands/ListAccountAssociationsCommand.js +2 -2
  49. package/dist-es/commands/ListCloudConnectorsCommand.js +2 -2
  50. package/dist-es/commands/ListConnectorDestinationsCommand.js +2 -2
  51. package/dist-es/commands/ListCredentialLockersCommand.js +2 -2
  52. package/dist-es/commands/ListDestinationsCommand.js +2 -2
  53. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +2 -2
  54. package/dist-es/commands/ListDiscoveredDevicesCommand.js +2 -2
  55. package/dist-es/commands/ListEventLogConfigurationsCommand.js +2 -2
  56. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +2 -2
  57. package/dist-es/commands/ListManagedThingSchemasCommand.js +2 -2
  58. package/dist-es/commands/ListManagedThingsCommand.js +2 -2
  59. package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -2
  60. package/dist-es/commands/ListOtaTaskConfigurationsCommand.js +2 -2
  61. package/dist-es/commands/ListOtaTaskExecutionsCommand.js +2 -2
  62. package/dist-es/commands/ListOtaTasksCommand.js +2 -2
  63. package/dist-es/commands/ListProvisioningProfilesCommand.js +2 -2
  64. package/dist-es/commands/ListSchemaVersionsCommand.js +2 -2
  65. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  66. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +2 -2
  67. package/dist-es/commands/PutHubConfigurationCommand.js +2 -2
  68. package/dist-es/commands/PutRuntimeLogConfigurationCommand.js +2 -2
  69. package/dist-es/commands/RegisterAccountAssociationCommand.js +2 -2
  70. package/dist-es/commands/RegisterCustomEndpointCommand.js +2 -2
  71. package/dist-es/commands/ResetRuntimeLogConfigurationCommand.js +2 -2
  72. package/dist-es/commands/SendConnectorEventCommand.js +2 -2
  73. package/dist-es/commands/SendManagedThingCommandCommand.js +2 -2
  74. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +2 -2
  75. package/dist-es/commands/StartDeviceDiscoveryCommand.js +2 -2
  76. package/dist-es/commands/TagResourceCommand.js +2 -2
  77. package/dist-es/commands/UntagResourceCommand.js +2 -2
  78. package/dist-es/commands/UpdateAccountAssociationCommand.js +2 -2
  79. package/dist-es/commands/UpdateCloudConnectorCommand.js +2 -2
  80. package/dist-es/commands/UpdateConnectorDestinationCommand.js +2 -2
  81. package/dist-es/commands/UpdateDestinationCommand.js +2 -2
  82. package/dist-es/commands/UpdateEventLogConfigurationCommand.js +2 -2
  83. package/dist-es/commands/UpdateManagedThingCommand.js +2 -2
  84. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
  85. package/dist-es/commands/UpdateOtaTaskCommand.js +2 -2
  86. package/dist-es/index.js +1 -0
  87. package/dist-es/runtimeConfig.shared.js +6 -1
  88. package/dist-es/schemas/schemas_0.js +578 -588
  89. package/dist-types/IoTManagedIntegrationsClient.d.ts +1 -10
  90. package/dist-types/index.d.ts +1 -0
  91. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  92. package/dist-types/runtimeConfig.d.ts +6 -2
  93. package/dist-types/runtimeConfig.native.d.ts +6 -2
  94. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  95. package/dist-types/schemas/schemas_0.d.ts +298 -376
  96. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +0 -4
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +297 -378
  103. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -108,14 +108,14 @@ class IoTManagedIntegrationsClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let IoTManagedIntegrationsServiceException$1 = class IoTManagedIntegrationsServiceException extends smithyClient.ServiceException {
111
+ class IoTManagedIntegrationsServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, IoTManagedIntegrationsServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends IoTManagedIntegrationsServiceException$1 {
118
+ class AccessDeniedException extends IoTManagedIntegrationsServiceException {
119
119
  name = "AccessDeniedException";
120
120
  $fault = "client";
121
121
  Message;
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends IoTManagedInte
128
128
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
129
129
  this.Message = opts.Message;
130
130
  }
131
- };
132
- let ConflictException$1 = class ConflictException extends IoTManagedIntegrationsServiceException$1 {
131
+ }
132
+ class ConflictException extends IoTManagedIntegrationsServiceException {
133
133
  name = "ConflictException";
134
134
  $fault = "client";
135
135
  Message;
@@ -142,8 +142,8 @@ let ConflictException$1 = class ConflictException extends IoTManagedIntegrations
142
142
  Object.setPrototypeOf(this, ConflictException.prototype);
143
143
  this.Message = opts.Message;
144
144
  }
145
- };
146
- let InternalServerException$1 = class InternalServerException extends IoTManagedIntegrationsServiceException$1 {
145
+ }
146
+ class InternalServerException extends IoTManagedIntegrationsServiceException {
147
147
  name = "InternalServerException";
148
148
  $fault = "server";
149
149
  Message;
@@ -156,8 +156,8 @@ let InternalServerException$1 = class InternalServerException extends IoTManaged
156
156
  Object.setPrototypeOf(this, InternalServerException.prototype);
157
157
  this.Message = opts.Message;
158
158
  }
159
- };
160
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends IoTManagedIntegrationsServiceException$1 {
159
+ }
160
+ class ResourceNotFoundException extends IoTManagedIntegrationsServiceException {
161
161
  name = "ResourceNotFoundException";
162
162
  $fault = "client";
163
163
  Message;
@@ -174,8 +174,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends IoTMan
174
174
  this.ResourceId = opts.ResourceId;
175
175
  this.ResourceType = opts.ResourceType;
176
176
  }
177
- };
178
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends IoTManagedIntegrationsServiceException$1 {
177
+ }
178
+ class ServiceUnavailableException extends IoTManagedIntegrationsServiceException {
179
179
  name = "ServiceUnavailableException";
180
180
  $fault = "server";
181
181
  Message;
@@ -188,8 +188,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Io
188
188
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
189
189
  this.Message = opts.Message;
190
190
  }
191
- };
192
- let ThrottlingException$1 = class ThrottlingException extends IoTManagedIntegrationsServiceException$1 {
191
+ }
192
+ class ThrottlingException extends IoTManagedIntegrationsServiceException {
193
193
  name = "ThrottlingException";
194
194
  $fault = "client";
195
195
  Message;
@@ -202,8 +202,8 @@ let ThrottlingException$1 = class ThrottlingException extends IoTManagedIntegrat
202
202
  Object.setPrototypeOf(this, ThrottlingException.prototype);
203
203
  this.Message = opts.Message;
204
204
  }
205
- };
206
- let UnauthorizedException$1 = class UnauthorizedException extends IoTManagedIntegrationsServiceException$1 {
205
+ }
206
+ class UnauthorizedException extends IoTManagedIntegrationsServiceException {
207
207
  name = "UnauthorizedException";
208
208
  $fault = "client";
209
209
  Message;
@@ -216,8 +216,8 @@ let UnauthorizedException$1 = class UnauthorizedException extends IoTManagedInte
216
216
  Object.setPrototypeOf(this, UnauthorizedException.prototype);
217
217
  this.Message = opts.Message;
218
218
  }
219
- };
220
- let ValidationException$1 = class ValidationException extends IoTManagedIntegrationsServiceException$1 {
219
+ }
220
+ class ValidationException extends IoTManagedIntegrationsServiceException {
221
221
  name = "ValidationException";
222
222
  $fault = "client";
223
223
  Message;
@@ -230,8 +230,8 @@ let ValidationException$1 = class ValidationException extends IoTManagedIntegrat
230
230
  Object.setPrototypeOf(this, ValidationException.prototype);
231
231
  this.Message = opts.Message;
232
232
  }
233
- };
234
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends IoTManagedIntegrationsServiceException$1 {
233
+ }
234
+ class ServiceQuotaExceededException extends IoTManagedIntegrationsServiceException {
235
235
  name = "ServiceQuotaExceededException";
236
236
  $fault = "client";
237
237
  Message;
@@ -244,8 +244,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
244
244
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
245
245
  this.Message = opts.Message;
246
246
  }
247
- };
248
- let LimitExceededException$1 = class LimitExceededException extends IoTManagedIntegrationsServiceException$1 {
247
+ }
248
+ class LimitExceededException extends IoTManagedIntegrationsServiceException {
249
249
  name = "LimitExceededException";
250
250
  $fault = "client";
251
251
  Message;
@@ -258,8 +258,8 @@ let LimitExceededException$1 = class LimitExceededException extends IoTManagedIn
258
258
  Object.setPrototypeOf(this, LimitExceededException.prototype);
259
259
  this.Message = opts.Message;
260
260
  }
261
- };
262
- let InternalFailureException$1 = class InternalFailureException extends IoTManagedIntegrationsServiceException$1 {
261
+ }
262
+ class InternalFailureException extends IoTManagedIntegrationsServiceException {
263
263
  name = "InternalFailureException";
264
264
  $fault = "server";
265
265
  Message;
@@ -272,8 +272,8 @@ let InternalFailureException$1 = class InternalFailureException extends IoTManag
272
272
  Object.setPrototypeOf(this, InternalFailureException.prototype);
273
273
  this.Message = opts.Message;
274
274
  }
275
- };
276
- let InvalidRequestException$1 = class InvalidRequestException extends IoTManagedIntegrationsServiceException$1 {
275
+ }
276
+ class InvalidRequestException extends IoTManagedIntegrationsServiceException {
277
277
  name = "InvalidRequestException";
278
278
  $fault = "client";
279
279
  Message;
@@ -286,7 +286,7 @@ let InvalidRequestException$1 = class InvalidRequestException extends IoTManaged
286
286
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
287
287
  this.Message = opts.Message;
288
288
  }
289
- };
289
+ }
290
290
 
291
291
  const _A = "Action";
292
292
  const _AA = "ActivatedAt";
@@ -888,10 +888,10 @@ var Owner = [0, n0, _O, 8, 0];
888
888
  var SerialNumber = [0, n0, _SN, 8, 0];
889
889
  var ThirdPartyUserId = [0, n0, _TPUI, 8, 0];
890
890
  var UniversalProductCode = [0, n0, _UPC, 8, 0];
891
- var AbortConfigCriteria = [3, n0, _ACC, 0, [_A, _FT, _MNOET, _TP], [0, 0, 1, 1]];
892
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_Me], [0]];
893
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
894
- var AccountAssociationItem = [
891
+ var AbortConfigCriteria$ = [3, n0, _ACC, 0, [_A, _FT, _MNOET, _TP], [0, 0, 1, 1]];
892
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_Me], [0]];
893
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
894
+ var AccountAssociationItem$ = [
895
895
  3,
896
896
  n0,
897
897
  _AAI,
@@ -899,9 +899,9 @@ var AccountAssociationItem = [
899
899
  [_AAIc, _AS, _EM, _CDIo, _N, _D, _Ar],
900
900
  [0, 0, 0, 0, 0, 0, 0],
901
901
  ];
902
- var AuthConfig = [3, n0, _AC, 0, [_oA], [() => OAuthConfig]];
903
- var AuthConfigUpdate = [3, n0, _ACU, 0, [_oAU], [() => OAuthUpdate]];
904
- var CapabilityAction = [
902
+ var AuthConfig$ = [3, n0, _AC, 0, [_oA], [() => OAuthConfig$]];
903
+ var AuthConfigUpdate$ = [3, n0, _ACU, 0, [_oAU], [() => OAuthUpdate$]];
904
+ var CapabilityAction$ = [
905
905
  3,
906
906
  n0,
907
907
  _CA,
@@ -909,7 +909,7 @@ var CapabilityAction = [
909
909
  [_n, _r, _aTI, _p],
910
910
  [0, 0, 0, [() => CapabilityProperties, 0]],
911
911
  ];
912
- var CapabilityReport = [
912
+ var CapabilityReport$ = [
913
913
  3,
914
914
  n0,
915
915
  _CR,
@@ -917,7 +917,7 @@ var CapabilityReport = [
917
917
  [_v, _nI, _en],
918
918
  [0, 0, () => CapabilityReportEndpoints],
919
919
  ];
920
- var CapabilityReportCapability = [
920
+ var CapabilityReportCapability$ = [
921
921
  3,
922
922
  n0,
923
923
  _CRC,
@@ -925,7 +925,7 @@ var CapabilityReportCapability = [
925
925
  [_i, _n, _v, _pr, _a, _ev],
926
926
  [0, 0, 0, 64 | 0, 64 | 0, 64 | 0],
927
927
  ];
928
- var CapabilityReportEndpoint = [
928
+ var CapabilityReportEndpoint$ = [
929
929
  3,
930
930
  n0,
931
931
  _CRE,
@@ -933,8 +933,8 @@ var CapabilityReportEndpoint = [
933
933
  [_i, _dT, _ca],
934
934
  [0, 64 | 0, () => CapabilityReportCapabilities],
935
935
  ];
936
- var CapabilitySchemaItem = [3, n0, _CSI, 0, [_F, _CI, _EI, _EV, _S], [0, 0, 0, 1, 15]];
937
- var CommandCapability = [
936
+ var CapabilitySchemaItem$ = [3, n0, _CSI, 0, [_F, _CI, _EI, _EV, _S], [0, 0, 0, 1, 15]];
937
+ var CommandCapability$ = [
938
938
  3,
939
939
  n0,
940
940
  _CCo,
@@ -942,21 +942,21 @@ var CommandCapability = [
942
942
  [_i, _n, _v, _a],
943
943
  [0, 0, 0, [() => CapabilityActions, 0]],
944
944
  ];
945
- var CommandEndpoint = [3, n0, _CE, 0, [_eI, _ca], [0, [() => CommandCapabilities, 0]]];
946
- var ConfigurationError = [3, n0, _CEo, 0, [_co, _m], [0, 0]];
947
- var ConfigurationStatus = [3, n0, _CS, 0, [_e, _s], [() => ConfigurationError, 0]];
948
- var ConflictException = [-3, n0, _CEon, { [_e]: _c, [_hE]: 409 }, [_Me], [0]];
949
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
950
- var ConnectorDestinationSummary = [3, n0, _CDS, 0, [_N, _D, _CCI, _I], [0, 0, 0, 0]];
951
- var ConnectorItem = [
945
+ var CommandEndpoint$ = [3, n0, _CE, 0, [_eI, _ca], [0, [() => CommandCapabilities, 0]]];
946
+ var ConfigurationError$ = [3, n0, _CEo, 0, [_co, _m], [0, 0]];
947
+ var ConfigurationStatus$ = [3, n0, _CS, 0, [_e, _s], [() => ConfigurationError$, 0]];
948
+ var ConflictException$ = [-3, n0, _CEon, { [_e]: _c, [_hE]: 409 }, [_Me], [0]];
949
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
950
+ var ConnectorDestinationSummary$ = [3, n0, _CDS, 0, [_N, _D, _CCI, _I], [0, 0, 0, 0]];
951
+ var ConnectorItem$ = [
952
952
  3,
953
953
  n0,
954
954
  _CIo,
955
955
  0,
956
956
  [_N, _EC, _D, _ET, _I, _T],
957
- [0, () => EndpointConfig, 0, 0, 0, 0],
957
+ [0, () => EndpointConfig$, 0, 0, 0, 0],
958
958
  ];
959
- var CreateAccountAssociationRequest = [
959
+ var CreateAccountAssociationRequest$ = [
960
960
  3,
961
961
  n0,
962
962
  _CAAR,
@@ -964,7 +964,7 @@ var CreateAccountAssociationRequest = [
964
964
  [_CT, _CDIo, _N, _D, _Ta],
965
965
  [[0, 4], 0, 0, 0, [() => TagsMap, 0]],
966
966
  ];
967
- var CreateAccountAssociationResponse = [
967
+ var CreateAccountAssociationResponse$ = [
968
968
  3,
969
969
  n0,
970
970
  _CAARr,
@@ -972,25 +972,25 @@ var CreateAccountAssociationResponse = [
972
972
  [_OAAU, _AAIc, _AS, _Ar],
973
973
  [[() => OAuthAuthorizationUrl, 0], 0, 0, 0],
974
974
  ];
975
- var CreateCloudConnectorRequest = [
975
+ var CreateCloudConnectorRequest$ = [
976
976
  3,
977
977
  n0,
978
978
  _CCCR,
979
979
  0,
980
980
  [_N, _EC, _D, _ET, _CT],
981
- [0, () => EndpointConfig, 0, 0, [0, 4]],
981
+ [0, () => EndpointConfig$, 0, 0, [0, 4]],
982
982
  ];
983
- var CreateCloudConnectorResponse = [3, n0, _CCCRr, 0, [_I], [0]];
984
- var CreateConnectorDestinationRequest = [
983
+ var CreateCloudConnectorResponse$ = [3, n0, _CCCRr, 0, [_I], [0]];
984
+ var CreateConnectorDestinationRequest$ = [
985
985
  3,
986
986
  n0,
987
987
  _CCDR,
988
988
  0,
989
989
  [_N, _D, _CCI, _AT, _AC, _SM, _CT],
990
- [0, 0, 0, 0, () => AuthConfig, () => SecretsManager, [0, 4]],
990
+ [0, 0, 0, 0, () => AuthConfig$, () => SecretsManager$, [0, 4]],
991
991
  ];
992
- var CreateConnectorDestinationResponse = [3, n0, _CCDRr, 0, [_I], [0]];
993
- var CreateCredentialLockerRequest = [
992
+ var CreateConnectorDestinationResponse$ = [3, n0, _CCDRr, 0, [_I], [0]];
993
+ var CreateCredentialLockerRequest$ = [
994
994
  3,
995
995
  n0,
996
996
  _CCLR,
@@ -1002,8 +1002,8 @@ var CreateCredentialLockerRequest = [
1002
1002
  [() => TagsMap, 0],
1003
1003
  ],
1004
1004
  ];
1005
- var CreateCredentialLockerResponse = [3, n0, _CCLRr, 0, [_I, _Ar, _CAr], [0, 0, 4]];
1006
- var CreateDestinationRequest = [
1005
+ var CreateCredentialLockerResponse$ = [3, n0, _CCLRr, 0, [_I, _Ar, _CAr], [0, 0, 4]];
1006
+ var CreateDestinationRequest$ = [
1007
1007
  3,
1008
1008
  n0,
1009
1009
  _CDR,
@@ -1011,8 +1011,8 @@ var CreateDestinationRequest = [
1011
1011
  [_DDA, _DDT, _N, _RA, _CT, _D, _Ta],
1012
1012
  [0, 0, 0, 0, [0, 4], 0, [() => TagsMap, 0]],
1013
1013
  ];
1014
- var CreateDestinationResponse = [3, n0, _CDRr, 0, [_N], [0]];
1015
- var CreateEventLogConfigurationRequest = [
1014
+ var CreateDestinationResponse$ = [3, n0, _CDRr, 0, [_N], [0]];
1015
+ var CreateEventLogConfigurationRequest$ = [
1016
1016
  3,
1017
1017
  n0,
1018
1018
  _CELCR,
@@ -1020,8 +1020,8 @@ var CreateEventLogConfigurationRequest = [
1020
1020
  [_RT, _RI, _ELL, _CT],
1021
1021
  [0, 0, 0, [0, 4]],
1022
1022
  ];
1023
- var CreateEventLogConfigurationResponse = [3, n0, _CELCRr, 0, [_I], [0]];
1024
- var CreateManagedThingRequest = [
1023
+ var CreateEventLogConfigurationResponse$ = [3, n0, _CELCRr, 0, [_I], [0]];
1024
+ var CreateManagedThingRequest$ = [
1025
1025
  3,
1026
1026
  n0,
1027
1027
  _CMTR,
@@ -1037,7 +1037,7 @@ var CreateManagedThingRequest = [
1037
1037
  [() => Brand, 0],
1038
1038
  [() => Model, 0],
1039
1039
  0,
1040
- () => CapabilityReport,
1040
+ () => CapabilityReport$,
1041
1041
  () => CapabilitySchemas,
1042
1042
  0,
1043
1043
  [0, 4],
@@ -1046,8 +1046,8 @@ var CreateManagedThingRequest = [
1046
1046
  128 | 0,
1047
1047
  ],
1048
1048
  ];
1049
- var CreateManagedThingResponse = [3, n0, _CMTRr, 0, [_I, _Ar, _CAr], [0, 0, 4]];
1050
- var CreateNotificationConfigurationRequest = [
1049
+ var CreateManagedThingResponse$ = [3, n0, _CMTRr, 0, [_I, _Ar, _CAr], [0, 0, 4]];
1050
+ var CreateNotificationConfigurationRequest$ = [
1051
1051
  3,
1052
1052
  n0,
1053
1053
  _CNCR,
@@ -1055,17 +1055,17 @@ var CreateNotificationConfigurationRequest = [
1055
1055
  [_ETv, _DN, _CT, _Ta],
1056
1056
  [0, 0, [0, 4], [() => TagsMap, 0]],
1057
1057
  ];
1058
- var CreateNotificationConfigurationResponse = [3, n0, _CNCRr, 0, [_ETv], [0]];
1059
- var CreateOtaTaskConfigurationRequest = [
1058
+ var CreateNotificationConfigurationResponse$ = [3, n0, _CNCRr, 0, [_ETv], [0]];
1059
+ var CreateOtaTaskConfigurationRequest$ = [
1060
1060
  3,
1061
1061
  n0,
1062
1062
  _COTCR,
1063
1063
  0,
1064
1064
  [_D, _N, _PC, _CT],
1065
- [0, [() => OtaTaskConfigurationName, 0], () => PushConfig, [0, 4]],
1065
+ [0, [() => OtaTaskConfigurationName, 0], () => PushConfig$, [0, 4]],
1066
1066
  ];
1067
- var CreateOtaTaskConfigurationResponse = [3, n0, _COTCRr, 0, [_TCI], [0]];
1068
- var CreateOtaTaskRequest = [
1067
+ var CreateOtaTaskConfigurationResponse$ = [3, n0, _COTCRr, 0, [_TCI], [0]];
1068
+ var CreateOtaTaskRequest$ = [
1069
1069
  3,
1070
1070
  n0,
1071
1071
  _COTR,
@@ -1081,13 +1081,13 @@ var CreateOtaTaskRequest = [
1081
1081
  0,
1082
1082
  0,
1083
1083
  [0, 4],
1084
- () => OtaTaskSchedulingConfig,
1085
- () => OtaTaskExecutionRetryConfig,
1084
+ () => OtaTaskSchedulingConfig$,
1085
+ () => OtaTaskExecutionRetryConfig$,
1086
1086
  [() => TagsMap, 0],
1087
1087
  ],
1088
1088
  ];
1089
- var CreateOtaTaskResponse = [3, n0, _COTRr, 0, [_TI, _TA, _D], [0, 0, 0]];
1090
- var CreateProvisioningProfileRequest = [
1089
+ var CreateOtaTaskResponse$ = [3, n0, _COTRr, 0, [_TI, _TA, _D], [0, 0, 0]];
1090
+ var CreateProvisioningProfileRequest$ = [
1091
1091
  3,
1092
1092
  n0,
1093
1093
  _CPPR,
@@ -1095,7 +1095,7 @@ var CreateProvisioningProfileRequest = [
1095
1095
  [_PT, _CC, _N, _CT, _Ta],
1096
1096
  [0, [() => CaCertificate, 0], 0, [0, 4], [() => TagsMap, 0]],
1097
1097
  ];
1098
- var CreateProvisioningProfileResponse = [
1098
+ var CreateProvisioningProfileResponse$ = [
1099
1099
  3,
1100
1100
  n0,
1101
1101
  _CPPRr,
@@ -1103,7 +1103,7 @@ var CreateProvisioningProfileResponse = [
1103
1103
  [_Ar, _N, _PT, _I, _CCl, _CCPK],
1104
1104
  [0, 0, 0, 0, [() => ClaimCertificate, 0], [() => ClaimCertificatePrivateKey, 0]],
1105
1105
  ];
1106
- var CredentialLockerSummary = [
1106
+ var CredentialLockerSummary$ = [
1107
1107
  3,
1108
1108
  n0,
1109
1109
  _CLS,
@@ -1111,13 +1111,13 @@ var CredentialLockerSummary = [
1111
1111
  [_I, _Ar, _N, _CAr],
1112
1112
  [0, 0, [() => CredentialLockerName, 0], 4],
1113
1113
  ];
1114
- var DeleteAccountAssociationRequest = [3, n0, _DAAR, 0, [_AAIc], [[0, 1]]];
1115
- var DeleteCloudConnectorRequest = [3, n0, _DCCR, 0, [_Id], [[0, 1]]];
1116
- var DeleteConnectorDestinationRequest = [3, n0, _DCDR, 0, [_Id], [[0, 1]]];
1117
- var DeleteCredentialLockerRequest = [3, n0, _DCLR, 0, [_Id], [[0, 1]]];
1118
- var DeleteDestinationRequest = [3, n0, _DDR, 0, [_N], [[0, 1]]];
1119
- var DeleteEventLogConfigurationRequest = [3, n0, _DELCR, 0, [_I], [[0, 1]]];
1120
- var DeleteManagedThingRequest = [
1114
+ var DeleteAccountAssociationRequest$ = [3, n0, _DAAR, 0, [_AAIc], [[0, 1]]];
1115
+ var DeleteCloudConnectorRequest$ = [3, n0, _DCCR, 0, [_Id], [[0, 1]]];
1116
+ var DeleteConnectorDestinationRequest$ = [3, n0, _DCDR, 0, [_Id], [[0, 1]]];
1117
+ var DeleteCredentialLockerRequest$ = [3, n0, _DCLR, 0, [_Id], [[0, 1]]];
1118
+ var DeleteDestinationRequest$ = [3, n0, _DDR, 0, [_N], [[0, 1]]];
1119
+ var DeleteEventLogConfigurationRequest$ = [3, n0, _DELCR, 0, [_I], [[0, 1]]];
1120
+ var DeleteManagedThingRequest$ = [
1121
1121
  3,
1122
1122
  n0,
1123
1123
  _DMTR,
@@ -1128,13 +1128,13 @@ var DeleteManagedThingRequest = [
1128
1128
  [2, { [_hQ]: _Fo }],
1129
1129
  ],
1130
1130
  ];
1131
- var DeleteNotificationConfigurationRequest = [3, n0, _DNCR, 0, [_ETv], [[0, 1]]];
1132
- var DeleteOtaTaskConfigurationRequest = [3, n0, _DOTCR, 0, [_Id], [[0, 1]]];
1133
- var DeleteOtaTaskRequest = [3, n0, _DOTR, 0, [_Id], [[0, 1]]];
1134
- var DeleteProvisioningProfileRequest = [3, n0, _DPPR, 0, [_Id], [[0, 1]]];
1135
- var DeregisterAccountAssociationRequest = [3, n0, _DAARe, 0, [_MTI, _AAIc], [0, 0]];
1136
- var DestinationSummary = [3, n0, _DS, 0, [_D, _DDA, _DDT, _N, _RA], [0, 0, 0, 0, 0]];
1137
- var Device = [
1131
+ var DeleteNotificationConfigurationRequest$ = [3, n0, _DNCR, 0, [_ETv], [[0, 1]]];
1132
+ var DeleteOtaTaskConfigurationRequest$ = [3, n0, _DOTCR, 0, [_Id], [[0, 1]]];
1133
+ var DeleteOtaTaskRequest$ = [3, n0, _DOTR, 0, [_Id], [[0, 1]]];
1134
+ var DeleteProvisioningProfileRequest$ = [3, n0, _DPPR, 0, [_Id], [[0, 1]]];
1135
+ var DeregisterAccountAssociationRequest$ = [3, n0, _DAARe, 0, [_MTI, _AAIc], [0, 0]];
1136
+ var DestinationSummary$ = [3, n0, _DS, 0, [_D, _DDA, _DDT, _N, _RA], [0, 0, 0, 0, 0]];
1137
+ var Device$ = [
1138
1138
  3,
1139
1139
  n0,
1140
1140
  _De,
@@ -1143,13 +1143,13 @@ var Device = [
1143
1143
  [
1144
1144
  [() => ConnectorDeviceId, 0],
1145
1145
  [() => ConnectorDeviceName, 0],
1146
- () => MatterCapabilityReport,
1146
+ () => MatterCapabilityReport$,
1147
1147
  () => CapabilitySchemas,
1148
1148
  15,
1149
1149
  ],
1150
1150
  ];
1151
- var DeviceDiscoverySummary = [3, n0, _DDS, 0, [_I, _DT, _St], [0, 0, 0]];
1152
- var DiscoveredDeviceSummary = [
1151
+ var DeviceDiscoverySummary$ = [3, n0, _DDS, 0, [_I, _DT, _St], [0, 0, 0]];
1152
+ var DiscoveredDeviceSummary$ = [
1153
1153
  3,
1154
1154
  n0,
1155
1155
  _DDSi,
@@ -1167,18 +1167,18 @@ var DiscoveredDeviceSummary = [
1167
1167
  [() => AuthMaterialString, 0],
1168
1168
  ],
1169
1169
  ];
1170
- var EndpointConfig = [3, n0, _EC, 0, [_l], [() => LambdaConfig]];
1171
- var EventLogConfigurationSummary = [3, n0, _ELCS, 0, [_I, _RT, _RI, _ELL], [0, 0, 0, 0]];
1172
- var ExponentialRolloutRate = [
1170
+ var EndpointConfig$ = [3, n0, _EC, 0, [_l], [() => LambdaConfig$]];
1171
+ var EventLogConfigurationSummary$ = [3, n0, _ELCS, 0, [_I, _RT, _RI, _ELL], [0, 0, 0, 0]];
1172
+ var ExponentialRolloutRate$ = [
1173
1173
  3,
1174
1174
  n0,
1175
1175
  _ERR,
1176
1176
  0,
1177
1177
  [_BRPM, _IF, _RIC],
1178
- [1, 1, () => RolloutRateIncreaseCriteria],
1178
+ [1, 1, () => RolloutRateIncreaseCriteria$],
1179
1179
  ];
1180
- var GetAccountAssociationRequest = [3, n0, _GAAR, 0, [_AAIc], [[0, 1]]];
1181
- var GetAccountAssociationResponse = [
1180
+ var GetAccountAssociationRequest$ = [3, n0, _GAAR, 0, [_AAIc], [[0, 1]]];
1181
+ var GetAccountAssociationResponse$ = [
1182
1182
  3,
1183
1183
  n0,
1184
1184
  _GAARe,
@@ -1186,26 +1186,26 @@ var GetAccountAssociationResponse = [
1186
1186
  [_AAIc, _AS, _EM, _CDIo, _N, _D, _Ar, _OAAU, _Ta],
1187
1187
  [0, 0, 0, 0, 0, 0, 0, [() => OAuthAuthorizationUrl, 0], [() => TagsMap, 0]],
1188
1188
  ];
1189
- var GetCloudConnectorRequest = [3, n0, _GCCR, 0, [_Id], [[0, 1]]];
1190
- var GetCloudConnectorResponse = [
1189
+ var GetCloudConnectorRequest$ = [3, n0, _GCCR, 0, [_Id], [[0, 1]]];
1190
+ var GetCloudConnectorResponse$ = [
1191
1191
  3,
1192
1192
  n0,
1193
1193
  _GCCRe,
1194
1194
  0,
1195
1195
  [_N, _EC, _D, _ET, _I, _T],
1196
- [0, () => EndpointConfig, 0, 0, 0, 0],
1196
+ [0, () => EndpointConfig$, 0, 0, 0, 0],
1197
1197
  ];
1198
- var GetConnectorDestinationRequest = [3, n0, _GCDR, 0, [_Id], [[0, 1]]];
1199
- var GetConnectorDestinationResponse = [
1198
+ var GetConnectorDestinationRequest$ = [3, n0, _GCDR, 0, [_Id], [[0, 1]]];
1199
+ var GetConnectorDestinationResponse$ = [
1200
1200
  3,
1201
1201
  n0,
1202
1202
  _GCDRe,
1203
1203
  0,
1204
1204
  [_N, _D, _CCI, _I, _AT, _AC, _SM, _OACRU],
1205
- [0, 0, 0, 0, 0, () => AuthConfig, () => SecretsManager, 0],
1205
+ [0, 0, 0, 0, 0, () => AuthConfig$, () => SecretsManager$, 0],
1206
1206
  ];
1207
- var GetCredentialLockerRequest = [3, n0, _GCLR, 0, [_Id], [[0, 1]]];
1208
- var GetCredentialLockerResponse = [
1207
+ var GetCredentialLockerRequest$ = [3, n0, _GCLR, 0, [_Id], [[0, 1]]];
1208
+ var GetCredentialLockerResponse$ = [
1209
1209
  3,
1210
1210
  n0,
1211
1211
  _GCLRe,
@@ -1213,19 +1213,19 @@ var GetCredentialLockerResponse = [
1213
1213
  [_I, _Ar, _N, _CAr, _Ta],
1214
1214
  [0, 0, [() => CredentialLockerName, 0], 4, [() => TagsMap, 0]],
1215
1215
  ];
1216
- var GetCustomEndpointRequest = [3, n0, _GCER, 0, [], []];
1217
- var GetCustomEndpointResponse = [3, n0, _GCERe, 0, [_EA], [0]];
1218
- var GetDefaultEncryptionConfigurationRequest = [3, n0, _GDECR, 0, [], []];
1219
- var GetDefaultEncryptionConfigurationResponse = [
1216
+ var GetCustomEndpointRequest$ = [3, n0, _GCER, 0, [], []];
1217
+ var GetCustomEndpointResponse$ = [3, n0, _GCERe, 0, [_EA], [0]];
1218
+ var GetDefaultEncryptionConfigurationRequest$ = [3, n0, _GDECR, 0, [], []];
1219
+ var GetDefaultEncryptionConfigurationResponse$ = [
1220
1220
  3,
1221
1221
  n0,
1222
1222
  _GDECRe,
1223
1223
  0,
1224
1224
  [_cS, _eT, _kKA],
1225
- [() => ConfigurationStatus, 0, 0],
1225
+ [() => ConfigurationStatus$, 0, 0],
1226
1226
  ];
1227
- var GetDestinationRequest = [3, n0, _GDR, 0, [_N], [[0, 1]]];
1228
- var GetDestinationResponse = [
1227
+ var GetDestinationRequest$ = [3, n0, _GDR, 0, [_N], [[0, 1]]];
1228
+ var GetDestinationResponse$ = [
1229
1229
  3,
1230
1230
  n0,
1231
1231
  _GDRe,
@@ -1233,8 +1233,8 @@ var GetDestinationResponse = [
1233
1233
  [_D, _DDA, _DDT, _N, _RA, _CAr, _UA, _Ta],
1234
1234
  [0, 0, 0, 0, 0, 4, 4, [() => TagsMap, 0]],
1235
1235
  ];
1236
- var GetDeviceDiscoveryRequest = [3, n0, _GDDR, 0, [_Id], [[0, 1]]];
1237
- var GetDeviceDiscoveryResponse = [
1236
+ var GetDeviceDiscoveryRequest$ = [3, n0, _GDDR, 0, [_Id], [[0, 1]]];
1237
+ var GetDeviceDiscoveryResponse$ = [
1238
1238
  3,
1239
1239
  n0,
1240
1240
  _GDDRe,
@@ -1242,8 +1242,8 @@ var GetDeviceDiscoveryResponse = [
1242
1242
  [_I, _Ar, _DT, _St, _SA, _CIon, _CAI, _AAIc, _FA, _Ta],
1243
1243
  [0, 0, 0, 0, 4, 0, 0, 0, 4, [() => TagsMap, 0]],
1244
1244
  ];
1245
- var GetEventLogConfigurationRequest = [3, n0, _GELCR, 0, [_I], [[0, 1]]];
1246
- var GetEventLogConfigurationResponse = [
1245
+ var GetEventLogConfigurationRequest$ = [3, n0, _GELCR, 0, [_I], [[0, 1]]];
1246
+ var GetEventLogConfigurationResponse$ = [
1247
1247
  3,
1248
1248
  n0,
1249
1249
  _GELCRe,
@@ -1251,21 +1251,21 @@ var GetEventLogConfigurationResponse = [
1251
1251
  [_I, _RT, _RI, _ELL],
1252
1252
  [0, 0, 0, 0],
1253
1253
  ];
1254
- var GetHubConfigurationRequest = [3, n0, _GHCR, 0, [], []];
1255
- var GetHubConfigurationResponse = [3, n0, _GHCRe, 0, [_HTTESIS, _UA], [1, 4]];
1256
- var GetManagedThingCapabilitiesRequest = [3, n0, _GMTCR, 0, [_Id], [[0, 1]]];
1257
- var GetManagedThingCapabilitiesResponse = [
1254
+ var GetHubConfigurationRequest$ = [3, n0, _GHCR, 0, [], []];
1255
+ var GetHubConfigurationResponse$ = [3, n0, _GHCRe, 0, [_HTTESIS, _UA], [1, 4]];
1256
+ var GetManagedThingCapabilitiesRequest$ = [3, n0, _GMTCR, 0, [_Id], [[0, 1]]];
1257
+ var GetManagedThingCapabilitiesResponse$ = [
1258
1258
  3,
1259
1259
  n0,
1260
1260
  _GMTCRe,
1261
1261
  0,
1262
1262
  [_MTI, _Ca, _CR],
1263
- [0, 0, () => CapabilityReport],
1263
+ [0, 0, () => CapabilityReport$],
1264
1264
  ];
1265
- var GetManagedThingCertificateRequest = [3, n0, _GMTCRet, 0, [_Id], [[0, 1]]];
1266
- var GetManagedThingCertificateResponse = [3, n0, _GMTCReta, 0, [_MTI, _CPe], [0, 0]];
1267
- var GetManagedThingConnectivityDataRequest = [3, n0, _GMTCDR, 0, [_Id], [[0, 1]]];
1268
- var GetManagedThingConnectivityDataResponse = [
1265
+ var GetManagedThingCertificateRequest$ = [3, n0, _GMTCRet, 0, [_Id], [[0, 1]]];
1266
+ var GetManagedThingCertificateResponse$ = [3, n0, _GMTCReta, 0, [_MTI, _CPe], [0, 0]];
1267
+ var GetManagedThingConnectivityDataRequest$ = [3, n0, _GMTCDR, 0, [_Id], [[0, 1]]];
1268
+ var GetManagedThingConnectivityDataResponse$ = [
1269
1269
  3,
1270
1270
  n0,
1271
1271
  _GMTCDRe,
@@ -1273,10 +1273,10 @@ var GetManagedThingConnectivityDataResponse = [
1273
1273
  [_MTI, _Co, _Ti, _DR],
1274
1274
  [0, 2, 4, 0],
1275
1275
  ];
1276
- var GetManagedThingMetaDataRequest = [3, n0, _GMTMDR, 0, [_Id], [[0, 1]]];
1277
- var GetManagedThingMetaDataResponse = [3, n0, _GMTMDRe, 0, [_MTI, _MD], [0, 128 | 0]];
1278
- var GetManagedThingRequest = [3, n0, _GMTR, 0, [_Id], [[0, 1]]];
1279
- var GetManagedThingResponse = [
1276
+ var GetManagedThingMetaDataRequest$ = [3, n0, _GMTMDR, 0, [_Id], [[0, 1]]];
1277
+ var GetManagedThingMetaDataResponse$ = [3, n0, _GMTMDRe, 0, [_MTI, _MD], [0, 128 | 0]];
1278
+ var GetManagedThingRequest$ = [3, n0, _GMTR, 0, [_Id], [[0, 1]]];
1279
+ var GetManagedThingResponse$ = [
1280
1280
  3,
1281
1281
  n0,
1282
1282
  _GMTRe,
@@ -1338,10 +1338,17 @@ var GetManagedThingResponse = [
1338
1338
  [() => TagsMap, 0],
1339
1339
  ],
1340
1340
  ];
1341
- var GetManagedThingStateRequest = [3, n0, _GMTSR, 0, [_MTI], [[0, 1]]];
1342
- var GetManagedThingStateResponse = [3, n0, _GMTSRe, 0, [_E], [[() => StateEndpoints, 0]]];
1343
- var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_ETv], [[0, 1]]];
1344
- var GetNotificationConfigurationResponse = [
1341
+ var GetManagedThingStateRequest$ = [3, n0, _GMTSR, 0, [_MTI], [[0, 1]]];
1342
+ var GetManagedThingStateResponse$ = [
1343
+ 3,
1344
+ n0,
1345
+ _GMTSRe,
1346
+ 0,
1347
+ [_E],
1348
+ [[() => StateEndpoints, 0]],
1349
+ ];
1350
+ var GetNotificationConfigurationRequest$ = [3, n0, _GNCR, 0, [_ETv], [[0, 1]]];
1351
+ var GetNotificationConfigurationResponse$ = [
1345
1352
  3,
1346
1353
  n0,
1347
1354
  _GNCRe,
@@ -1349,17 +1356,17 @@ var GetNotificationConfigurationResponse = [
1349
1356
  [_ETv, _DN, _CAr, _UA, _Ta],
1350
1357
  [0, 0, 4, 4, [() => TagsMap, 0]],
1351
1358
  ];
1352
- var GetOtaTaskConfigurationRequest = [3, n0, _GOTCR, 0, [_Id], [[0, 1]]];
1353
- var GetOtaTaskConfigurationResponse = [
1359
+ var GetOtaTaskConfigurationRequest$ = [3, n0, _GOTCR, 0, [_Id], [[0, 1]]];
1360
+ var GetOtaTaskConfigurationResponse$ = [
1354
1361
  3,
1355
1362
  n0,
1356
1363
  _GOTCRe,
1357
1364
  0,
1358
1365
  [_TCI, _N, _PC, _D, _CAr],
1359
- [0, [() => OtaTaskConfigurationName, 0], () => PushConfig, 0, 4],
1366
+ [0, [() => OtaTaskConfigurationName, 0], () => PushConfig$, 0, 4],
1360
1367
  ];
1361
- var GetOtaTaskRequest = [3, n0, _GOTR, 0, [_Id], [[0, 1]]];
1362
- var GetOtaTaskResponse = [
1368
+ var GetOtaTaskRequest$ = [3, n0, _GOTR, 0, [_Id], [[0, 1]]];
1369
+ var GetOtaTaskResponse$ = [
1363
1370
  3,
1364
1371
  n0,
1365
1372
  _GOTRe,
@@ -1378,15 +1385,15 @@ var GetOtaTaskResponse = [
1378
1385
  4,
1379
1386
  4,
1380
1387
  0,
1381
- () => TaskProcessingDetails,
1382
- () => OtaTaskSchedulingConfig,
1383
- () => OtaTaskExecutionRetryConfig,
1388
+ () => TaskProcessingDetails$,
1389
+ () => OtaTaskSchedulingConfig$,
1390
+ () => OtaTaskExecutionRetryConfig$,
1384
1391
  0,
1385
1392
  [() => TagsMap, 0],
1386
1393
  ],
1387
1394
  ];
1388
- var GetProvisioningProfileRequest = [3, n0, _GPPR, 0, [_Id], [[0, 1]]];
1389
- var GetProvisioningProfileResponse = [
1395
+ var GetProvisioningProfileRequest$ = [3, n0, _GPPR, 0, [_Id], [[0, 1]]];
1396
+ var GetProvisioningProfileResponse$ = [
1390
1397
  3,
1391
1398
  n0,
1392
1399
  _GPPRe,
@@ -1394,16 +1401,16 @@ var GetProvisioningProfileResponse = [
1394
1401
  [_Ar, _N, _PT, _I, _CCl, _Ta],
1395
1402
  [0, 0, 0, 0, [() => ClaimCertificate, 0], [() => TagsMap, 0]],
1396
1403
  ];
1397
- var GetRuntimeLogConfigurationRequest = [3, n0, _GRLCR, 0, [_MTI], [[0, 1]]];
1398
- var GetRuntimeLogConfigurationResponse = [
1404
+ var GetRuntimeLogConfigurationRequest$ = [3, n0, _GRLCR, 0, [_MTI], [[0, 1]]];
1405
+ var GetRuntimeLogConfigurationResponse$ = [
1399
1406
  3,
1400
1407
  n0,
1401
1408
  _GRLCRe,
1402
1409
  0,
1403
1410
  [_MTI, _RLC],
1404
- [0, () => RuntimeLogConfigurations],
1411
+ [0, () => RuntimeLogConfigurations$],
1405
1412
  ];
1406
- var GetSchemaVersionRequest = [
1413
+ var GetSchemaVersionRequest$ = [
1407
1414
  3,
1408
1415
  n0,
1409
1416
  _GSVR,
@@ -1415,7 +1422,7 @@ var GetSchemaVersionRequest = [
1415
1422
  [0, { [_hQ]: _F }],
1416
1423
  ],
1417
1424
  ];
1418
- var GetSchemaVersionResponse = [
1425
+ var GetSchemaVersionResponse$ = [
1419
1426
  3,
1420
1427
  n0,
1421
1428
  _GSVRe,
@@ -1423,16 +1430,16 @@ var GetSchemaVersionResponse = [
1423
1430
  [_SI, _T, _D, _Na, _SV, _V, _S],
1424
1431
  [0, 0, 0, 0, 0, 0, 15],
1425
1432
  ];
1426
- var InternalFailureException = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_Me], [0]];
1427
- schema.TypeRegistry.for(n0).registerError(InternalFailureException, InternalFailureException$1);
1428
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_Me], [0]];
1429
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1430
- var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
1431
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1432
- var LambdaConfig = [3, n0, _LC, 0, [_ar], [0]];
1433
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 410 }, [_Me], [0]];
1434
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1435
- var ListAccountAssociationsRequest = [
1433
+ var InternalFailureException$ = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_Me], [0]];
1434
+ schema.TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
1435
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_Me], [0]];
1436
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1437
+ var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
1438
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1439
+ var LambdaConfig$ = [3, n0, _LC, 0, [_ar], [0]];
1440
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 410 }, [_Me], [0]];
1441
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1442
+ var ListAccountAssociationsRequest$ = [
1436
1443
  3,
1437
1444
  n0,
1438
1445
  _LAAR,
@@ -1444,7 +1451,7 @@ var ListAccountAssociationsRequest = [
1444
1451
  [0, { [_hQ]: _NT }],
1445
1452
  ],
1446
1453
  ];
1447
- var ListAccountAssociationsResponse = [
1454
+ var ListAccountAssociationsResponse$ = [
1448
1455
  3,
1449
1456
  n0,
1450
1457
  _LAARi,
@@ -1452,7 +1459,7 @@ var ListAccountAssociationsResponse = [
1452
1459
  [_It, _NT],
1453
1460
  [() => AccountAssociationListDefinition, 0],
1454
1461
  ];
1455
- var ListCloudConnectorsRequest = [
1462
+ var ListCloudConnectorsRequest$ = [
1456
1463
  3,
1457
1464
  n0,
1458
1465
  _LCCR,
@@ -1465,7 +1472,7 @@ var ListCloudConnectorsRequest = [
1465
1472
  [0, { [_hQ]: _NT }],
1466
1473
  ],
1467
1474
  ];
1468
- var ListCloudConnectorsResponse = [
1475
+ var ListCloudConnectorsResponse$ = [
1469
1476
  3,
1470
1477
  n0,
1471
1478
  _LCCRi,
@@ -1473,7 +1480,7 @@ var ListCloudConnectorsResponse = [
1473
1480
  [_It, _NT],
1474
1481
  [() => ConnectorList, 0],
1475
1482
  ];
1476
- var ListConnectorDestinationsRequest = [
1483
+ var ListConnectorDestinationsRequest$ = [
1477
1484
  3,
1478
1485
  n0,
1479
1486
  _LCDR,
@@ -1485,7 +1492,7 @@ var ListConnectorDestinationsRequest = [
1485
1492
  [1, { [_hQ]: _MR }],
1486
1493
  ],
1487
1494
  ];
1488
- var ListConnectorDestinationsResponse = [
1495
+ var ListConnectorDestinationsResponse$ = [
1489
1496
  3,
1490
1497
  n0,
1491
1498
  _LCDRi,
@@ -1493,7 +1500,7 @@ var ListConnectorDestinationsResponse = [
1493
1500
  [_CDL, _NT],
1494
1501
  [() => ConnectorDestinationListDefinition, 0],
1495
1502
  ];
1496
- var ListCredentialLockersRequest = [
1503
+ var ListCredentialLockersRequest$ = [
1497
1504
  3,
1498
1505
  n0,
1499
1506
  _LCLR,
@@ -1504,7 +1511,7 @@ var ListCredentialLockersRequest = [
1504
1511
  [1, { [_hQ]: _MR }],
1505
1512
  ],
1506
1513
  ];
1507
- var ListCredentialLockersResponse = [
1514
+ var ListCredentialLockersResponse$ = [
1508
1515
  3,
1509
1516
  n0,
1510
1517
  _LCLRi,
@@ -1512,7 +1519,7 @@ var ListCredentialLockersResponse = [
1512
1519
  [_It, _NT],
1513
1520
  [[() => CredentialLockerListDefinition, 0], 0],
1514
1521
  ];
1515
- var ListDestinationsRequest = [
1522
+ var ListDestinationsRequest$ = [
1516
1523
  3,
1517
1524
  n0,
1518
1525
  _LDR,
@@ -1523,7 +1530,7 @@ var ListDestinationsRequest = [
1523
1530
  [1, { [_hQ]: _MR }],
1524
1531
  ],
1525
1532
  ];
1526
- var ListDestinationsResponse = [
1533
+ var ListDestinationsResponse$ = [
1527
1534
  3,
1528
1535
  n0,
1529
1536
  _LDRi,
@@ -1531,7 +1538,7 @@ var ListDestinationsResponse = [
1531
1538
  [_DL, _NT],
1532
1539
  [() => DestinationListDefinition, 0],
1533
1540
  ];
1534
- var ListDeviceDiscoveriesRequest = [
1541
+ var ListDeviceDiscoveriesRequest$ = [
1535
1542
  3,
1536
1543
  n0,
1537
1544
  _LDDR,
@@ -1544,7 +1551,7 @@ var ListDeviceDiscoveriesRequest = [
1544
1551
  [0, { [_hQ]: _SF }],
1545
1552
  ],
1546
1553
  ];
1547
- var ListDeviceDiscoveriesResponse = [
1554
+ var ListDeviceDiscoveriesResponse$ = [
1548
1555
  3,
1549
1556
  n0,
1550
1557
  _LDDRi,
@@ -1552,7 +1559,7 @@ var ListDeviceDiscoveriesResponse = [
1552
1559
  [_It, _NT],
1553
1560
  [() => DeviceDiscoveryListDefinition, 0],
1554
1561
  ];
1555
- var ListDiscoveredDevicesRequest = [
1562
+ var ListDiscoveredDevicesRequest$ = [
1556
1563
  3,
1557
1564
  n0,
1558
1565
  _LDDRis,
@@ -1564,7 +1571,7 @@ var ListDiscoveredDevicesRequest = [
1564
1571
  [1, { [_hQ]: _MR }],
1565
1572
  ],
1566
1573
  ];
1567
- var ListDiscoveredDevicesResponse = [
1574
+ var ListDiscoveredDevicesResponse$ = [
1568
1575
  3,
1569
1576
  n0,
1570
1577
  _LDDRist,
@@ -1572,7 +1579,7 @@ var ListDiscoveredDevicesResponse = [
1572
1579
  [_It, _NT],
1573
1580
  [[() => DiscoveredDeviceListDefinition, 0], 0],
1574
1581
  ];
1575
- var ListEventLogConfigurationsRequest = [
1582
+ var ListEventLogConfigurationsRequest$ = [
1576
1583
  3,
1577
1584
  n0,
1578
1585
  _LELCR,
@@ -1583,7 +1590,7 @@ var ListEventLogConfigurationsRequest = [
1583
1590
  [1, { [_hQ]: _MR }],
1584
1591
  ],
1585
1592
  ];
1586
- var ListEventLogConfigurationsResponse = [
1593
+ var ListEventLogConfigurationsResponse$ = [
1587
1594
  3,
1588
1595
  n0,
1589
1596
  _LELCRi,
@@ -1591,7 +1598,7 @@ var ListEventLogConfigurationsResponse = [
1591
1598
  [_ELCL, _NT],
1592
1599
  [() => EventLogConfigurationListDefinition, 0],
1593
1600
  ];
1594
- var ListManagedThingAccountAssociationsRequest = [
1601
+ var ListManagedThingAccountAssociationsRequest$ = [
1595
1602
  3,
1596
1603
  n0,
1597
1604
  _LMTAAR,
@@ -1604,7 +1611,7 @@ var ListManagedThingAccountAssociationsRequest = [
1604
1611
  [0, { [_hQ]: _NT }],
1605
1612
  ],
1606
1613
  ];
1607
- var ListManagedThingAccountAssociationsResponse = [
1614
+ var ListManagedThingAccountAssociationsResponse$ = [
1608
1615
  3,
1609
1616
  n0,
1610
1617
  _LMTAARi,
@@ -1612,7 +1619,7 @@ var ListManagedThingAccountAssociationsResponse = [
1612
1619
  [_It, _NT],
1613
1620
  [() => ManagedThingAssociationList, 0],
1614
1621
  ];
1615
- var ListManagedThingSchemasRequest = [
1622
+ var ListManagedThingSchemasRequest$ = [
1616
1623
  3,
1617
1624
  n0,
1618
1625
  _LMTSR,
@@ -1626,7 +1633,7 @@ var ListManagedThingSchemasRequest = [
1626
1633
  [1, { [_hQ]: _MR }],
1627
1634
  ],
1628
1635
  ];
1629
- var ListManagedThingSchemasResponse = [
1636
+ var ListManagedThingSchemasResponse$ = [
1630
1637
  3,
1631
1638
  n0,
1632
1639
  _LMTSRi,
@@ -1634,7 +1641,7 @@ var ListManagedThingSchemasResponse = [
1634
1641
  [_It, _NT],
1635
1642
  [() => ManagedThingSchemaListDefinition, 0],
1636
1643
  ];
1637
- var ListManagedThingsRequest = [
1644
+ var ListManagedThingsRequest$ = [
1638
1645
  3,
1639
1646
  n0,
1640
1647
  _LMTR,
@@ -1654,7 +1661,7 @@ var ListManagedThingsRequest = [
1654
1661
  [1, { [_hQ]: _MR }],
1655
1662
  ],
1656
1663
  ];
1657
- var ListManagedThingsResponse = [
1664
+ var ListManagedThingsResponse$ = [
1658
1665
  3,
1659
1666
  n0,
1660
1667
  _LMTRi,
@@ -1662,7 +1669,7 @@ var ListManagedThingsResponse = [
1662
1669
  [_It, _NT],
1663
1670
  [[() => ManagedThingListDefinition, 0], 0],
1664
1671
  ];
1665
- var ListNotificationConfigurationsRequest = [
1672
+ var ListNotificationConfigurationsRequest$ = [
1666
1673
  3,
1667
1674
  n0,
1668
1675
  _LNCR,
@@ -1673,7 +1680,7 @@ var ListNotificationConfigurationsRequest = [
1673
1680
  [0, { [_hQ]: _NT }],
1674
1681
  ],
1675
1682
  ];
1676
- var ListNotificationConfigurationsResponse = [
1683
+ var ListNotificationConfigurationsResponse$ = [
1677
1684
  3,
1678
1685
  n0,
1679
1686
  _LNCRi,
@@ -1681,7 +1688,7 @@ var ListNotificationConfigurationsResponse = [
1681
1688
  [_NCL, _NT],
1682
1689
  [() => NotificationConfigurationListDefinition, 0],
1683
1690
  ];
1684
- var ListOtaTaskConfigurationsRequest = [
1691
+ var ListOtaTaskConfigurationsRequest$ = [
1685
1692
  3,
1686
1693
  n0,
1687
1694
  _LOTCR,
@@ -1692,7 +1699,7 @@ var ListOtaTaskConfigurationsRequest = [
1692
1699
  [1, { [_hQ]: _MR }],
1693
1700
  ],
1694
1701
  ];
1695
- var ListOtaTaskConfigurationsResponse = [
1702
+ var ListOtaTaskConfigurationsResponse$ = [
1696
1703
  3,
1697
1704
  n0,
1698
1705
  _LOTCRi,
@@ -1700,7 +1707,7 @@ var ListOtaTaskConfigurationsResponse = [
1700
1707
  [_It, _NT],
1701
1708
  [[() => OtaTaskConfigurationListDefinition, 0], 0],
1702
1709
  ];
1703
- var ListOtaTaskExecutionsRequest = [
1710
+ var ListOtaTaskExecutionsRequest$ = [
1704
1711
  3,
1705
1712
  n0,
1706
1713
  _LOTER,
@@ -1712,7 +1719,7 @@ var ListOtaTaskExecutionsRequest = [
1712
1719
  [1, { [_hQ]: _MR }],
1713
1720
  ],
1714
1721
  ];
1715
- var ListOtaTaskExecutionsResponse = [
1722
+ var ListOtaTaskExecutionsResponse$ = [
1716
1723
  3,
1717
1724
  n0,
1718
1725
  _LOTERi,
@@ -1720,7 +1727,7 @@ var ListOtaTaskExecutionsResponse = [
1720
1727
  [_ES, _NT],
1721
1728
  [() => OtaTaskExecutionSummariesListDefinition, 0],
1722
1729
  ];
1723
- var ListOtaTasksRequest = [
1730
+ var ListOtaTasksRequest$ = [
1724
1731
  3,
1725
1732
  n0,
1726
1733
  _LOTR,
@@ -1731,7 +1738,7 @@ var ListOtaTasksRequest = [
1731
1738
  [1, { [_hQ]: _MR }],
1732
1739
  ],
1733
1740
  ];
1734
- var ListOtaTasksResponse = [
1741
+ var ListOtaTasksResponse$ = [
1735
1742
  3,
1736
1743
  n0,
1737
1744
  _LOTRi,
@@ -1739,7 +1746,7 @@ var ListOtaTasksResponse = [
1739
1746
  [_Tas, _NT],
1740
1747
  [() => OtaTaskListDefinition, 0],
1741
1748
  ];
1742
- var ListProvisioningProfilesRequest = [
1749
+ var ListProvisioningProfilesRequest$ = [
1743
1750
  3,
1744
1751
  n0,
1745
1752
  _LPPR,
@@ -1750,7 +1757,7 @@ var ListProvisioningProfilesRequest = [
1750
1757
  [1, { [_hQ]: _MR }],
1751
1758
  ],
1752
1759
  ];
1753
- var ListProvisioningProfilesResponse = [
1760
+ var ListProvisioningProfilesResponse$ = [
1754
1761
  3,
1755
1762
  n0,
1756
1763
  _LPPRi,
@@ -1758,7 +1765,7 @@ var ListProvisioningProfilesResponse = [
1758
1765
  [_It, _NT],
1759
1766
  [() => ProvisioningProfileListDefinition, 0],
1760
1767
  ];
1761
- var ListSchemaVersionsRequest = [
1768
+ var ListSchemaVersionsRequest$ = [
1762
1769
  3,
1763
1770
  n0,
1764
1771
  _LSVR,
@@ -1774,7 +1781,7 @@ var ListSchemaVersionsRequest = [
1774
1781
  [0, { [_hQ]: _SVF }],
1775
1782
  ],
1776
1783
  ];
1777
- var ListSchemaVersionsResponse = [
1784
+ var ListSchemaVersionsResponse$ = [
1778
1785
  3,
1779
1786
  n0,
1780
1787
  _LSVRi,
@@ -1782,11 +1789,11 @@ var ListSchemaVersionsResponse = [
1782
1789
  [_It, _NT],
1783
1790
  [() => SchemaVersionList, 0],
1784
1791
  ];
1785
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1786
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [[() => TagsMap, 0]]];
1787
- var ManagedThingAssociation = [3, n0, _MTA, 0, [_MTI, _AAIc], [0, 0]];
1788
- var ManagedThingSchemaListItem = [3, n0, _MTSLI, 0, [_EIn, _CI, _S], [0, 0, 15]];
1789
- var ManagedThingSummary = [
1792
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1793
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [[() => TagsMap, 0]]];
1794
+ var ManagedThingAssociation$ = [3, n0, _MTA, 0, [_MTI, _AAIc], [0, 0]];
1795
+ var ManagedThingSchemaListItem$ = [3, n0, _MTSLI, 0, [_EIn, _CI, _S], [0, 0, 15]];
1796
+ var ManagedThingSummary$ = [
1790
1797
  3,
1791
1798
  n0,
1792
1799
  _MTS,
@@ -1814,7 +1821,7 @@ var ManagedThingSummary = [
1814
1821
  4,
1815
1822
  ],
1816
1823
  ];
1817
- var MatterCapabilityReport = [
1824
+ var MatterCapabilityReport$ = [
1818
1825
  3,
1819
1826
  n0,
1820
1827
  _MCR,
@@ -1822,8 +1829,8 @@ var MatterCapabilityReport = [
1822
1829
  [_v, _nI, _en],
1823
1830
  [0, 0, () => MatterCapabilityReportEndpoints],
1824
1831
  ];
1825
- var MatterCapabilityReportAttribute = [3, n0, _MCRA, 0, [_i, _n, _va], [0, 0, 15]];
1826
- var MatterCapabilityReportCluster = [
1832
+ var MatterCapabilityReportAttribute$ = [3, n0, _MCRA, 0, [_i, _n, _va], [0, 0, 15]];
1833
+ var MatterCapabilityReportCluster$ = [
1827
1834
  3,
1828
1835
  n0,
1829
1836
  _MCRC,
@@ -1831,7 +1838,7 @@ var MatterCapabilityReportCluster = [
1831
1838
  [_i, _re, _pI, _n, _sV, _at, _com, _ev, _fM, _gC, _fI],
1832
1839
  [0, 1, 0, 0, 0, () => MatterCapabilityReportAttributes, 64 | 0, 64 | 0, 1, 64 | 0, 1],
1833
1840
  ];
1834
- var MatterCapabilityReportEndpoint = [
1841
+ var MatterCapabilityReportEndpoint$ = [
1835
1842
  3,
1836
1843
  n0,
1837
1844
  _MCRE,
@@ -1839,7 +1846,7 @@ var MatterCapabilityReportEndpoint = [
1839
1846
  [_i, _dT, _cl, _pa, _sT, _cC],
1840
1847
  [0, 64 | 0, () => MatterCapabilityReportClusters, 64 | 0, 64 | 0, 64 | 0],
1841
1848
  ];
1842
- var MatterCluster = [
1849
+ var MatterCluster$ = [
1843
1850
  3,
1844
1851
  n0,
1845
1852
  _MC,
@@ -1847,26 +1854,26 @@ var MatterCluster = [
1847
1854
  [_i, _at, _com, _ev],
1848
1855
  [0, [() => MatterAttributes, 0], [() => MatterCommands, 0], [() => MatterEvents, 0]],
1849
1856
  ];
1850
- var MatterEndpoint = [3, n0, _ME, 0, [_i, _cl], [0, [() => MatterClusters, 0]]];
1851
- var NotificationConfigurationSummary = [3, n0, _NCS, 0, [_ETv, _DN], [0, 0]];
1852
- var OAuthConfig = [
1857
+ var MatterEndpoint$ = [3, n0, _ME, 0, [_i, _cl], [0, [() => MatterClusters, 0]]];
1858
+ var NotificationConfigurationSummary$ = [3, n0, _NCS, 0, [_ETv, _DN], [0, 0]];
1859
+ var OAuthConfig$ = [
1853
1860
  3,
1854
1861
  n0,
1855
1862
  _OAC,
1856
1863
  0,
1857
1864
  [_aU, _tU, _sc, _tEAS, _oACRU, _pRTR],
1858
- [0, 0, 0, 0, 0, () => ProactiveRefreshTokenRenewal],
1865
+ [0, 0, 0, 0, 0, () => ProactiveRefreshTokenRenewal$],
1859
1866
  ];
1860
- var OAuthUpdate = [
1867
+ var OAuthUpdate$ = [
1861
1868
  3,
1862
1869
  n0,
1863
1870
  _OAU,
1864
1871
  0,
1865
1872
  [_oACRU, _pRTR],
1866
- [0, () => ProactiveRefreshTokenRenewal],
1873
+ [0, () => ProactiveRefreshTokenRenewal$],
1867
1874
  ];
1868
- var OtaTaskAbortConfig = [3, n0, _OTAC, 0, [_ACCL], [() => AbortConfigCriteriaList]];
1869
- var OtaTaskConfigurationSummary = [
1875
+ var OtaTaskAbortConfig$ = [3, n0, _OTAC, 0, [_ACCL], [() => AbortConfigCriteriaList]];
1876
+ var OtaTaskConfigurationSummary$ = [
1870
1877
  3,
1871
1878
  n0,
1872
1879
  _OTCS,
@@ -1874,7 +1881,7 @@ var OtaTaskConfigurationSummary = [
1874
1881
  [_TCI, _N, _CAr],
1875
1882
  [0, [() => OtaTaskConfigurationName, 0], 4],
1876
1883
  ];
1877
- var OtaTaskExecutionRetryConfig = [
1884
+ var OtaTaskExecutionRetryConfig$ = [
1878
1885
  3,
1879
1886
  n0,
1880
1887
  _OTERC,
@@ -1882,23 +1889,23 @@ var OtaTaskExecutionRetryConfig = [
1882
1889
  [_RCC],
1883
1890
  [() => RetryConfigCriteriaList],
1884
1891
  ];
1885
- var OtaTaskExecutionRolloutConfig = [
1892
+ var OtaTaskExecutionRolloutConfig$ = [
1886
1893
  3,
1887
1894
  n0,
1888
1895
  _OTERCt,
1889
1896
  0,
1890
1897
  [_ERR, _MPM],
1891
- [() => ExponentialRolloutRate, 1],
1898
+ [() => ExponentialRolloutRate$, 1],
1892
1899
  ];
1893
- var OtaTaskExecutionSummaries = [
1900
+ var OtaTaskExecutionSummaries$ = [
1894
1901
  3,
1895
1902
  n0,
1896
1903
  _OTES,
1897
1904
  0,
1898
1905
  [_TES, _MTI],
1899
- [() => OtaTaskExecutionSummary, 0],
1906
+ [() => OtaTaskExecutionSummary$, 0],
1900
1907
  ];
1901
- var OtaTaskExecutionSummary = [
1908
+ var OtaTaskExecutionSummary$ = [
1902
1909
  3,
1903
1910
  n0,
1904
1911
  _OTESt,
@@ -1906,7 +1913,7 @@ var OtaTaskExecutionSummary = [
1906
1913
  [_EN, _LUA, _QA, _RAet, _SA, _St],
1907
1914
  [1, 4, 4, 1, 4, 0],
1908
1915
  ];
1909
- var OtaTaskSchedulingConfig = [
1916
+ var OtaTaskSchedulingConfig$ = [
1910
1917
  3,
1911
1918
  n0,
1912
1919
  _OTSC,
@@ -1914,7 +1921,7 @@ var OtaTaskSchedulingConfig = [
1914
1921
  [_EB, _ETn, _MW, _ST],
1915
1922
  [0, 0, () => ScheduleMaintenanceWindowList, 0],
1916
1923
  ];
1917
- var OtaTaskSummary = [
1924
+ var OtaTaskSummary$ = [
1918
1925
  3,
1919
1926
  n0,
1920
1927
  _OTS,
@@ -1922,38 +1929,45 @@ var OtaTaskSummary = [
1922
1929
  [_TI, _TA, _CAr, _LUA, _TCI, _St],
1923
1930
  [0, 0, 4, 4, 0, 0],
1924
1931
  ];
1925
- var OtaTaskTimeoutConfig = [3, n0, _OTTC, 0, [_IPTIM], [1]];
1926
- var ProactiveRefreshTokenRenewal = [3, n0, _PRTR, 0, [_ena, _DBR], [2, 1]];
1927
- var ProvisioningProfileSummary = [3, n0, _PPS, 0, [_N, _I, _Ar, _PT], [0, 0, 0, 0]];
1928
- var PushConfig = [
1932
+ var OtaTaskTimeoutConfig$ = [3, n0, _OTTC, 0, [_IPTIM], [1]];
1933
+ var ProactiveRefreshTokenRenewal$ = [3, n0, _PRTR, 0, [_ena, _DBR], [2, 1]];
1934
+ var ProvisioningProfileSummary$ = [3, n0, _PPS, 0, [_N, _I, _Ar, _PT], [0, 0, 0, 0]];
1935
+ var PushConfig$ = [
1929
1936
  3,
1930
1937
  n0,
1931
1938
  _PC,
1932
1939
  0,
1933
1940
  [_ACb, _RC, _TC],
1934
- [() => OtaTaskAbortConfig, () => OtaTaskExecutionRolloutConfig, () => OtaTaskTimeoutConfig],
1941
+ [() => OtaTaskAbortConfig$, () => OtaTaskExecutionRolloutConfig$, () => OtaTaskTimeoutConfig$],
1935
1942
  ];
1936
- var PutDefaultEncryptionConfigurationRequest = [3, n0, _PDECR, 0, [_eT, _kKA], [0, 0]];
1937
- var PutDefaultEncryptionConfigurationResponse = [
1943
+ var PutDefaultEncryptionConfigurationRequest$ = [3, n0, _PDECR, 0, [_eT, _kKA], [0, 0]];
1944
+ var PutDefaultEncryptionConfigurationResponse$ = [
1938
1945
  3,
1939
1946
  n0,
1940
1947
  _PDECRu,
1941
1948
  0,
1942
1949
  [_cS, _eT, _kKA],
1943
- [() => ConfigurationStatus, 0, 0],
1950
+ [() => ConfigurationStatus$, 0, 0],
1944
1951
  ];
1945
- var PutHubConfigurationRequest = [3, n0, _PHCR, 0, [_HTTESIS], [1]];
1946
- var PutHubConfigurationResponse = [3, n0, _PHCRu, 0, [_HTTESIS], [1]];
1947
- var PutRuntimeLogConfigurationRequest = [
1952
+ var PutHubConfigurationRequest$ = [3, n0, _PHCR, 0, [_HTTESIS], [1]];
1953
+ var PutHubConfigurationResponse$ = [3, n0, _PHCRu, 0, [_HTTESIS], [1]];
1954
+ var PutRuntimeLogConfigurationRequest$ = [
1948
1955
  3,
1949
1956
  n0,
1950
1957
  _PRLCR,
1951
1958
  0,
1952
1959
  [_MTI, _RLC],
1953
- [[0, 1], () => RuntimeLogConfigurations],
1960
+ [[0, 1], () => RuntimeLogConfigurations$],
1954
1961
  ];
1955
- var RegisterAccountAssociationRequest = [3, n0, _RAAR, 0, [_MTI, _AAIc, _DDI], [0, 0, 0]];
1956
- var RegisterAccountAssociationResponse = [
1962
+ var RegisterAccountAssociationRequest$ = [
1963
+ 3,
1964
+ n0,
1965
+ _RAAR,
1966
+ 0,
1967
+ [_MTI, _AAIc, _DDI],
1968
+ [0, 0, 0],
1969
+ ];
1970
+ var RegisterAccountAssociationResponse$ = [
1957
1971
  3,
1958
1972
  n0,
1959
1973
  _RAARe,
@@ -1961,10 +1975,10 @@ var RegisterAccountAssociationResponse = [
1961
1975
  [_AAIc, _DDI, _MTI],
1962
1976
  [0, 0, 0],
1963
1977
  ];
1964
- var RegisterCustomEndpointRequest = [3, n0, _RCER, 0, [], []];
1965
- var RegisterCustomEndpointResponse = [3, n0, _RCERe, 0, [_EA], [0]];
1966
- var ResetRuntimeLogConfigurationRequest = [3, n0, _RRLCR, 0, [_MTI], [[0, 1]]];
1967
- var ResourceNotFoundException = [
1978
+ var RegisterCustomEndpointRequest$ = [3, n0, _RCER, 0, [], []];
1979
+ var RegisterCustomEndpointResponse$ = [3, n0, _RCERe, 0, [_EA], [0]];
1980
+ var ResetRuntimeLogConfigurationRequest$ = [3, n0, _RRLCR, 0, [_MTI], [[0, 1]]];
1981
+ var ResourceNotFoundException$ = [
1968
1982
  -3,
1969
1983
  n0,
1970
1984
  _RNFE,
@@ -1972,10 +1986,10 @@ var ResourceNotFoundException = [
1972
1986
  [_Me, _RI, _RT],
1973
1987
  [0, 0, 0],
1974
1988
  ];
1975
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1976
- var RetryConfigCriteria = [3, n0, _RCC, 0, [_FT, _MNOR], [0, 1]];
1977
- var RolloutRateIncreaseCriteria = [3, n0, _RRIC, 0, [_nONT, _nOST], [1, 1]];
1978
- var RuntimeLogConfigurations = [
1989
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1990
+ var RetryConfigCriteria$ = [3, n0, _RCC, 0, [_FT, _MNOR], [0, 1]];
1991
+ var RolloutRateIncreaseCriteria$ = [3, n0, _RRIC, 0, [_nONT, _nOST], [1, 1]];
1992
+ var RuntimeLogConfigurations$ = [
1979
1993
  3,
1980
1994
  n0,
1981
1995
  _RLC,
@@ -1983,8 +1997,8 @@ var RuntimeLogConfigurations = [
1983
1997
  [_LL, _LFL, _LSL, _LSFRMF, _LSFRMB, _UL, _UPM, _DLSAU],
1984
1998
  [0, 0, 0, 1, 1, 2, 1, 2],
1985
1999
  ];
1986
- var ScheduleMaintenanceWindow = [3, n0, _SMW, 0, [_DIM, _ST], [1, 0]];
1987
- var SchemaVersionListItem = [
2000
+ var ScheduleMaintenanceWindow$ = [3, n0, _SMW, 0, [_DIM, _ST], [1, 0]];
2001
+ var SchemaVersionListItem$ = [
1988
2002
  3,
1989
2003
  n0,
1990
2004
  _SVLI,
@@ -1992,8 +2006,8 @@ var SchemaVersionListItem = [
1992
2006
  [_SI, _T, _D, _Na, _SV, _V],
1993
2007
  [0, 0, 0, 0, 0, 0],
1994
2008
  ];
1995
- var SecretsManager = [3, n0, _SM, 0, [_ar, _vI], [0, 0]];
1996
- var SendConnectorEventRequest = [
2009
+ var SecretsManager$ = [3, n0, _SM, 0, [_ar, _vI], [0, 0]];
2010
+ var SendConnectorEventRequest$ = [
1997
2011
  3,
1998
2012
  n0,
1999
2013
  _SCER,
@@ -2010,11 +2024,11 @@ var SendConnectorEventRequest = [
2010
2024
  [() => ConnectorDeviceId, 0],
2011
2025
  0,
2012
2026
  [() => Devices, 0],
2013
- [() => MatterEndpoint, 0],
2027
+ [() => MatterEndpoint$, 0],
2014
2028
  ],
2015
2029
  ];
2016
- var SendConnectorEventResponse = [3, n0, _SCERe, 0, [_CIonn], [0]];
2017
- var SendManagedThingCommandRequest = [
2030
+ var SendConnectorEventResponse$ = [3, n0, _SCERe, 0, [_CIonn], [0]];
2031
+ var SendManagedThingCommandRequest$ = [
2018
2032
  3,
2019
2033
  n0,
2020
2034
  _SMTCR,
@@ -2022,13 +2036,13 @@ var SendManagedThingCommandRequest = [
2022
2036
  [_MTI, _E, _CAI, _AAIc],
2023
2037
  [[0, 1], [() => CommandEndpoints, 0], 0, 0],
2024
2038
  ];
2025
- var SendManagedThingCommandResponse = [3, n0, _SMTCRe, 0, [_TIr], [0]];
2026
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_Me], [0]];
2027
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
2028
- var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_Me], [0]];
2029
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
2030
- var StartAccountAssociationRefreshRequest = [3, n0, _SAARR, 0, [_AAIc], [[0, 1]]];
2031
- var StartAccountAssociationRefreshResponse = [
2039
+ var SendManagedThingCommandResponse$ = [3, n0, _SMTCRe, 0, [_TIr], [0]];
2040
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_Me], [0]];
2041
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2042
+ var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_Me], [0]];
2043
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
2044
+ var StartAccountAssociationRefreshRequest$ = [3, n0, _SAARR, 0, [_AAIc], [[0, 1]]];
2045
+ var StartAccountAssociationRefreshResponse$ = [
2032
2046
  3,
2033
2047
  n0,
2034
2048
  _SAARRt,
@@ -2036,7 +2050,7 @@ var StartAccountAssociationRefreshResponse = [
2036
2050
  [_OAAU],
2037
2051
  [[() => OAuthAuthorizationUrl, 0]],
2038
2052
  ];
2039
- var StartDeviceDiscoveryRequest = [
2053
+ var StartDeviceDiscoveryRequest$ = [
2040
2054
  3,
2041
2055
  n0,
2042
2056
  _SDDR,
@@ -2044,8 +2058,8 @@ var StartDeviceDiscoveryRequest = [
2044
2058
  [_DT, _CPD, _CIont, _CAIo, _AAIc, _AM, _AMT, _CT, _Ta],
2045
2059
  [0, 128 | 0, 0, 0, 0, [() => DiscoveryAuthMaterialString, 0], 0, 0, [() => TagsMap, 0]],
2046
2060
  ];
2047
- var StartDeviceDiscoveryResponse = [3, n0, _SDDRt, 0, [_I, _SA], [0, 4]];
2048
- var StateCapability = [
2061
+ var StartDeviceDiscoveryResponse$ = [3, n0, _SDDRt, 0, [_I, _SA], [0, 4]];
2062
+ var StateCapability$ = [
2049
2063
  3,
2050
2064
  n0,
2051
2065
  _SCt,
@@ -2053,8 +2067,8 @@ var StateCapability = [
2053
2067
  [_i, _n, _v, _pr],
2054
2068
  [0, 0, 0, [() => CapabilityProperties, 0]],
2055
2069
  ];
2056
- var StateEndpoint = [3, n0, _SE, 0, [_eI, _ca], [0, [() => StateCapabilities, 0]]];
2057
- var TagResourceRequest = [
2070
+ var StateEndpoint$ = [3, n0, _SE, 0, [_eI, _ca], [0, [() => StateCapabilities, 0]]];
2071
+ var TagResourceRequest$ = [
2058
2072
  3,
2059
2073
  n0,
2060
2074
  _TRR,
@@ -2065,8 +2079,8 @@ var TagResourceRequest = [
2065
2079
  [() => TagsMap, 0],
2066
2080
  ],
2067
2081
  ];
2068
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2069
- var TaskProcessingDetails = [
2082
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2083
+ var TaskProcessingDetails$ = [
2070
2084
  3,
2071
2085
  n0,
2072
2086
  _TPD,
@@ -2074,11 +2088,11 @@ var TaskProcessingDetails = [
2074
2088
  [_NOCT, _NOFT, _NOIPT, _nOQT, _nORT, _nORTu, _nOST, _nOTOT, _pT],
2075
2089
  [1, 1, 1, 1, 1, 1, 1, 1, 64 | 0],
2076
2090
  ];
2077
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_Me], [0]];
2078
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
2079
- var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_Me], [0]];
2080
- schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
2081
- var UntagResourceRequest = [
2091
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_Me], [0]];
2092
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2093
+ var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_Me], [0]];
2094
+ schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
2095
+ var UntagResourceRequest$ = [
2082
2096
  3,
2083
2097
  n0,
2084
2098
  _URR,
@@ -2089,18 +2103,18 @@ var UntagResourceRequest = [
2089
2103
  [64 | 0, { [_hQ]: _tK }],
2090
2104
  ],
2091
2105
  ];
2092
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2093
- var UpdateAccountAssociationRequest = [3, n0, _UAAR, 0, [_AAIc, _N, _D], [[0, 1], 0, 0]];
2094
- var UpdateCloudConnectorRequest = [3, n0, _UCCR, 0, [_Id, _N, _D], [[0, 1], 0, 0]];
2095
- var UpdateConnectorDestinationRequest = [
2106
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2107
+ var UpdateAccountAssociationRequest$ = [3, n0, _UAAR, 0, [_AAIc, _N, _D], [[0, 1], 0, 0]];
2108
+ var UpdateCloudConnectorRequest$ = [3, n0, _UCCR, 0, [_Id, _N, _D], [[0, 1], 0, 0]];
2109
+ var UpdateConnectorDestinationRequest$ = [
2096
2110
  3,
2097
2111
  n0,
2098
2112
  _UCDR,
2099
2113
  0,
2100
2114
  [_Id, _D, _N, _AT, _AC, _SM],
2101
- [[0, 1], 0, 0, 0, () => AuthConfigUpdate, () => SecretsManager],
2115
+ [[0, 1], 0, 0, 0, () => AuthConfigUpdate$, () => SecretsManager$],
2102
2116
  ];
2103
- var UpdateDestinationRequest = [
2117
+ var UpdateDestinationRequest$ = [
2104
2118
  3,
2105
2119
  n0,
2106
2120
  _UDR,
@@ -2108,8 +2122,8 @@ var UpdateDestinationRequest = [
2108
2122
  [_N, _DDA, _DDT, _RA, _D],
2109
2123
  [[0, 1], 0, 0, 0, 0],
2110
2124
  ];
2111
- var UpdateEventLogConfigurationRequest = [3, n0, _UELCR, 0, [_I, _ELL], [[0, 1], 0]];
2112
- var UpdateManagedThingRequest = [
2125
+ var UpdateEventLogConfigurationRequest$ = [3, n0, _UELCR, 0, [_I, _ELL], [[0, 1], 0]];
2126
+ var UpdateManagedThingRequest$ = [
2113
2127
  3,
2114
2128
  n0,
2115
2129
  _UMTR,
@@ -2123,7 +2137,7 @@ var UpdateManagedThingRequest = [
2123
2137
  [() => Brand, 0],
2124
2138
  [() => Model, 0],
2125
2139
  0,
2126
- () => CapabilityReport,
2140
+ () => CapabilityReport$,
2127
2141
  () => CapabilitySchemas,
2128
2142
  0,
2129
2143
  [() => Classification, 0],
@@ -2131,12 +2145,12 @@ var UpdateManagedThingRequest = [
2131
2145
  128 | 0,
2132
2146
  ],
2133
2147
  ];
2134
- var UpdateNotificationConfigurationRequest = [3, n0, _UNCR, 0, [_ETv, _DN], [[0, 1], 0]];
2135
- var UpdateOtaTaskRequest = [3, n0, _UOTR, 0, [_Id, _D, _TCI], [[0, 1], 0, 0]];
2136
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
2137
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
2148
+ var UpdateNotificationConfigurationRequest$ = [3, n0, _UNCR, 0, [_ETv, _DN], [[0, 1], 0]];
2149
+ var UpdateOtaTaskRequest$ = [3, n0, _UOTR, 0, [_Id, _D, _TCI], [[0, 1], 0, 0]];
2150
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
2151
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2138
2152
  var __Unit = "unit";
2139
- var IoTManagedIntegrationsServiceException = [
2153
+ var IoTManagedIntegrationsServiceException$ = [
2140
2154
  -3,
2141
2155
  _sm,
2142
2156
  "IoTManagedIntegrationsServiceException",
@@ -2144,735 +2158,711 @@ var IoTManagedIntegrationsServiceException = [
2144
2158
  [],
2145
2159
  [],
2146
2160
  ];
2147
- schema.TypeRegistry.for(_sm).registerError(IoTManagedIntegrationsServiceException, IoTManagedIntegrationsServiceException$1);
2148
- var AbortConfigCriteriaList = [1, n0, _ACCL, 0, () => AbortConfigCriteria];
2149
- var AccountAssociationListDefinition = [1, n0, _AALD, 0, () => AccountAssociationItem];
2150
- var CapabilityActions = [1, n0, _CAa, 0, [() => CapabilityAction, 0]];
2151
- var CapabilityReportCapabilities = [1, n0, _CRCa, 0, () => CapabilityReportCapability];
2152
- var CapabilityReportEndpoints = [1, n0, _CREa, 0, () => CapabilityReportEndpoint];
2153
- var CapabilitySchemas = [1, n0, _CSa, 0, () => CapabilitySchemaItem];
2154
- var CommandCapabilities = [1, n0, _CCom, 0, [() => CommandCapability, 0]];
2155
- var CommandEndpoints = [1, n0, _CEom, 0, [() => CommandEndpoint, 0]];
2156
- var ConnectorDestinationListDefinition = [1, n0, _CDLD, 0, () => ConnectorDestinationSummary];
2157
- var ConnectorList = [1, n0, _CL, 0, () => ConnectorItem];
2158
- var CredentialLockerListDefinition = [1, n0, _CLLD, 0, [() => CredentialLockerSummary, 0]];
2159
- var DestinationListDefinition = [1, n0, _DLD, 0, () => DestinationSummary];
2160
- var DeviceDiscoveryListDefinition = [1, n0, _DDLD, 0, () => DeviceDiscoverySummary];
2161
- var Devices = [1, n0, _Dev, 0, [() => Device, 0]];
2162
- var DiscoveredDeviceListDefinition = [1, n0, _DDLDi, 0, [() => DiscoveredDeviceSummary, 0]];
2163
- var EventLogConfigurationListDefinition = [
2164
- 1,
2165
- n0,
2166
- _ELCLD,
2167
- 0,
2168
- () => EventLogConfigurationSummary,
2169
- ];
2170
- var ManagedThingAssociationList = [1, n0, _MTAL, 0, () => ManagedThingAssociation];
2171
- var ManagedThingListDefinition = [1, n0, _MTLD, 0, [() => ManagedThingSummary, 0]];
2172
- var ManagedThingSchemaListDefinition = [1, n0, _MTSLD, 0, () => ManagedThingSchemaListItem];
2173
- var MatterCapabilityReportAttributes = [
2174
- 1,
2175
- n0,
2176
- _MCRAa,
2177
- 0,
2178
- () => MatterCapabilityReportAttribute,
2179
- ];
2180
- var MatterCapabilityReportClusters = [1, n0, _MCRCa, 0, () => MatterCapabilityReportCluster];
2181
- var MatterCapabilityReportEndpoints = [1, n0, _MCREa, 0, () => MatterCapabilityReportEndpoint];
2182
- var MatterClusters = [1, n0, _MCa, 0, [() => MatterCluster, 0]];
2161
+ schema.TypeRegistry.for(_sm).registerError(IoTManagedIntegrationsServiceException$, IoTManagedIntegrationsServiceException);
2162
+ var AbortConfigCriteriaList = [1, n0, _ACCL, 0, () => AbortConfigCriteria$];
2163
+ var AccountAssociationListDefinition = [1, n0, _AALD, 0, () => AccountAssociationItem$];
2164
+ var CapabilityActions = [1, n0, _CAa, 0, [() => CapabilityAction$, 0]];
2165
+ var CapabilityReportCapabilities = [1, n0, _CRCa, 0, () => CapabilityReportCapability$];
2166
+ var CapabilityReportEndpoints = [1, n0, _CREa, 0, () => CapabilityReportEndpoint$];
2167
+ var CapabilitySchemas = [1, n0, _CSa, 0, () => CapabilitySchemaItem$];
2168
+ var CommandCapabilities = [1, n0, _CCom, 0, [() => CommandCapability$, 0]];
2169
+ var CommandEndpoints = [1, n0, _CEom, 0, [() => CommandEndpoint$, 0]];
2170
+ var ConnectorDestinationListDefinition = [1, n0, _CDLD, 0, () => ConnectorDestinationSummary$];
2171
+ var ConnectorList = [1, n0, _CL, 0, () => ConnectorItem$];
2172
+ var CredentialLockerListDefinition = [1, n0, _CLLD, 0, [() => CredentialLockerSummary$, 0]];
2173
+ var DestinationListDefinition = [1, n0, _DLD, 0, () => DestinationSummary$];
2174
+ var DeviceDiscoveryListDefinition = [1, n0, _DDLD, 0, () => DeviceDiscoverySummary$];
2175
+ var Devices = [1, n0, _Dev, 0, [() => Device$, 0]];
2176
+ var DiscoveredDeviceListDefinition = [1, n0, _DDLDi, 0, [() => DiscoveredDeviceSummary$, 0]];
2177
+ var EventLogConfigurationListDefinition = [1, n0, _ELCLD, 0, () => EventLogConfigurationSummary$];
2178
+ var ManagedThingAssociationList = [1, n0, _MTAL, 0, () => ManagedThingAssociation$];
2179
+ var ManagedThingListDefinition = [1, n0, _MTLD, 0, [() => ManagedThingSummary$, 0]];
2180
+ var ManagedThingSchemaListDefinition = [1, n0, _MTSLD, 0, () => ManagedThingSchemaListItem$];
2181
+ var MatterCapabilityReportAttributes = [1, n0, _MCRAa, 0, () => MatterCapabilityReportAttribute$];
2182
+ var MatterCapabilityReportClusters = [1, n0, _MCRCa, 0, () => MatterCapabilityReportCluster$];
2183
+ var MatterCapabilityReportEndpoints = [1, n0, _MCREa, 0, () => MatterCapabilityReportEndpoint$];
2184
+ var MatterClusters = [1, n0, _MCa, 0, [() => MatterCluster$, 0]];
2183
2185
  var NotificationConfigurationListDefinition = [
2184
2186
  1,
2185
2187
  n0,
2186
2188
  _NCLD,
2187
2189
  0,
2188
- () => NotificationConfigurationSummary,
2189
- ];
2190
- var OtaTaskConfigurationListDefinition = [
2191
- 1,
2192
- n0,
2193
- _OTCLD,
2194
- 0,
2195
- [() => OtaTaskConfigurationSummary, 0],
2196
- ];
2197
- var OtaTaskExecutionSummariesListDefinition = [
2198
- 1,
2199
- n0,
2200
- _OTESLD,
2201
- 0,
2202
- () => OtaTaskExecutionSummaries,
2203
- ];
2204
- var OtaTaskListDefinition = [1, n0, _OTLD, 0, () => OtaTaskSummary];
2205
- var ProvisioningProfileListDefinition = [1, n0, _PPLD, 0, () => ProvisioningProfileSummary];
2206
- var RetryConfigCriteriaList = [1, n0, _RCCL, 0, () => RetryConfigCriteria];
2207
- var ScheduleMaintenanceWindowList = [1, n0, _SMWL, 0, () => ScheduleMaintenanceWindow];
2208
- var SchemaVersionList = [1, n0, _SVL, 0, () => SchemaVersionListItem];
2209
- var StateCapabilities = [1, n0, _SCta, 0, [() => StateCapability, 0]];
2210
- var StateEndpoints = [1, n0, _SEt, 0, [() => StateEndpoint, 0]];
2190
+ () => NotificationConfigurationSummary$,
2191
+ ];
2192
+ var OtaTaskConfigurationListDefinition = [1, n0, _OTCLD, 0, [() => OtaTaskConfigurationSummary$, 0]];
2193
+ var OtaTaskExecutionSummariesListDefinition = [1, n0, _OTESLD, 0, () => OtaTaskExecutionSummaries$];
2194
+ var OtaTaskListDefinition = [1, n0, _OTLD, 0, () => OtaTaskSummary$];
2195
+ var ProvisioningProfileListDefinition = [1, n0, _PPLD, 0, () => ProvisioningProfileSummary$];
2196
+ var RetryConfigCriteriaList = [1, n0, _RCCL, 0, () => RetryConfigCriteria$];
2197
+ var ScheduleMaintenanceWindowList = [1, n0, _SMWL, 0, () => ScheduleMaintenanceWindow$];
2198
+ var SchemaVersionList = [1, n0, _SVL, 0, () => SchemaVersionListItem$];
2199
+ var StateCapabilities = [1, n0, _SCta, 0, [() => StateCapability$, 0]];
2200
+ var StateEndpoints = [1, n0, _SEt, 0, [() => StateEndpoint$, 0]];
2211
2201
  var MatterCommands = [2, n0, _MCat, 0, [0, 0], [() => MatterFields, 0]];
2212
2202
  var MatterEvents = [2, n0, _MEa, 0, [0, 0], [() => MatterFields, 0]];
2213
2203
  var TagsMap = [2, n0, _TM, 8, 0, 0];
2214
- var CreateAccountAssociation = [
2204
+ var CreateAccountAssociation$ = [
2215
2205
  9,
2216
2206
  n0,
2217
2207
  _CAA,
2218
2208
  { [_h]: ["POST", "/account-associations", 201] },
2219
- () => CreateAccountAssociationRequest,
2220
- () => CreateAccountAssociationResponse,
2209
+ () => CreateAccountAssociationRequest$,
2210
+ () => CreateAccountAssociationResponse$,
2221
2211
  ];
2222
- var CreateCloudConnector = [
2212
+ var CreateCloudConnector$ = [
2223
2213
  9,
2224
2214
  n0,
2225
2215
  _CCC,
2226
2216
  { [_h]: ["POST", "/cloud-connectors", 201] },
2227
- () => CreateCloudConnectorRequest,
2228
- () => CreateCloudConnectorResponse,
2217
+ () => CreateCloudConnectorRequest$,
2218
+ () => CreateCloudConnectorResponse$,
2229
2219
  ];
2230
- var CreateConnectorDestination = [
2220
+ var CreateConnectorDestination$ = [
2231
2221
  9,
2232
2222
  n0,
2233
2223
  _CCD,
2234
2224
  { [_h]: ["POST", "/connector-destinations", 201] },
2235
- () => CreateConnectorDestinationRequest,
2236
- () => CreateConnectorDestinationResponse,
2225
+ () => CreateConnectorDestinationRequest$,
2226
+ () => CreateConnectorDestinationResponse$,
2237
2227
  ];
2238
- var CreateCredentialLocker = [
2228
+ var CreateCredentialLocker$ = [
2239
2229
  9,
2240
2230
  n0,
2241
2231
  _CCL,
2242
2232
  { [_h]: ["POST", "/credential-lockers", 201] },
2243
- () => CreateCredentialLockerRequest,
2244
- () => CreateCredentialLockerResponse,
2233
+ () => CreateCredentialLockerRequest$,
2234
+ () => CreateCredentialLockerResponse$,
2245
2235
  ];
2246
- var CreateDestination = [
2236
+ var CreateDestination$ = [
2247
2237
  9,
2248
2238
  n0,
2249
2239
  _CD,
2250
2240
  { [_h]: ["POST", "/destinations", 201] },
2251
- () => CreateDestinationRequest,
2252
- () => CreateDestinationResponse,
2241
+ () => CreateDestinationRequest$,
2242
+ () => CreateDestinationResponse$,
2253
2243
  ];
2254
- var CreateEventLogConfiguration = [
2244
+ var CreateEventLogConfiguration$ = [
2255
2245
  9,
2256
2246
  n0,
2257
2247
  _CELC,
2258
2248
  { [_h]: ["POST", "/event-log-configurations", 201] },
2259
- () => CreateEventLogConfigurationRequest,
2260
- () => CreateEventLogConfigurationResponse,
2249
+ () => CreateEventLogConfigurationRequest$,
2250
+ () => CreateEventLogConfigurationResponse$,
2261
2251
  ];
2262
- var CreateManagedThing = [
2252
+ var CreateManagedThing$ = [
2263
2253
  9,
2264
2254
  n0,
2265
2255
  _CMT,
2266
2256
  { [_h]: ["POST", "/managed-things", 201] },
2267
- () => CreateManagedThingRequest,
2268
- () => CreateManagedThingResponse,
2257
+ () => CreateManagedThingRequest$,
2258
+ () => CreateManagedThingResponse$,
2269
2259
  ];
2270
- var CreateNotificationConfiguration = [
2260
+ var CreateNotificationConfiguration$ = [
2271
2261
  9,
2272
2262
  n0,
2273
2263
  _CNC,
2274
2264
  { [_h]: ["POST", "/notification-configurations", 201] },
2275
- () => CreateNotificationConfigurationRequest,
2276
- () => CreateNotificationConfigurationResponse,
2265
+ () => CreateNotificationConfigurationRequest$,
2266
+ () => CreateNotificationConfigurationResponse$,
2277
2267
  ];
2278
- var CreateOtaTask = [
2268
+ var CreateOtaTask$ = [
2279
2269
  9,
2280
2270
  n0,
2281
2271
  _COT,
2282
2272
  { [_h]: ["POST", "/ota-tasks", 201] },
2283
- () => CreateOtaTaskRequest,
2284
- () => CreateOtaTaskResponse,
2273
+ () => CreateOtaTaskRequest$,
2274
+ () => CreateOtaTaskResponse$,
2285
2275
  ];
2286
- var CreateOtaTaskConfiguration = [
2276
+ var CreateOtaTaskConfiguration$ = [
2287
2277
  9,
2288
2278
  n0,
2289
2279
  _COTC,
2290
2280
  { [_h]: ["POST", "/ota-task-configurations", 201] },
2291
- () => CreateOtaTaskConfigurationRequest,
2292
- () => CreateOtaTaskConfigurationResponse,
2281
+ () => CreateOtaTaskConfigurationRequest$,
2282
+ () => CreateOtaTaskConfigurationResponse$,
2293
2283
  ];
2294
- var CreateProvisioningProfile = [
2284
+ var CreateProvisioningProfile$ = [
2295
2285
  9,
2296
2286
  n0,
2297
2287
  _CPP,
2298
2288
  { [_h]: ["POST", "/provisioning-profiles", 201] },
2299
- () => CreateProvisioningProfileRequest,
2300
- () => CreateProvisioningProfileResponse,
2289
+ () => CreateProvisioningProfileRequest$,
2290
+ () => CreateProvisioningProfileResponse$,
2301
2291
  ];
2302
- var DeleteAccountAssociation = [
2292
+ var DeleteAccountAssociation$ = [
2303
2293
  9,
2304
2294
  n0,
2305
2295
  _DAA,
2306
2296
  { [_h]: ["DELETE", "/account-associations/{AccountAssociationId}", 200] },
2307
- () => DeleteAccountAssociationRequest,
2297
+ () => DeleteAccountAssociationRequest$,
2308
2298
  () => __Unit,
2309
2299
  ];
2310
- var DeleteCloudConnector = [
2300
+ var DeleteCloudConnector$ = [
2311
2301
  9,
2312
2302
  n0,
2313
2303
  _DCC,
2314
2304
  { [_h]: ["DELETE", "/cloud-connectors/{Identifier}", 200] },
2315
- () => DeleteCloudConnectorRequest,
2305
+ () => DeleteCloudConnectorRequest$,
2316
2306
  () => __Unit,
2317
2307
  ];
2318
- var DeleteConnectorDestination = [
2308
+ var DeleteConnectorDestination$ = [
2319
2309
  9,
2320
2310
  n0,
2321
2311
  _DCD,
2322
2312
  { [_h]: ["DELETE", "/connector-destinations/{Identifier}", 200] },
2323
- () => DeleteConnectorDestinationRequest,
2313
+ () => DeleteConnectorDestinationRequest$,
2324
2314
  () => __Unit,
2325
2315
  ];
2326
- var DeleteCredentialLocker = [
2316
+ var DeleteCredentialLocker$ = [
2327
2317
  9,
2328
2318
  n0,
2329
2319
  _DCL,
2330
2320
  { [_h]: ["DELETE", "/credential-lockers/{Identifier}", 200] },
2331
- () => DeleteCredentialLockerRequest,
2321
+ () => DeleteCredentialLockerRequest$,
2332
2322
  () => __Unit,
2333
2323
  ];
2334
- var DeleteDestination = [
2324
+ var DeleteDestination$ = [
2335
2325
  9,
2336
2326
  n0,
2337
2327
  _DD,
2338
2328
  { [_h]: ["DELETE", "/destinations/{Name}", 200] },
2339
- () => DeleteDestinationRequest,
2329
+ () => DeleteDestinationRequest$,
2340
2330
  () => __Unit,
2341
2331
  ];
2342
- var DeleteEventLogConfiguration = [
2332
+ var DeleteEventLogConfiguration$ = [
2343
2333
  9,
2344
2334
  n0,
2345
2335
  _DELC,
2346
2336
  { [_h]: ["DELETE", "/event-log-configurations/{Id}", 200] },
2347
- () => DeleteEventLogConfigurationRequest,
2337
+ () => DeleteEventLogConfigurationRequest$,
2348
2338
  () => __Unit,
2349
2339
  ];
2350
- var DeleteManagedThing = [
2340
+ var DeleteManagedThing$ = [
2351
2341
  9,
2352
2342
  n0,
2353
2343
  _DMT,
2354
2344
  { [_h]: ["DELETE", "/managed-things/{Identifier}", 204] },
2355
- () => DeleteManagedThingRequest,
2345
+ () => DeleteManagedThingRequest$,
2356
2346
  () => __Unit,
2357
2347
  ];
2358
- var DeleteNotificationConfiguration = [
2348
+ var DeleteNotificationConfiguration$ = [
2359
2349
  9,
2360
2350
  n0,
2361
2351
  _DNC,
2362
2352
  { [_h]: ["DELETE", "/notification-configurations/{EventType}", 200] },
2363
- () => DeleteNotificationConfigurationRequest,
2353
+ () => DeleteNotificationConfigurationRequest$,
2364
2354
  () => __Unit,
2365
2355
  ];
2366
- var DeleteOtaTask = [
2356
+ var DeleteOtaTask$ = [
2367
2357
  9,
2368
2358
  n0,
2369
2359
  _DOT,
2370
2360
  { [_h]: ["DELETE", "/ota-tasks/{Identifier}", 200] },
2371
- () => DeleteOtaTaskRequest,
2361
+ () => DeleteOtaTaskRequest$,
2372
2362
  () => __Unit,
2373
2363
  ];
2374
- var DeleteOtaTaskConfiguration = [
2364
+ var DeleteOtaTaskConfiguration$ = [
2375
2365
  9,
2376
2366
  n0,
2377
2367
  _DOTC,
2378
2368
  { [_h]: ["DELETE", "/ota-task-configurations/{Identifier}", 204] },
2379
- () => DeleteOtaTaskConfigurationRequest,
2369
+ () => DeleteOtaTaskConfigurationRequest$,
2380
2370
  () => __Unit,
2381
2371
  ];
2382
- var DeleteProvisioningProfile = [
2372
+ var DeleteProvisioningProfile$ = [
2383
2373
  9,
2384
2374
  n0,
2385
2375
  _DPP,
2386
2376
  { [_h]: ["DELETE", "/provisioning-profiles/{Identifier}", 200] },
2387
- () => DeleteProvisioningProfileRequest,
2377
+ () => DeleteProvisioningProfileRequest$,
2388
2378
  () => __Unit,
2389
2379
  ];
2390
- var DeregisterAccountAssociation = [
2380
+ var DeregisterAccountAssociation$ = [
2391
2381
  9,
2392
2382
  n0,
2393
2383
  _DAAe,
2394
2384
  { [_h]: ["PUT", "/managed-thing-associations/deregister", 200] },
2395
- () => DeregisterAccountAssociationRequest,
2385
+ () => DeregisterAccountAssociationRequest$,
2396
2386
  () => __Unit,
2397
2387
  ];
2398
- var GetAccountAssociation = [
2388
+ var GetAccountAssociation$ = [
2399
2389
  9,
2400
2390
  n0,
2401
2391
  _GAA,
2402
2392
  { [_h]: ["GET", "/account-associations/{AccountAssociationId}", 200] },
2403
- () => GetAccountAssociationRequest,
2404
- () => GetAccountAssociationResponse,
2393
+ () => GetAccountAssociationRequest$,
2394
+ () => GetAccountAssociationResponse$,
2405
2395
  ];
2406
- var GetCloudConnector = [
2396
+ var GetCloudConnector$ = [
2407
2397
  9,
2408
2398
  n0,
2409
2399
  _GCC,
2410
2400
  { [_h]: ["GET", "/cloud-connectors/{Identifier}", 200] },
2411
- () => GetCloudConnectorRequest,
2412
- () => GetCloudConnectorResponse,
2401
+ () => GetCloudConnectorRequest$,
2402
+ () => GetCloudConnectorResponse$,
2413
2403
  ];
2414
- var GetConnectorDestination = [
2404
+ var GetConnectorDestination$ = [
2415
2405
  9,
2416
2406
  n0,
2417
2407
  _GCD,
2418
2408
  { [_h]: ["GET", "/connector-destinations/{Identifier}", 200] },
2419
- () => GetConnectorDestinationRequest,
2420
- () => GetConnectorDestinationResponse,
2409
+ () => GetConnectorDestinationRequest$,
2410
+ () => GetConnectorDestinationResponse$,
2421
2411
  ];
2422
- var GetCredentialLocker = [
2412
+ var GetCredentialLocker$ = [
2423
2413
  9,
2424
2414
  n0,
2425
2415
  _GCL,
2426
2416
  { [_h]: ["GET", "/credential-lockers/{Identifier}", 200] },
2427
- () => GetCredentialLockerRequest,
2428
- () => GetCredentialLockerResponse,
2417
+ () => GetCredentialLockerRequest$,
2418
+ () => GetCredentialLockerResponse$,
2429
2419
  ];
2430
- var GetCustomEndpoint = [
2420
+ var GetCustomEndpoint$ = [
2431
2421
  9,
2432
2422
  n0,
2433
2423
  _GCE,
2434
2424
  { [_h]: ["GET", "/custom-endpoint", 200] },
2435
- () => GetCustomEndpointRequest,
2436
- () => GetCustomEndpointResponse,
2425
+ () => GetCustomEndpointRequest$,
2426
+ () => GetCustomEndpointResponse$,
2437
2427
  ];
2438
- var GetDefaultEncryptionConfiguration = [
2428
+ var GetDefaultEncryptionConfiguration$ = [
2439
2429
  9,
2440
2430
  n0,
2441
2431
  _GDEC,
2442
2432
  { [_h]: ["GET", "/configuration/account/encryption", 200] },
2443
- () => GetDefaultEncryptionConfigurationRequest,
2444
- () => GetDefaultEncryptionConfigurationResponse,
2433
+ () => GetDefaultEncryptionConfigurationRequest$,
2434
+ () => GetDefaultEncryptionConfigurationResponse$,
2445
2435
  ];
2446
- var GetDestination = [
2436
+ var GetDestination$ = [
2447
2437
  9,
2448
2438
  n0,
2449
2439
  _GD,
2450
2440
  { [_h]: ["GET", "/destinations/{Name}", 200] },
2451
- () => GetDestinationRequest,
2452
- () => GetDestinationResponse,
2441
+ () => GetDestinationRequest$,
2442
+ () => GetDestinationResponse$,
2453
2443
  ];
2454
- var GetDeviceDiscovery = [
2444
+ var GetDeviceDiscovery$ = [
2455
2445
  9,
2456
2446
  n0,
2457
2447
  _GDD,
2458
2448
  { [_h]: ["GET", "/device-discoveries/{Identifier}", 200] },
2459
- () => GetDeviceDiscoveryRequest,
2460
- () => GetDeviceDiscoveryResponse,
2449
+ () => GetDeviceDiscoveryRequest$,
2450
+ () => GetDeviceDiscoveryResponse$,
2461
2451
  ];
2462
- var GetEventLogConfiguration = [
2452
+ var GetEventLogConfiguration$ = [
2463
2453
  9,
2464
2454
  n0,
2465
2455
  _GELC,
2466
2456
  { [_h]: ["GET", "/event-log-configurations/{Id}", 200] },
2467
- () => GetEventLogConfigurationRequest,
2468
- () => GetEventLogConfigurationResponse,
2457
+ () => GetEventLogConfigurationRequest$,
2458
+ () => GetEventLogConfigurationResponse$,
2469
2459
  ];
2470
- var GetHubConfiguration = [
2460
+ var GetHubConfiguration$ = [
2471
2461
  9,
2472
2462
  n0,
2473
2463
  _GHC,
2474
2464
  { [_h]: ["GET", "/hub-configuration", 200] },
2475
- () => GetHubConfigurationRequest,
2476
- () => GetHubConfigurationResponse,
2465
+ () => GetHubConfigurationRequest$,
2466
+ () => GetHubConfigurationResponse$,
2477
2467
  ];
2478
- var GetManagedThing = [
2468
+ var GetManagedThing$ = [
2479
2469
  9,
2480
2470
  n0,
2481
2471
  _GMT,
2482
2472
  { [_h]: ["GET", "/managed-things/{Identifier}", 200] },
2483
- () => GetManagedThingRequest,
2484
- () => GetManagedThingResponse,
2473
+ () => GetManagedThingRequest$,
2474
+ () => GetManagedThingResponse$,
2485
2475
  ];
2486
- var GetManagedThingCapabilities = [
2476
+ var GetManagedThingCapabilities$ = [
2487
2477
  9,
2488
2478
  n0,
2489
2479
  _GMTC,
2490
2480
  { [_h]: ["GET", "/managed-things-capabilities/{Identifier}", 200] },
2491
- () => GetManagedThingCapabilitiesRequest,
2492
- () => GetManagedThingCapabilitiesResponse,
2481
+ () => GetManagedThingCapabilitiesRequest$,
2482
+ () => GetManagedThingCapabilitiesResponse$,
2493
2483
  ];
2494
- var GetManagedThingCertificate = [
2484
+ var GetManagedThingCertificate$ = [
2495
2485
  9,
2496
2486
  n0,
2497
2487
  _GMTCe,
2498
2488
  { [_h]: ["GET", "/managed-things-certificate/{Identifier}", 200] },
2499
- () => GetManagedThingCertificateRequest,
2500
- () => GetManagedThingCertificateResponse,
2489
+ () => GetManagedThingCertificateRequest$,
2490
+ () => GetManagedThingCertificateResponse$,
2501
2491
  ];
2502
- var GetManagedThingConnectivityData = [
2492
+ var GetManagedThingConnectivityData$ = [
2503
2493
  9,
2504
2494
  n0,
2505
2495
  _GMTCD,
2506
2496
  { [_h]: ["POST", "/managed-things-connectivity-data/{Identifier}", 200] },
2507
- () => GetManagedThingConnectivityDataRequest,
2508
- () => GetManagedThingConnectivityDataResponse,
2497
+ () => GetManagedThingConnectivityDataRequest$,
2498
+ () => GetManagedThingConnectivityDataResponse$,
2509
2499
  ];
2510
- var GetManagedThingMetaData = [
2500
+ var GetManagedThingMetaData$ = [
2511
2501
  9,
2512
2502
  n0,
2513
2503
  _GMTMD,
2514
2504
  { [_h]: ["GET", "/managed-things-metadata/{Identifier}", 200] },
2515
- () => GetManagedThingMetaDataRequest,
2516
- () => GetManagedThingMetaDataResponse,
2505
+ () => GetManagedThingMetaDataRequest$,
2506
+ () => GetManagedThingMetaDataResponse$,
2517
2507
  ];
2518
- var GetManagedThingState = [
2508
+ var GetManagedThingState$ = [
2519
2509
  9,
2520
2510
  n0,
2521
2511
  _GMTS,
2522
2512
  { [_h]: ["GET", "/managed-thing-states/{ManagedThingId}", 200] },
2523
- () => GetManagedThingStateRequest,
2524
- () => GetManagedThingStateResponse,
2513
+ () => GetManagedThingStateRequest$,
2514
+ () => GetManagedThingStateResponse$,
2525
2515
  ];
2526
- var GetNotificationConfiguration = [
2516
+ var GetNotificationConfiguration$ = [
2527
2517
  9,
2528
2518
  n0,
2529
2519
  _GNC,
2530
2520
  { [_h]: ["GET", "/notification-configurations/{EventType}", 200] },
2531
- () => GetNotificationConfigurationRequest,
2532
- () => GetNotificationConfigurationResponse,
2521
+ () => GetNotificationConfigurationRequest$,
2522
+ () => GetNotificationConfigurationResponse$,
2533
2523
  ];
2534
- var GetOtaTask = [
2524
+ var GetOtaTask$ = [
2535
2525
  9,
2536
2526
  n0,
2537
2527
  _GOT,
2538
2528
  { [_h]: ["GET", "/ota-tasks/{Identifier}", 200] },
2539
- () => GetOtaTaskRequest,
2540
- () => GetOtaTaskResponse,
2529
+ () => GetOtaTaskRequest$,
2530
+ () => GetOtaTaskResponse$,
2541
2531
  ];
2542
- var GetOtaTaskConfiguration = [
2532
+ var GetOtaTaskConfiguration$ = [
2543
2533
  9,
2544
2534
  n0,
2545
2535
  _GOTC,
2546
2536
  { [_h]: ["GET", "/ota-task-configurations/{Identifier}", 200] },
2547
- () => GetOtaTaskConfigurationRequest,
2548
- () => GetOtaTaskConfigurationResponse,
2537
+ () => GetOtaTaskConfigurationRequest$,
2538
+ () => GetOtaTaskConfigurationResponse$,
2549
2539
  ];
2550
- var GetProvisioningProfile = [
2540
+ var GetProvisioningProfile$ = [
2551
2541
  9,
2552
2542
  n0,
2553
2543
  _GPP,
2554
2544
  { [_h]: ["GET", "/provisioning-profiles/{Identifier}", 200] },
2555
- () => GetProvisioningProfileRequest,
2556
- () => GetProvisioningProfileResponse,
2545
+ () => GetProvisioningProfileRequest$,
2546
+ () => GetProvisioningProfileResponse$,
2557
2547
  ];
2558
- var GetRuntimeLogConfiguration = [
2548
+ var GetRuntimeLogConfiguration$ = [
2559
2549
  9,
2560
2550
  n0,
2561
2551
  _GRLC,
2562
2552
  { [_h]: ["GET", "/runtime-log-configurations/{ManagedThingId}", 200] },
2563
- () => GetRuntimeLogConfigurationRequest,
2564
- () => GetRuntimeLogConfigurationResponse,
2553
+ () => GetRuntimeLogConfigurationRequest$,
2554
+ () => GetRuntimeLogConfigurationResponse$,
2565
2555
  ];
2566
- var GetSchemaVersion = [
2556
+ var GetSchemaVersion$ = [
2567
2557
  9,
2568
2558
  n0,
2569
2559
  _GSV,
2570
2560
  { [_h]: ["GET", "/schema-versions/{Type}/{SchemaVersionedId}", 200] },
2571
- () => GetSchemaVersionRequest,
2572
- () => GetSchemaVersionResponse,
2561
+ () => GetSchemaVersionRequest$,
2562
+ () => GetSchemaVersionResponse$,
2573
2563
  ];
2574
- var ListAccountAssociations = [
2564
+ var ListAccountAssociations$ = [
2575
2565
  9,
2576
2566
  n0,
2577
2567
  _LAA,
2578
2568
  { [_h]: ["GET", "/account-associations", 200] },
2579
- () => ListAccountAssociationsRequest,
2580
- () => ListAccountAssociationsResponse,
2569
+ () => ListAccountAssociationsRequest$,
2570
+ () => ListAccountAssociationsResponse$,
2581
2571
  ];
2582
- var ListCloudConnectors = [
2572
+ var ListCloudConnectors$ = [
2583
2573
  9,
2584
2574
  n0,
2585
2575
  _LCC,
2586
2576
  { [_h]: ["GET", "/cloud-connectors", 200] },
2587
- () => ListCloudConnectorsRequest,
2588
- () => ListCloudConnectorsResponse,
2577
+ () => ListCloudConnectorsRequest$,
2578
+ () => ListCloudConnectorsResponse$,
2589
2579
  ];
2590
- var ListConnectorDestinations = [
2580
+ var ListConnectorDestinations$ = [
2591
2581
  9,
2592
2582
  n0,
2593
2583
  _LCD,
2594
2584
  { [_h]: ["GET", "/connector-destinations", 200] },
2595
- () => ListConnectorDestinationsRequest,
2596
- () => ListConnectorDestinationsResponse,
2585
+ () => ListConnectorDestinationsRequest$,
2586
+ () => ListConnectorDestinationsResponse$,
2597
2587
  ];
2598
- var ListCredentialLockers = [
2588
+ var ListCredentialLockers$ = [
2599
2589
  9,
2600
2590
  n0,
2601
2591
  _LCL,
2602
2592
  { [_h]: ["GET", "/credential-lockers", 200] },
2603
- () => ListCredentialLockersRequest,
2604
- () => ListCredentialLockersResponse,
2593
+ () => ListCredentialLockersRequest$,
2594
+ () => ListCredentialLockersResponse$,
2605
2595
  ];
2606
- var ListDestinations = [
2596
+ var ListDestinations$ = [
2607
2597
  9,
2608
2598
  n0,
2609
2599
  _LD,
2610
2600
  { [_h]: ["GET", "/destinations", 200] },
2611
- () => ListDestinationsRequest,
2612
- () => ListDestinationsResponse,
2601
+ () => ListDestinationsRequest$,
2602
+ () => ListDestinationsResponse$,
2613
2603
  ];
2614
- var ListDeviceDiscoveries = [
2604
+ var ListDeviceDiscoveries$ = [
2615
2605
  9,
2616
2606
  n0,
2617
2607
  _LDD,
2618
2608
  { [_h]: ["GET", "/device-discoveries", 200] },
2619
- () => ListDeviceDiscoveriesRequest,
2620
- () => ListDeviceDiscoveriesResponse,
2609
+ () => ListDeviceDiscoveriesRequest$,
2610
+ () => ListDeviceDiscoveriesResponse$,
2621
2611
  ];
2622
- var ListDiscoveredDevices = [
2612
+ var ListDiscoveredDevices$ = [
2623
2613
  9,
2624
2614
  n0,
2625
2615
  _LDDi,
2626
2616
  { [_h]: ["GET", "/device-discoveries/{Identifier}/devices", 200] },
2627
- () => ListDiscoveredDevicesRequest,
2628
- () => ListDiscoveredDevicesResponse,
2617
+ () => ListDiscoveredDevicesRequest$,
2618
+ () => ListDiscoveredDevicesResponse$,
2629
2619
  ];
2630
- var ListEventLogConfigurations = [
2620
+ var ListEventLogConfigurations$ = [
2631
2621
  9,
2632
2622
  n0,
2633
2623
  _LELC,
2634
2624
  { [_h]: ["GET", "/event-log-configurations", 200] },
2635
- () => ListEventLogConfigurationsRequest,
2636
- () => ListEventLogConfigurationsResponse,
2625
+ () => ListEventLogConfigurationsRequest$,
2626
+ () => ListEventLogConfigurationsResponse$,
2637
2627
  ];
2638
- var ListManagedThingAccountAssociations = [
2628
+ var ListManagedThingAccountAssociations$ = [
2639
2629
  9,
2640
2630
  n0,
2641
2631
  _LMTAA,
2642
2632
  { [_h]: ["GET", "/managed-thing-associations", 200] },
2643
- () => ListManagedThingAccountAssociationsRequest,
2644
- () => ListManagedThingAccountAssociationsResponse,
2633
+ () => ListManagedThingAccountAssociationsRequest$,
2634
+ () => ListManagedThingAccountAssociationsResponse$,
2645
2635
  ];
2646
- var ListManagedThings = [
2636
+ var ListManagedThings$ = [
2647
2637
  9,
2648
2638
  n0,
2649
2639
  _LMT,
2650
2640
  { [_h]: ["GET", "/managed-things", 200] },
2651
- () => ListManagedThingsRequest,
2652
- () => ListManagedThingsResponse,
2641
+ () => ListManagedThingsRequest$,
2642
+ () => ListManagedThingsResponse$,
2653
2643
  ];
2654
- var ListManagedThingSchemas = [
2644
+ var ListManagedThingSchemas$ = [
2655
2645
  9,
2656
2646
  n0,
2657
2647
  _LMTS,
2658
2648
  { [_h]: ["GET", "/managed-thing-schemas/{Identifier}", 200] },
2659
- () => ListManagedThingSchemasRequest,
2660
- () => ListManagedThingSchemasResponse,
2649
+ () => ListManagedThingSchemasRequest$,
2650
+ () => ListManagedThingSchemasResponse$,
2661
2651
  ];
2662
- var ListNotificationConfigurations = [
2652
+ var ListNotificationConfigurations$ = [
2663
2653
  9,
2664
2654
  n0,
2665
2655
  _LNC,
2666
2656
  { [_h]: ["GET", "/notification-configurations", 200] },
2667
- () => ListNotificationConfigurationsRequest,
2668
- () => ListNotificationConfigurationsResponse,
2657
+ () => ListNotificationConfigurationsRequest$,
2658
+ () => ListNotificationConfigurationsResponse$,
2669
2659
  ];
2670
- var ListOtaTaskConfigurations = [
2660
+ var ListOtaTaskConfigurations$ = [
2671
2661
  9,
2672
2662
  n0,
2673
2663
  _LOTC,
2674
2664
  { [_h]: ["GET", "/ota-task-configurations", 200] },
2675
- () => ListOtaTaskConfigurationsRequest,
2676
- () => ListOtaTaskConfigurationsResponse,
2665
+ () => ListOtaTaskConfigurationsRequest$,
2666
+ () => ListOtaTaskConfigurationsResponse$,
2677
2667
  ];
2678
- var ListOtaTaskExecutions = [
2668
+ var ListOtaTaskExecutions$ = [
2679
2669
  9,
2680
2670
  n0,
2681
2671
  _LOTE,
2682
2672
  { [_h]: ["GET", "/ota-tasks/{Identifier}/devices", 200] },
2683
- () => ListOtaTaskExecutionsRequest,
2684
- () => ListOtaTaskExecutionsResponse,
2673
+ () => ListOtaTaskExecutionsRequest$,
2674
+ () => ListOtaTaskExecutionsResponse$,
2685
2675
  ];
2686
- var ListOtaTasks = [
2676
+ var ListOtaTasks$ = [
2687
2677
  9,
2688
2678
  n0,
2689
2679
  _LOT,
2690
2680
  { [_h]: ["GET", "/ota-tasks", 200] },
2691
- () => ListOtaTasksRequest,
2692
- () => ListOtaTasksResponse,
2681
+ () => ListOtaTasksRequest$,
2682
+ () => ListOtaTasksResponse$,
2693
2683
  ];
2694
- var ListProvisioningProfiles = [
2684
+ var ListProvisioningProfiles$ = [
2695
2685
  9,
2696
2686
  n0,
2697
2687
  _LPP,
2698
2688
  { [_h]: ["GET", "/provisioning-profiles", 200] },
2699
- () => ListProvisioningProfilesRequest,
2700
- () => ListProvisioningProfilesResponse,
2689
+ () => ListProvisioningProfilesRequest$,
2690
+ () => ListProvisioningProfilesResponse$,
2701
2691
  ];
2702
- var ListSchemaVersions = [
2692
+ var ListSchemaVersions$ = [
2703
2693
  9,
2704
2694
  n0,
2705
2695
  _LSV,
2706
2696
  { [_h]: ["GET", "/schema-versions/{Type}", 200] },
2707
- () => ListSchemaVersionsRequest,
2708
- () => ListSchemaVersionsResponse,
2697
+ () => ListSchemaVersionsRequest$,
2698
+ () => ListSchemaVersionsResponse$,
2709
2699
  ];
2710
- var ListTagsForResource = [
2700
+ var ListTagsForResource$ = [
2711
2701
  9,
2712
2702
  n0,
2713
2703
  _LTFR,
2714
2704
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
2715
- () => ListTagsForResourceRequest,
2716
- () => ListTagsForResourceResponse,
2705
+ () => ListTagsForResourceRequest$,
2706
+ () => ListTagsForResourceResponse$,
2717
2707
  ];
2718
- var PutDefaultEncryptionConfiguration = [
2708
+ var PutDefaultEncryptionConfiguration$ = [
2719
2709
  9,
2720
2710
  n0,
2721
2711
  _PDEC,
2722
2712
  { [_h]: ["POST", "/configuration/account/encryption", 201] },
2723
- () => PutDefaultEncryptionConfigurationRequest,
2724
- () => PutDefaultEncryptionConfigurationResponse,
2713
+ () => PutDefaultEncryptionConfigurationRequest$,
2714
+ () => PutDefaultEncryptionConfigurationResponse$,
2725
2715
  ];
2726
- var PutHubConfiguration = [
2716
+ var PutHubConfiguration$ = [
2727
2717
  9,
2728
2718
  n0,
2729
2719
  _PHC,
2730
2720
  { [_h]: ["PUT", "/hub-configuration", 201] },
2731
- () => PutHubConfigurationRequest,
2732
- () => PutHubConfigurationResponse,
2721
+ () => PutHubConfigurationRequest$,
2722
+ () => PutHubConfigurationResponse$,
2733
2723
  ];
2734
- var PutRuntimeLogConfiguration = [
2724
+ var PutRuntimeLogConfiguration$ = [
2735
2725
  9,
2736
2726
  n0,
2737
2727
  _PRLC,
2738
2728
  { [_h]: ["PUT", "/runtime-log-configurations/{ManagedThingId}", 200] },
2739
- () => PutRuntimeLogConfigurationRequest,
2729
+ () => PutRuntimeLogConfigurationRequest$,
2740
2730
  () => __Unit,
2741
2731
  ];
2742
- var RegisterAccountAssociation = [
2732
+ var RegisterAccountAssociation$ = [
2743
2733
  9,
2744
2734
  n0,
2745
2735
  _RAA,
2746
2736
  { [_h]: ["PUT", "/managed-thing-associations/register", 201] },
2747
- () => RegisterAccountAssociationRequest,
2748
- () => RegisterAccountAssociationResponse,
2737
+ () => RegisterAccountAssociationRequest$,
2738
+ () => RegisterAccountAssociationResponse$,
2749
2739
  ];
2750
- var RegisterCustomEndpoint = [
2740
+ var RegisterCustomEndpoint$ = [
2751
2741
  9,
2752
2742
  n0,
2753
2743
  _RCE,
2754
2744
  { [_h]: ["POST", "/custom-endpoint", 201] },
2755
- () => RegisterCustomEndpointRequest,
2756
- () => RegisterCustomEndpointResponse,
2745
+ () => RegisterCustomEndpointRequest$,
2746
+ () => RegisterCustomEndpointResponse$,
2757
2747
  ];
2758
- var ResetRuntimeLogConfiguration = [
2748
+ var ResetRuntimeLogConfiguration$ = [
2759
2749
  9,
2760
2750
  n0,
2761
2751
  _RRLC,
2762
2752
  { [_h]: ["DELETE", "/runtime-log-configurations/{ManagedThingId}", 200] },
2763
- () => ResetRuntimeLogConfigurationRequest,
2753
+ () => ResetRuntimeLogConfigurationRequest$,
2764
2754
  () => __Unit,
2765
2755
  ];
2766
- var SendConnectorEvent = [
2756
+ var SendConnectorEvent$ = [
2767
2757
  9,
2768
2758
  n0,
2769
2759
  _SCE,
2770
2760
  { [_h]: ["POST", "/connector-event/{ConnectorId}", 202] },
2771
- () => SendConnectorEventRequest,
2772
- () => SendConnectorEventResponse,
2761
+ () => SendConnectorEventRequest$,
2762
+ () => SendConnectorEventResponse$,
2773
2763
  ];
2774
- var SendManagedThingCommand = [
2764
+ var SendManagedThingCommand$ = [
2775
2765
  9,
2776
2766
  n0,
2777
2767
  _SMTC,
2778
2768
  { [_h]: ["POST", "/managed-things-command/{ManagedThingId}", 202] },
2779
- () => SendManagedThingCommandRequest,
2780
- () => SendManagedThingCommandResponse,
2769
+ () => SendManagedThingCommandRequest$,
2770
+ () => SendManagedThingCommandResponse$,
2781
2771
  ];
2782
- var StartAccountAssociationRefresh = [
2772
+ var StartAccountAssociationRefresh$ = [
2783
2773
  9,
2784
2774
  n0,
2785
2775
  _SAAR,
2786
2776
  { [_h]: ["POST", "/account-associations/{AccountAssociationId}/refresh", 200] },
2787
- () => StartAccountAssociationRefreshRequest,
2788
- () => StartAccountAssociationRefreshResponse,
2777
+ () => StartAccountAssociationRefreshRequest$,
2778
+ () => StartAccountAssociationRefreshResponse$,
2789
2779
  ];
2790
- var StartDeviceDiscovery = [
2780
+ var StartDeviceDiscovery$ = [
2791
2781
  9,
2792
2782
  n0,
2793
2783
  _SDD,
2794
2784
  { [_h]: ["POST", "/device-discoveries", 201] },
2795
- () => StartDeviceDiscoveryRequest,
2796
- () => StartDeviceDiscoveryResponse,
2785
+ () => StartDeviceDiscoveryRequest$,
2786
+ () => StartDeviceDiscoveryResponse$,
2797
2787
  ];
2798
- var TagResource = [
2788
+ var TagResource$ = [
2799
2789
  9,
2800
2790
  n0,
2801
2791
  _TR,
2802
2792
  { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
2803
- () => TagResourceRequest,
2804
- () => TagResourceResponse,
2793
+ () => TagResourceRequest$,
2794
+ () => TagResourceResponse$,
2805
2795
  ];
2806
- var UntagResource = [
2796
+ var UntagResource$ = [
2807
2797
  9,
2808
2798
  n0,
2809
2799
  _UR,
2810
2800
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
2811
- () => UntagResourceRequest,
2812
- () => UntagResourceResponse,
2801
+ () => UntagResourceRequest$,
2802
+ () => UntagResourceResponse$,
2813
2803
  ];
2814
- var UpdateAccountAssociation = [
2804
+ var UpdateAccountAssociation$ = [
2815
2805
  9,
2816
2806
  n0,
2817
2807
  _UAA,
2818
2808
  { [_h]: ["PUT", "/account-associations/{AccountAssociationId}", 204] },
2819
- () => UpdateAccountAssociationRequest,
2809
+ () => UpdateAccountAssociationRequest$,
2820
2810
  () => __Unit,
2821
2811
  ];
2822
- var UpdateCloudConnector = [
2812
+ var UpdateCloudConnector$ = [
2823
2813
  9,
2824
2814
  n0,
2825
2815
  _UCC,
2826
2816
  { [_h]: ["PUT", "/cloud-connectors/{Identifier}", 200] },
2827
- () => UpdateCloudConnectorRequest,
2817
+ () => UpdateCloudConnectorRequest$,
2828
2818
  () => __Unit,
2829
2819
  ];
2830
- var UpdateConnectorDestination = [
2820
+ var UpdateConnectorDestination$ = [
2831
2821
  9,
2832
2822
  n0,
2833
2823
  _UCD,
2834
2824
  { [_h]: ["PUT", "/connector-destinations/{Identifier}", 204] },
2835
- () => UpdateConnectorDestinationRequest,
2825
+ () => UpdateConnectorDestinationRequest$,
2836
2826
  () => __Unit,
2837
2827
  ];
2838
- var UpdateDestination = [
2828
+ var UpdateDestination$ = [
2839
2829
  9,
2840
2830
  n0,
2841
2831
  _UD,
2842
2832
  { [_h]: ["PUT", "/destinations/{Name}", 201] },
2843
- () => UpdateDestinationRequest,
2833
+ () => UpdateDestinationRequest$,
2844
2834
  () => __Unit,
2845
2835
  ];
2846
- var UpdateEventLogConfiguration = [
2836
+ var UpdateEventLogConfiguration$ = [
2847
2837
  9,
2848
2838
  n0,
2849
2839
  _UELC,
2850
2840
  { [_h]: ["PATCH", "/event-log-configurations/{Id}", 200] },
2851
- () => UpdateEventLogConfigurationRequest,
2841
+ () => UpdateEventLogConfigurationRequest$,
2852
2842
  () => __Unit,
2853
2843
  ];
2854
- var UpdateManagedThing = [
2844
+ var UpdateManagedThing$ = [
2855
2845
  9,
2856
2846
  n0,
2857
2847
  _UMT,
2858
2848
  { [_h]: ["PUT", "/managed-things/{Identifier}", 204] },
2859
- () => UpdateManagedThingRequest,
2849
+ () => UpdateManagedThingRequest$,
2860
2850
  () => __Unit,
2861
2851
  ];
2862
- var UpdateNotificationConfiguration = [
2852
+ var UpdateNotificationConfiguration$ = [
2863
2853
  9,
2864
2854
  n0,
2865
2855
  _UNC,
2866
2856
  { [_h]: ["PUT", "/notification-configurations/{EventType}", 201] },
2867
- () => UpdateNotificationConfigurationRequest,
2857
+ () => UpdateNotificationConfigurationRequest$,
2868
2858
  () => __Unit,
2869
2859
  ];
2870
- var UpdateOtaTask = [
2860
+ var UpdateOtaTask$ = [
2871
2861
  9,
2872
2862
  n0,
2873
2863
  _UOT,
2874
2864
  { [_h]: ["PUT", "/ota-tasks/{Identifier}", 204] },
2875
- () => UpdateOtaTaskRequest,
2865
+ () => UpdateOtaTaskRequest$,
2876
2866
  () => __Unit,
2877
2867
  ];
2878
2868
 
@@ -2884,7 +2874,7 @@ class CreateAccountAssociationCommand extends smithyClient.Command
2884
2874
  })
2885
2875
  .s("IotManagedIntegrations", "CreateAccountAssociation", {})
2886
2876
  .n("IoTManagedIntegrationsClient", "CreateAccountAssociationCommand")
2887
- .sc(CreateAccountAssociation)
2877
+ .sc(CreateAccountAssociation$)
2888
2878
  .build() {
2889
2879
  }
2890
2880
 
@@ -2896,7 +2886,7 @@ class CreateCloudConnectorCommand extends smithyClient.Command
2896
2886
  })
2897
2887
  .s("IotManagedIntegrations", "CreateCloudConnector", {})
2898
2888
  .n("IoTManagedIntegrationsClient", "CreateCloudConnectorCommand")
2899
- .sc(CreateCloudConnector)
2889
+ .sc(CreateCloudConnector$)
2900
2890
  .build() {
2901
2891
  }
2902
2892
 
@@ -2908,7 +2898,7 @@ class CreateConnectorDestinationCommand extends smithyClient.Command
2908
2898
  })
2909
2899
  .s("IotManagedIntegrations", "CreateConnectorDestination", {})
2910
2900
  .n("IoTManagedIntegrationsClient", "CreateConnectorDestinationCommand")
2911
- .sc(CreateConnectorDestination)
2901
+ .sc(CreateConnectorDestination$)
2912
2902
  .build() {
2913
2903
  }
2914
2904
 
@@ -2920,7 +2910,7 @@ class CreateCredentialLockerCommand extends smithyClient.Command
2920
2910
  })
2921
2911
  .s("IotManagedIntegrations", "CreateCredentialLocker", {})
2922
2912
  .n("IoTManagedIntegrationsClient", "CreateCredentialLockerCommand")
2923
- .sc(CreateCredentialLocker)
2913
+ .sc(CreateCredentialLocker$)
2924
2914
  .build() {
2925
2915
  }
2926
2916
 
@@ -2932,7 +2922,7 @@ class CreateDestinationCommand extends smithyClient.Command
2932
2922
  })
2933
2923
  .s("IotManagedIntegrations", "CreateDestination", {})
2934
2924
  .n("IoTManagedIntegrationsClient", "CreateDestinationCommand")
2935
- .sc(CreateDestination)
2925
+ .sc(CreateDestination$)
2936
2926
  .build() {
2937
2927
  }
2938
2928
 
@@ -2944,7 +2934,7 @@ class CreateEventLogConfigurationCommand extends smithyClient.Command
2944
2934
  })
2945
2935
  .s("IotManagedIntegrations", "CreateEventLogConfiguration", {})
2946
2936
  .n("IoTManagedIntegrationsClient", "CreateEventLogConfigurationCommand")
2947
- .sc(CreateEventLogConfiguration)
2937
+ .sc(CreateEventLogConfiguration$)
2948
2938
  .build() {
2949
2939
  }
2950
2940
 
@@ -2956,7 +2946,7 @@ class CreateManagedThingCommand extends smithyClient.Command
2956
2946
  })
2957
2947
  .s("IotManagedIntegrations", "CreateManagedThing", {})
2958
2948
  .n("IoTManagedIntegrationsClient", "CreateManagedThingCommand")
2959
- .sc(CreateManagedThing)
2949
+ .sc(CreateManagedThing$)
2960
2950
  .build() {
2961
2951
  }
2962
2952
 
@@ -2968,7 +2958,7 @@ class CreateNotificationConfigurationCommand extends smithyClient.Command
2968
2958
  })
2969
2959
  .s("IotManagedIntegrations", "CreateNotificationConfiguration", {})
2970
2960
  .n("IoTManagedIntegrationsClient", "CreateNotificationConfigurationCommand")
2971
- .sc(CreateNotificationConfiguration)
2961
+ .sc(CreateNotificationConfiguration$)
2972
2962
  .build() {
2973
2963
  }
2974
2964
 
@@ -2980,7 +2970,7 @@ class CreateOtaTaskCommand extends smithyClient.Command
2980
2970
  })
2981
2971
  .s("IotManagedIntegrations", "CreateOtaTask", {})
2982
2972
  .n("IoTManagedIntegrationsClient", "CreateOtaTaskCommand")
2983
- .sc(CreateOtaTask)
2973
+ .sc(CreateOtaTask$)
2984
2974
  .build() {
2985
2975
  }
2986
2976
 
@@ -2992,7 +2982,7 @@ class CreateOtaTaskConfigurationCommand extends smithyClient.Command
2992
2982
  })
2993
2983
  .s("IotManagedIntegrations", "CreateOtaTaskConfiguration", {})
2994
2984
  .n("IoTManagedIntegrationsClient", "CreateOtaTaskConfigurationCommand")
2995
- .sc(CreateOtaTaskConfiguration)
2985
+ .sc(CreateOtaTaskConfiguration$)
2996
2986
  .build() {
2997
2987
  }
2998
2988
 
@@ -3004,7 +2994,7 @@ class CreateProvisioningProfileCommand extends smithyClient.Command
3004
2994
  })
3005
2995
  .s("IotManagedIntegrations", "CreateProvisioningProfile", {})
3006
2996
  .n("IoTManagedIntegrationsClient", "CreateProvisioningProfileCommand")
3007
- .sc(CreateProvisioningProfile)
2997
+ .sc(CreateProvisioningProfile$)
3008
2998
  .build() {
3009
2999
  }
3010
3000
 
@@ -3016,7 +3006,7 @@ class DeleteAccountAssociationCommand extends smithyClient.Command
3016
3006
  })
3017
3007
  .s("IotManagedIntegrations", "DeleteAccountAssociation", {})
3018
3008
  .n("IoTManagedIntegrationsClient", "DeleteAccountAssociationCommand")
3019
- .sc(DeleteAccountAssociation)
3009
+ .sc(DeleteAccountAssociation$)
3020
3010
  .build() {
3021
3011
  }
3022
3012
 
@@ -3028,7 +3018,7 @@ class DeleteCloudConnectorCommand extends smithyClient.Command
3028
3018
  })
3029
3019
  .s("IotManagedIntegrations", "DeleteCloudConnector", {})
3030
3020
  .n("IoTManagedIntegrationsClient", "DeleteCloudConnectorCommand")
3031
- .sc(DeleteCloudConnector)
3021
+ .sc(DeleteCloudConnector$)
3032
3022
  .build() {
3033
3023
  }
3034
3024
 
@@ -3040,7 +3030,7 @@ class DeleteConnectorDestinationCommand extends smithyClient.Command
3040
3030
  })
3041
3031
  .s("IotManagedIntegrations", "DeleteConnectorDestination", {})
3042
3032
  .n("IoTManagedIntegrationsClient", "DeleteConnectorDestinationCommand")
3043
- .sc(DeleteConnectorDestination)
3033
+ .sc(DeleteConnectorDestination$)
3044
3034
  .build() {
3045
3035
  }
3046
3036
 
@@ -3052,7 +3042,7 @@ class DeleteCredentialLockerCommand extends smithyClient.Command
3052
3042
  })
3053
3043
  .s("IotManagedIntegrations", "DeleteCredentialLocker", {})
3054
3044
  .n("IoTManagedIntegrationsClient", "DeleteCredentialLockerCommand")
3055
- .sc(DeleteCredentialLocker)
3045
+ .sc(DeleteCredentialLocker$)
3056
3046
  .build() {
3057
3047
  }
3058
3048
 
@@ -3064,7 +3054,7 @@ class DeleteDestinationCommand extends smithyClient.Command
3064
3054
  })
3065
3055
  .s("IotManagedIntegrations", "DeleteDestination", {})
3066
3056
  .n("IoTManagedIntegrationsClient", "DeleteDestinationCommand")
3067
- .sc(DeleteDestination)
3057
+ .sc(DeleteDestination$)
3068
3058
  .build() {
3069
3059
  }
3070
3060
 
@@ -3076,7 +3066,7 @@ class DeleteEventLogConfigurationCommand extends smithyClient.Command
3076
3066
  })
3077
3067
  .s("IotManagedIntegrations", "DeleteEventLogConfiguration", {})
3078
3068
  .n("IoTManagedIntegrationsClient", "DeleteEventLogConfigurationCommand")
3079
- .sc(DeleteEventLogConfiguration)
3069
+ .sc(DeleteEventLogConfiguration$)
3080
3070
  .build() {
3081
3071
  }
3082
3072
 
@@ -3088,7 +3078,7 @@ class DeleteManagedThingCommand extends smithyClient.Command
3088
3078
  })
3089
3079
  .s("IotManagedIntegrations", "DeleteManagedThing", {})
3090
3080
  .n("IoTManagedIntegrationsClient", "DeleteManagedThingCommand")
3091
- .sc(DeleteManagedThing)
3081
+ .sc(DeleteManagedThing$)
3092
3082
  .build() {
3093
3083
  }
3094
3084
 
@@ -3100,7 +3090,7 @@ class DeleteNotificationConfigurationCommand extends smithyClient.Command
3100
3090
  })
3101
3091
  .s("IotManagedIntegrations", "DeleteNotificationConfiguration", {})
3102
3092
  .n("IoTManagedIntegrationsClient", "DeleteNotificationConfigurationCommand")
3103
- .sc(DeleteNotificationConfiguration)
3093
+ .sc(DeleteNotificationConfiguration$)
3104
3094
  .build() {
3105
3095
  }
3106
3096
 
@@ -3112,7 +3102,7 @@ class DeleteOtaTaskCommand extends smithyClient.Command
3112
3102
  })
3113
3103
  .s("IotManagedIntegrations", "DeleteOtaTask", {})
3114
3104
  .n("IoTManagedIntegrationsClient", "DeleteOtaTaskCommand")
3115
- .sc(DeleteOtaTask)
3105
+ .sc(DeleteOtaTask$)
3116
3106
  .build() {
3117
3107
  }
3118
3108
 
@@ -3124,7 +3114,7 @@ class DeleteOtaTaskConfigurationCommand extends smithyClient.Command
3124
3114
  })
3125
3115
  .s("IotManagedIntegrations", "DeleteOtaTaskConfiguration", {})
3126
3116
  .n("IoTManagedIntegrationsClient", "DeleteOtaTaskConfigurationCommand")
3127
- .sc(DeleteOtaTaskConfiguration)
3117
+ .sc(DeleteOtaTaskConfiguration$)
3128
3118
  .build() {
3129
3119
  }
3130
3120
 
@@ -3136,7 +3126,7 @@ class DeleteProvisioningProfileCommand extends smithyClient.Command
3136
3126
  })
3137
3127
  .s("IotManagedIntegrations", "DeleteProvisioningProfile", {})
3138
3128
  .n("IoTManagedIntegrationsClient", "DeleteProvisioningProfileCommand")
3139
- .sc(DeleteProvisioningProfile)
3129
+ .sc(DeleteProvisioningProfile$)
3140
3130
  .build() {
3141
3131
  }
3142
3132
 
@@ -3148,7 +3138,7 @@ class DeregisterAccountAssociationCommand extends smithyClient.Command
3148
3138
  })
3149
3139
  .s("IotManagedIntegrations", "DeregisterAccountAssociation", {})
3150
3140
  .n("IoTManagedIntegrationsClient", "DeregisterAccountAssociationCommand")
3151
- .sc(DeregisterAccountAssociation)
3141
+ .sc(DeregisterAccountAssociation$)
3152
3142
  .build() {
3153
3143
  }
3154
3144
 
@@ -3160,7 +3150,7 @@ class GetAccountAssociationCommand extends smithyClient.Command
3160
3150
  })
3161
3151
  .s("IotManagedIntegrations", "GetAccountAssociation", {})
3162
3152
  .n("IoTManagedIntegrationsClient", "GetAccountAssociationCommand")
3163
- .sc(GetAccountAssociation)
3153
+ .sc(GetAccountAssociation$)
3164
3154
  .build() {
3165
3155
  }
3166
3156
 
@@ -3172,7 +3162,7 @@ class GetCloudConnectorCommand extends smithyClient.Command
3172
3162
  })
3173
3163
  .s("IotManagedIntegrations", "GetCloudConnector", {})
3174
3164
  .n("IoTManagedIntegrationsClient", "GetCloudConnectorCommand")
3175
- .sc(GetCloudConnector)
3165
+ .sc(GetCloudConnector$)
3176
3166
  .build() {
3177
3167
  }
3178
3168
 
@@ -3184,7 +3174,7 @@ class GetConnectorDestinationCommand extends smithyClient.Command
3184
3174
  })
3185
3175
  .s("IotManagedIntegrations", "GetConnectorDestination", {})
3186
3176
  .n("IoTManagedIntegrationsClient", "GetConnectorDestinationCommand")
3187
- .sc(GetConnectorDestination)
3177
+ .sc(GetConnectorDestination$)
3188
3178
  .build() {
3189
3179
  }
3190
3180
 
@@ -3196,7 +3186,7 @@ class GetCredentialLockerCommand extends smithyClient.Command
3196
3186
  })
3197
3187
  .s("IotManagedIntegrations", "GetCredentialLocker", {})
3198
3188
  .n("IoTManagedIntegrationsClient", "GetCredentialLockerCommand")
3199
- .sc(GetCredentialLocker)
3189
+ .sc(GetCredentialLocker$)
3200
3190
  .build() {
3201
3191
  }
3202
3192
 
@@ -3208,7 +3198,7 @@ class GetCustomEndpointCommand extends smithyClient.Command
3208
3198
  })
3209
3199
  .s("IotManagedIntegrations", "GetCustomEndpoint", {})
3210
3200
  .n("IoTManagedIntegrationsClient", "GetCustomEndpointCommand")
3211
- .sc(GetCustomEndpoint)
3201
+ .sc(GetCustomEndpoint$)
3212
3202
  .build() {
3213
3203
  }
3214
3204
 
@@ -3220,7 +3210,7 @@ class GetDefaultEncryptionConfigurationCommand extends smithyClient.Command
3220
3210
  })
3221
3211
  .s("IotManagedIntegrations", "GetDefaultEncryptionConfiguration", {})
3222
3212
  .n("IoTManagedIntegrationsClient", "GetDefaultEncryptionConfigurationCommand")
3223
- .sc(GetDefaultEncryptionConfiguration)
3213
+ .sc(GetDefaultEncryptionConfiguration$)
3224
3214
  .build() {
3225
3215
  }
3226
3216
 
@@ -3232,7 +3222,7 @@ class GetDestinationCommand extends smithyClient.Command
3232
3222
  })
3233
3223
  .s("IotManagedIntegrations", "GetDestination", {})
3234
3224
  .n("IoTManagedIntegrationsClient", "GetDestinationCommand")
3235
- .sc(GetDestination)
3225
+ .sc(GetDestination$)
3236
3226
  .build() {
3237
3227
  }
3238
3228
 
@@ -3244,7 +3234,7 @@ class GetDeviceDiscoveryCommand extends smithyClient.Command
3244
3234
  })
3245
3235
  .s("IotManagedIntegrations", "GetDeviceDiscovery", {})
3246
3236
  .n("IoTManagedIntegrationsClient", "GetDeviceDiscoveryCommand")
3247
- .sc(GetDeviceDiscovery)
3237
+ .sc(GetDeviceDiscovery$)
3248
3238
  .build() {
3249
3239
  }
3250
3240
 
@@ -3256,7 +3246,7 @@ class GetEventLogConfigurationCommand extends smithyClient.Command
3256
3246
  })
3257
3247
  .s("IotManagedIntegrations", "GetEventLogConfiguration", {})
3258
3248
  .n("IoTManagedIntegrationsClient", "GetEventLogConfigurationCommand")
3259
- .sc(GetEventLogConfiguration)
3249
+ .sc(GetEventLogConfiguration$)
3260
3250
  .build() {
3261
3251
  }
3262
3252
 
@@ -3268,7 +3258,7 @@ class GetHubConfigurationCommand extends smithyClient.Command
3268
3258
  })
3269
3259
  .s("IotManagedIntegrations", "GetHubConfiguration", {})
3270
3260
  .n("IoTManagedIntegrationsClient", "GetHubConfigurationCommand")
3271
- .sc(GetHubConfiguration)
3261
+ .sc(GetHubConfiguration$)
3272
3262
  .build() {
3273
3263
  }
3274
3264
 
@@ -3280,7 +3270,7 @@ class GetManagedThingCapabilitiesCommand extends smithyClient.Command
3280
3270
  })
3281
3271
  .s("IotManagedIntegrations", "GetManagedThingCapabilities", {})
3282
3272
  .n("IoTManagedIntegrationsClient", "GetManagedThingCapabilitiesCommand")
3283
- .sc(GetManagedThingCapabilities)
3273
+ .sc(GetManagedThingCapabilities$)
3284
3274
  .build() {
3285
3275
  }
3286
3276
 
@@ -3292,7 +3282,7 @@ class GetManagedThingCertificateCommand extends smithyClient.Command
3292
3282
  })
3293
3283
  .s("IotManagedIntegrations", "GetManagedThingCertificate", {})
3294
3284
  .n("IoTManagedIntegrationsClient", "GetManagedThingCertificateCommand")
3295
- .sc(GetManagedThingCertificate)
3285
+ .sc(GetManagedThingCertificate$)
3296
3286
  .build() {
3297
3287
  }
3298
3288
 
@@ -3304,7 +3294,7 @@ class GetManagedThingCommand extends smithyClient.Command
3304
3294
  })
3305
3295
  .s("IotManagedIntegrations", "GetManagedThing", {})
3306
3296
  .n("IoTManagedIntegrationsClient", "GetManagedThingCommand")
3307
- .sc(GetManagedThing)
3297
+ .sc(GetManagedThing$)
3308
3298
  .build() {
3309
3299
  }
3310
3300
 
@@ -3316,7 +3306,7 @@ class GetManagedThingConnectivityDataCommand extends smithyClient.Command
3316
3306
  })
3317
3307
  .s("IotManagedIntegrations", "GetManagedThingConnectivityData", {})
3318
3308
  .n("IoTManagedIntegrationsClient", "GetManagedThingConnectivityDataCommand")
3319
- .sc(GetManagedThingConnectivityData)
3309
+ .sc(GetManagedThingConnectivityData$)
3320
3310
  .build() {
3321
3311
  }
3322
3312
 
@@ -3328,7 +3318,7 @@ class GetManagedThingMetaDataCommand extends smithyClient.Command
3328
3318
  })
3329
3319
  .s("IotManagedIntegrations", "GetManagedThingMetaData", {})
3330
3320
  .n("IoTManagedIntegrationsClient", "GetManagedThingMetaDataCommand")
3331
- .sc(GetManagedThingMetaData)
3321
+ .sc(GetManagedThingMetaData$)
3332
3322
  .build() {
3333
3323
  }
3334
3324
 
@@ -3340,7 +3330,7 @@ class GetManagedThingStateCommand extends smithyClient.Command
3340
3330
  })
3341
3331
  .s("IotManagedIntegrations", "GetManagedThingState", {})
3342
3332
  .n("IoTManagedIntegrationsClient", "GetManagedThingStateCommand")
3343
- .sc(GetManagedThingState)
3333
+ .sc(GetManagedThingState$)
3344
3334
  .build() {
3345
3335
  }
3346
3336
 
@@ -3352,7 +3342,7 @@ class GetNotificationConfigurationCommand extends smithyClient.Command
3352
3342
  })
3353
3343
  .s("IotManagedIntegrations", "GetNotificationConfiguration", {})
3354
3344
  .n("IoTManagedIntegrationsClient", "GetNotificationConfigurationCommand")
3355
- .sc(GetNotificationConfiguration)
3345
+ .sc(GetNotificationConfiguration$)
3356
3346
  .build() {
3357
3347
  }
3358
3348
 
@@ -3364,7 +3354,7 @@ class GetOtaTaskCommand extends smithyClient.Command
3364
3354
  })
3365
3355
  .s("IotManagedIntegrations", "GetOtaTask", {})
3366
3356
  .n("IoTManagedIntegrationsClient", "GetOtaTaskCommand")
3367
- .sc(GetOtaTask)
3357
+ .sc(GetOtaTask$)
3368
3358
  .build() {
3369
3359
  }
3370
3360
 
@@ -3376,7 +3366,7 @@ class GetOtaTaskConfigurationCommand extends smithyClient.Command
3376
3366
  })
3377
3367
  .s("IotManagedIntegrations", "GetOtaTaskConfiguration", {})
3378
3368
  .n("IoTManagedIntegrationsClient", "GetOtaTaskConfigurationCommand")
3379
- .sc(GetOtaTaskConfiguration)
3369
+ .sc(GetOtaTaskConfiguration$)
3380
3370
  .build() {
3381
3371
  }
3382
3372
 
@@ -3388,7 +3378,7 @@ class GetProvisioningProfileCommand extends smithyClient.Command
3388
3378
  })
3389
3379
  .s("IotManagedIntegrations", "GetProvisioningProfile", {})
3390
3380
  .n("IoTManagedIntegrationsClient", "GetProvisioningProfileCommand")
3391
- .sc(GetProvisioningProfile)
3381
+ .sc(GetProvisioningProfile$)
3392
3382
  .build() {
3393
3383
  }
3394
3384
 
@@ -3400,7 +3390,7 @@ class GetRuntimeLogConfigurationCommand extends smithyClient.Command
3400
3390
  })
3401
3391
  .s("IotManagedIntegrations", "GetRuntimeLogConfiguration", {})
3402
3392
  .n("IoTManagedIntegrationsClient", "GetRuntimeLogConfigurationCommand")
3403
- .sc(GetRuntimeLogConfiguration)
3393
+ .sc(GetRuntimeLogConfiguration$)
3404
3394
  .build() {
3405
3395
  }
3406
3396
 
@@ -3412,7 +3402,7 @@ class GetSchemaVersionCommand extends smithyClient.Command
3412
3402
  })
3413
3403
  .s("IotManagedIntegrations", "GetSchemaVersion", {})
3414
3404
  .n("IoTManagedIntegrationsClient", "GetSchemaVersionCommand")
3415
- .sc(GetSchemaVersion)
3405
+ .sc(GetSchemaVersion$)
3416
3406
  .build() {
3417
3407
  }
3418
3408
 
@@ -3424,7 +3414,7 @@ class ListAccountAssociationsCommand extends smithyClient.Command
3424
3414
  })
3425
3415
  .s("IotManagedIntegrations", "ListAccountAssociations", {})
3426
3416
  .n("IoTManagedIntegrationsClient", "ListAccountAssociationsCommand")
3427
- .sc(ListAccountAssociations)
3417
+ .sc(ListAccountAssociations$)
3428
3418
  .build() {
3429
3419
  }
3430
3420
 
@@ -3436,7 +3426,7 @@ class ListCloudConnectorsCommand extends smithyClient.Command
3436
3426
  })
3437
3427
  .s("IotManagedIntegrations", "ListCloudConnectors", {})
3438
3428
  .n("IoTManagedIntegrationsClient", "ListCloudConnectorsCommand")
3439
- .sc(ListCloudConnectors)
3429
+ .sc(ListCloudConnectors$)
3440
3430
  .build() {
3441
3431
  }
3442
3432
 
@@ -3448,7 +3438,7 @@ class ListConnectorDestinationsCommand extends smithyClient.Command
3448
3438
  })
3449
3439
  .s("IotManagedIntegrations", "ListConnectorDestinations", {})
3450
3440
  .n("IoTManagedIntegrationsClient", "ListConnectorDestinationsCommand")
3451
- .sc(ListConnectorDestinations)
3441
+ .sc(ListConnectorDestinations$)
3452
3442
  .build() {
3453
3443
  }
3454
3444
 
@@ -3460,7 +3450,7 @@ class ListCredentialLockersCommand extends smithyClient.Command
3460
3450
  })
3461
3451
  .s("IotManagedIntegrations", "ListCredentialLockers", {})
3462
3452
  .n("IoTManagedIntegrationsClient", "ListCredentialLockersCommand")
3463
- .sc(ListCredentialLockers)
3453
+ .sc(ListCredentialLockers$)
3464
3454
  .build() {
3465
3455
  }
3466
3456
 
@@ -3472,7 +3462,7 @@ class ListDestinationsCommand extends smithyClient.Command
3472
3462
  })
3473
3463
  .s("IotManagedIntegrations", "ListDestinations", {})
3474
3464
  .n("IoTManagedIntegrationsClient", "ListDestinationsCommand")
3475
- .sc(ListDestinations)
3465
+ .sc(ListDestinations$)
3476
3466
  .build() {
3477
3467
  }
3478
3468
 
@@ -3484,7 +3474,7 @@ class ListDeviceDiscoveriesCommand extends smithyClient.Command
3484
3474
  })
3485
3475
  .s("IotManagedIntegrations", "ListDeviceDiscoveries", {})
3486
3476
  .n("IoTManagedIntegrationsClient", "ListDeviceDiscoveriesCommand")
3487
- .sc(ListDeviceDiscoveries)
3477
+ .sc(ListDeviceDiscoveries$)
3488
3478
  .build() {
3489
3479
  }
3490
3480
 
@@ -3496,7 +3486,7 @@ class ListDiscoveredDevicesCommand extends smithyClient.Command
3496
3486
  })
3497
3487
  .s("IotManagedIntegrations", "ListDiscoveredDevices", {})
3498
3488
  .n("IoTManagedIntegrationsClient", "ListDiscoveredDevicesCommand")
3499
- .sc(ListDiscoveredDevices)
3489
+ .sc(ListDiscoveredDevices$)
3500
3490
  .build() {
3501
3491
  }
3502
3492
 
@@ -3508,7 +3498,7 @@ class ListEventLogConfigurationsCommand extends smithyClient.Command
3508
3498
  })
3509
3499
  .s("IotManagedIntegrations", "ListEventLogConfigurations", {})
3510
3500
  .n("IoTManagedIntegrationsClient", "ListEventLogConfigurationsCommand")
3511
- .sc(ListEventLogConfigurations)
3501
+ .sc(ListEventLogConfigurations$)
3512
3502
  .build() {
3513
3503
  }
3514
3504
 
@@ -3520,7 +3510,7 @@ class ListManagedThingAccountAssociationsCommand extends smithyClient.Command
3520
3510
  })
3521
3511
  .s("IotManagedIntegrations", "ListManagedThingAccountAssociations", {})
3522
3512
  .n("IoTManagedIntegrationsClient", "ListManagedThingAccountAssociationsCommand")
3523
- .sc(ListManagedThingAccountAssociations)
3513
+ .sc(ListManagedThingAccountAssociations$)
3524
3514
  .build() {
3525
3515
  }
3526
3516
 
@@ -3532,7 +3522,7 @@ class ListManagedThingSchemasCommand extends smithyClient.Command
3532
3522
  })
3533
3523
  .s("IotManagedIntegrations", "ListManagedThingSchemas", {})
3534
3524
  .n("IoTManagedIntegrationsClient", "ListManagedThingSchemasCommand")
3535
- .sc(ListManagedThingSchemas)
3525
+ .sc(ListManagedThingSchemas$)
3536
3526
  .build() {
3537
3527
  }
3538
3528
 
@@ -3544,7 +3534,7 @@ class ListManagedThingsCommand extends smithyClient.Command
3544
3534
  })
3545
3535
  .s("IotManagedIntegrations", "ListManagedThings", {})
3546
3536
  .n("IoTManagedIntegrationsClient", "ListManagedThingsCommand")
3547
- .sc(ListManagedThings)
3537
+ .sc(ListManagedThings$)
3548
3538
  .build() {
3549
3539
  }
3550
3540
 
@@ -3556,7 +3546,7 @@ class ListNotificationConfigurationsCommand extends smithyClient.Command
3556
3546
  })
3557
3547
  .s("IotManagedIntegrations", "ListNotificationConfigurations", {})
3558
3548
  .n("IoTManagedIntegrationsClient", "ListNotificationConfigurationsCommand")
3559
- .sc(ListNotificationConfigurations)
3549
+ .sc(ListNotificationConfigurations$)
3560
3550
  .build() {
3561
3551
  }
3562
3552
 
@@ -3568,7 +3558,7 @@ class ListOtaTaskConfigurationsCommand extends smithyClient.Command
3568
3558
  })
3569
3559
  .s("IotManagedIntegrations", "ListOtaTaskConfigurations", {})
3570
3560
  .n("IoTManagedIntegrationsClient", "ListOtaTaskConfigurationsCommand")
3571
- .sc(ListOtaTaskConfigurations)
3561
+ .sc(ListOtaTaskConfigurations$)
3572
3562
  .build() {
3573
3563
  }
3574
3564
 
@@ -3580,7 +3570,7 @@ class ListOtaTaskExecutionsCommand extends smithyClient.Command
3580
3570
  })
3581
3571
  .s("IotManagedIntegrations", "ListOtaTaskExecutions", {})
3582
3572
  .n("IoTManagedIntegrationsClient", "ListOtaTaskExecutionsCommand")
3583
- .sc(ListOtaTaskExecutions)
3573
+ .sc(ListOtaTaskExecutions$)
3584
3574
  .build() {
3585
3575
  }
3586
3576
 
@@ -3592,7 +3582,7 @@ class ListOtaTasksCommand extends smithyClient.Command
3592
3582
  })
3593
3583
  .s("IotManagedIntegrations", "ListOtaTasks", {})
3594
3584
  .n("IoTManagedIntegrationsClient", "ListOtaTasksCommand")
3595
- .sc(ListOtaTasks)
3585
+ .sc(ListOtaTasks$)
3596
3586
  .build() {
3597
3587
  }
3598
3588
 
@@ -3604,7 +3594,7 @@ class ListProvisioningProfilesCommand extends smithyClient.Command
3604
3594
  })
3605
3595
  .s("IotManagedIntegrations", "ListProvisioningProfiles", {})
3606
3596
  .n("IoTManagedIntegrationsClient", "ListProvisioningProfilesCommand")
3607
- .sc(ListProvisioningProfiles)
3597
+ .sc(ListProvisioningProfiles$)
3608
3598
  .build() {
3609
3599
  }
3610
3600
 
@@ -3616,7 +3606,7 @@ class ListSchemaVersionsCommand extends smithyClient.Command
3616
3606
  })
3617
3607
  .s("IotManagedIntegrations", "ListSchemaVersions", {})
3618
3608
  .n("IoTManagedIntegrationsClient", "ListSchemaVersionsCommand")
3619
- .sc(ListSchemaVersions)
3609
+ .sc(ListSchemaVersions$)
3620
3610
  .build() {
3621
3611
  }
3622
3612
 
@@ -3628,7 +3618,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3628
3618
  })
3629
3619
  .s("IotManagedIntegrations", "ListTagsForResource", {})
3630
3620
  .n("IoTManagedIntegrationsClient", "ListTagsForResourceCommand")
3631
- .sc(ListTagsForResource)
3621
+ .sc(ListTagsForResource$)
3632
3622
  .build() {
3633
3623
  }
3634
3624
 
@@ -3640,7 +3630,7 @@ class PutDefaultEncryptionConfigurationCommand extends smithyClient.Command
3640
3630
  })
3641
3631
  .s("IotManagedIntegrations", "PutDefaultEncryptionConfiguration", {})
3642
3632
  .n("IoTManagedIntegrationsClient", "PutDefaultEncryptionConfigurationCommand")
3643
- .sc(PutDefaultEncryptionConfiguration)
3633
+ .sc(PutDefaultEncryptionConfiguration$)
3644
3634
  .build() {
3645
3635
  }
3646
3636
 
@@ -3652,7 +3642,7 @@ class PutHubConfigurationCommand extends smithyClient.Command
3652
3642
  })
3653
3643
  .s("IotManagedIntegrations", "PutHubConfiguration", {})
3654
3644
  .n("IoTManagedIntegrationsClient", "PutHubConfigurationCommand")
3655
- .sc(PutHubConfiguration)
3645
+ .sc(PutHubConfiguration$)
3656
3646
  .build() {
3657
3647
  }
3658
3648
 
@@ -3664,7 +3654,7 @@ class PutRuntimeLogConfigurationCommand extends smithyClient.Command
3664
3654
  })
3665
3655
  .s("IotManagedIntegrations", "PutRuntimeLogConfiguration", {})
3666
3656
  .n("IoTManagedIntegrationsClient", "PutRuntimeLogConfigurationCommand")
3667
- .sc(PutRuntimeLogConfiguration)
3657
+ .sc(PutRuntimeLogConfiguration$)
3668
3658
  .build() {
3669
3659
  }
3670
3660
 
@@ -3676,7 +3666,7 @@ class RegisterAccountAssociationCommand extends smithyClient.Command
3676
3666
  })
3677
3667
  .s("IotManagedIntegrations", "RegisterAccountAssociation", {})
3678
3668
  .n("IoTManagedIntegrationsClient", "RegisterAccountAssociationCommand")
3679
- .sc(RegisterAccountAssociation)
3669
+ .sc(RegisterAccountAssociation$)
3680
3670
  .build() {
3681
3671
  }
3682
3672
 
@@ -3688,7 +3678,7 @@ class RegisterCustomEndpointCommand extends smithyClient.Command
3688
3678
  })
3689
3679
  .s("IotManagedIntegrations", "RegisterCustomEndpoint", {})
3690
3680
  .n("IoTManagedIntegrationsClient", "RegisterCustomEndpointCommand")
3691
- .sc(RegisterCustomEndpoint)
3681
+ .sc(RegisterCustomEndpoint$)
3692
3682
  .build() {
3693
3683
  }
3694
3684
 
@@ -3700,7 +3690,7 @@ class ResetRuntimeLogConfigurationCommand extends smithyClient.Command
3700
3690
  })
3701
3691
  .s("IotManagedIntegrations", "ResetRuntimeLogConfiguration", {})
3702
3692
  .n("IoTManagedIntegrationsClient", "ResetRuntimeLogConfigurationCommand")
3703
- .sc(ResetRuntimeLogConfiguration)
3693
+ .sc(ResetRuntimeLogConfiguration$)
3704
3694
  .build() {
3705
3695
  }
3706
3696
 
@@ -3712,7 +3702,7 @@ class SendConnectorEventCommand extends smithyClient.Command
3712
3702
  })
3713
3703
  .s("IotManagedIntegrations", "SendConnectorEvent", {})
3714
3704
  .n("IoTManagedIntegrationsClient", "SendConnectorEventCommand")
3715
- .sc(SendConnectorEvent)
3705
+ .sc(SendConnectorEvent$)
3716
3706
  .build() {
3717
3707
  }
3718
3708
 
@@ -3724,7 +3714,7 @@ class SendManagedThingCommandCommand extends smithyClient.Command
3724
3714
  })
3725
3715
  .s("IotManagedIntegrations", "SendManagedThingCommand", {})
3726
3716
  .n("IoTManagedIntegrationsClient", "SendManagedThingCommandCommand")
3727
- .sc(SendManagedThingCommand)
3717
+ .sc(SendManagedThingCommand$)
3728
3718
  .build() {
3729
3719
  }
3730
3720
 
@@ -3736,7 +3726,7 @@ class StartAccountAssociationRefreshCommand extends smithyClient.Command
3736
3726
  })
3737
3727
  .s("IotManagedIntegrations", "StartAccountAssociationRefresh", {})
3738
3728
  .n("IoTManagedIntegrationsClient", "StartAccountAssociationRefreshCommand")
3739
- .sc(StartAccountAssociationRefresh)
3729
+ .sc(StartAccountAssociationRefresh$)
3740
3730
  .build() {
3741
3731
  }
3742
3732
 
@@ -3748,7 +3738,7 @@ class StartDeviceDiscoveryCommand extends smithyClient.Command
3748
3738
  })
3749
3739
  .s("IotManagedIntegrations", "StartDeviceDiscovery", {})
3750
3740
  .n("IoTManagedIntegrationsClient", "StartDeviceDiscoveryCommand")
3751
- .sc(StartDeviceDiscovery)
3741
+ .sc(StartDeviceDiscovery$)
3752
3742
  .build() {
3753
3743
  }
3754
3744
 
@@ -3760,7 +3750,7 @@ class TagResourceCommand extends smithyClient.Command
3760
3750
  })
3761
3751
  .s("IotManagedIntegrations", "TagResource", {})
3762
3752
  .n("IoTManagedIntegrationsClient", "TagResourceCommand")
3763
- .sc(TagResource)
3753
+ .sc(TagResource$)
3764
3754
  .build() {
3765
3755
  }
3766
3756
 
@@ -3772,7 +3762,7 @@ class UntagResourceCommand extends smithyClient.Command
3772
3762
  })
3773
3763
  .s("IotManagedIntegrations", "UntagResource", {})
3774
3764
  .n("IoTManagedIntegrationsClient", "UntagResourceCommand")
3775
- .sc(UntagResource)
3765
+ .sc(UntagResource$)
3776
3766
  .build() {
3777
3767
  }
3778
3768
 
@@ -3784,7 +3774,7 @@ class UpdateAccountAssociationCommand extends smithyClient.Command
3784
3774
  })
3785
3775
  .s("IotManagedIntegrations", "UpdateAccountAssociation", {})
3786
3776
  .n("IoTManagedIntegrationsClient", "UpdateAccountAssociationCommand")
3787
- .sc(UpdateAccountAssociation)
3777
+ .sc(UpdateAccountAssociation$)
3788
3778
  .build() {
3789
3779
  }
3790
3780
 
@@ -3796,7 +3786,7 @@ class UpdateCloudConnectorCommand extends smithyClient.Command
3796
3786
  })
3797
3787
  .s("IotManagedIntegrations", "UpdateCloudConnector", {})
3798
3788
  .n("IoTManagedIntegrationsClient", "UpdateCloudConnectorCommand")
3799
- .sc(UpdateCloudConnector)
3789
+ .sc(UpdateCloudConnector$)
3800
3790
  .build() {
3801
3791
  }
3802
3792
 
@@ -3808,7 +3798,7 @@ class UpdateConnectorDestinationCommand extends smithyClient.Command
3808
3798
  })
3809
3799
  .s("IotManagedIntegrations", "UpdateConnectorDestination", {})
3810
3800
  .n("IoTManagedIntegrationsClient", "UpdateConnectorDestinationCommand")
3811
- .sc(UpdateConnectorDestination)
3801
+ .sc(UpdateConnectorDestination$)
3812
3802
  .build() {
3813
3803
  }
3814
3804
 
@@ -3820,7 +3810,7 @@ class UpdateDestinationCommand extends smithyClient.Command
3820
3810
  })
3821
3811
  .s("IotManagedIntegrations", "UpdateDestination", {})
3822
3812
  .n("IoTManagedIntegrationsClient", "UpdateDestinationCommand")
3823
- .sc(UpdateDestination)
3813
+ .sc(UpdateDestination$)
3824
3814
  .build() {
3825
3815
  }
3826
3816
 
@@ -3832,7 +3822,7 @@ class UpdateEventLogConfigurationCommand extends smithyClient.Command
3832
3822
  })
3833
3823
  .s("IotManagedIntegrations", "UpdateEventLogConfiguration", {})
3834
3824
  .n("IoTManagedIntegrationsClient", "UpdateEventLogConfigurationCommand")
3835
- .sc(UpdateEventLogConfiguration)
3825
+ .sc(UpdateEventLogConfiguration$)
3836
3826
  .build() {
3837
3827
  }
3838
3828
 
@@ -3844,7 +3834,7 @@ class UpdateManagedThingCommand extends smithyClient.Command
3844
3834
  })
3845
3835
  .s("IotManagedIntegrations", "UpdateManagedThing", {})
3846
3836
  .n("IoTManagedIntegrationsClient", "UpdateManagedThingCommand")
3847
- .sc(UpdateManagedThing)
3837
+ .sc(UpdateManagedThing$)
3848
3838
  .build() {
3849
3839
  }
3850
3840
 
@@ -3856,7 +3846,7 @@ class UpdateNotificationConfigurationCommand extends smithyClient.Command
3856
3846
  })
3857
3847
  .s("IotManagedIntegrations", "UpdateNotificationConfiguration", {})
3858
3848
  .n("IoTManagedIntegrationsClient", "UpdateNotificationConfigurationCommand")
3859
- .sc(UpdateNotificationConfiguration)
3849
+ .sc(UpdateNotificationConfiguration$)
3860
3850
  .build() {
3861
3851
  }
3862
3852
 
@@ -3868,7 +3858,7 @@ class UpdateOtaTaskCommand extends smithyClient.Command
3868
3858
  })
3869
3859
  .s("IotManagedIntegrations", "UpdateOtaTask", {})
3870
3860
  .n("IoTManagedIntegrationsClient", "UpdateOtaTaskCommand")
3871
- .sc(UpdateOtaTask)
3861
+ .sc(UpdateOtaTask$)
3872
3862
  .build() {
3873
3863
  }
3874
3864
 
@@ -4185,137 +4175,434 @@ Object.defineProperty(exports, "__Client", {
4185
4175
  enumerable: true,
4186
4176
  get: function () { return smithyClient.Client; }
4187
4177
  });
4178
+ exports.AbortConfigCriteria$ = AbortConfigCriteria$;
4188
4179
  exports.AbortCriteriaAction = AbortCriteriaAction;
4189
4180
  exports.AbortCriteriaFailureType = AbortCriteriaFailureType;
4190
- exports.AccessDeniedException = AccessDeniedException$1;
4181
+ exports.AccessDeniedException = AccessDeniedException;
4182
+ exports.AccessDeniedException$ = AccessDeniedException$;
4183
+ exports.AccountAssociationItem$ = AccountAssociationItem$;
4191
4184
  exports.AssociationState = AssociationState;
4185
+ exports.AuthConfig$ = AuthConfig$;
4186
+ exports.AuthConfigUpdate$ = AuthConfigUpdate$;
4192
4187
  exports.AuthMaterialType = AuthMaterialType;
4193
4188
  exports.AuthType = AuthType;
4189
+ exports.CapabilityAction$ = CapabilityAction$;
4190
+ exports.CapabilityReport$ = CapabilityReport$;
4191
+ exports.CapabilityReportCapability$ = CapabilityReportCapability$;
4192
+ exports.CapabilityReportEndpoint$ = CapabilityReportEndpoint$;
4193
+ exports.CapabilitySchemaItem$ = CapabilitySchemaItem$;
4194
4194
  exports.CloudConnectorType = CloudConnectorType;
4195
+ exports.CommandCapability$ = CommandCapability$;
4196
+ exports.CommandEndpoint$ = CommandEndpoint$;
4197
+ exports.ConfigurationError$ = ConfigurationError$;
4195
4198
  exports.ConfigurationState = ConfigurationState;
4196
- exports.ConflictException = ConflictException$1;
4199
+ exports.ConfigurationStatus$ = ConfigurationStatus$;
4200
+ exports.ConflictException = ConflictException;
4201
+ exports.ConflictException$ = ConflictException$;
4202
+ exports.ConnectorDestinationSummary$ = ConnectorDestinationSummary$;
4197
4203
  exports.ConnectorEventOperation = ConnectorEventOperation;
4204
+ exports.ConnectorItem$ = ConnectorItem$;
4205
+ exports.CreateAccountAssociation$ = CreateAccountAssociation$;
4198
4206
  exports.CreateAccountAssociationCommand = CreateAccountAssociationCommand;
4207
+ exports.CreateAccountAssociationRequest$ = CreateAccountAssociationRequest$;
4208
+ exports.CreateAccountAssociationResponse$ = CreateAccountAssociationResponse$;
4209
+ exports.CreateCloudConnector$ = CreateCloudConnector$;
4199
4210
  exports.CreateCloudConnectorCommand = CreateCloudConnectorCommand;
4211
+ exports.CreateCloudConnectorRequest$ = CreateCloudConnectorRequest$;
4212
+ exports.CreateCloudConnectorResponse$ = CreateCloudConnectorResponse$;
4213
+ exports.CreateConnectorDestination$ = CreateConnectorDestination$;
4200
4214
  exports.CreateConnectorDestinationCommand = CreateConnectorDestinationCommand;
4215
+ exports.CreateConnectorDestinationRequest$ = CreateConnectorDestinationRequest$;
4216
+ exports.CreateConnectorDestinationResponse$ = CreateConnectorDestinationResponse$;
4217
+ exports.CreateCredentialLocker$ = CreateCredentialLocker$;
4201
4218
  exports.CreateCredentialLockerCommand = CreateCredentialLockerCommand;
4219
+ exports.CreateCredentialLockerRequest$ = CreateCredentialLockerRequest$;
4220
+ exports.CreateCredentialLockerResponse$ = CreateCredentialLockerResponse$;
4221
+ exports.CreateDestination$ = CreateDestination$;
4202
4222
  exports.CreateDestinationCommand = CreateDestinationCommand;
4223
+ exports.CreateDestinationRequest$ = CreateDestinationRequest$;
4224
+ exports.CreateDestinationResponse$ = CreateDestinationResponse$;
4225
+ exports.CreateEventLogConfiguration$ = CreateEventLogConfiguration$;
4203
4226
  exports.CreateEventLogConfigurationCommand = CreateEventLogConfigurationCommand;
4227
+ exports.CreateEventLogConfigurationRequest$ = CreateEventLogConfigurationRequest$;
4228
+ exports.CreateEventLogConfigurationResponse$ = CreateEventLogConfigurationResponse$;
4229
+ exports.CreateManagedThing$ = CreateManagedThing$;
4204
4230
  exports.CreateManagedThingCommand = CreateManagedThingCommand;
4231
+ exports.CreateManagedThingRequest$ = CreateManagedThingRequest$;
4232
+ exports.CreateManagedThingResponse$ = CreateManagedThingResponse$;
4233
+ exports.CreateNotificationConfiguration$ = CreateNotificationConfiguration$;
4205
4234
  exports.CreateNotificationConfigurationCommand = CreateNotificationConfigurationCommand;
4235
+ exports.CreateNotificationConfigurationRequest$ = CreateNotificationConfigurationRequest$;
4236
+ exports.CreateNotificationConfigurationResponse$ = CreateNotificationConfigurationResponse$;
4237
+ exports.CreateOtaTask$ = CreateOtaTask$;
4206
4238
  exports.CreateOtaTaskCommand = CreateOtaTaskCommand;
4239
+ exports.CreateOtaTaskConfiguration$ = CreateOtaTaskConfiguration$;
4207
4240
  exports.CreateOtaTaskConfigurationCommand = CreateOtaTaskConfigurationCommand;
4241
+ exports.CreateOtaTaskConfigurationRequest$ = CreateOtaTaskConfigurationRequest$;
4242
+ exports.CreateOtaTaskConfigurationResponse$ = CreateOtaTaskConfigurationResponse$;
4243
+ exports.CreateOtaTaskRequest$ = CreateOtaTaskRequest$;
4244
+ exports.CreateOtaTaskResponse$ = CreateOtaTaskResponse$;
4245
+ exports.CreateProvisioningProfile$ = CreateProvisioningProfile$;
4208
4246
  exports.CreateProvisioningProfileCommand = CreateProvisioningProfileCommand;
4247
+ exports.CreateProvisioningProfileRequest$ = CreateProvisioningProfileRequest$;
4248
+ exports.CreateProvisioningProfileResponse$ = CreateProvisioningProfileResponse$;
4249
+ exports.CredentialLockerSummary$ = CredentialLockerSummary$;
4250
+ exports.DeleteAccountAssociation$ = DeleteAccountAssociation$;
4209
4251
  exports.DeleteAccountAssociationCommand = DeleteAccountAssociationCommand;
4252
+ exports.DeleteAccountAssociationRequest$ = DeleteAccountAssociationRequest$;
4253
+ exports.DeleteCloudConnector$ = DeleteCloudConnector$;
4210
4254
  exports.DeleteCloudConnectorCommand = DeleteCloudConnectorCommand;
4255
+ exports.DeleteCloudConnectorRequest$ = DeleteCloudConnectorRequest$;
4256
+ exports.DeleteConnectorDestination$ = DeleteConnectorDestination$;
4211
4257
  exports.DeleteConnectorDestinationCommand = DeleteConnectorDestinationCommand;
4258
+ exports.DeleteConnectorDestinationRequest$ = DeleteConnectorDestinationRequest$;
4259
+ exports.DeleteCredentialLocker$ = DeleteCredentialLocker$;
4212
4260
  exports.DeleteCredentialLockerCommand = DeleteCredentialLockerCommand;
4261
+ exports.DeleteCredentialLockerRequest$ = DeleteCredentialLockerRequest$;
4262
+ exports.DeleteDestination$ = DeleteDestination$;
4213
4263
  exports.DeleteDestinationCommand = DeleteDestinationCommand;
4264
+ exports.DeleteDestinationRequest$ = DeleteDestinationRequest$;
4265
+ exports.DeleteEventLogConfiguration$ = DeleteEventLogConfiguration$;
4214
4266
  exports.DeleteEventLogConfigurationCommand = DeleteEventLogConfigurationCommand;
4267
+ exports.DeleteEventLogConfigurationRequest$ = DeleteEventLogConfigurationRequest$;
4268
+ exports.DeleteManagedThing$ = DeleteManagedThing$;
4215
4269
  exports.DeleteManagedThingCommand = DeleteManagedThingCommand;
4270
+ exports.DeleteManagedThingRequest$ = DeleteManagedThingRequest$;
4271
+ exports.DeleteNotificationConfiguration$ = DeleteNotificationConfiguration$;
4216
4272
  exports.DeleteNotificationConfigurationCommand = DeleteNotificationConfigurationCommand;
4273
+ exports.DeleteNotificationConfigurationRequest$ = DeleteNotificationConfigurationRequest$;
4274
+ exports.DeleteOtaTask$ = DeleteOtaTask$;
4217
4275
  exports.DeleteOtaTaskCommand = DeleteOtaTaskCommand;
4276
+ exports.DeleteOtaTaskConfiguration$ = DeleteOtaTaskConfiguration$;
4218
4277
  exports.DeleteOtaTaskConfigurationCommand = DeleteOtaTaskConfigurationCommand;
4278
+ exports.DeleteOtaTaskConfigurationRequest$ = DeleteOtaTaskConfigurationRequest$;
4279
+ exports.DeleteOtaTaskRequest$ = DeleteOtaTaskRequest$;
4280
+ exports.DeleteProvisioningProfile$ = DeleteProvisioningProfile$;
4219
4281
  exports.DeleteProvisioningProfileCommand = DeleteProvisioningProfileCommand;
4282
+ exports.DeleteProvisioningProfileRequest$ = DeleteProvisioningProfileRequest$;
4220
4283
  exports.DeliveryDestinationType = DeliveryDestinationType;
4284
+ exports.DeregisterAccountAssociation$ = DeregisterAccountAssociation$;
4221
4285
  exports.DeregisterAccountAssociationCommand = DeregisterAccountAssociationCommand;
4286
+ exports.DeregisterAccountAssociationRequest$ = DeregisterAccountAssociationRequest$;
4287
+ exports.DestinationSummary$ = DestinationSummary$;
4288
+ exports.Device$ = Device$;
4222
4289
  exports.DeviceDiscoveryStatus = DeviceDiscoveryStatus;
4290
+ exports.DeviceDiscoverySummary$ = DeviceDiscoverySummary$;
4223
4291
  exports.DisconnectReasonValue = DisconnectReasonValue;
4292
+ exports.DiscoveredDeviceSummary$ = DiscoveredDeviceSummary$;
4224
4293
  exports.DiscoveryAuthMaterialType = DiscoveryAuthMaterialType;
4225
4294
  exports.DiscoveryModification = DiscoveryModification;
4226
4295
  exports.DiscoveryType = DiscoveryType;
4227
4296
  exports.EncryptionType = EncryptionType;
4297
+ exports.EndpointConfig$ = EndpointConfig$;
4228
4298
  exports.EndpointType = EndpointType;
4299
+ exports.EventLogConfigurationSummary$ = EventLogConfigurationSummary$;
4229
4300
  exports.EventType = EventType;
4301
+ exports.ExponentialRolloutRate$ = ExponentialRolloutRate$;
4302
+ exports.GetAccountAssociation$ = GetAccountAssociation$;
4230
4303
  exports.GetAccountAssociationCommand = GetAccountAssociationCommand;
4304
+ exports.GetAccountAssociationRequest$ = GetAccountAssociationRequest$;
4305
+ exports.GetAccountAssociationResponse$ = GetAccountAssociationResponse$;
4306
+ exports.GetCloudConnector$ = GetCloudConnector$;
4231
4307
  exports.GetCloudConnectorCommand = GetCloudConnectorCommand;
4308
+ exports.GetCloudConnectorRequest$ = GetCloudConnectorRequest$;
4309
+ exports.GetCloudConnectorResponse$ = GetCloudConnectorResponse$;
4310
+ exports.GetConnectorDestination$ = GetConnectorDestination$;
4232
4311
  exports.GetConnectorDestinationCommand = GetConnectorDestinationCommand;
4312
+ exports.GetConnectorDestinationRequest$ = GetConnectorDestinationRequest$;
4313
+ exports.GetConnectorDestinationResponse$ = GetConnectorDestinationResponse$;
4314
+ exports.GetCredentialLocker$ = GetCredentialLocker$;
4233
4315
  exports.GetCredentialLockerCommand = GetCredentialLockerCommand;
4316
+ exports.GetCredentialLockerRequest$ = GetCredentialLockerRequest$;
4317
+ exports.GetCredentialLockerResponse$ = GetCredentialLockerResponse$;
4318
+ exports.GetCustomEndpoint$ = GetCustomEndpoint$;
4234
4319
  exports.GetCustomEndpointCommand = GetCustomEndpointCommand;
4320
+ exports.GetCustomEndpointRequest$ = GetCustomEndpointRequest$;
4321
+ exports.GetCustomEndpointResponse$ = GetCustomEndpointResponse$;
4322
+ exports.GetDefaultEncryptionConfiguration$ = GetDefaultEncryptionConfiguration$;
4235
4323
  exports.GetDefaultEncryptionConfigurationCommand = GetDefaultEncryptionConfigurationCommand;
4324
+ exports.GetDefaultEncryptionConfigurationRequest$ = GetDefaultEncryptionConfigurationRequest$;
4325
+ exports.GetDefaultEncryptionConfigurationResponse$ = GetDefaultEncryptionConfigurationResponse$;
4326
+ exports.GetDestination$ = GetDestination$;
4236
4327
  exports.GetDestinationCommand = GetDestinationCommand;
4328
+ exports.GetDestinationRequest$ = GetDestinationRequest$;
4329
+ exports.GetDestinationResponse$ = GetDestinationResponse$;
4330
+ exports.GetDeviceDiscovery$ = GetDeviceDiscovery$;
4237
4331
  exports.GetDeviceDiscoveryCommand = GetDeviceDiscoveryCommand;
4332
+ exports.GetDeviceDiscoveryRequest$ = GetDeviceDiscoveryRequest$;
4333
+ exports.GetDeviceDiscoveryResponse$ = GetDeviceDiscoveryResponse$;
4334
+ exports.GetEventLogConfiguration$ = GetEventLogConfiguration$;
4238
4335
  exports.GetEventLogConfigurationCommand = GetEventLogConfigurationCommand;
4336
+ exports.GetEventLogConfigurationRequest$ = GetEventLogConfigurationRequest$;
4337
+ exports.GetEventLogConfigurationResponse$ = GetEventLogConfigurationResponse$;
4338
+ exports.GetHubConfiguration$ = GetHubConfiguration$;
4239
4339
  exports.GetHubConfigurationCommand = GetHubConfigurationCommand;
4340
+ exports.GetHubConfigurationRequest$ = GetHubConfigurationRequest$;
4341
+ exports.GetHubConfigurationResponse$ = GetHubConfigurationResponse$;
4342
+ exports.GetManagedThing$ = GetManagedThing$;
4343
+ exports.GetManagedThingCapabilities$ = GetManagedThingCapabilities$;
4240
4344
  exports.GetManagedThingCapabilitiesCommand = GetManagedThingCapabilitiesCommand;
4345
+ exports.GetManagedThingCapabilitiesRequest$ = GetManagedThingCapabilitiesRequest$;
4346
+ exports.GetManagedThingCapabilitiesResponse$ = GetManagedThingCapabilitiesResponse$;
4347
+ exports.GetManagedThingCertificate$ = GetManagedThingCertificate$;
4241
4348
  exports.GetManagedThingCertificateCommand = GetManagedThingCertificateCommand;
4349
+ exports.GetManagedThingCertificateRequest$ = GetManagedThingCertificateRequest$;
4350
+ exports.GetManagedThingCertificateResponse$ = GetManagedThingCertificateResponse$;
4242
4351
  exports.GetManagedThingCommand = GetManagedThingCommand;
4352
+ exports.GetManagedThingConnectivityData$ = GetManagedThingConnectivityData$;
4243
4353
  exports.GetManagedThingConnectivityDataCommand = GetManagedThingConnectivityDataCommand;
4354
+ exports.GetManagedThingConnectivityDataRequest$ = GetManagedThingConnectivityDataRequest$;
4355
+ exports.GetManagedThingConnectivityDataResponse$ = GetManagedThingConnectivityDataResponse$;
4356
+ exports.GetManagedThingMetaData$ = GetManagedThingMetaData$;
4244
4357
  exports.GetManagedThingMetaDataCommand = GetManagedThingMetaDataCommand;
4358
+ exports.GetManagedThingMetaDataRequest$ = GetManagedThingMetaDataRequest$;
4359
+ exports.GetManagedThingMetaDataResponse$ = GetManagedThingMetaDataResponse$;
4360
+ exports.GetManagedThingRequest$ = GetManagedThingRequest$;
4361
+ exports.GetManagedThingResponse$ = GetManagedThingResponse$;
4362
+ exports.GetManagedThingState$ = GetManagedThingState$;
4245
4363
  exports.GetManagedThingStateCommand = GetManagedThingStateCommand;
4364
+ exports.GetManagedThingStateRequest$ = GetManagedThingStateRequest$;
4365
+ exports.GetManagedThingStateResponse$ = GetManagedThingStateResponse$;
4366
+ exports.GetNotificationConfiguration$ = GetNotificationConfiguration$;
4246
4367
  exports.GetNotificationConfigurationCommand = GetNotificationConfigurationCommand;
4368
+ exports.GetNotificationConfigurationRequest$ = GetNotificationConfigurationRequest$;
4369
+ exports.GetNotificationConfigurationResponse$ = GetNotificationConfigurationResponse$;
4370
+ exports.GetOtaTask$ = GetOtaTask$;
4247
4371
  exports.GetOtaTaskCommand = GetOtaTaskCommand;
4372
+ exports.GetOtaTaskConfiguration$ = GetOtaTaskConfiguration$;
4248
4373
  exports.GetOtaTaskConfigurationCommand = GetOtaTaskConfigurationCommand;
4374
+ exports.GetOtaTaskConfigurationRequest$ = GetOtaTaskConfigurationRequest$;
4375
+ exports.GetOtaTaskConfigurationResponse$ = GetOtaTaskConfigurationResponse$;
4376
+ exports.GetOtaTaskRequest$ = GetOtaTaskRequest$;
4377
+ exports.GetOtaTaskResponse$ = GetOtaTaskResponse$;
4378
+ exports.GetProvisioningProfile$ = GetProvisioningProfile$;
4249
4379
  exports.GetProvisioningProfileCommand = GetProvisioningProfileCommand;
4380
+ exports.GetProvisioningProfileRequest$ = GetProvisioningProfileRequest$;
4381
+ exports.GetProvisioningProfileResponse$ = GetProvisioningProfileResponse$;
4382
+ exports.GetRuntimeLogConfiguration$ = GetRuntimeLogConfiguration$;
4250
4383
  exports.GetRuntimeLogConfigurationCommand = GetRuntimeLogConfigurationCommand;
4384
+ exports.GetRuntimeLogConfigurationRequest$ = GetRuntimeLogConfigurationRequest$;
4385
+ exports.GetRuntimeLogConfigurationResponse$ = GetRuntimeLogConfigurationResponse$;
4386
+ exports.GetSchemaVersion$ = GetSchemaVersion$;
4251
4387
  exports.GetSchemaVersionCommand = GetSchemaVersionCommand;
4388
+ exports.GetSchemaVersionRequest$ = GetSchemaVersionRequest$;
4389
+ exports.GetSchemaVersionResponse$ = GetSchemaVersionResponse$;
4252
4390
  exports.HubNetworkMode = HubNetworkMode;
4253
- exports.InternalFailureException = InternalFailureException$1;
4254
- exports.InternalServerException = InternalServerException$1;
4255
- exports.InvalidRequestException = InvalidRequestException$1;
4391
+ exports.InternalFailureException = InternalFailureException;
4392
+ exports.InternalFailureException$ = InternalFailureException$;
4393
+ exports.InternalServerException = InternalServerException;
4394
+ exports.InternalServerException$ = InternalServerException$;
4395
+ exports.InvalidRequestException = InvalidRequestException;
4396
+ exports.InvalidRequestException$ = InvalidRequestException$;
4256
4397
  exports.IoTManagedIntegrations = IoTManagedIntegrations;
4257
4398
  exports.IoTManagedIntegrationsClient = IoTManagedIntegrationsClient;
4258
- exports.IoTManagedIntegrationsServiceException = IoTManagedIntegrationsServiceException$1;
4259
- exports.LimitExceededException = LimitExceededException$1;
4399
+ exports.IoTManagedIntegrationsServiceException = IoTManagedIntegrationsServiceException;
4400
+ exports.IoTManagedIntegrationsServiceException$ = IoTManagedIntegrationsServiceException$;
4401
+ exports.LambdaConfig$ = LambdaConfig$;
4402
+ exports.LimitExceededException = LimitExceededException;
4403
+ exports.LimitExceededException$ = LimitExceededException$;
4404
+ exports.ListAccountAssociations$ = ListAccountAssociations$;
4260
4405
  exports.ListAccountAssociationsCommand = ListAccountAssociationsCommand;
4406
+ exports.ListAccountAssociationsRequest$ = ListAccountAssociationsRequest$;
4407
+ exports.ListAccountAssociationsResponse$ = ListAccountAssociationsResponse$;
4408
+ exports.ListCloudConnectors$ = ListCloudConnectors$;
4261
4409
  exports.ListCloudConnectorsCommand = ListCloudConnectorsCommand;
4410
+ exports.ListCloudConnectorsRequest$ = ListCloudConnectorsRequest$;
4411
+ exports.ListCloudConnectorsResponse$ = ListCloudConnectorsResponse$;
4412
+ exports.ListConnectorDestinations$ = ListConnectorDestinations$;
4262
4413
  exports.ListConnectorDestinationsCommand = ListConnectorDestinationsCommand;
4414
+ exports.ListConnectorDestinationsRequest$ = ListConnectorDestinationsRequest$;
4415
+ exports.ListConnectorDestinationsResponse$ = ListConnectorDestinationsResponse$;
4416
+ exports.ListCredentialLockers$ = ListCredentialLockers$;
4263
4417
  exports.ListCredentialLockersCommand = ListCredentialLockersCommand;
4418
+ exports.ListCredentialLockersRequest$ = ListCredentialLockersRequest$;
4419
+ exports.ListCredentialLockersResponse$ = ListCredentialLockersResponse$;
4420
+ exports.ListDestinations$ = ListDestinations$;
4264
4421
  exports.ListDestinationsCommand = ListDestinationsCommand;
4422
+ exports.ListDestinationsRequest$ = ListDestinationsRequest$;
4423
+ exports.ListDestinationsResponse$ = ListDestinationsResponse$;
4424
+ exports.ListDeviceDiscoveries$ = ListDeviceDiscoveries$;
4265
4425
  exports.ListDeviceDiscoveriesCommand = ListDeviceDiscoveriesCommand;
4426
+ exports.ListDeviceDiscoveriesRequest$ = ListDeviceDiscoveriesRequest$;
4427
+ exports.ListDeviceDiscoveriesResponse$ = ListDeviceDiscoveriesResponse$;
4428
+ exports.ListDiscoveredDevices$ = ListDiscoveredDevices$;
4266
4429
  exports.ListDiscoveredDevicesCommand = ListDiscoveredDevicesCommand;
4430
+ exports.ListDiscoveredDevicesRequest$ = ListDiscoveredDevicesRequest$;
4431
+ exports.ListDiscoveredDevicesResponse$ = ListDiscoveredDevicesResponse$;
4432
+ exports.ListEventLogConfigurations$ = ListEventLogConfigurations$;
4267
4433
  exports.ListEventLogConfigurationsCommand = ListEventLogConfigurationsCommand;
4434
+ exports.ListEventLogConfigurationsRequest$ = ListEventLogConfigurationsRequest$;
4435
+ exports.ListEventLogConfigurationsResponse$ = ListEventLogConfigurationsResponse$;
4436
+ exports.ListManagedThingAccountAssociations$ = ListManagedThingAccountAssociations$;
4268
4437
  exports.ListManagedThingAccountAssociationsCommand = ListManagedThingAccountAssociationsCommand;
4438
+ exports.ListManagedThingAccountAssociationsRequest$ = ListManagedThingAccountAssociationsRequest$;
4439
+ exports.ListManagedThingAccountAssociationsResponse$ = ListManagedThingAccountAssociationsResponse$;
4440
+ exports.ListManagedThingSchemas$ = ListManagedThingSchemas$;
4269
4441
  exports.ListManagedThingSchemasCommand = ListManagedThingSchemasCommand;
4442
+ exports.ListManagedThingSchemasRequest$ = ListManagedThingSchemasRequest$;
4443
+ exports.ListManagedThingSchemasResponse$ = ListManagedThingSchemasResponse$;
4444
+ exports.ListManagedThings$ = ListManagedThings$;
4270
4445
  exports.ListManagedThingsCommand = ListManagedThingsCommand;
4446
+ exports.ListManagedThingsRequest$ = ListManagedThingsRequest$;
4447
+ exports.ListManagedThingsResponse$ = ListManagedThingsResponse$;
4448
+ exports.ListNotificationConfigurations$ = ListNotificationConfigurations$;
4271
4449
  exports.ListNotificationConfigurationsCommand = ListNotificationConfigurationsCommand;
4450
+ exports.ListNotificationConfigurationsRequest$ = ListNotificationConfigurationsRequest$;
4451
+ exports.ListNotificationConfigurationsResponse$ = ListNotificationConfigurationsResponse$;
4452
+ exports.ListOtaTaskConfigurations$ = ListOtaTaskConfigurations$;
4272
4453
  exports.ListOtaTaskConfigurationsCommand = ListOtaTaskConfigurationsCommand;
4454
+ exports.ListOtaTaskConfigurationsRequest$ = ListOtaTaskConfigurationsRequest$;
4455
+ exports.ListOtaTaskConfigurationsResponse$ = ListOtaTaskConfigurationsResponse$;
4456
+ exports.ListOtaTaskExecutions$ = ListOtaTaskExecutions$;
4273
4457
  exports.ListOtaTaskExecutionsCommand = ListOtaTaskExecutionsCommand;
4458
+ exports.ListOtaTaskExecutionsRequest$ = ListOtaTaskExecutionsRequest$;
4459
+ exports.ListOtaTaskExecutionsResponse$ = ListOtaTaskExecutionsResponse$;
4460
+ exports.ListOtaTasks$ = ListOtaTasks$;
4274
4461
  exports.ListOtaTasksCommand = ListOtaTasksCommand;
4462
+ exports.ListOtaTasksRequest$ = ListOtaTasksRequest$;
4463
+ exports.ListOtaTasksResponse$ = ListOtaTasksResponse$;
4464
+ exports.ListProvisioningProfiles$ = ListProvisioningProfiles$;
4275
4465
  exports.ListProvisioningProfilesCommand = ListProvisioningProfilesCommand;
4466
+ exports.ListProvisioningProfilesRequest$ = ListProvisioningProfilesRequest$;
4467
+ exports.ListProvisioningProfilesResponse$ = ListProvisioningProfilesResponse$;
4468
+ exports.ListSchemaVersions$ = ListSchemaVersions$;
4276
4469
  exports.ListSchemaVersionsCommand = ListSchemaVersionsCommand;
4470
+ exports.ListSchemaVersionsRequest$ = ListSchemaVersionsRequest$;
4471
+ exports.ListSchemaVersionsResponse$ = ListSchemaVersionsResponse$;
4472
+ exports.ListTagsForResource$ = ListTagsForResource$;
4277
4473
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4474
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4475
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
4278
4476
  exports.LogLevel = LogLevel;
4477
+ exports.ManagedThingAssociation$ = ManagedThingAssociation$;
4478
+ exports.ManagedThingSchemaListItem$ = ManagedThingSchemaListItem$;
4479
+ exports.ManagedThingSummary$ = ManagedThingSummary$;
4480
+ exports.MatterCapabilityReport$ = MatterCapabilityReport$;
4481
+ exports.MatterCapabilityReportAttribute$ = MatterCapabilityReportAttribute$;
4482
+ exports.MatterCapabilityReportCluster$ = MatterCapabilityReportCluster$;
4483
+ exports.MatterCapabilityReportEndpoint$ = MatterCapabilityReportEndpoint$;
4484
+ exports.MatterCluster$ = MatterCluster$;
4485
+ exports.MatterEndpoint$ = MatterEndpoint$;
4486
+ exports.NotificationConfigurationSummary$ = NotificationConfigurationSummary$;
4487
+ exports.OAuthConfig$ = OAuthConfig$;
4488
+ exports.OAuthUpdate$ = OAuthUpdate$;
4279
4489
  exports.OtaMechanism = OtaMechanism;
4280
4490
  exports.OtaProtocol = OtaProtocol;
4281
4491
  exports.OtaStatus = OtaStatus;
4492
+ exports.OtaTaskAbortConfig$ = OtaTaskAbortConfig$;
4493
+ exports.OtaTaskConfigurationSummary$ = OtaTaskConfigurationSummary$;
4494
+ exports.OtaTaskExecutionRetryConfig$ = OtaTaskExecutionRetryConfig$;
4495
+ exports.OtaTaskExecutionRolloutConfig$ = OtaTaskExecutionRolloutConfig$;
4282
4496
  exports.OtaTaskExecutionStatus = OtaTaskExecutionStatus;
4497
+ exports.OtaTaskExecutionSummaries$ = OtaTaskExecutionSummaries$;
4498
+ exports.OtaTaskExecutionSummary$ = OtaTaskExecutionSummary$;
4499
+ exports.OtaTaskSchedulingConfig$ = OtaTaskSchedulingConfig$;
4500
+ exports.OtaTaskSummary$ = OtaTaskSummary$;
4501
+ exports.OtaTaskTimeoutConfig$ = OtaTaskTimeoutConfig$;
4283
4502
  exports.OtaType = OtaType;
4503
+ exports.ProactiveRefreshTokenRenewal$ = ProactiveRefreshTokenRenewal$;
4504
+ exports.ProvisioningProfileSummary$ = ProvisioningProfileSummary$;
4284
4505
  exports.ProvisioningStatus = ProvisioningStatus;
4285
4506
  exports.ProvisioningType = ProvisioningType;
4507
+ exports.PushConfig$ = PushConfig$;
4508
+ exports.PutDefaultEncryptionConfiguration$ = PutDefaultEncryptionConfiguration$;
4286
4509
  exports.PutDefaultEncryptionConfigurationCommand = PutDefaultEncryptionConfigurationCommand;
4510
+ exports.PutDefaultEncryptionConfigurationRequest$ = PutDefaultEncryptionConfigurationRequest$;
4511
+ exports.PutDefaultEncryptionConfigurationResponse$ = PutDefaultEncryptionConfigurationResponse$;
4512
+ exports.PutHubConfiguration$ = PutHubConfiguration$;
4287
4513
  exports.PutHubConfigurationCommand = PutHubConfigurationCommand;
4514
+ exports.PutHubConfigurationRequest$ = PutHubConfigurationRequest$;
4515
+ exports.PutHubConfigurationResponse$ = PutHubConfigurationResponse$;
4516
+ exports.PutRuntimeLogConfiguration$ = PutRuntimeLogConfiguration$;
4288
4517
  exports.PutRuntimeLogConfigurationCommand = PutRuntimeLogConfigurationCommand;
4518
+ exports.PutRuntimeLogConfigurationRequest$ = PutRuntimeLogConfigurationRequest$;
4519
+ exports.RegisterAccountAssociation$ = RegisterAccountAssociation$;
4289
4520
  exports.RegisterAccountAssociationCommand = RegisterAccountAssociationCommand;
4521
+ exports.RegisterAccountAssociationRequest$ = RegisterAccountAssociationRequest$;
4522
+ exports.RegisterAccountAssociationResponse$ = RegisterAccountAssociationResponse$;
4523
+ exports.RegisterCustomEndpoint$ = RegisterCustomEndpoint$;
4290
4524
  exports.RegisterCustomEndpointCommand = RegisterCustomEndpointCommand;
4525
+ exports.RegisterCustomEndpointRequest$ = RegisterCustomEndpointRequest$;
4526
+ exports.RegisterCustomEndpointResponse$ = RegisterCustomEndpointResponse$;
4527
+ exports.ResetRuntimeLogConfiguration$ = ResetRuntimeLogConfiguration$;
4291
4528
  exports.ResetRuntimeLogConfigurationCommand = ResetRuntimeLogConfigurationCommand;
4292
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
4529
+ exports.ResetRuntimeLogConfigurationRequest$ = ResetRuntimeLogConfigurationRequest$;
4530
+ exports.ResourceNotFoundException = ResourceNotFoundException;
4531
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
4532
+ exports.RetryConfigCriteria$ = RetryConfigCriteria$;
4293
4533
  exports.RetryCriteriaFailureType = RetryCriteriaFailureType;
4294
4534
  exports.Role = Role;
4535
+ exports.RolloutRateIncreaseCriteria$ = RolloutRateIncreaseCriteria$;
4536
+ exports.RuntimeLogConfigurations$ = RuntimeLogConfigurations$;
4537
+ exports.ScheduleMaintenanceWindow$ = ScheduleMaintenanceWindow$;
4295
4538
  exports.SchedulingConfigEndBehavior = SchedulingConfigEndBehavior;
4296
4539
  exports.SchemaVersionFormat = SchemaVersionFormat;
4540
+ exports.SchemaVersionListItem$ = SchemaVersionListItem$;
4297
4541
  exports.SchemaVersionType = SchemaVersionType;
4298
4542
  exports.SchemaVersionVisibility = SchemaVersionVisibility;
4543
+ exports.SecretsManager$ = SecretsManager$;
4544
+ exports.SendConnectorEvent$ = SendConnectorEvent$;
4299
4545
  exports.SendConnectorEventCommand = SendConnectorEventCommand;
4546
+ exports.SendConnectorEventRequest$ = SendConnectorEventRequest$;
4547
+ exports.SendConnectorEventResponse$ = SendConnectorEventResponse$;
4548
+ exports.SendManagedThingCommand$ = SendManagedThingCommand$;
4300
4549
  exports.SendManagedThingCommandCommand = SendManagedThingCommandCommand;
4301
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
4302
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
4550
+ exports.SendManagedThingCommandRequest$ = SendManagedThingCommandRequest$;
4551
+ exports.SendManagedThingCommandResponse$ = SendManagedThingCommandResponse$;
4552
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
4553
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
4554
+ exports.ServiceUnavailableException = ServiceUnavailableException;
4555
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
4556
+ exports.StartAccountAssociationRefresh$ = StartAccountAssociationRefresh$;
4303
4557
  exports.StartAccountAssociationRefreshCommand = StartAccountAssociationRefreshCommand;
4558
+ exports.StartAccountAssociationRefreshRequest$ = StartAccountAssociationRefreshRequest$;
4559
+ exports.StartAccountAssociationRefreshResponse$ = StartAccountAssociationRefreshResponse$;
4560
+ exports.StartDeviceDiscovery$ = StartDeviceDiscovery$;
4304
4561
  exports.StartDeviceDiscoveryCommand = StartDeviceDiscoveryCommand;
4562
+ exports.StartDeviceDiscoveryRequest$ = StartDeviceDiscoveryRequest$;
4563
+ exports.StartDeviceDiscoveryResponse$ = StartDeviceDiscoveryResponse$;
4564
+ exports.StateCapability$ = StateCapability$;
4565
+ exports.StateEndpoint$ = StateEndpoint$;
4566
+ exports.TagResource$ = TagResource$;
4305
4567
  exports.TagResourceCommand = TagResourceCommand;
4306
- exports.ThrottlingException = ThrottlingException$1;
4568
+ exports.TagResourceRequest$ = TagResourceRequest$;
4569
+ exports.TagResourceResponse$ = TagResourceResponse$;
4570
+ exports.TaskProcessingDetails$ = TaskProcessingDetails$;
4571
+ exports.ThrottlingException = ThrottlingException;
4572
+ exports.ThrottlingException$ = ThrottlingException$;
4307
4573
  exports.TokenEndpointAuthenticationScheme = TokenEndpointAuthenticationScheme;
4308
- exports.UnauthorizedException = UnauthorizedException$1;
4574
+ exports.UnauthorizedException = UnauthorizedException;
4575
+ exports.UnauthorizedException$ = UnauthorizedException$;
4576
+ exports.UntagResource$ = UntagResource$;
4309
4577
  exports.UntagResourceCommand = UntagResourceCommand;
4578
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
4579
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
4580
+ exports.UpdateAccountAssociation$ = UpdateAccountAssociation$;
4310
4581
  exports.UpdateAccountAssociationCommand = UpdateAccountAssociationCommand;
4582
+ exports.UpdateAccountAssociationRequest$ = UpdateAccountAssociationRequest$;
4583
+ exports.UpdateCloudConnector$ = UpdateCloudConnector$;
4311
4584
  exports.UpdateCloudConnectorCommand = UpdateCloudConnectorCommand;
4585
+ exports.UpdateCloudConnectorRequest$ = UpdateCloudConnectorRequest$;
4586
+ exports.UpdateConnectorDestination$ = UpdateConnectorDestination$;
4312
4587
  exports.UpdateConnectorDestinationCommand = UpdateConnectorDestinationCommand;
4588
+ exports.UpdateConnectorDestinationRequest$ = UpdateConnectorDestinationRequest$;
4589
+ exports.UpdateDestination$ = UpdateDestination$;
4313
4590
  exports.UpdateDestinationCommand = UpdateDestinationCommand;
4591
+ exports.UpdateDestinationRequest$ = UpdateDestinationRequest$;
4592
+ exports.UpdateEventLogConfiguration$ = UpdateEventLogConfiguration$;
4314
4593
  exports.UpdateEventLogConfigurationCommand = UpdateEventLogConfigurationCommand;
4594
+ exports.UpdateEventLogConfigurationRequest$ = UpdateEventLogConfigurationRequest$;
4595
+ exports.UpdateManagedThing$ = UpdateManagedThing$;
4315
4596
  exports.UpdateManagedThingCommand = UpdateManagedThingCommand;
4597
+ exports.UpdateManagedThingRequest$ = UpdateManagedThingRequest$;
4598
+ exports.UpdateNotificationConfiguration$ = UpdateNotificationConfiguration$;
4316
4599
  exports.UpdateNotificationConfigurationCommand = UpdateNotificationConfigurationCommand;
4600
+ exports.UpdateNotificationConfigurationRequest$ = UpdateNotificationConfigurationRequest$;
4601
+ exports.UpdateOtaTask$ = UpdateOtaTask$;
4317
4602
  exports.UpdateOtaTaskCommand = UpdateOtaTaskCommand;
4318
- exports.ValidationException = ValidationException$1;
4603
+ exports.UpdateOtaTaskRequest$ = UpdateOtaTaskRequest$;
4604
+ exports.ValidationException = ValidationException;
4605
+ exports.ValidationException$ = ValidationException$;
4319
4606
  exports.paginateListAccountAssociations = paginateListAccountAssociations;
4320
4607
  exports.paginateListCloudConnectors = paginateListCloudConnectors;
4321
4608
  exports.paginateListConnectorDestinations = paginateListConnectorDestinations;