@aws-sdk/client-cloudwatch-logs 3.1078.0 → 3.1080.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.
- package/README.md +14 -0
- package/dist-cjs/index.js +55 -1
- package/dist-es/CloudWatchLogs.js +4 -0
- package/dist-es/commands/GetStorageTierPolicyCommand.js +4 -0
- package/dist-es/commands/PutStorageTierPolicyCommand.js +4 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +33 -0
- package/dist-types/CloudWatchLogs.d.ts +15 -0
- package/dist-types/CloudWatchLogsClient.d.ts +4 -2
- package/dist-types/commands/GetStorageTierPolicyCommand.d.ts +85 -0
- package/dist-types/commands/PutStorageTierPolicyCommand.d.ts +89 -0
- package/dist-types/commands/TestMetricFilterCommand.d.ts +2 -1
- package/dist-types/commands/TestTransformerCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +55 -63
- package/dist-types/models/models_1.d.ts +61 -1
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/CloudWatchLogs.d.ts +35 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -15
- package/dist-types/ts3.4/models/models_1.d.ts +21 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -719,6 +719,13 @@ GetScheduledQueryHistory
|
|
|
719
719
|
</details>
|
|
720
720
|
<details>
|
|
721
721
|
<summary>
|
|
722
|
+
GetStorageTierPolicy
|
|
723
|
+
</summary>
|
|
724
|
+
|
|
725
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/GetStorageTierPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetStorageTierPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetStorageTierPolicyCommandOutput/)
|
|
726
|
+
</details>
|
|
727
|
+
<details>
|
|
728
|
+
<summary>
|
|
722
729
|
GetTransformer
|
|
723
730
|
</summary>
|
|
724
731
|
|
|
@@ -915,6 +922,13 @@ PutRetentionPolicy
|
|
|
915
922
|
</details>
|
|
916
923
|
<details>
|
|
917
924
|
<summary>
|
|
925
|
+
PutStorageTierPolicy
|
|
926
|
+
</summary>
|
|
927
|
+
|
|
928
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/PutStorageTierPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/PutStorageTierPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/PutStorageTierPolicyCommandOutput/)
|
|
929
|
+
</details>
|
|
930
|
+
<details>
|
|
931
|
+
<summary>
|
|
918
932
|
PutSubscriptionFilter
|
|
919
933
|
</summary>
|
|
920
934
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -70,7 +70,7 @@ const commonParams = {
|
|
|
70
70
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
71
71
|
};
|
|
72
72
|
|
|
73
|
-
var version = "3.
|
|
73
|
+
var version = "3.1079.0";
|
|
74
74
|
var packageInfo = {
|
|
75
75
|
version: version};
|
|
76
76
|
|
|
@@ -651,6 +651,9 @@ const _GSQHR = "GetScheduledQueryHistoryRequest";
|
|
|
651
651
|
const _GSQHRe = "GetScheduledQueryHistoryResponse";
|
|
652
652
|
const _GSQR = "GetScheduledQueryRequest";
|
|
653
653
|
const _GSQRe = "GetScheduledQueryResponse";
|
|
654
|
+
const _GSTP = "GetStorageTierPolicy";
|
|
655
|
+
const _GSTPR = "GetStorageTierPolicyRequest";
|
|
656
|
+
const _GSTPRe = "GetStorageTierPolicyResponse";
|
|
654
657
|
const _GT = "GetTransformer";
|
|
655
658
|
const _GTR = "GetTransformerRequest";
|
|
656
659
|
const _GTRe = "GetTransformerResponse";
|
|
@@ -805,6 +808,9 @@ const _PSC = "PutSyslogConfiguration";
|
|
|
805
808
|
const _PSCR = "PutSyslogConfigurationRequest";
|
|
806
809
|
const _PSF = "PutSubscriptionFilter";
|
|
807
810
|
const _PSFR = "PutSubscriptionFilterRequest";
|
|
811
|
+
const _PSTP = "PutStorageTierPolicy";
|
|
812
|
+
const _PSTPR = "PutStorageTierPolicyRequest";
|
|
813
|
+
const _PSTPRu = "PutStorageTierPolicyResponse";
|
|
808
814
|
const _PT = "PatternToken";
|
|
809
815
|
const _PTOCSF = "ParseToOCSF";
|
|
810
816
|
const _PTR = "PutTransformerRequest";
|
|
@@ -1280,6 +1286,7 @@ const _sTc = "scheduleType";
|
|
|
1280
1286
|
const _sTe = "sequenceToken";
|
|
1281
1287
|
const _sTo = "sourceType";
|
|
1282
1288
|
const _sTt = "startTime";
|
|
1289
|
+
const _sTto = "storageTier";
|
|
1283
1290
|
const _sTu = "suppressionType";
|
|
1284
1291
|
const _sU = "suppressedUntil";
|
|
1285
1292
|
const _sUe = "sessionUpdate";
|
|
@@ -2215,6 +2222,16 @@ var GetScheduledQueryResponse$ = [3, n0, _GSQRe,
|
|
|
2215
2222
|
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _eTO, _dC, _st, _sTc, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
|
|
2216
2223
|
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, 1, () => DestinationConfiguration$, 0, 0, 1, 0, 1, 1, 0, 1, 1]
|
|
2217
2224
|
];
|
|
2225
|
+
var GetStorageTierPolicyRequest$ = [3, n0, _GSTPR,
|
|
2226
|
+
0,
|
|
2227
|
+
[],
|
|
2228
|
+
[]
|
|
2229
|
+
];
|
|
2230
|
+
var GetStorageTierPolicyResponse$ = [3, n0, _GSTPRe,
|
|
2231
|
+
0,
|
|
2232
|
+
[_sTto, _lUT],
|
|
2233
|
+
[0, 1]
|
|
2234
|
+
];
|
|
2218
2235
|
var GetTransformerRequest$ = [3, n0, _GTR,
|
|
2219
2236
|
0,
|
|
2220
2237
|
[_lGIo],
|
|
@@ -2725,6 +2742,16 @@ var PutRetentionPolicyRequest$ = [3, n0, _PRPRut,
|
|
|
2725
2742
|
[_lGN, _rID],
|
|
2726
2743
|
[0, 1], 2
|
|
2727
2744
|
];
|
|
2745
|
+
var PutStorageTierPolicyRequest$ = [3, n0, _PSTPR,
|
|
2746
|
+
0,
|
|
2747
|
+
[_sTto],
|
|
2748
|
+
[0], 1
|
|
2749
|
+
];
|
|
2750
|
+
var PutStorageTierPolicyResponse$ = [3, n0, _PSTPRu,
|
|
2751
|
+
0,
|
|
2752
|
+
[_sTto, _lUT],
|
|
2753
|
+
[0, 1]
|
|
2754
|
+
];
|
|
2728
2755
|
var PutSubscriptionFilterRequest$ = [3, n0, _PSFR,
|
|
2729
2756
|
0,
|
|
2730
2757
|
[_lGN, _fN, _fP, _dA, _rAo, _dis, _aOTL, _fSC, _eSF],
|
|
@@ -3425,6 +3452,9 @@ var GetScheduledQuery$ = [9, n0, _GSQ,
|
|
|
3425
3452
|
var GetScheduledQueryHistory$ = [9, n0, _GSQH,
|
|
3426
3453
|
0, () => GetScheduledQueryHistoryRequest$, () => GetScheduledQueryHistoryResponse$
|
|
3427
3454
|
];
|
|
3455
|
+
var GetStorageTierPolicy$ = [9, n0, _GSTP,
|
|
3456
|
+
0, () => GetStorageTierPolicyRequest$, () => GetStorageTierPolicyResponse$
|
|
3457
|
+
];
|
|
3428
3458
|
var GetTransformer$ = [9, n0, _GT,
|
|
3429
3459
|
0, () => GetTransformerRequest$, () => GetTransformerResponse$
|
|
3430
3460
|
];
|
|
@@ -3509,6 +3539,9 @@ var PutResourcePolicy$ = [9, n0, _PRP,
|
|
|
3509
3539
|
var PutRetentionPolicy$ = [9, n0, _PRPu,
|
|
3510
3540
|
0, () => PutRetentionPolicyRequest$, () => __Unit
|
|
3511
3541
|
];
|
|
3542
|
+
var PutStorageTierPolicy$ = [9, n0, _PSTP,
|
|
3543
|
+
0, () => PutStorageTierPolicyRequest$, () => PutStorageTierPolicyResponse$
|
|
3544
|
+
];
|
|
3512
3545
|
var PutSubscriptionFilter$ = [9, n0, _PSF,
|
|
3513
3546
|
0, () => PutSubscriptionFilterRequest$, () => __Unit
|
|
3514
3547
|
];
|
|
@@ -3927,6 +3960,9 @@ class GetScheduledQueryCommand extends command(_ep0, _mw0, "GetScheduledQuery",
|
|
|
3927
3960
|
class GetScheduledQueryHistoryCommand extends command(_ep0, _mw0, "GetScheduledQueryHistory", GetScheduledQueryHistory$) {
|
|
3928
3961
|
}
|
|
3929
3962
|
|
|
3963
|
+
class GetStorageTierPolicyCommand extends command(_ep0, _mw0, "GetStorageTierPolicy", GetStorageTierPolicy$) {
|
|
3964
|
+
}
|
|
3965
|
+
|
|
3930
3966
|
class GetTransformerCommand extends command(_ep0, _mw0, "GetTransformer", GetTransformer$) {
|
|
3931
3967
|
}
|
|
3932
3968
|
|
|
@@ -4011,6 +4047,9 @@ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy",
|
|
|
4011
4047
|
class PutRetentionPolicyCommand extends command(_ep0, _mw0, "PutRetentionPolicy", PutRetentionPolicy$) {
|
|
4012
4048
|
}
|
|
4013
4049
|
|
|
4050
|
+
class PutStorageTierPolicyCommand extends command(_ep0, _mw0, "PutStorageTierPolicy", PutStorageTierPolicy$) {
|
|
4051
|
+
}
|
|
4052
|
+
|
|
4014
4053
|
class PutSubscriptionFilterCommand extends command(_ep0, _mw0, "PutSubscriptionFilter", PutSubscriptionFilter$) {
|
|
4015
4054
|
}
|
|
4016
4055
|
|
|
@@ -4170,6 +4209,7 @@ const commands = {
|
|
|
4170
4209
|
GetQueryResultsCommand,
|
|
4171
4210
|
GetScheduledQueryCommand,
|
|
4172
4211
|
GetScheduledQueryHistoryCommand,
|
|
4212
|
+
GetStorageTierPolicyCommand,
|
|
4173
4213
|
GetTransformerCommand,
|
|
4174
4214
|
ListAggregateLogGroupSummariesCommand,
|
|
4175
4215
|
ListAnomaliesCommand,
|
|
@@ -4198,6 +4238,7 @@ const commands = {
|
|
|
4198
4238
|
PutQueryDefinitionCommand,
|
|
4199
4239
|
PutResourcePolicyCommand,
|
|
4200
4240
|
PutRetentionPolicyCommand,
|
|
4241
|
+
PutStorageTierPolicyCommand,
|
|
4201
4242
|
PutSubscriptionFilterCommand,
|
|
4202
4243
|
PutSyslogConfigurationCommand,
|
|
4203
4244
|
PutTransformerCommand,
|
|
@@ -4446,6 +4487,10 @@ const ScheduleType = {
|
|
|
4446
4487
|
const ScheduledQueryDestinationType = {
|
|
4447
4488
|
S3: "S3",
|
|
4448
4489
|
};
|
|
4490
|
+
const StorageTier = {
|
|
4491
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
4492
|
+
STANDARD: "STANDARD",
|
|
4493
|
+
};
|
|
4449
4494
|
const OCSFVersion = {
|
|
4450
4495
|
V1_1: "V1.1",
|
|
4451
4496
|
V1_5: "V1.5",
|
|
@@ -4799,6 +4844,10 @@ exports.GetScheduledQueryHistoryRequest$ = GetScheduledQueryHistoryRequest$;
|
|
|
4799
4844
|
exports.GetScheduledQueryHistoryResponse$ = GetScheduledQueryHistoryResponse$;
|
|
4800
4845
|
exports.GetScheduledQueryRequest$ = GetScheduledQueryRequest$;
|
|
4801
4846
|
exports.GetScheduledQueryResponse$ = GetScheduledQueryResponse$;
|
|
4847
|
+
exports.GetStorageTierPolicy$ = GetStorageTierPolicy$;
|
|
4848
|
+
exports.GetStorageTierPolicyCommand = GetStorageTierPolicyCommand;
|
|
4849
|
+
exports.GetStorageTierPolicyRequest$ = GetStorageTierPolicyRequest$;
|
|
4850
|
+
exports.GetStorageTierPolicyResponse$ = GetStorageTierPolicyResponse$;
|
|
4802
4851
|
exports.GetTransformer$ = GetTransformer$;
|
|
4803
4852
|
exports.GetTransformerCommand = GetTransformerCommand;
|
|
4804
4853
|
exports.GetTransformerRequest$ = GetTransformerRequest$;
|
|
@@ -4988,6 +5037,10 @@ exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
|
4988
5037
|
exports.PutRetentionPolicy$ = PutRetentionPolicy$;
|
|
4989
5038
|
exports.PutRetentionPolicyCommand = PutRetentionPolicyCommand;
|
|
4990
5039
|
exports.PutRetentionPolicyRequest$ = PutRetentionPolicyRequest$;
|
|
5040
|
+
exports.PutStorageTierPolicy$ = PutStorageTierPolicy$;
|
|
5041
|
+
exports.PutStorageTierPolicyCommand = PutStorageTierPolicyCommand;
|
|
5042
|
+
exports.PutStorageTierPolicyRequest$ = PutStorageTierPolicyRequest$;
|
|
5043
|
+
exports.PutStorageTierPolicyResponse$ = PutStorageTierPolicyResponse$;
|
|
4991
5044
|
exports.PutSubscriptionFilter$ = PutSubscriptionFilter$;
|
|
4992
5045
|
exports.PutSubscriptionFilterCommand = PutSubscriptionFilterCommand;
|
|
4993
5046
|
exports.PutSubscriptionFilterRequest$ = PutSubscriptionFilterRequest$;
|
|
@@ -5054,6 +5107,7 @@ exports.StopQuery$ = StopQuery$;
|
|
|
5054
5107
|
exports.StopQueryCommand = StopQueryCommand;
|
|
5055
5108
|
exports.StopQueryRequest$ = StopQueryRequest$;
|
|
5056
5109
|
exports.StopQueryResponse$ = StopQueryResponse$;
|
|
5110
|
+
exports.StorageTier = StorageTier;
|
|
5057
5111
|
exports.SubscriptionFilter$ = SubscriptionFilter$;
|
|
5058
5112
|
exports.SubstituteString$ = SubstituteString$;
|
|
5059
5113
|
exports.SubstituteStringEntry$ = SubstituteStringEntry$;
|
|
@@ -71,6 +71,7 @@ import { GetLookupTableCommand, } from "./commands/GetLookupTableCommand";
|
|
|
71
71
|
import { GetQueryResultsCommand, } from "./commands/GetQueryResultsCommand";
|
|
72
72
|
import { GetScheduledQueryCommand, } from "./commands/GetScheduledQueryCommand";
|
|
73
73
|
import { GetScheduledQueryHistoryCommand, } from "./commands/GetScheduledQueryHistoryCommand";
|
|
74
|
+
import { GetStorageTierPolicyCommand, } from "./commands/GetStorageTierPolicyCommand";
|
|
74
75
|
import { GetTransformerCommand, } from "./commands/GetTransformerCommand";
|
|
75
76
|
import { ListAggregateLogGroupSummariesCommand, } from "./commands/ListAggregateLogGroupSummariesCommand";
|
|
76
77
|
import { ListAnomaliesCommand, } from "./commands/ListAnomaliesCommand";
|
|
@@ -99,6 +100,7 @@ import { PutMetricFilterCommand, } from "./commands/PutMetricFilterCommand";
|
|
|
99
100
|
import { PutQueryDefinitionCommand, } from "./commands/PutQueryDefinitionCommand";
|
|
100
101
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
101
102
|
import { PutRetentionPolicyCommand, } from "./commands/PutRetentionPolicyCommand";
|
|
103
|
+
import { PutStorageTierPolicyCommand, } from "./commands/PutStorageTierPolicyCommand";
|
|
102
104
|
import { PutSubscriptionFilterCommand, } from "./commands/PutSubscriptionFilterCommand";
|
|
103
105
|
import { PutSyslogConfigurationCommand, } from "./commands/PutSyslogConfigurationCommand";
|
|
104
106
|
import { PutTransformerCommand, } from "./commands/PutTransformerCommand";
|
|
@@ -206,6 +208,7 @@ const commands = {
|
|
|
206
208
|
GetQueryResultsCommand,
|
|
207
209
|
GetScheduledQueryCommand,
|
|
208
210
|
GetScheduledQueryHistoryCommand,
|
|
211
|
+
GetStorageTierPolicyCommand,
|
|
209
212
|
GetTransformerCommand,
|
|
210
213
|
ListAggregateLogGroupSummariesCommand,
|
|
211
214
|
ListAnomaliesCommand,
|
|
@@ -234,6 +237,7 @@ const commands = {
|
|
|
234
237
|
PutQueryDefinitionCommand,
|
|
235
238
|
PutResourcePolicyCommand,
|
|
236
239
|
PutRetentionPolicyCommand,
|
|
240
|
+
PutStorageTierPolicyCommand,
|
|
237
241
|
PutSubscriptionFilterCommand,
|
|
238
242
|
PutSyslogConfigurationCommand,
|
|
239
243
|
PutTransformerCommand,
|
|
@@ -69,6 +69,7 @@ export * from "./GetLookupTableCommand";
|
|
|
69
69
|
export * from "./GetQueryResultsCommand";
|
|
70
70
|
export * from "./GetScheduledQueryCommand";
|
|
71
71
|
export * from "./GetScheduledQueryHistoryCommand";
|
|
72
|
+
export * from "./GetStorageTierPolicyCommand";
|
|
72
73
|
export * from "./GetTransformerCommand";
|
|
73
74
|
export * from "./ListAggregateLogGroupSummariesCommand";
|
|
74
75
|
export * from "./ListAnomaliesCommand";
|
|
@@ -97,6 +98,7 @@ export * from "./PutMetricFilterCommand";
|
|
|
97
98
|
export * from "./PutQueryDefinitionCommand";
|
|
98
99
|
export * from "./PutResourcePolicyCommand";
|
|
99
100
|
export * from "./PutRetentionPolicyCommand";
|
|
101
|
+
export * from "./PutStorageTierPolicyCommand";
|
|
100
102
|
export * from "./PutSubscriptionFilterCommand";
|
|
101
103
|
export * from "./PutSyslogConfigurationCommand";
|
|
102
104
|
export * from "./PutTransformerCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -204,6 +204,10 @@ export const ScheduleType = {
|
|
|
204
204
|
export const ScheduledQueryDestinationType = {
|
|
205
205
|
S3: "S3",
|
|
206
206
|
};
|
|
207
|
+
export const StorageTier = {
|
|
208
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
209
|
+
STANDARD: "STANDARD",
|
|
210
|
+
};
|
|
207
211
|
export const OCSFVersion = {
|
|
208
212
|
V1_1: "V1.1",
|
|
209
213
|
V1_5: "V1.5",
|
|
@@ -243,6 +243,9 @@ const _GSQHR = "GetScheduledQueryHistoryRequest";
|
|
|
243
243
|
const _GSQHRe = "GetScheduledQueryHistoryResponse";
|
|
244
244
|
const _GSQR = "GetScheduledQueryRequest";
|
|
245
245
|
const _GSQRe = "GetScheduledQueryResponse";
|
|
246
|
+
const _GSTP = "GetStorageTierPolicy";
|
|
247
|
+
const _GSTPR = "GetStorageTierPolicyRequest";
|
|
248
|
+
const _GSTPRe = "GetStorageTierPolicyResponse";
|
|
246
249
|
const _GT = "GetTransformer";
|
|
247
250
|
const _GTR = "GetTransformerRequest";
|
|
248
251
|
const _GTRe = "GetTransformerResponse";
|
|
@@ -397,6 +400,9 @@ const _PSC = "PutSyslogConfiguration";
|
|
|
397
400
|
const _PSCR = "PutSyslogConfigurationRequest";
|
|
398
401
|
const _PSF = "PutSubscriptionFilter";
|
|
399
402
|
const _PSFR = "PutSubscriptionFilterRequest";
|
|
403
|
+
const _PSTP = "PutStorageTierPolicy";
|
|
404
|
+
const _PSTPR = "PutStorageTierPolicyRequest";
|
|
405
|
+
const _PSTPRu = "PutStorageTierPolicyResponse";
|
|
400
406
|
const _PT = "PatternToken";
|
|
401
407
|
const _PTOCSF = "ParseToOCSF";
|
|
402
408
|
const _PTR = "PutTransformerRequest";
|
|
@@ -872,6 +878,7 @@ const _sTc = "scheduleType";
|
|
|
872
878
|
const _sTe = "sequenceToken";
|
|
873
879
|
const _sTo = "sourceType";
|
|
874
880
|
const _sTt = "startTime";
|
|
881
|
+
const _sTto = "storageTier";
|
|
875
882
|
const _sTu = "suppressionType";
|
|
876
883
|
const _sU = "suppressedUntil";
|
|
877
884
|
const _sUe = "sessionUpdate";
|
|
@@ -1810,6 +1817,16 @@ export var GetScheduledQueryResponse$ = [3, n0, _GSQRe,
|
|
|
1810
1817
|
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _eTO, _dC, _st, _sTc, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
|
|
1811
1818
|
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, 1, () => DestinationConfiguration$, 0, 0, 1, 0, 1, 1, 0, 1, 1]
|
|
1812
1819
|
];
|
|
1820
|
+
export var GetStorageTierPolicyRequest$ = [3, n0, _GSTPR,
|
|
1821
|
+
0,
|
|
1822
|
+
[],
|
|
1823
|
+
[]
|
|
1824
|
+
];
|
|
1825
|
+
export var GetStorageTierPolicyResponse$ = [3, n0, _GSTPRe,
|
|
1826
|
+
0,
|
|
1827
|
+
[_sTto, _lUT],
|
|
1828
|
+
[0, 1]
|
|
1829
|
+
];
|
|
1813
1830
|
export var GetTransformerRequest$ = [3, n0, _GTR,
|
|
1814
1831
|
0,
|
|
1815
1832
|
[_lGIo],
|
|
@@ -2320,6 +2337,16 @@ export var PutRetentionPolicyRequest$ = [3, n0, _PRPRut,
|
|
|
2320
2337
|
[_lGN, _rID],
|
|
2321
2338
|
[0, 1], 2
|
|
2322
2339
|
];
|
|
2340
|
+
export var PutStorageTierPolicyRequest$ = [3, n0, _PSTPR,
|
|
2341
|
+
0,
|
|
2342
|
+
[_sTto],
|
|
2343
|
+
[0], 1
|
|
2344
|
+
];
|
|
2345
|
+
export var PutStorageTierPolicyResponse$ = [3, n0, _PSTPRu,
|
|
2346
|
+
0,
|
|
2347
|
+
[_sTto, _lUT],
|
|
2348
|
+
[0, 1]
|
|
2349
|
+
];
|
|
2323
2350
|
export var PutSubscriptionFilterRequest$ = [3, n0, _PSFR,
|
|
2324
2351
|
0,
|
|
2325
2352
|
[_lGN, _fN, _fP, _dA, _rAo, _dis, _aOTL, _fSC, _eSF],
|
|
@@ -3064,6 +3091,9 @@ export var GetScheduledQuery$ = [9, n0, _GSQ,
|
|
|
3064
3091
|
export var GetScheduledQueryHistory$ = [9, n0, _GSQH,
|
|
3065
3092
|
0, () => GetScheduledQueryHistoryRequest$, () => GetScheduledQueryHistoryResponse$
|
|
3066
3093
|
];
|
|
3094
|
+
export var GetStorageTierPolicy$ = [9, n0, _GSTP,
|
|
3095
|
+
0, () => GetStorageTierPolicyRequest$, () => GetStorageTierPolicyResponse$
|
|
3096
|
+
];
|
|
3067
3097
|
export var GetTransformer$ = [9, n0, _GT,
|
|
3068
3098
|
0, () => GetTransformerRequest$, () => GetTransformerResponse$
|
|
3069
3099
|
];
|
|
@@ -3148,6 +3178,9 @@ export var PutResourcePolicy$ = [9, n0, _PRP,
|
|
|
3148
3178
|
export var PutRetentionPolicy$ = [9, n0, _PRPu,
|
|
3149
3179
|
0, () => PutRetentionPolicyRequest$, () => __Unit
|
|
3150
3180
|
];
|
|
3181
|
+
export var PutStorageTierPolicy$ = [9, n0, _PSTP,
|
|
3182
|
+
0, () => PutStorageTierPolicyRequest$, () => PutStorageTierPolicyResponse$
|
|
3183
|
+
];
|
|
3151
3184
|
export var PutSubscriptionFilter$ = [9, n0, _PSF,
|
|
3152
3185
|
0, () => PutSubscriptionFilterRequest$, () => __Unit
|
|
3153
3186
|
];
|
|
@@ -71,6 +71,7 @@ import { type GetLookupTableCommandInput, type GetLookupTableCommandOutput } fro
|
|
|
71
71
|
import { type GetQueryResultsCommandInput, type GetQueryResultsCommandOutput } from "./commands/GetQueryResultsCommand";
|
|
72
72
|
import { type GetScheduledQueryCommandInput, type GetScheduledQueryCommandOutput } from "./commands/GetScheduledQueryCommand";
|
|
73
73
|
import { type GetScheduledQueryHistoryCommandInput, type GetScheduledQueryHistoryCommandOutput } from "./commands/GetScheduledQueryHistoryCommand";
|
|
74
|
+
import { type GetStorageTierPolicyCommandInput, type GetStorageTierPolicyCommandOutput } from "./commands/GetStorageTierPolicyCommand";
|
|
74
75
|
import { type GetTransformerCommandInput, type GetTransformerCommandOutput } from "./commands/GetTransformerCommand";
|
|
75
76
|
import { type ListAggregateLogGroupSummariesCommandInput, type ListAggregateLogGroupSummariesCommandOutput } from "./commands/ListAggregateLogGroupSummariesCommand";
|
|
76
77
|
import { type ListAnomaliesCommandInput, type ListAnomaliesCommandOutput } from "./commands/ListAnomaliesCommand";
|
|
@@ -99,6 +100,7 @@ import { type PutMetricFilterCommandInput, type PutMetricFilterCommandOutput } f
|
|
|
99
100
|
import { type PutQueryDefinitionCommandInput, type PutQueryDefinitionCommandOutput } from "./commands/PutQueryDefinitionCommand";
|
|
100
101
|
import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
101
102
|
import { type PutRetentionPolicyCommandInput, type PutRetentionPolicyCommandOutput } from "./commands/PutRetentionPolicyCommand";
|
|
103
|
+
import { type PutStorageTierPolicyCommandInput, type PutStorageTierPolicyCommandOutput } from "./commands/PutStorageTierPolicyCommand";
|
|
102
104
|
import { type PutSubscriptionFilterCommandInput, type PutSubscriptionFilterCommandOutput } from "./commands/PutSubscriptionFilterCommand";
|
|
103
105
|
import { type PutSyslogConfigurationCommandInput, type PutSyslogConfigurationCommandOutput } from "./commands/PutSyslogConfigurationCommand";
|
|
104
106
|
import { type PutTransformerCommandInput, type PutTransformerCommandOutput } from "./commands/PutTransformerCommand";
|
|
@@ -561,6 +563,13 @@ export interface CloudWatchLogs {
|
|
|
561
563
|
getScheduledQueryHistory(args: GetScheduledQueryHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetScheduledQueryHistoryCommandOutput>;
|
|
562
564
|
getScheduledQueryHistory(args: GetScheduledQueryHistoryCommandInput, cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void): void;
|
|
563
565
|
getScheduledQueryHistory(args: GetScheduledQueryHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void): void;
|
|
566
|
+
/**
|
|
567
|
+
* @see {@link GetStorageTierPolicyCommand}
|
|
568
|
+
*/
|
|
569
|
+
getStorageTierPolicy(): Promise<GetStorageTierPolicyCommandOutput>;
|
|
570
|
+
getStorageTierPolicy(args: GetStorageTierPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetStorageTierPolicyCommandOutput>;
|
|
571
|
+
getStorageTierPolicy(args: GetStorageTierPolicyCommandInput, cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void): void;
|
|
572
|
+
getStorageTierPolicy(args: GetStorageTierPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void): void;
|
|
564
573
|
/**
|
|
565
574
|
* @see {@link GetTransformerCommand}
|
|
566
575
|
*/
|
|
@@ -736,6 +745,12 @@ export interface CloudWatchLogs {
|
|
|
736
745
|
putRetentionPolicy(args: PutRetentionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutRetentionPolicyCommandOutput>;
|
|
737
746
|
putRetentionPolicy(args: PutRetentionPolicyCommandInput, cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void): void;
|
|
738
747
|
putRetentionPolicy(args: PutRetentionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void): void;
|
|
748
|
+
/**
|
|
749
|
+
* @see {@link PutStorageTierPolicyCommand}
|
|
750
|
+
*/
|
|
751
|
+
putStorageTierPolicy(args: PutStorageTierPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutStorageTierPolicyCommandOutput>;
|
|
752
|
+
putStorageTierPolicy(args: PutStorageTierPolicyCommandInput, cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void): void;
|
|
753
|
+
putStorageTierPolicy(args: PutStorageTierPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void): void;
|
|
739
754
|
/**
|
|
740
755
|
* @see {@link PutSubscriptionFilterCommand}
|
|
741
756
|
*/
|
|
@@ -78,6 +78,7 @@ import type { GetLookupTableCommandInput, GetLookupTableCommandOutput } from "./
|
|
|
78
78
|
import type { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "./commands/GetQueryResultsCommand";
|
|
79
79
|
import type { GetScheduledQueryCommandInput, GetScheduledQueryCommandOutput } from "./commands/GetScheduledQueryCommand";
|
|
80
80
|
import type { GetScheduledQueryHistoryCommandInput, GetScheduledQueryHistoryCommandOutput } from "./commands/GetScheduledQueryHistoryCommand";
|
|
81
|
+
import type { GetStorageTierPolicyCommandInput, GetStorageTierPolicyCommandOutput } from "./commands/GetStorageTierPolicyCommand";
|
|
81
82
|
import type { GetTransformerCommandInput, GetTransformerCommandOutput } from "./commands/GetTransformerCommand";
|
|
82
83
|
import type { ListAggregateLogGroupSummariesCommandInput, ListAggregateLogGroupSummariesCommandOutput } from "./commands/ListAggregateLogGroupSummariesCommand";
|
|
83
84
|
import type { ListAnomaliesCommandInput, ListAnomaliesCommandOutput } from "./commands/ListAnomaliesCommand";
|
|
@@ -106,6 +107,7 @@ import type { PutMetricFilterCommandInput, PutMetricFilterCommandOutput } from "
|
|
|
106
107
|
import type { PutQueryDefinitionCommandInput, PutQueryDefinitionCommandOutput } from "./commands/PutQueryDefinitionCommand";
|
|
107
108
|
import type { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
108
109
|
import type { PutRetentionPolicyCommandInput, PutRetentionPolicyCommandOutput } from "./commands/PutRetentionPolicyCommand";
|
|
110
|
+
import type { PutStorageTierPolicyCommandInput, PutStorageTierPolicyCommandOutput } from "./commands/PutStorageTierPolicyCommand";
|
|
109
111
|
import type { PutSubscriptionFilterCommandInput, PutSubscriptionFilterCommandOutput } from "./commands/PutSubscriptionFilterCommand";
|
|
110
112
|
import type { PutSyslogConfigurationCommandInput, PutSyslogConfigurationCommandOutput } from "./commands/PutSyslogConfigurationCommand";
|
|
111
113
|
import type { PutTransformerCommandInput, PutTransformerCommandOutput } from "./commands/PutTransformerCommand";
|
|
@@ -129,11 +131,11 @@ export { __Client };
|
|
|
129
131
|
/**
|
|
130
132
|
* @public
|
|
131
133
|
*/
|
|
132
|
-
export type ServiceInputTypes = AssociateKmsKeyCommandInput | AssociateSourceToS3TableIntegrationCommandInput | CancelExportTaskCommandInput | CancelImportTaskCommandInput | CreateDeliveryCommandInput | CreateExportTaskCommandInput | CreateImportTaskCommandInput | CreateLogAnomalyDetectorCommandInput | CreateLogGroupCommandInput | CreateLogStreamCommandInput | CreateLookupTableCommandInput | CreateScheduledQueryCommandInput | DeleteAccountPolicyCommandInput | DeleteDataProtectionPolicyCommandInput | DeleteDeliveryCommandInput | DeleteDeliveryDestinationCommandInput | DeleteDeliveryDestinationPolicyCommandInput | DeleteDeliverySourceCommandInput | DeleteDestinationCommandInput | DeleteIndexPolicyCommandInput | DeleteIntegrationCommandInput | DeleteLogAnomalyDetectorCommandInput | DeleteLogGroupCommandInput | DeleteLogStreamCommandInput | DeleteLookupTableCommandInput | DeleteMetricFilterCommandInput | DeleteQueryDefinitionCommandInput | DeleteResourcePolicyCommandInput | DeleteRetentionPolicyCommandInput | DeleteScheduledQueryCommandInput | DeleteSubscriptionFilterCommandInput | DeleteSyslogConfigurationCommandInput | DeleteTransformerCommandInput | DescribeAccountPoliciesCommandInput | DescribeConfigurationTemplatesCommandInput | DescribeDeliveriesCommandInput | DescribeDeliveryDestinationsCommandInput | DescribeDeliverySourcesCommandInput | DescribeDestinationsCommandInput | DescribeExportTasksCommandInput | DescribeFieldIndexesCommandInput | DescribeImportTaskBatchesCommandInput | DescribeImportTasksCommandInput | DescribeIndexPoliciesCommandInput | DescribeLogGroupsCommandInput | DescribeLogStreamsCommandInput | DescribeLookupTablesCommandInput | DescribeMetricFiltersCommandInput | DescribeQueriesCommandInput | DescribeQueryDefinitionsCommandInput | DescribeResourcePoliciesCommandInput | DescribeSubscriptionFiltersCommandInput | DisassociateKmsKeyCommandInput | DisassociateSourceFromS3TableIntegrationCommandInput | FilterLogEventsCommandInput | GetDataProtectionPolicyCommandInput | GetDeliveryCommandInput | GetDeliveryDestinationCommandInput | GetDeliveryDestinationPolicyCommandInput | GetDeliverySourceCommandInput | GetIntegrationCommandInput | GetLogAnomalyDetectorCommandInput | GetLogEventsCommandInput | GetLogFieldsCommandInput | GetLogGroupFieldsCommandInput | GetLogObjectCommandInput | GetLogRecordCommandInput | GetLookupTableCommandInput | GetQueryResultsCommandInput | GetScheduledQueryCommandInput | GetScheduledQueryHistoryCommandInput | GetTransformerCommandInput | ListAggregateLogGroupSummariesCommandInput | ListAnomaliesCommandInput | ListIntegrationsCommandInput | ListLogAnomalyDetectorsCommandInput | ListLogGroupsCommandInput | ListLogGroupsForQueryCommandInput | ListScheduledQueriesCommandInput | ListSourcesForS3TableIntegrationCommandInput | ListSyslogConfigurationsCommandInput | ListTagsForResourceCommandInput | ListTagsLogGroupCommandInput | PutAccountPolicyCommandInput | PutBearerTokenAuthenticationCommandInput | PutDataProtectionPolicyCommandInput | PutDeliveryDestinationCommandInput | PutDeliveryDestinationPolicyCommandInput | PutDeliverySourceCommandInput | PutDestinationCommandInput | PutDestinationPolicyCommandInput | PutIndexPolicyCommandInput | PutIntegrationCommandInput | PutLogEventsCommandInput | PutLogGroupDeletionProtectionCommandInput | PutMetricFilterCommandInput | PutQueryDefinitionCommandInput | PutResourcePolicyCommandInput | PutRetentionPolicyCommandInput | PutSubscriptionFilterCommandInput | PutSyslogConfigurationCommandInput | PutTransformerCommandInput | StartLiveTailCommandInput | StartQueryCommandInput | StopQueryCommandInput | TagLogGroupCommandInput | TagResourceCommandInput | TestMetricFilterCommandInput | TestTransformerCommandInput | UntagLogGroupCommandInput | UntagResourceCommandInput | UpdateAnomalyCommandInput | UpdateDeliveryConfigurationCommandInput | UpdateLogAnomalyDetectorCommandInput | UpdateLookupTableCommandInput | UpdateScheduledQueryCommandInput;
|
|
134
|
+
export type ServiceInputTypes = AssociateKmsKeyCommandInput | AssociateSourceToS3TableIntegrationCommandInput | CancelExportTaskCommandInput | CancelImportTaskCommandInput | CreateDeliveryCommandInput | CreateExportTaskCommandInput | CreateImportTaskCommandInput | CreateLogAnomalyDetectorCommandInput | CreateLogGroupCommandInput | CreateLogStreamCommandInput | CreateLookupTableCommandInput | CreateScheduledQueryCommandInput | DeleteAccountPolicyCommandInput | DeleteDataProtectionPolicyCommandInput | DeleteDeliveryCommandInput | DeleteDeliveryDestinationCommandInput | DeleteDeliveryDestinationPolicyCommandInput | DeleteDeliverySourceCommandInput | DeleteDestinationCommandInput | DeleteIndexPolicyCommandInput | DeleteIntegrationCommandInput | DeleteLogAnomalyDetectorCommandInput | DeleteLogGroupCommandInput | DeleteLogStreamCommandInput | DeleteLookupTableCommandInput | DeleteMetricFilterCommandInput | DeleteQueryDefinitionCommandInput | DeleteResourcePolicyCommandInput | DeleteRetentionPolicyCommandInput | DeleteScheduledQueryCommandInput | DeleteSubscriptionFilterCommandInput | DeleteSyslogConfigurationCommandInput | DeleteTransformerCommandInput | DescribeAccountPoliciesCommandInput | DescribeConfigurationTemplatesCommandInput | DescribeDeliveriesCommandInput | DescribeDeliveryDestinationsCommandInput | DescribeDeliverySourcesCommandInput | DescribeDestinationsCommandInput | DescribeExportTasksCommandInput | DescribeFieldIndexesCommandInput | DescribeImportTaskBatchesCommandInput | DescribeImportTasksCommandInput | DescribeIndexPoliciesCommandInput | DescribeLogGroupsCommandInput | DescribeLogStreamsCommandInput | DescribeLookupTablesCommandInput | DescribeMetricFiltersCommandInput | DescribeQueriesCommandInput | DescribeQueryDefinitionsCommandInput | DescribeResourcePoliciesCommandInput | DescribeSubscriptionFiltersCommandInput | DisassociateKmsKeyCommandInput | DisassociateSourceFromS3TableIntegrationCommandInput | FilterLogEventsCommandInput | GetDataProtectionPolicyCommandInput | GetDeliveryCommandInput | GetDeliveryDestinationCommandInput | GetDeliveryDestinationPolicyCommandInput | GetDeliverySourceCommandInput | GetIntegrationCommandInput | GetLogAnomalyDetectorCommandInput | GetLogEventsCommandInput | GetLogFieldsCommandInput | GetLogGroupFieldsCommandInput | GetLogObjectCommandInput | GetLogRecordCommandInput | GetLookupTableCommandInput | GetQueryResultsCommandInput | GetScheduledQueryCommandInput | GetScheduledQueryHistoryCommandInput | GetStorageTierPolicyCommandInput | GetTransformerCommandInput | ListAggregateLogGroupSummariesCommandInput | ListAnomaliesCommandInput | ListIntegrationsCommandInput | ListLogAnomalyDetectorsCommandInput | ListLogGroupsCommandInput | ListLogGroupsForQueryCommandInput | ListScheduledQueriesCommandInput | ListSourcesForS3TableIntegrationCommandInput | ListSyslogConfigurationsCommandInput | ListTagsForResourceCommandInput | ListTagsLogGroupCommandInput | PutAccountPolicyCommandInput | PutBearerTokenAuthenticationCommandInput | PutDataProtectionPolicyCommandInput | PutDeliveryDestinationCommandInput | PutDeliveryDestinationPolicyCommandInput | PutDeliverySourceCommandInput | PutDestinationCommandInput | PutDestinationPolicyCommandInput | PutIndexPolicyCommandInput | PutIntegrationCommandInput | PutLogEventsCommandInput | PutLogGroupDeletionProtectionCommandInput | PutMetricFilterCommandInput | PutQueryDefinitionCommandInput | PutResourcePolicyCommandInput | PutRetentionPolicyCommandInput | PutStorageTierPolicyCommandInput | PutSubscriptionFilterCommandInput | PutSyslogConfigurationCommandInput | PutTransformerCommandInput | StartLiveTailCommandInput | StartQueryCommandInput | StopQueryCommandInput | TagLogGroupCommandInput | TagResourceCommandInput | TestMetricFilterCommandInput | TestTransformerCommandInput | UntagLogGroupCommandInput | UntagResourceCommandInput | UpdateAnomalyCommandInput | UpdateDeliveryConfigurationCommandInput | UpdateLogAnomalyDetectorCommandInput | UpdateLookupTableCommandInput | UpdateScheduledQueryCommandInput;
|
|
133
135
|
/**
|
|
134
136
|
* @public
|
|
135
137
|
*/
|
|
136
|
-
export type ServiceOutputTypes = AssociateKmsKeyCommandOutput | AssociateSourceToS3TableIntegrationCommandOutput | CancelExportTaskCommandOutput | CancelImportTaskCommandOutput | CreateDeliveryCommandOutput | CreateExportTaskCommandOutput | CreateImportTaskCommandOutput | CreateLogAnomalyDetectorCommandOutput | CreateLogGroupCommandOutput | CreateLogStreamCommandOutput | CreateLookupTableCommandOutput | CreateScheduledQueryCommandOutput | DeleteAccountPolicyCommandOutput | DeleteDataProtectionPolicyCommandOutput | DeleteDeliveryCommandOutput | DeleteDeliveryDestinationCommandOutput | DeleteDeliveryDestinationPolicyCommandOutput | DeleteDeliverySourceCommandOutput | DeleteDestinationCommandOutput | DeleteIndexPolicyCommandOutput | DeleteIntegrationCommandOutput | DeleteLogAnomalyDetectorCommandOutput | DeleteLogGroupCommandOutput | DeleteLogStreamCommandOutput | DeleteLookupTableCommandOutput | DeleteMetricFilterCommandOutput | DeleteQueryDefinitionCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRetentionPolicyCommandOutput | DeleteScheduledQueryCommandOutput | DeleteSubscriptionFilterCommandOutput | DeleteSyslogConfigurationCommandOutput | DeleteTransformerCommandOutput | DescribeAccountPoliciesCommandOutput | DescribeConfigurationTemplatesCommandOutput | DescribeDeliveriesCommandOutput | DescribeDeliveryDestinationsCommandOutput | DescribeDeliverySourcesCommandOutput | DescribeDestinationsCommandOutput | DescribeExportTasksCommandOutput | DescribeFieldIndexesCommandOutput | DescribeImportTaskBatchesCommandOutput | DescribeImportTasksCommandOutput | DescribeIndexPoliciesCommandOutput | DescribeLogGroupsCommandOutput | DescribeLogStreamsCommandOutput | DescribeLookupTablesCommandOutput | DescribeMetricFiltersCommandOutput | DescribeQueriesCommandOutput | DescribeQueryDefinitionsCommandOutput | DescribeResourcePoliciesCommandOutput | DescribeSubscriptionFiltersCommandOutput | DisassociateKmsKeyCommandOutput | DisassociateSourceFromS3TableIntegrationCommandOutput | FilterLogEventsCommandOutput | GetDataProtectionPolicyCommandOutput | GetDeliveryCommandOutput | GetDeliveryDestinationCommandOutput | GetDeliveryDestinationPolicyCommandOutput | GetDeliverySourceCommandOutput | GetIntegrationCommandOutput | GetLogAnomalyDetectorCommandOutput | GetLogEventsCommandOutput | GetLogFieldsCommandOutput | GetLogGroupFieldsCommandOutput | GetLogObjectCommandOutput | GetLogRecordCommandOutput | GetLookupTableCommandOutput | GetQueryResultsCommandOutput | GetScheduledQueryCommandOutput | GetScheduledQueryHistoryCommandOutput | GetTransformerCommandOutput | ListAggregateLogGroupSummariesCommandOutput | ListAnomaliesCommandOutput | ListIntegrationsCommandOutput | ListLogAnomalyDetectorsCommandOutput | ListLogGroupsCommandOutput | ListLogGroupsForQueryCommandOutput | ListScheduledQueriesCommandOutput | ListSourcesForS3TableIntegrationCommandOutput | ListSyslogConfigurationsCommandOutput | ListTagsForResourceCommandOutput | ListTagsLogGroupCommandOutput | PutAccountPolicyCommandOutput | PutBearerTokenAuthenticationCommandOutput | PutDataProtectionPolicyCommandOutput | PutDeliveryDestinationCommandOutput | PutDeliveryDestinationPolicyCommandOutput | PutDeliverySourceCommandOutput | PutDestinationCommandOutput | PutDestinationPolicyCommandOutput | PutIndexPolicyCommandOutput | PutIntegrationCommandOutput | PutLogEventsCommandOutput | PutLogGroupDeletionProtectionCommandOutput | PutMetricFilterCommandOutput | PutQueryDefinitionCommandOutput | PutResourcePolicyCommandOutput | PutRetentionPolicyCommandOutput | PutSubscriptionFilterCommandOutput | PutSyslogConfigurationCommandOutput | PutTransformerCommandOutput | StartLiveTailCommandOutput | StartQueryCommandOutput | StopQueryCommandOutput | TagLogGroupCommandOutput | TagResourceCommandOutput | TestMetricFilterCommandOutput | TestTransformerCommandOutput | UntagLogGroupCommandOutput | UntagResourceCommandOutput | UpdateAnomalyCommandOutput | UpdateDeliveryConfigurationCommandOutput | UpdateLogAnomalyDetectorCommandOutput | UpdateLookupTableCommandOutput | UpdateScheduledQueryCommandOutput;
|
|
138
|
+
export type ServiceOutputTypes = AssociateKmsKeyCommandOutput | AssociateSourceToS3TableIntegrationCommandOutput | CancelExportTaskCommandOutput | CancelImportTaskCommandOutput | CreateDeliveryCommandOutput | CreateExportTaskCommandOutput | CreateImportTaskCommandOutput | CreateLogAnomalyDetectorCommandOutput | CreateLogGroupCommandOutput | CreateLogStreamCommandOutput | CreateLookupTableCommandOutput | CreateScheduledQueryCommandOutput | DeleteAccountPolicyCommandOutput | DeleteDataProtectionPolicyCommandOutput | DeleteDeliveryCommandOutput | DeleteDeliveryDestinationCommandOutput | DeleteDeliveryDestinationPolicyCommandOutput | DeleteDeliverySourceCommandOutput | DeleteDestinationCommandOutput | DeleteIndexPolicyCommandOutput | DeleteIntegrationCommandOutput | DeleteLogAnomalyDetectorCommandOutput | DeleteLogGroupCommandOutput | DeleteLogStreamCommandOutput | DeleteLookupTableCommandOutput | DeleteMetricFilterCommandOutput | DeleteQueryDefinitionCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRetentionPolicyCommandOutput | DeleteScheduledQueryCommandOutput | DeleteSubscriptionFilterCommandOutput | DeleteSyslogConfigurationCommandOutput | DeleteTransformerCommandOutput | DescribeAccountPoliciesCommandOutput | DescribeConfigurationTemplatesCommandOutput | DescribeDeliveriesCommandOutput | DescribeDeliveryDestinationsCommandOutput | DescribeDeliverySourcesCommandOutput | DescribeDestinationsCommandOutput | DescribeExportTasksCommandOutput | DescribeFieldIndexesCommandOutput | DescribeImportTaskBatchesCommandOutput | DescribeImportTasksCommandOutput | DescribeIndexPoliciesCommandOutput | DescribeLogGroupsCommandOutput | DescribeLogStreamsCommandOutput | DescribeLookupTablesCommandOutput | DescribeMetricFiltersCommandOutput | DescribeQueriesCommandOutput | DescribeQueryDefinitionsCommandOutput | DescribeResourcePoliciesCommandOutput | DescribeSubscriptionFiltersCommandOutput | DisassociateKmsKeyCommandOutput | DisassociateSourceFromS3TableIntegrationCommandOutput | FilterLogEventsCommandOutput | GetDataProtectionPolicyCommandOutput | GetDeliveryCommandOutput | GetDeliveryDestinationCommandOutput | GetDeliveryDestinationPolicyCommandOutput | GetDeliverySourceCommandOutput | GetIntegrationCommandOutput | GetLogAnomalyDetectorCommandOutput | GetLogEventsCommandOutput | GetLogFieldsCommandOutput | GetLogGroupFieldsCommandOutput | GetLogObjectCommandOutput | GetLogRecordCommandOutput | GetLookupTableCommandOutput | GetQueryResultsCommandOutput | GetScheduledQueryCommandOutput | GetScheduledQueryHistoryCommandOutput | GetStorageTierPolicyCommandOutput | GetTransformerCommandOutput | ListAggregateLogGroupSummariesCommandOutput | ListAnomaliesCommandOutput | ListIntegrationsCommandOutput | ListLogAnomalyDetectorsCommandOutput | ListLogGroupsCommandOutput | ListLogGroupsForQueryCommandOutput | ListScheduledQueriesCommandOutput | ListSourcesForS3TableIntegrationCommandOutput | ListSyslogConfigurationsCommandOutput | ListTagsForResourceCommandOutput | ListTagsLogGroupCommandOutput | PutAccountPolicyCommandOutput | PutBearerTokenAuthenticationCommandOutput | PutDataProtectionPolicyCommandOutput | PutDeliveryDestinationCommandOutput | PutDeliveryDestinationPolicyCommandOutput | PutDeliverySourceCommandOutput | PutDestinationCommandOutput | PutDestinationPolicyCommandOutput | PutIndexPolicyCommandOutput | PutIntegrationCommandOutput | PutLogEventsCommandOutput | PutLogGroupDeletionProtectionCommandOutput | PutMetricFilterCommandOutput | PutQueryDefinitionCommandOutput | PutResourcePolicyCommandOutput | PutRetentionPolicyCommandOutput | PutStorageTierPolicyCommandOutput | PutSubscriptionFilterCommandOutput | PutSyslogConfigurationCommandOutput | PutTransformerCommandOutput | StartLiveTailCommandOutput | StartQueryCommandOutput | StopQueryCommandOutput | TagLogGroupCommandOutput | TagResourceCommandOutput | TestMetricFilterCommandOutput | TestTransformerCommandOutput | UntagLogGroupCommandOutput | UntagResourceCommandOutput | UpdateAnomalyCommandOutput | UpdateDeliveryConfigurationCommandOutput | UpdateLogAnomalyDetectorCommandOutput | UpdateLookupTableCommandOutput | UpdateScheduledQueryCommandOutput;
|
|
137
139
|
/**
|
|
138
140
|
* @public
|
|
139
141
|
*/
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { GetStorageTierPolicyRequest, GetStorageTierPolicyResponse } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link GetStorageTierPolicyCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface GetStorageTierPolicyCommandInput extends GetStorageTierPolicyRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link GetStorageTierPolicyCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetStorageTierPolicyCommandOutput extends GetStorageTierPolicyResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const GetStorageTierPolicyCommand_base: {
|
|
22
|
+
new (input: GetStorageTierPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetStorageTierPolicyCommandInput, GetStorageTierPolicyCommandOutput, import("..").CloudWatchLogsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetStorageTierPolicyCommandInput]): import("@smithy/core/client").CommandImpl<GetStorageTierPolicyCommandInput, GetStorageTierPolicyCommandOutput, import("..").CloudWatchLogsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Returns the storage tier policy for your account.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { CloudWatchLogsClient, GetStorageTierPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
32
|
+
* // const { CloudWatchLogsClient, GetStorageTierPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
33
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
34
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
35
|
+
* const client = new CloudWatchLogsClient(config);
|
|
36
|
+
* const input = {};
|
|
37
|
+
* const command = new GetStorageTierPolicyCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // GetStorageTierPolicyResponse
|
|
40
|
+
* // storageTier: "STANDARD" || "INTELLIGENT_TIERING",
|
|
41
|
+
* // lastUpdatedTime: Number("long"),
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param GetStorageTierPolicyCommandInput - {@link GetStorageTierPolicyCommandInput}
|
|
47
|
+
* @returns {@link GetStorageTierPolicyCommandOutput}
|
|
48
|
+
* @see {@link GetStorageTierPolicyCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link GetStorageTierPolicyCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link CloudWatchLogsClientResolvedConfig | config} for CloudWatchLogsClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You don't have sufficient permissions to perform this action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
56
|
+
* <p>A parameter is specified incorrectly.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link OperationAbortedException} (client fault)
|
|
59
|
+
* <p>Multiple concurrent requests to update the same resource were in conflict.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>The specified resource does not exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
65
|
+
* <p>The service cannot complete the request.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link CloudWatchLogsServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from CloudWatchLogs service.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export declare class GetStorageTierPolicyCommand extends GetStorageTierPolicyCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: {};
|
|
78
|
+
output: GetStorageTierPolicyResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: GetStorageTierPolicyCommandInput;
|
|
82
|
+
output: GetStorageTierPolicyCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { PutStorageTierPolicyRequest, PutStorageTierPolicyResponse } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link PutStorageTierPolicyCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface PutStorageTierPolicyCommandInput extends PutStorageTierPolicyRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link PutStorageTierPolicyCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface PutStorageTierPolicyCommandOutput extends PutStorageTierPolicyResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const PutStorageTierPolicyCommand_base: {
|
|
22
|
+
new (input: PutStorageTierPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutStorageTierPolicyCommandInput, PutStorageTierPolicyCommandOutput, import("..").CloudWatchLogsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutStorageTierPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutStorageTierPolicyCommandInput, PutStorageTierPolicyCommandOutput, import("..").CloudWatchLogsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Sets the storage tier policy for your account. When you set the storage tier to
|
|
28
|
+
* <code>INTELLIGENT_TIERING</code>, CloudWatch Logs automatically moves your log data between
|
|
29
|
+
* storage tiers based on access patterns to optimize costs.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { CloudWatchLogsClient, PutStorageTierPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
34
|
+
* // const { CloudWatchLogsClient, PutStorageTierPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
35
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
36
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
|
+
* const client = new CloudWatchLogsClient(config);
|
|
38
|
+
* const input = { // PutStorageTierPolicyRequest
|
|
39
|
+
* storageTier: "STANDARD" || "INTELLIGENT_TIERING", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new PutStorageTierPolicyCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // PutStorageTierPolicyResponse
|
|
44
|
+
* // storageTier: "STANDARD" || "INTELLIGENT_TIERING",
|
|
45
|
+
* // lastUpdatedTime: Number("long"),
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param PutStorageTierPolicyCommandInput - {@link PutStorageTierPolicyCommandInput}
|
|
51
|
+
* @returns {@link PutStorageTierPolicyCommandOutput}
|
|
52
|
+
* @see {@link PutStorageTierPolicyCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link PutStorageTierPolicyCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link CloudWatchLogsClientResolvedConfig | config} for CloudWatchLogsClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You don't have sufficient permissions to perform this action.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
60
|
+
* <p>A parameter is specified incorrectly.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link OperationAbortedException} (client fault)
|
|
63
|
+
* <p>Multiple concurrent requests to update the same resource were in conflict.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
+
* <p>The specified resource does not exist.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
69
|
+
* <p>The service cannot complete the request.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link CloudWatchLogsServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from CloudWatchLogs service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class PutStorageTierPolicyCommand extends PutStorageTierPolicyCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: PutStorageTierPolicyRequest;
|
|
82
|
+
output: PutStorageTierPolicyResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: PutStorageTierPolicyCommandInput;
|
|
86
|
+
output: PutStorageTierPolicyCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { TestMetricFilterRequest
|
|
2
|
+
import type { TestMetricFilterRequest } from "../models/models_0";
|
|
3
|
+
import type { TestMetricFilterResponse } from "../models/models_1";
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { TestTransformerRequest, TestTransformerResponse } from "../models/
|
|
2
|
+
import type { TestTransformerRequest, TestTransformerResponse } from "../models/models_1";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|