@aws-sdk/client-cloudwatch-logs 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 { defaultCloudWatchLogsHttpAuthSchemeProvider } 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: "2014-03-28",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.cloudwatchlogs",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "http://monitoring.amazonaws.com/doc/2014-03-28/",
30
32
  version: "2014-03-28",
31
33
  serviceTarget: "Logs_20140328",
@@ -780,7 +780,7 @@ const _rSe = "responseStream";
780
780
  const _rT = "resourceType";
781
781
  const _rTe = "resourceTypes";
782
782
  const _rTen = "renameTo";
783
- const _s = "scope";
783
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs";
784
784
  const _sB = "storedBytes";
785
785
  const _sC = "selectionCriteria";
786
786
  const _sCO = "startCharOffset";
@@ -818,9 +818,9 @@ const _sU = "suppressedUntil";
818
818
  const _sUe = "sessionUpdate";
819
819
  const _sUu = "suppressionUnit";
820
820
  const _sa = "sampled";
821
- const _se = "service";
822
- const _ser = "server";
823
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs";
821
+ const _sc = "scope";
822
+ const _se = "server";
823
+ const _ser = "service";
824
824
  const _so = "source";
825
825
  const _sou = "sources";
826
826
  const _st = "state";
@@ -865,15 +865,143 @@ const n0 = "com.amazonaws.cloudwatchlogs";
865
865
  import { TypeRegistry } from "@smithy/core/schema";
866
866
  import { CloudWatchLogsServiceException } from "../models/CloudWatchLogsServiceException";
867
867
  import { AccessDeniedException, ConflictException, DataAlreadyAcceptedException, InternalServerException, InternalStreamingException, InvalidOperationException, InvalidParameterException, InvalidSequenceTokenException, LimitExceededException, MalformedQueryException, OperationAbortedException, ResourceAlreadyExistsException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, SessionStreamingException, SessionTimeoutException, ThrottlingException, TooManyTagsException, UnrecognizedClientException, ValidationException, } from "../models/errors";
868
+ const _s_registry = TypeRegistry.for(_s);
869
+ export var CloudWatchLogsServiceException$ = [-3, _s, "CloudWatchLogsServiceException", 0, [], []];
870
+ _s_registry.registerError(CloudWatchLogsServiceException$, CloudWatchLogsServiceException);
871
+ const n0_registry = TypeRegistry.for(n0);
868
872
  export var AccessDeniedException$ = [-3, n0, _ADE,
869
873
  { [_e]: _c },
870
874
  [_m],
871
875
  [0]
872
876
  ];
873
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
877
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
878
+ export var ConflictException$ = [-3, n0, _CE,
879
+ { [_e]: _c },
880
+ [_m],
881
+ [0]
882
+ ];
883
+ n0_registry.registerError(ConflictException$, ConflictException);
884
+ export var DataAlreadyAcceptedException$ = [-3, n0, _DAAE,
885
+ { [_e]: _c },
886
+ [_eST, _m],
887
+ [0, 0]
888
+ ];
889
+ n0_registry.registerError(DataAlreadyAcceptedException$, DataAlreadyAcceptedException);
890
+ export var InternalServerException$ = [-3, n0, _ISE,
891
+ { [_e]: _se, [_hE]: 500 },
892
+ [_m],
893
+ [0]
894
+ ];
895
+ n0_registry.registerError(InternalServerException$, InternalServerException);
896
+ export var InternalStreamingException$ = [-3, n0, _ISEn,
897
+ { [_e]: _c },
898
+ [_m],
899
+ [0]
900
+ ];
901
+ n0_registry.registerError(InternalStreamingException$, InternalStreamingException);
902
+ export var InvalidOperationException$ = [-3, n0, _IOE,
903
+ { [_e]: _c },
904
+ [_m],
905
+ [0]
906
+ ];
907
+ n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
908
+ export var InvalidParameterException$ = [-3, n0, _IPE,
909
+ { [_e]: _c },
910
+ [_m],
911
+ [0]
912
+ ];
913
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
914
+ export var InvalidSequenceTokenException$ = [-3, n0, _ISTE,
915
+ { [_e]: _c },
916
+ [_eST, _m],
917
+ [0, 0]
918
+ ];
919
+ n0_registry.registerError(InvalidSequenceTokenException$, InvalidSequenceTokenException);
920
+ export var LimitExceededException$ = [-3, n0, _LEE,
921
+ { [_e]: _c },
922
+ [_m],
923
+ [0]
924
+ ];
925
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
926
+ export var MalformedQueryException$ = [-3, n0, _MQE,
927
+ { [_e]: _c },
928
+ [_qCE, _m],
929
+ [() => QueryCompileError$, 0]
930
+ ];
931
+ n0_registry.registerError(MalformedQueryException$, MalformedQueryException);
932
+ export var OperationAbortedException$ = [-3, n0, _OAE,
933
+ { [_e]: _c },
934
+ [_m],
935
+ [0]
936
+ ];
937
+ n0_registry.registerError(OperationAbortedException$, OperationAbortedException);
938
+ export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
939
+ { [_e]: _c },
940
+ [_m],
941
+ [0]
942
+ ];
943
+ n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
944
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
945
+ { [_e]: _c },
946
+ [_m],
947
+ [0]
948
+ ];
949
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
950
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
951
+ { [_e]: _c },
952
+ [_m],
953
+ [0]
954
+ ];
955
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
956
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
957
+ { [_e]: _se },
958
+ [_m],
959
+ [0]
960
+ ];
961
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
962
+ export var SessionStreamingException$ = [-3, n0, _SSE,
963
+ { [_e]: _c },
964
+ [_m],
965
+ [0]
966
+ ];
967
+ n0_registry.registerError(SessionStreamingException$, SessionStreamingException);
968
+ export var SessionTimeoutException$ = [-3, n0, _STE,
969
+ { [_e]: _c },
970
+ [_m],
971
+ [0]
972
+ ];
973
+ n0_registry.registerError(SessionTimeoutException$, SessionTimeoutException);
974
+ export var ThrottlingException$ = [-3, n0, _TE,
975
+ { [_e]: _c },
976
+ [_m],
977
+ [0]
978
+ ];
979
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
980
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
981
+ { [_e]: _c, [_hE]: 400 },
982
+ [_m, _rN],
983
+ [0, 0]
984
+ ];
985
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
986
+ export var UnrecognizedClientException$ = [-3, n0, _UCE,
987
+ { [_e]: _c },
988
+ [_m],
989
+ [0]
990
+ ];
991
+ n0_registry.registerError(UnrecognizedClientException$, UnrecognizedClientException);
992
+ export var ValidationException$ = [-3, n0, _VE,
993
+ { [_e]: _c },
994
+ [_m],
995
+ [0]
996
+ ];
997
+ n0_registry.registerError(ValidationException$, ValidationException);
998
+ export const errorTypeRegistries = [
999
+ _s_registry,
1000
+ n0_registry,
1001
+ ];
874
1002
  export var AccountPolicy$ = [3, n0, _AP,
875
1003
  0,
876
- [_pN, _pD, _lUT, _pT, _s, _sC, _aI],
1004
+ [_pN, _pD, _lUT, _pT, _sc, _sC, _aI],
877
1005
  [0, 0, 1, 0, 0, 0, 0]
878
1006
  ];
879
1007
  export var AddKeyEntry$ = [3, n0, _AKE,
@@ -933,7 +1061,7 @@ export var CancelImportTaskResponse$ = [3, n0, _CITRa,
933
1061
  ];
934
1062
  export var ConfigurationTemplate$ = [3, n0, _CT,
935
1063
  0,
936
- [_se, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF],
1064
+ [_ser, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF],
937
1065
  [0, 0, 0, 0, () => ConfigurationTemplateDeliveryConfigValues$, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0]
938
1066
  ];
939
1067
  export var ConfigurationTemplateDeliveryConfigValues$ = [3, n0, _CTDCV,
@@ -941,12 +1069,6 @@ export var ConfigurationTemplateDeliveryConfigValues$ = [3, n0, _CTDCV,
941
1069
  [_rF, _fD, _sDC],
942
1070
  [64 | 0, 0, () => S3DeliveryConfiguration$]
943
1071
  ];
944
- export var ConflictException$ = [-3, n0, _CE,
945
- { [_e]: _c },
946
- [_m],
947
- [0]
948
- ];
949
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
950
1072
  export var CopyValue$ = [3, n0, _CV,
951
1073
  0,
952
1074
  [_en],
@@ -1022,12 +1144,6 @@ export var CSV$ = [3, n0, _CSV,
1022
1144
  [_qC, _del, _co, _so],
1023
1145
  [0, 0, 64 | 0, 0]
1024
1146
  ];
1025
- export var DataAlreadyAcceptedException$ = [-3, n0, _DAAE,
1026
- { [_e]: _c },
1027
- [_eST, _m],
1028
- [0, 0]
1029
- ];
1030
- TypeRegistry.for(n0).registerError(DataAlreadyAcceptedException$, DataAlreadyAcceptedException);
1031
1147
  export var DataSource$ = [3, n0, _DS,
1032
1148
  0,
1033
1149
  [_n, _ty],
@@ -1180,7 +1296,7 @@ export var DeliveryDestinationConfiguration$ = [3, n0, _DDC,
1180
1296
  ];
1181
1297
  export var DeliverySource$ = [3, n0, _DSe,
1182
1298
  0,
1183
- [_n, _ar, _rAe, _se, _lT, _ta],
1299
+ [_n, _ar, _rAe, _ser, _lT, _ta],
1184
1300
  [0, 0, 64 | 0, 0, 0, 128 | 0]
1185
1301
  ];
1186
1302
  export var DescribeAccountPoliciesRequest$ = [3, n0, _DAPRe,
@@ -1195,7 +1311,7 @@ export var DescribeAccountPoliciesResponse$ = [3, n0, _DAPRes,
1195
1311
  ];
1196
1312
  export var DescribeConfigurationTemplatesRequest$ = [3, n0, _DCTR,
1197
1313
  0,
1198
- [_se, _lTo, _rTe, _dDTe, _nT, _li],
1314
+ [_ser, _lTo, _rTe, _dDTe, _nT, _li],
1199
1315
  [0, 64 | 0, 64 | 0, 64 | 0, 0, 1]
1200
1316
  ];
1201
1317
  export var DescribeConfigurationTemplatesResponse$ = [3, n0, _DCTRe,
@@ -1638,42 +1754,6 @@ export var IntegrationSummary$ = [3, n0, _ISn,
1638
1754
  [_iN, _iTn, _iSn],
1639
1755
  [0, 0, 0]
1640
1756
  ];
1641
- export var InternalServerException$ = [-3, n0, _ISE,
1642
- { [_e]: _ser, [_hE]: 500 },
1643
- [_m],
1644
- [0]
1645
- ];
1646
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1647
- export var InternalStreamingException$ = [-3, n0, _ISEn,
1648
- { [_e]: _c },
1649
- [_m],
1650
- [0]
1651
- ];
1652
- TypeRegistry.for(n0).registerError(InternalStreamingException$, InternalStreamingException);
1653
- export var InvalidOperationException$ = [-3, n0, _IOE,
1654
- { [_e]: _c },
1655
- [_m],
1656
- [0]
1657
- ];
1658
- TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
1659
- export var InvalidParameterException$ = [-3, n0, _IPE,
1660
- { [_e]: _c },
1661
- [_m],
1662
- [0]
1663
- ];
1664
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
1665
- export var InvalidSequenceTokenException$ = [-3, n0, _ISTE,
1666
- { [_e]: _c },
1667
- [_eST, _m],
1668
- [0, 0]
1669
- ];
1670
- TypeRegistry.for(n0).registerError(InvalidSequenceTokenException$, InvalidSequenceTokenException);
1671
- export var LimitExceededException$ = [-3, n0, _LEE,
1672
- { [_e]: _c },
1673
- [_m],
1674
- [0]
1675
- ];
1676
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1677
1757
  export var ListAggregateLogGroupSummariesRequest$ = [3, n0, _LALGSR,
1678
1758
  0,
1679
1759
  [_gB, _aIc, _iLA, _lGCo, _lGNPo, _dSa, _nT, _li],
@@ -1839,12 +1919,6 @@ export var LowerCaseString$ = [3, n0, _LCS,
1839
1919
  [_wK],
1840
1920
  [64 | 0], 1
1841
1921
  ];
1842
- export var MalformedQueryException$ = [-3, n0, _MQE,
1843
- { [_e]: _c },
1844
- [_qCE, _m],
1845
- [() => QueryCompileError$, 0]
1846
- ];
1847
- TypeRegistry.for(n0).registerError(MalformedQueryException$, MalformedQueryException);
1848
1922
  export var MetricFilter$ = [3, n0, _MF,
1849
1923
  0,
1850
1924
  [_fN, _fP, _mT, _cT, _lGN, _aOTL, _fSC, _eSFD],
@@ -1925,12 +1999,6 @@ export var OpenSearchWorkspace$ = [3, n0, _OSW,
1925
1999
  [_wI, _sta],
1926
2000
  [0, () => OpenSearchResourceStatus$]
1927
2001
  ];
1928
- export var OperationAbortedException$ = [-3, n0, _OAE,
1929
- { [_e]: _c },
1930
- [_m],
1931
- [0]
1932
- ];
1933
- TypeRegistry.for(n0).registerError(OperationAbortedException$, OperationAbortedException);
1934
2002
  export var OutputLogEvent$ = [3, n0, _OLE,
1935
2003
  0,
1936
2004
  [_tim, _m, _iT],
@@ -1993,7 +2061,7 @@ export var Processor$ = [3, n0, _Pr,
1993
2061
  ];
1994
2062
  export var PutAccountPolicyRequest$ = [3, n0, _PAPR,
1995
2063
  0,
1996
- [_pN, _pD, _pT, _s, _sC],
2064
+ [_pN, _pD, _pT, _sc, _sC],
1997
2065
  [0, 0, 0, 0, 0], 3
1998
2066
  ];
1999
2067
  export var PutAccountPolicyResponse$ = [3, n0, _PAPRu,
@@ -2181,18 +2249,6 @@ export var RenameKeys$ = [3, n0, _RK,
2181
2249
  [_en],
2182
2250
  [() => RenameKeyEntries], 1
2183
2251
  ];
2184
- export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
2185
- { [_e]: _c },
2186
- [_m],
2187
- [0]
2188
- ];
2189
- TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
2190
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
2191
- { [_e]: _c },
2192
- [_m],
2193
- [0]
2194
- ];
2195
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2196
2252
  export var ResourcePolicy$ = [3, n0, _RP,
2197
2253
  0,
2198
2254
  [_pN, _pD, _lUT, _pSo, _rA, _rIev],
@@ -2233,30 +2289,6 @@ export var SearchedLogStream$ = [3, n0, _SLS,
2233
2289
  [_lSN, _sCe],
2234
2290
  [0, 2]
2235
2291
  ];
2236
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2237
- { [_e]: _c },
2238
- [_m],
2239
- [0]
2240
- ];
2241
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2242
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
2243
- { [_e]: _ser },
2244
- [_m],
2245
- [0]
2246
- ];
2247
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
2248
- export var SessionStreamingException$ = [-3, n0, _SSE,
2249
- { [_e]: _c },
2250
- [_m],
2251
- [0]
2252
- ];
2253
- TypeRegistry.for(n0).registerError(SessionStreamingException$, SessionStreamingException);
2254
- export var SessionTimeoutException$ = [-3, n0, _STE,
2255
- { [_e]: _c },
2256
- [_m],
2257
- [0]
2258
- ];
2259
- TypeRegistry.for(n0).registerError(SessionTimeoutException$, SessionTimeoutException);
2260
2292
  export var SplitString$ = [3, n0, _SS,
2261
2293
  0,
2262
2294
  [_en],
@@ -2347,18 +2379,6 @@ export var TestTransformerResponse$ = [3, n0, _TTRe,
2347
2379
  [_tL],
2348
2380
  [() => TransformedLogs]
2349
2381
  ];
2350
- export var ThrottlingException$ = [-3, n0, _TE,
2351
- { [_e]: _c },
2352
- [_m],
2353
- [0]
2354
- ];
2355
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2356
- export var TooManyTagsException$ = [-3, n0, _TMTE,
2357
- { [_e]: _c, [_hE]: 400 },
2358
- [_m, _rN],
2359
- [0, 0]
2360
- ];
2361
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
2362
2382
  export var TransformedLogRecord$ = [3, n0, _TLR,
2363
2383
  0,
2364
2384
  [_eN, _eMv, _tEM],
@@ -2384,12 +2404,6 @@ export var TypeConverterEntry$ = [3, n0, _TCE,
2384
2404
  [_k, _ty],
2385
2405
  [0, 0], 2
2386
2406
  ];
2387
- export var UnrecognizedClientException$ = [-3, n0, _UCE,
2388
- { [_e]: _c },
2389
- [_m],
2390
- [0]
2391
- ];
2392
- TypeRegistry.for(n0).registerError(UnrecognizedClientException$, UnrecognizedClientException);
2393
2407
  export var UntagLogGroupRequest$ = [3, n0, _ULGR,
2394
2408
  0,
2395
2409
  [_lGN, _ta],
@@ -2435,15 +2449,7 @@ export var UpperCaseString$ = [3, n0, _UCS,
2435
2449
  [_wK],
2436
2450
  [64 | 0], 1
2437
2451
  ];
2438
- export var ValidationException$ = [-3, n0, _VE,
2439
- { [_e]: _c },
2440
- [_m],
2441
- [0]
2442
- ];
2443
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2444
2452
  var __Unit = "unit";
2445
- export var CloudWatchLogsServiceException$ = [-3, _sm, "CloudWatchLogsServiceException", 0, [], []];
2446
- TypeRegistry.for(_sm).registerError(CloudWatchLogsServiceException$, CloudWatchLogsServiceException);
2447
2453
  var AccountIds = 64 | 0;
2448
2454
  var AccountPolicies = [1, n0, _APc,
2449
2455
  0, () => AccountPolicy$
@@ -1,5 +1,33 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var CloudWatchLogsServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var DataAlreadyAcceptedException$: StaticErrorSchema;
7
+ export declare var InternalServerException$: StaticErrorSchema;
8
+ export declare var InternalStreamingException$: StaticErrorSchema;
9
+ export declare var InvalidOperationException$: StaticErrorSchema;
10
+ export declare var InvalidParameterException$: StaticErrorSchema;
11
+ export declare var InvalidSequenceTokenException$: StaticErrorSchema;
12
+ export declare var LimitExceededException$: StaticErrorSchema;
13
+ export declare var MalformedQueryException$: StaticErrorSchema;
14
+ export declare var OperationAbortedException$: StaticErrorSchema;
15
+ export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
16
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
17
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
18
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
19
+ export declare var SessionStreamingException$: StaticErrorSchema;
20
+ export declare var SessionTimeoutException$: StaticErrorSchema;
21
+ export declare var ThrottlingException$: StaticErrorSchema;
22
+ export declare var TooManyTagsException$: StaticErrorSchema;
23
+ export declare var UnrecognizedClientException$: StaticErrorSchema;
24
+ export declare var ValidationException$: StaticErrorSchema;
25
+ /**
26
+ * TypeRegistry instances containing modeled errors.
27
+ * @internal
28
+ *
29
+ */
30
+ export declare const errorTypeRegistries: TypeRegistry[];
3
31
  export declare var AccountPolicy$: StaticStructureSchema;
4
32
  export declare var AddKeyEntry$: StaticStructureSchema;
5
33
  export declare var AddKeys$: StaticStructureSchema;
@@ -14,7 +42,6 @@ export declare var CancelImportTaskRequest$: StaticStructureSchema;
14
42
  export declare var CancelImportTaskResponse$: StaticStructureSchema;
15
43
  export declare var ConfigurationTemplate$: StaticStructureSchema;
16
44
  export declare var ConfigurationTemplateDeliveryConfigValues$: StaticStructureSchema;
17
- export declare var ConflictException$: StaticErrorSchema;
18
45
  export declare var CopyValue$: StaticStructureSchema;
19
46
  export declare var CopyValueEntry$: StaticStructureSchema;
20
47
  export declare var CreateDeliveryRequest$: StaticStructureSchema;
@@ -30,7 +57,6 @@ export declare var CreateLogStreamRequest$: StaticStructureSchema;
30
57
  export declare var CreateScheduledQueryRequest$: StaticStructureSchema;
31
58
  export declare var CreateScheduledQueryResponse$: StaticStructureSchema;
32
59
  export declare var CSV$: StaticStructureSchema;
33
- export declare var DataAlreadyAcceptedException$: StaticErrorSchema;
34
60
  export declare var DataSource$: StaticStructureSchema;
35
61
  export declare var DataSourceFilter$: StaticStructureSchema;
36
62
  export declare var DateTimeConverter$: StaticStructureSchema;
@@ -153,12 +179,6 @@ export declare var ImportStatistics$: StaticStructureSchema;
153
179
  export declare var IndexPolicy$: StaticStructureSchema;
154
180
  export declare var InputLogEvent$: StaticStructureSchema;
155
181
  export declare var IntegrationSummary$: StaticStructureSchema;
156
- export declare var InternalServerException$: StaticErrorSchema;
157
- export declare var InternalStreamingException$: StaticErrorSchema;
158
- export declare var InvalidOperationException$: StaticErrorSchema;
159
- export declare var InvalidParameterException$: StaticErrorSchema;
160
- export declare var InvalidSequenceTokenException$: StaticErrorSchema;
161
- export declare var LimitExceededException$: StaticErrorSchema;
162
182
  export declare var ListAggregateLogGroupSummariesRequest$: StaticStructureSchema;
163
183
  export declare var ListAggregateLogGroupSummariesResponse$: StaticStructureSchema;
164
184
  export declare var ListAnomaliesRequest$: StaticStructureSchema;
@@ -192,7 +212,6 @@ export declare var LogGroupField$: StaticStructureSchema;
192
212
  export declare var LogGroupSummary$: StaticStructureSchema;
193
213
  export declare var LogStream$: StaticStructureSchema;
194
214
  export declare var LowerCaseString$: StaticStructureSchema;
195
- export declare var MalformedQueryException$: StaticErrorSchema;
196
215
  export declare var MetricFilter$: StaticStructureSchema;
197
216
  export declare var MetricFilterMatchRecord$: StaticStructureSchema;
198
217
  export declare var MetricTransformation$: StaticStructureSchema;
@@ -209,7 +228,6 @@ export declare var OpenSearchNetworkPolicy$: StaticStructureSchema;
209
228
  export declare var OpenSearchResourceConfig$: StaticStructureSchema;
210
229
  export declare var OpenSearchResourceStatus$: StaticStructureSchema;
211
230
  export declare var OpenSearchWorkspace$: StaticStructureSchema;
212
- export declare var OperationAbortedException$: StaticErrorSchema;
213
231
  export declare var OutputLogEvent$: StaticStructureSchema;
214
232
  export declare var ParseCloudfront$: StaticStructureSchema;
215
233
  export declare var ParseJSON$: StaticStructureSchema;
@@ -260,8 +278,6 @@ export declare var RejectedEntityInfo$: StaticStructureSchema;
260
278
  export declare var RejectedLogEventsInfo$: StaticStructureSchema;
261
279
  export declare var RenameKeyEntry$: StaticStructureSchema;
262
280
  export declare var RenameKeys$: StaticStructureSchema;
263
- export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
264
- export declare var ResourceNotFoundException$: StaticErrorSchema;
265
281
  export declare var ResourcePolicy$: StaticStructureSchema;
266
282
  export declare var ResultField$: StaticStructureSchema;
267
283
  export declare var S3Configuration$: StaticStructureSchema;
@@ -270,10 +286,6 @@ export declare var S3TableIntegrationSource$: StaticStructureSchema;
270
286
  export declare var ScheduledQueryDestination$: StaticStructureSchema;
271
287
  export declare var ScheduledQuerySummary$: StaticStructureSchema;
272
288
  export declare var SearchedLogStream$: StaticStructureSchema;
273
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
274
- export declare var ServiceUnavailableException$: StaticErrorSchema;
275
- export declare var SessionStreamingException$: StaticErrorSchema;
276
- export declare var SessionTimeoutException$: StaticErrorSchema;
277
289
  export declare var SplitString$: StaticStructureSchema;
278
290
  export declare var SplitStringEntry$: StaticStructureSchema;
279
291
  export declare var StartLiveTailRequest$: StaticStructureSchema;
@@ -292,14 +304,11 @@ export declare var TestMetricFilterRequest$: StaticStructureSchema;
292
304
  export declare var TestMetricFilterResponse$: StaticStructureSchema;
293
305
  export declare var TestTransformerRequest$: StaticStructureSchema;
294
306
  export declare var TestTransformerResponse$: StaticStructureSchema;
295
- export declare var ThrottlingException$: StaticErrorSchema;
296
- export declare var TooManyTagsException$: StaticErrorSchema;
297
307
  export declare var TransformedLogRecord$: StaticStructureSchema;
298
308
  export declare var TriggerHistoryRecord$: StaticStructureSchema;
299
309
  export declare var TrimString$: StaticStructureSchema;
300
310
  export declare var TypeConverter$: StaticStructureSchema;
301
311
  export declare var TypeConverterEntry$: StaticStructureSchema;
302
- export declare var UnrecognizedClientException$: StaticErrorSchema;
303
312
  export declare var UntagLogGroupRequest$: StaticStructureSchema;
304
313
  export declare var UntagResourceRequest$: StaticStructureSchema;
305
314
  export declare var UpdateAnomalyRequest$: StaticStructureSchema;
@@ -309,8 +318,6 @@ export declare var UpdateLogAnomalyDetectorRequest$: StaticStructureSchema;
309
318
  export declare var UpdateScheduledQueryRequest$: StaticStructureSchema;
310
319
  export declare var UpdateScheduledQueryResponse$: StaticStructureSchema;
311
320
  export declare var UpperCaseString$: StaticStructureSchema;
312
- export declare var ValidationException$: StaticErrorSchema;
313
- export declare var CloudWatchLogsServiceException$: StaticErrorSchema;
314
321
  export declare var GetLogObjectResponseStream$: StaticUnionSchema;
315
322
  export declare var IntegrationDetails$: StaticUnionSchema;
316
323
  export declare var ResourceConfig$: StaticUnionSchema;
@@ -1,10 +1,33 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var CloudWatchLogsServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var DataAlreadyAcceptedException$: StaticErrorSchema;
12
+ export declare var InternalServerException$: StaticErrorSchema;
13
+ export declare var InternalStreamingException$: StaticErrorSchema;
14
+ export declare var InvalidOperationException$: StaticErrorSchema;
15
+ export declare var InvalidParameterException$: StaticErrorSchema;
16
+ export declare var InvalidSequenceTokenException$: StaticErrorSchema;
17
+ export declare var LimitExceededException$: StaticErrorSchema;
18
+ export declare var MalformedQueryException$: StaticErrorSchema;
19
+ export declare var OperationAbortedException$: StaticErrorSchema;
20
+ export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
21
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
22
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
23
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
24
+ export declare var SessionStreamingException$: StaticErrorSchema;
25
+ export declare var SessionTimeoutException$: StaticErrorSchema;
26
+ export declare var ThrottlingException$: StaticErrorSchema;
27
+ export declare var TooManyTagsException$: StaticErrorSchema;
28
+ export declare var UnrecognizedClientException$: StaticErrorSchema;
29
+ export declare var ValidationException$: StaticErrorSchema;
30
+ export declare const errorTypeRegistries: TypeRegistry[];
8
31
  export declare var AccountPolicy$: StaticStructureSchema;
9
32
  export declare var AddKeyEntry$: StaticStructureSchema;
10
33
  export declare var AddKeys$: StaticStructureSchema;
@@ -19,7 +42,6 @@ export declare var CancelImportTaskRequest$: StaticStructureSchema;
19
42
  export declare var CancelImportTaskResponse$: StaticStructureSchema;
20
43
  export declare var ConfigurationTemplate$: StaticStructureSchema;
21
44
  export declare var ConfigurationTemplateDeliveryConfigValues$: StaticStructureSchema;
22
- export declare var ConflictException$: StaticErrorSchema;
23
45
  export declare var CopyValue$: StaticStructureSchema;
24
46
  export declare var CopyValueEntry$: StaticStructureSchema;
25
47
  export declare var CreateDeliveryRequest$: StaticStructureSchema;
@@ -35,7 +57,6 @@ export declare var CreateLogStreamRequest$: StaticStructureSchema;
35
57
  export declare var CreateScheduledQueryRequest$: StaticStructureSchema;
36
58
  export declare var CreateScheduledQueryResponse$: StaticStructureSchema;
37
59
  export declare var CSV$: StaticStructureSchema;
38
- export declare var DataAlreadyAcceptedException$: StaticErrorSchema;
39
60
  export declare var DataSource$: StaticStructureSchema;
40
61
  export declare var DataSourceFilter$: StaticStructureSchema;
41
62
  export declare var DateTimeConverter$: StaticStructureSchema;
@@ -158,12 +179,6 @@ export declare var ImportStatistics$: StaticStructureSchema;
158
179
  export declare var IndexPolicy$: StaticStructureSchema;
159
180
  export declare var InputLogEvent$: StaticStructureSchema;
160
181
  export declare var IntegrationSummary$: StaticStructureSchema;
161
- export declare var InternalServerException$: StaticErrorSchema;
162
- export declare var InternalStreamingException$: StaticErrorSchema;
163
- export declare var InvalidOperationException$: StaticErrorSchema;
164
- export declare var InvalidParameterException$: StaticErrorSchema;
165
- export declare var InvalidSequenceTokenException$: StaticErrorSchema;
166
- export declare var LimitExceededException$: StaticErrorSchema;
167
182
  export declare var ListAggregateLogGroupSummariesRequest$: StaticStructureSchema;
168
183
  export declare var ListAggregateLogGroupSummariesResponse$: StaticStructureSchema;
169
184
  export declare var ListAnomaliesRequest$: StaticStructureSchema;
@@ -197,7 +212,6 @@ export declare var LogGroupField$: StaticStructureSchema;
197
212
  export declare var LogGroupSummary$: StaticStructureSchema;
198
213
  export declare var LogStream$: StaticStructureSchema;
199
214
  export declare var LowerCaseString$: StaticStructureSchema;
200
- export declare var MalformedQueryException$: StaticErrorSchema;
201
215
  export declare var MetricFilter$: StaticStructureSchema;
202
216
  export declare var MetricFilterMatchRecord$: StaticStructureSchema;
203
217
  export declare var MetricTransformation$: StaticStructureSchema;
@@ -214,7 +228,6 @@ export declare var OpenSearchNetworkPolicy$: StaticStructureSchema;
214
228
  export declare var OpenSearchResourceConfig$: StaticStructureSchema;
215
229
  export declare var OpenSearchResourceStatus$: StaticStructureSchema;
216
230
  export declare var OpenSearchWorkspace$: StaticStructureSchema;
217
- export declare var OperationAbortedException$: StaticErrorSchema;
218
231
  export declare var OutputLogEvent$: StaticStructureSchema;
219
232
  export declare var ParseCloudfront$: StaticStructureSchema;
220
233
  export declare var ParseJSON$: StaticStructureSchema;
@@ -265,8 +278,6 @@ export declare var RejectedEntityInfo$: StaticStructureSchema;
265
278
  export declare var RejectedLogEventsInfo$: StaticStructureSchema;
266
279
  export declare var RenameKeyEntry$: StaticStructureSchema;
267
280
  export declare var RenameKeys$: StaticStructureSchema;
268
- export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
269
- export declare var ResourceNotFoundException$: StaticErrorSchema;
270
281
  export declare var ResourcePolicy$: StaticStructureSchema;
271
282
  export declare var ResultField$: StaticStructureSchema;
272
283
  export declare var S3Configuration$: StaticStructureSchema;
@@ -275,10 +286,6 @@ export declare var S3TableIntegrationSource$: StaticStructureSchema;
275
286
  export declare var ScheduledQueryDestination$: StaticStructureSchema;
276
287
  export declare var ScheduledQuerySummary$: StaticStructureSchema;
277
288
  export declare var SearchedLogStream$: StaticStructureSchema;
278
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
279
- export declare var ServiceUnavailableException$: StaticErrorSchema;
280
- export declare var SessionStreamingException$: StaticErrorSchema;
281
- export declare var SessionTimeoutException$: StaticErrorSchema;
282
289
  export declare var SplitString$: StaticStructureSchema;
283
290
  export declare var SplitStringEntry$: StaticStructureSchema;
284
291
  export declare var StartLiveTailRequest$: StaticStructureSchema;
@@ -297,14 +304,11 @@ export declare var TestMetricFilterRequest$: StaticStructureSchema;
297
304
  export declare var TestMetricFilterResponse$: StaticStructureSchema;
298
305
  export declare var TestTransformerRequest$: StaticStructureSchema;
299
306
  export declare var TestTransformerResponse$: StaticStructureSchema;
300
- export declare var ThrottlingException$: StaticErrorSchema;
301
- export declare var TooManyTagsException$: StaticErrorSchema;
302
307
  export declare var TransformedLogRecord$: StaticStructureSchema;
303
308
  export declare var TriggerHistoryRecord$: StaticStructureSchema;
304
309
  export declare var TrimString$: StaticStructureSchema;
305
310
  export declare var TypeConverter$: StaticStructureSchema;
306
311
  export declare var TypeConverterEntry$: StaticStructureSchema;
307
- export declare var UnrecognizedClientException$: StaticErrorSchema;
308
312
  export declare var UntagLogGroupRequest$: StaticStructureSchema;
309
313
  export declare var UntagResourceRequest$: StaticStructureSchema;
310
314
  export declare var UpdateAnomalyRequest$: StaticStructureSchema;
@@ -314,8 +318,6 @@ export declare var UpdateLogAnomalyDetectorRequest$: StaticStructureSchema;
314
318
  export declare var UpdateScheduledQueryRequest$: StaticStructureSchema;
315
319
  export declare var UpdateScheduledQueryResponse$: StaticStructureSchema;
316
320
  export declare var UpperCaseString$: StaticStructureSchema;
317
- export declare var ValidationException$: StaticErrorSchema;
318
- export declare var CloudWatchLogsServiceException$: StaticErrorSchema;
319
321
  export declare var GetLogObjectResponseStream$: StaticUnionSchema;
320
322
  export declare var IntegrationDetails$: StaticUnionSchema;
321
323
  export declare var ResourceConfig$: StaticUnionSchema;