@aws-sdk/client-iot-managed-integrations 3.986.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultIoTManagedIntegrationsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2025-03-03",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.iotmanagedintegrations",
30
+ errorTypeRegistries,
29
31
  version: "2025-03-03",
30
32
  serviceTarget: "IotManagedIntegrations",
31
33
  },
@@ -59,14 +59,14 @@ const _CDN = "ConnectorDeviceName";
59
59
  const _CDR = "CreateDestinationRequest";
60
60
  const _CDRr = "CreateDestinationResponse";
61
61
  const _CDS = "ConnectorDestinationSummary";
62
- const _CE = "CommandEndpoint";
62
+ const _CE = "ConflictException";
63
63
  const _CELC = "CreateEventLogConfiguration";
64
64
  const _CELCR = "CreateEventLogConfigurationRequest";
65
65
  const _CELCRr = "CreateEventLogConfigurationResponse";
66
66
  const _CEM = "ConnectorEventMessage";
67
- const _CEo = "ConfigurationError";
67
+ const _CEo = "CommandEndpoint";
68
68
  const _CEom = "CommandEndpoints";
69
- const _CEon = "ConflictException";
69
+ const _CEon = "ConfigurationError";
70
70
  const _CI = "CapabilityId";
71
71
  const _CIF = "CapabilityIdFilter";
72
72
  const _CIo = "ConnectorItem";
@@ -327,7 +327,7 @@ const _LTFR = "ListTagsForResource";
327
327
  const _LTFRR = "ListTagsForResourceRequest";
328
328
  const _LTFRRi = "ListTagsForResourceResponse";
329
329
  const _LUA = "LastUpdatedAt";
330
- const _M = "Model";
330
+ const _M = "Message";
331
331
  const _MA = "MacAddress";
332
332
  const _MAa = "MatterAttributes";
333
333
  const _MC = "MatterCluster";
@@ -357,8 +357,8 @@ const _MTS = "ManagedThingSummary";
357
357
  const _MTSLD = "ManagedThingSchemaListDefinition";
358
358
  const _MTSLI = "ManagedThingSchemaListItem";
359
359
  const _MW = "MaintenanceWindows";
360
- const _Me = "Message";
361
- const _Mo = "Modification";
360
+ const _Mo = "Model";
361
+ const _Mod = "Modification";
362
362
  const _N = "Name";
363
363
  const _NCL = "NotificationConfigurationList";
364
364
  const _NCLD = "NotificationConfigurationListDefinition";
@@ -572,12 +572,12 @@ const _pa = "parts";
572
572
  const _pr = "properties";
573
573
  const _r = "ref";
574
574
  const _re = "revision";
575
- const _s = "state";
575
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.iotmanagedintegrations";
576
576
  const _sT = "semanticTags";
577
577
  const _sV = "specVersion";
578
578
  const _sc = "scope";
579
579
  const _se = "server";
580
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iotmanagedintegrations";
580
+ const _st = "state";
581
581
  const _t = "tags";
582
582
  const _tEAS = "tokenEndpointAuthenticationScheme";
583
583
  const _tK = "tagKeys";
@@ -589,6 +589,86 @@ const n0 = "com.amazonaws.iotmanagedintegrations";
589
589
  import { TypeRegistry } from "@smithy/core/schema";
590
590
  import { AccessDeniedException, ConflictException, InternalFailureException, InternalServerException, InvalidRequestException, LimitExceededException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
591
591
  import { IoTManagedIntegrationsServiceException } from "../models/IoTManagedIntegrationsServiceException";
592
+ const _s_registry = TypeRegistry.for(_s);
593
+ export var IoTManagedIntegrationsServiceException$ = [-3, _s, "IoTManagedIntegrationsServiceException", 0, [], []];
594
+ _s_registry.registerError(IoTManagedIntegrationsServiceException$, IoTManagedIntegrationsServiceException);
595
+ const n0_registry = TypeRegistry.for(n0);
596
+ export var AccessDeniedException$ = [-3, n0, _ADE,
597
+ { [_e]: _c, [_hE]: 403 },
598
+ [_M],
599
+ [0]
600
+ ];
601
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
602
+ export var ConflictException$ = [-3, n0, _CE,
603
+ { [_e]: _c, [_hE]: 409 },
604
+ [_M],
605
+ [0]
606
+ ];
607
+ n0_registry.registerError(ConflictException$, ConflictException);
608
+ export var InternalFailureException$ = [-3, n0, _IFE,
609
+ { [_e]: _se, [_hE]: 500 },
610
+ [_M],
611
+ [0]
612
+ ];
613
+ n0_registry.registerError(InternalFailureException$, InternalFailureException);
614
+ export var InternalServerException$ = [-3, n0, _ISE,
615
+ { [_e]: _se, [_hE]: 500 },
616
+ [_M],
617
+ [0]
618
+ ];
619
+ n0_registry.registerError(InternalServerException$, InternalServerException);
620
+ export var InvalidRequestException$ = [-3, n0, _IRE,
621
+ { [_e]: _c, [_hE]: 400 },
622
+ [_M],
623
+ [0]
624
+ ];
625
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
626
+ export var LimitExceededException$ = [-3, n0, _LEE,
627
+ { [_e]: _c, [_hE]: 410 },
628
+ [_M],
629
+ [0]
630
+ ];
631
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
632
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
633
+ { [_e]: _c, [_hE]: 404 },
634
+ [_M, _RI, _RT],
635
+ [0, 0, 0]
636
+ ];
637
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
638
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
639
+ { [_e]: _c, [_hE]: 402 },
640
+ [_M],
641
+ [0]
642
+ ];
643
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
644
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
645
+ { [_e]: _se, [_hE]: 503 },
646
+ [_M],
647
+ [0]
648
+ ];
649
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
650
+ export var ThrottlingException$ = [-3, n0, _TE,
651
+ { [_e]: _c, [_hE]: 429 },
652
+ [_M],
653
+ [0]
654
+ ];
655
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
656
+ export var UnauthorizedException$ = [-3, n0, _UE,
657
+ { [_e]: _c, [_hE]: 401 },
658
+ [_M],
659
+ [0]
660
+ ];
661
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
662
+ export var ValidationException$ = [-3, n0, _VE,
663
+ { [_e]: _c, [_hE]: 400 },
664
+ [_M],
665
+ [0]
666
+ ];
667
+ n0_registry.registerError(ValidationException$, ValidationException);
668
+ export const errorTypeRegistries = [
669
+ _s_registry,
670
+ n0_registry,
671
+ ];
592
672
  var AuthMaterialString = [0, n0, _AMS, 8, 0];
593
673
  var Brand = [0, n0, _B, 8, 0];
594
674
  var CaCertificate = [0, n0, _CC, 8, 0];
@@ -605,7 +685,7 @@ var InternationalArticleNumber = [0, n0, _IAN, 8, 0];
605
685
  var MacAddress = [0, n0, _MA, 8, 0];
606
686
  var MatterAttributes = [0, n0, _MAa, 8, 15];
607
687
  var MatterFields = [0, n0, _MF, 8, 15];
608
- var Model = [0, n0, _M, 8, 0];
688
+ var Model = [0, n0, _Mo, 8, 0];
609
689
  var OAuthAuthorizationUrlOutput = [0, n0, _OAAUO, 8, 0];
610
690
  var OtaTaskConfigurationName = [0, n0, _OTCN, 8, 0];
611
691
  var Owner = [0, n0, _O, 8, 0];
@@ -617,12 +697,6 @@ export var AbortConfigCriteria$ = [3, n0, _ACC,
617
697
  [_A, _FT, _MNOET, _TP],
618
698
  [0, 0, 1, 1]
619
699
  ];
620
- export var AccessDeniedException$ = [-3, n0, _ADE,
621
- { [_e]: _c, [_hE]: 403 },
622
- [_Me],
623
- [0]
624
- ];
625
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
626
700
  export var AccountAssociationItem$ = [3, n0, _AAI,
627
701
  0,
628
702
  [_AAIc, _AS, _EM, _CDIo, _N, _D, _Ar],
@@ -673,27 +747,21 @@ export var CommandCapability$ = [3, n0, _CCo,
673
747
  [_i, _n, _v, _a],
674
748
  [0, 0, 0, [() => CapabilityActions, 0]], 4
675
749
  ];
676
- export var CommandEndpoint$ = [3, n0, _CE,
750
+ export var CommandEndpoint$ = [3, n0, _CEo,
677
751
  0,
678
752
  [_eI, _ca],
679
753
  [0, [() => CommandCapabilities, 0]], 2
680
754
  ];
681
- export var ConfigurationError$ = [3, n0, _CEo,
755
+ export var ConfigurationError$ = [3, n0, _CEon,
682
756
  0,
683
757
  [_co, _m],
684
758
  [0, 0]
685
759
  ];
686
760
  export var ConfigurationStatus$ = [3, n0, _CS,
687
761
  0,
688
- [_s, _e],
762
+ [_st, _e],
689
763
  [0, () => ConfigurationError$], 1
690
764
  ];
691
- export var ConflictException$ = [-3, n0, _CEon,
692
- { [_e]: _c, [_hE]: 409 },
693
- [_Me],
694
- [0]
695
- ];
696
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
697
765
  export var ConnectorDestinationSummary$ = [3, n0, _CDS,
698
766
  0,
699
767
  [_N, _D, _CCI, _I],
@@ -766,7 +834,7 @@ export var CreateEventLogConfigurationResponse$ = [3, n0, _CELCRr,
766
834
  ];
767
835
  export var CreateManagedThingRequest$ = [3, n0, _CMTR,
768
836
  0,
769
- [_R, _AMu, _AMT, _O, _CLI, _WFSSC, _SN, _B, _M, _N, _CR, _CSa, _Ca, _CT, _C, _Ta, _MD],
837
+ [_R, _AMu, _AMT, _O, _CLI, _WFSSC, _SN, _B, _Mo, _N, _CR, _CSa, _Ca, _CT, _C, _Ta, _MD],
770
838
  [0, [() => AuthMaterialString, 0], 0, [() => Owner, 0], 0, () => WiFiSimpleSetupConfiguration$, [() => SerialNumber, 0], [() => Brand, 0], [() => Model, 0], 0, () => CapabilityReport$, () => CapabilitySchemas, 0, [0, 4], [() => Classification, 0], [() => TagsMap, 0], 128 | 0], 3
771
839
  ];
772
840
  export var CreateManagedThingResponse$ = [3, n0, _CMTRr,
@@ -896,7 +964,7 @@ export var DeviceDiscoverySummary$ = [3, n0, _DDS,
896
964
  ];
897
965
  export var DiscoveredDeviceSummary$ = [3, n0, _DDSi,
898
966
  0,
899
- [_CDI, _CDN, _DTe, _MTI, _Mo, _DA, _B, _M, _AMu],
967
+ [_CDI, _CDN, _DTe, _MTI, _Mod, _DA, _B, _Mo, _AMu],
900
968
  [[() => ConnectorDeviceId, 0], 0, 64 | 0, 0, 0, 4, [() => Brand, 0], [() => Model, 0], [() => AuthMaterialString, 0]]
901
969
  ];
902
970
  export var EndpointConfig$ = [3, n0, _EC,
@@ -1071,7 +1139,7 @@ export var GetManagedThingRequest$ = [3, n0, _GMTR,
1071
1139
  ];
1072
1140
  export var GetManagedThingResponse$ = [3, n0, _GMTRe,
1073
1141
  0,
1074
- [_I, _Ar, _O, _CLI, _API, _R, _PS, _N, _M, _B, _SN, _UPC, _IAN, _CPI, _CDIo, _CDI, _DSK, _MA, _PCI, _C, _CAr, _UA, _AA, _HNM, _MD, _Ta, _WFSSC],
1142
+ [_I, _Ar, _O, _CLI, _API, _R, _PS, _N, _Mo, _B, _SN, _UPC, _IAN, _CPI, _CDIo, _CDI, _DSK, _MA, _PCI, _C, _CAr, _UA, _AA, _HNM, _MD, _Ta, _WFSSC],
1075
1143
  [0, 0, [() => Owner, 0], 0, 0, 0, 0, 0, [() => Model, 0], [() => Brand, 0], [() => SerialNumber, 0], [() => UniversalProductCode, 0], [() => InternationalArticleNumber, 0], 0, 0, [() => ConnectorDeviceId, 0], [() => DeviceSpecificKey, 0], [() => MacAddress, 0], 0, [() => Classification, 0], 4, 4, 4, 0, 128 | 0, [() => TagsMap, 0], () => WiFiSimpleSetupConfiguration$]
1076
1144
  ];
1077
1145
  export var GetManagedThingStateRequest$ = [3, n0, _GMTSR,
@@ -1144,35 +1212,11 @@ export var GetSchemaVersionResponse$ = [3, n0, _GSVRe,
1144
1212
  [_SI, _T, _D, _Na, _SV, _V, _S],
1145
1213
  [0, 0, 0, 0, 0, 0, 15]
1146
1214
  ];
1147
- export var InternalFailureException$ = [-3, n0, _IFE,
1148
- { [_e]: _se, [_hE]: 500 },
1149
- [_Me],
1150
- [0]
1151
- ];
1152
- TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
1153
- export var InternalServerException$ = [-3, n0, _ISE,
1154
- { [_e]: _se, [_hE]: 500 },
1155
- [_Me],
1156
- [0]
1157
- ];
1158
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1159
- export var InvalidRequestException$ = [-3, n0, _IRE,
1160
- { [_e]: _c, [_hE]: 400 },
1161
- [_Me],
1162
- [0]
1163
- ];
1164
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1165
1215
  export var LambdaConfig$ = [3, n0, _LC,
1166
1216
  0,
1167
1217
  [_ar],
1168
1218
  [0], 1
1169
1219
  ];
1170
- export var LimitExceededException$ = [-3, n0, _LEE,
1171
- { [_e]: _c, [_hE]: 410 },
1172
- [_Me],
1173
- [0]
1174
- ];
1175
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1176
1220
  export var ListAccountAssociationsRequest$ = [3, n0, _LAAR,
1177
1221
  0,
1178
1222
  [_CDIo, _MR, _NT],
@@ -1365,7 +1409,7 @@ export var ManagedThingSchemaListItem$ = [3, n0, _MTSLI,
1365
1409
  ];
1366
1410
  export var ManagedThingSummary$ = [3, n0, _MTS,
1367
1411
  0,
1368
- [_I, _Ar, _API, _B, _C, _CDI, _CPI, _CDIo, _M, _N, _O, _CLI, _PCI, _PS, _R, _SN, _CAr, _UA, _AA],
1412
+ [_I, _Ar, _API, _B, _C, _CDI, _CPI, _CDIo, _Mo, _N, _O, _CLI, _PCI, _PS, _R, _SN, _CAr, _UA, _AA],
1369
1413
  [0, 0, 0, [() => Brand, 0], [() => Classification, 0], [() => ConnectorDeviceId, 0], 0, 0, [() => Model, 0], 0, [() => Owner, 0], 0, 0, 0, 0, [() => SerialNumber, 0], 4, 4, 4]
1370
1414
  ];
1371
1415
  export var MatterCapabilityReport$ = [3, n0, _MCR,
@@ -1523,12 +1567,6 @@ export var ResetRuntimeLogConfigurationRequest$ = [3, n0, _RRLCR,
1523
1567
  [_MTI],
1524
1568
  [[0, 1]], 1
1525
1569
  ];
1526
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1527
- { [_e]: _c, [_hE]: 404 },
1528
- [_Me, _RI, _RT],
1529
- [0, 0, 0]
1530
- ];
1531
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1532
1570
  export var RetryConfigCriteria$ = [3, n0, _RCC,
1533
1571
  0,
1534
1572
  [_FT, _MNOR],
@@ -1561,7 +1599,7 @@ export var SecretsManager$ = [3, n0, _SM,
1561
1599
  ];
1562
1600
  export var SendConnectorEventRequest$ = [3, n0, _SCER,
1563
1601
  0,
1564
- [_CIonn, _Op, _UI, _OV, _SC, _Me, _DDI, _CDI, _TIr, _Dev, _ME],
1602
+ [_CIonn, _Op, _UI, _OV, _SC, _M, _DDI, _CDI, _TIr, _Dev, _ME],
1565
1603
  [[0, 1], 0, [() => ThirdPartyUserId, 0], 0, 1, [() => ConnectorEventMessage, 0], 0, [() => ConnectorDeviceId, 0], 0, [() => Devices, 0], [() => MatterEndpoint$, 0]], 2
1566
1604
  ];
1567
1605
  export var SendConnectorEventResponse$ = [3, n0, _SCERe,
@@ -1579,18 +1617,6 @@ export var SendManagedThingCommandResponse$ = [3, n0, _SMTCRe,
1579
1617
  [_TIr],
1580
1618
  [0]
1581
1619
  ];
1582
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1583
- { [_e]: _c, [_hE]: 402 },
1584
- [_Me],
1585
- [0]
1586
- ];
1587
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1588
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
1589
- { [_e]: _se, [_hE]: 503 },
1590
- [_Me],
1591
- [0]
1592
- ];
1593
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1594
1620
  export var StartAccountAssociationRefreshRequest$ = [3, n0, _SAARR,
1595
1621
  0,
1596
1622
  [_AAIc],
@@ -1636,18 +1662,6 @@ export var TaskProcessingDetails$ = [3, n0, _TPD,
1636
1662
  [_NOCT, _NOFT, _NOIPT, _nOQT, _nORT, _nORTu, _nOST, _nOTOT, _pT],
1637
1663
  [1, 1, 1, 1, 1, 1, 1, 1, 64 | 0]
1638
1664
  ];
1639
- export var ThrottlingException$ = [-3, n0, _TE,
1640
- { [_e]: _c, [_hE]: 429 },
1641
- [_Me],
1642
- [0]
1643
- ];
1644
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1645
- export var UnauthorizedException$ = [-3, n0, _UE,
1646
- { [_e]: _c, [_hE]: 401 },
1647
- [_Me],
1648
- [0]
1649
- ];
1650
- TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
1651
1665
  export var UntagResourceRequest$ = [3, n0, _URR,
1652
1666
  0,
1653
1667
  [_RAe, _TK],
@@ -1685,7 +1699,7 @@ export var UpdateEventLogConfigurationRequest$ = [3, n0, _UELCR,
1685
1699
  ];
1686
1700
  export var UpdateManagedThingRequest$ = [3, n0, _UMTR,
1687
1701
  0,
1688
- [_Id, _O, _CLI, _SN, _WFSSC, _B, _M, _N, _CR, _CSa, _Ca, _C, _HNM, _MD],
1702
+ [_Id, _O, _CLI, _SN, _WFSSC, _B, _Mo, _N, _CR, _CSa, _Ca, _C, _HNM, _MD],
1689
1703
  [[0, 1], [() => Owner, 0], 0, [() => SerialNumber, 0], () => WiFiSimpleSetupConfiguration$, [() => Brand, 0], [() => Model, 0], 0, () => CapabilityReport$, () => CapabilitySchemas, 0, [() => Classification, 0], 0, 128 | 0], 1
1690
1704
  ];
1691
1705
  export var UpdateNotificationConfigurationRequest$ = [3, n0, _UNCR,
@@ -1698,20 +1712,12 @@ export var UpdateOtaTaskRequest$ = [3, n0, _UOTR,
1698
1712
  [_Id, _D, _TCI],
1699
1713
  [[0, 1], 0, 0], 1
1700
1714
  ];
1701
- export var ValidationException$ = [-3, n0, _VE,
1702
- { [_e]: _c, [_hE]: 400 },
1703
- [_Me],
1704
- [0]
1705
- ];
1706
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1707
1715
  export var WiFiSimpleSetupConfiguration$ = [3, n0, _WFSSC,
1708
1716
  0,
1709
1717
  [_EAP, _EAPn, _TIM],
1710
1718
  [2, 2, 1]
1711
1719
  ];
1712
1720
  var __Unit = "unit";
1713
- export var IoTManagedIntegrationsServiceException$ = [-3, _sm, "IoTManagedIntegrationsServiceException", 0, [], []];
1714
- TypeRegistry.for(_sm).registerError(IoTManagedIntegrationsServiceException$, IoTManagedIntegrationsServiceException);
1715
1721
  var AbortConfigCriteriaList = [1, n0, _ACCL,
1716
1722
  0, () => AbortConfigCriteria$
1717
1723
  ];
@@ -1,6 +1,25 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var AbortConfigCriteria$: StaticStructureSchema;
3
+ export declare var IoTManagedIntegrationsServiceException$: StaticErrorSchema;
3
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalFailureException$: StaticErrorSchema;
7
+ export declare var InternalServerException$: StaticErrorSchema;
8
+ export declare var InvalidRequestException$: StaticErrorSchema;
9
+ export declare var LimitExceededException$: StaticErrorSchema;
10
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
11
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
12
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
13
+ export declare var ThrottlingException$: StaticErrorSchema;
14
+ export declare var UnauthorizedException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ /**
17
+ * TypeRegistry instances containing modeled errors.
18
+ * @internal
19
+ *
20
+ */
21
+ export declare const errorTypeRegistries: TypeRegistry[];
22
+ export declare var AbortConfigCriteria$: StaticStructureSchema;
4
23
  export declare var AccountAssociationItem$: StaticStructureSchema;
5
24
  export declare var AuthConfig$: StaticStructureSchema;
6
25
  export declare var AuthConfigUpdate$: StaticStructureSchema;
@@ -14,7 +33,6 @@ export declare var CommandCapability$: StaticStructureSchema;
14
33
  export declare var CommandEndpoint$: StaticStructureSchema;
15
34
  export declare var ConfigurationError$: StaticStructureSchema;
16
35
  export declare var ConfigurationStatus$: StaticStructureSchema;
17
- export declare var ConflictException$: StaticErrorSchema;
18
36
  export declare var ConnectorDestinationSummary$: StaticStructureSchema;
19
37
  export declare var ConnectorItem$: StaticStructureSchema;
20
38
  export declare var CreateAccountAssociationRequest$: StaticStructureSchema;
@@ -105,11 +123,7 @@ export declare var GetRuntimeLogConfigurationRequest$: StaticStructureSchema;
105
123
  export declare var GetRuntimeLogConfigurationResponse$: StaticStructureSchema;
106
124
  export declare var GetSchemaVersionRequest$: StaticStructureSchema;
107
125
  export declare var GetSchemaVersionResponse$: StaticStructureSchema;
108
- export declare var InternalFailureException$: StaticErrorSchema;
109
- export declare var InternalServerException$: StaticErrorSchema;
110
- export declare var InvalidRequestException$: StaticErrorSchema;
111
126
  export declare var LambdaConfig$: StaticStructureSchema;
112
- export declare var LimitExceededException$: StaticErrorSchema;
113
127
  export declare var ListAccountAssociationsRequest$: StaticStructureSchema;
114
128
  export declare var ListAccountAssociationsResponse$: StaticStructureSchema;
115
129
  export declare var ListCloudConnectorsRequest$: StaticStructureSchema;
@@ -180,7 +194,6 @@ export declare var RegisterAccountAssociationResponse$: StaticStructureSchema;
180
194
  export declare var RegisterCustomEndpointRequest$: StaticStructureSchema;
181
195
  export declare var RegisterCustomEndpointResponse$: StaticStructureSchema;
182
196
  export declare var ResetRuntimeLogConfigurationRequest$: StaticStructureSchema;
183
- export declare var ResourceNotFoundException$: StaticErrorSchema;
184
197
  export declare var RetryConfigCriteria$: StaticStructureSchema;
185
198
  export declare var RolloutRateIncreaseCriteria$: StaticStructureSchema;
186
199
  export declare var RuntimeLogConfigurations$: StaticStructureSchema;
@@ -191,8 +204,6 @@ export declare var SendConnectorEventRequest$: StaticStructureSchema;
191
204
  export declare var SendConnectorEventResponse$: StaticStructureSchema;
192
205
  export declare var SendManagedThingCommandRequest$: StaticStructureSchema;
193
206
  export declare var SendManagedThingCommandResponse$: StaticStructureSchema;
194
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
195
- export declare var ServiceUnavailableException$: StaticErrorSchema;
196
207
  export declare var StartAccountAssociationRefreshRequest$: StaticStructureSchema;
197
208
  export declare var StartAccountAssociationRefreshResponse$: StaticStructureSchema;
198
209
  export declare var StartDeviceDiscoveryRequest$: StaticStructureSchema;
@@ -202,8 +213,6 @@ export declare var StateEndpoint$: StaticStructureSchema;
202
213
  export declare var TagResourceRequest$: StaticStructureSchema;
203
214
  export declare var TagResourceResponse$: StaticStructureSchema;
204
215
  export declare var TaskProcessingDetails$: StaticStructureSchema;
205
- export declare var ThrottlingException$: StaticErrorSchema;
206
- export declare var UnauthorizedException$: StaticErrorSchema;
207
216
  export declare var UntagResourceRequest$: StaticStructureSchema;
208
217
  export declare var UntagResourceResponse$: StaticStructureSchema;
209
218
  export declare var UpdateAccountAssociationRequest$: StaticStructureSchema;
@@ -214,9 +223,7 @@ export declare var UpdateEventLogConfigurationRequest$: StaticStructureSchema;
214
223
  export declare var UpdateManagedThingRequest$: StaticStructureSchema;
215
224
  export declare var UpdateNotificationConfigurationRequest$: StaticStructureSchema;
216
225
  export declare var UpdateOtaTaskRequest$: StaticStructureSchema;
217
- export declare var ValidationException$: StaticErrorSchema;
218
226
  export declare var WiFiSimpleSetupConfiguration$: StaticStructureSchema;
219
- export declare var IoTManagedIntegrationsServiceException$: StaticErrorSchema;
220
227
  export declare var CreateAccountAssociation$: StaticOperationSchema;
221
228
  export declare var CreateCloudConnector$: StaticOperationSchema;
222
229
  export declare var CreateConnectorDestination$: StaticOperationSchema;
@@ -1,10 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
6
- export declare var AbortConfigCriteria$: StaticStructureSchema;
7
+ export declare var IoTManagedIntegrationsServiceException$: StaticErrorSchema;
7
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalFailureException$: StaticErrorSchema;
11
+ export declare var InternalServerException$: StaticErrorSchema;
12
+ export declare var InvalidRequestException$: StaticErrorSchema;
13
+ export declare var LimitExceededException$: StaticErrorSchema;
14
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
15
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
16
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
17
+ export declare var ThrottlingException$: StaticErrorSchema;
18
+ export declare var UnauthorizedException$: StaticErrorSchema;
19
+ export declare var ValidationException$: StaticErrorSchema;
20
+ export declare const errorTypeRegistries: TypeRegistry[];
21
+ export declare var AbortConfigCriteria$: StaticStructureSchema;
8
22
  export declare var AccountAssociationItem$: StaticStructureSchema;
9
23
  export declare var AuthConfig$: StaticStructureSchema;
10
24
  export declare var AuthConfigUpdate$: StaticStructureSchema;
@@ -18,7 +32,6 @@ export declare var CommandCapability$: StaticStructureSchema;
18
32
  export declare var CommandEndpoint$: StaticStructureSchema;
19
33
  export declare var ConfigurationError$: StaticStructureSchema;
20
34
  export declare var ConfigurationStatus$: StaticStructureSchema;
21
- export declare var ConflictException$: StaticErrorSchema;
22
35
  export declare var ConnectorDestinationSummary$: StaticStructureSchema;
23
36
  export declare var ConnectorItem$: StaticStructureSchema;
24
37
  export declare var CreateAccountAssociationRequest$: StaticStructureSchema;
@@ -109,11 +122,7 @@ export declare var GetRuntimeLogConfigurationRequest$: StaticStructureSchema;
109
122
  export declare var GetRuntimeLogConfigurationResponse$: StaticStructureSchema;
110
123
  export declare var GetSchemaVersionRequest$: StaticStructureSchema;
111
124
  export declare var GetSchemaVersionResponse$: StaticStructureSchema;
112
- export declare var InternalFailureException$: StaticErrorSchema;
113
- export declare var InternalServerException$: StaticErrorSchema;
114
- export declare var InvalidRequestException$: StaticErrorSchema;
115
125
  export declare var LambdaConfig$: StaticStructureSchema;
116
- export declare var LimitExceededException$: StaticErrorSchema;
117
126
  export declare var ListAccountAssociationsRequest$: StaticStructureSchema;
118
127
  export declare var ListAccountAssociationsResponse$: StaticStructureSchema;
119
128
  export declare var ListCloudConnectorsRequest$: StaticStructureSchema;
@@ -184,7 +193,6 @@ export declare var RegisterAccountAssociationResponse$: StaticStructureSchema;
184
193
  export declare var RegisterCustomEndpointRequest$: StaticStructureSchema;
185
194
  export declare var RegisterCustomEndpointResponse$: StaticStructureSchema;
186
195
  export declare var ResetRuntimeLogConfigurationRequest$: StaticStructureSchema;
187
- export declare var ResourceNotFoundException$: StaticErrorSchema;
188
196
  export declare var RetryConfigCriteria$: StaticStructureSchema;
189
197
  export declare var RolloutRateIncreaseCriteria$: StaticStructureSchema;
190
198
  export declare var RuntimeLogConfigurations$: StaticStructureSchema;
@@ -195,8 +203,6 @@ export declare var SendConnectorEventRequest$: StaticStructureSchema;
195
203
  export declare var SendConnectorEventResponse$: StaticStructureSchema;
196
204
  export declare var SendManagedThingCommandRequest$: StaticStructureSchema;
197
205
  export declare var SendManagedThingCommandResponse$: StaticStructureSchema;
198
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
199
- export declare var ServiceUnavailableException$: StaticErrorSchema;
200
206
  export declare var StartAccountAssociationRefreshRequest$: StaticStructureSchema;
201
207
  export declare var StartAccountAssociationRefreshResponse$: StaticStructureSchema;
202
208
  export declare var StartDeviceDiscoveryRequest$: StaticStructureSchema;
@@ -206,8 +212,6 @@ export declare var StateEndpoint$: StaticStructureSchema;
206
212
  export declare var TagResourceRequest$: StaticStructureSchema;
207
213
  export declare var TagResourceResponse$: StaticStructureSchema;
208
214
  export declare var TaskProcessingDetails$: StaticStructureSchema;
209
- export declare var ThrottlingException$: StaticErrorSchema;
210
- export declare var UnauthorizedException$: StaticErrorSchema;
211
215
  export declare var UntagResourceRequest$: StaticStructureSchema;
212
216
  export declare var UntagResourceResponse$: StaticStructureSchema;
213
217
  export declare var UpdateAccountAssociationRequest$: StaticStructureSchema;
@@ -218,9 +222,7 @@ export declare var UpdateEventLogConfigurationRequest$: StaticStructureSchema;
218
222
  export declare var UpdateManagedThingRequest$: StaticStructureSchema;
219
223
  export declare var UpdateNotificationConfigurationRequest$: StaticStructureSchema;
220
224
  export declare var UpdateOtaTaskRequest$: StaticStructureSchema;
221
- export declare var ValidationException$: StaticErrorSchema;
222
225
  export declare var WiFiSimpleSetupConfiguration$: StaticStructureSchema;
223
- export declare var IoTManagedIntegrationsServiceException$: StaticErrorSchema;
224
226
  export declare var CreateAccountAssociation$: StaticOperationSchema;
225
227
  export declare var CreateCloudConnector$: StaticOperationSchema;
226
228
  export declare var CreateConnectorDestination$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-managed-integrations",
3
3
  "description": "AWS SDK for JavaScript Iot Managed Integrations Client for Node.js, Browser and React Native",
4
- "version": "3.986.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iot-managed-integrations",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.986.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",