@aws-sdk/client-observabilityadmin 3.1110.0 → 3.1112.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/dist-cjs/index.js +40 -13
- package/dist-es/models/enums.js +13 -0
- package/dist-es/schemas/schemas_0.js +22 -12
- package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +4 -0
- package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +4 -0
- package/dist-types/models/enums.d.ts +37 -0
- package/dist-types/models/models_0.d.ts +42 -1
- package/dist-types/runtimeConfig.browser.d.ts +40 -40
- package/dist-types/runtimeConfig.d.ts +36 -36
- package/dist-types/runtimeConfig.native.d.ts +38 -38
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +56 -58
- package/dist-types/ts3.4/runtimeConfig.d.ts +58 -58
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +60 -62
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1111.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -332,6 +332,7 @@ const _DLC = "DestinationLogsConfiguration";
|
|
|
332
332
|
const _DMC = "DestinationMetricsConfiguration";
|
|
333
333
|
const _DP = "DestinationPattern";
|
|
334
334
|
const _DR = "DestinationRegion";
|
|
335
|
+
const _DRA = "DestinationRoleArn";
|
|
335
336
|
const _DS = "DataSources";
|
|
336
337
|
const _DSSC = "DataSourceSelectionCriteria";
|
|
337
338
|
const _DSTI = "DeleteS3TableIntegration";
|
|
@@ -511,16 +512,20 @@ const _So = "Sources";
|
|
|
511
512
|
const _St = "Status";
|
|
512
513
|
const _T = "Tags";
|
|
513
514
|
const _TC = "TelemetryConfigurations";
|
|
515
|
+
const _TCRS = "TagConflictResolutionStrategy";
|
|
514
516
|
const _TCS = "TelemetryConfigurationState";
|
|
515
517
|
const _TCe = "TelemetryConfiguration";
|
|
516
518
|
const _TDC = "TelemetryDestinationConfiguration";
|
|
517
519
|
const _TK = "TagKeys";
|
|
518
520
|
const _TMRE = "TooManyRequestsException";
|
|
519
521
|
const _TP = "TelemetryPipeline";
|
|
520
|
-
const _TPC = "
|
|
521
|
-
const
|
|
522
|
+
const _TPC = "TagPropagationConfiguration";
|
|
523
|
+
const _TPCe = "TelemetryPipelineConfiguration";
|
|
524
|
+
const _TPFR = "TagPropagationFailureReason";
|
|
525
|
+
const _TPS = "TagPropagationStatus";
|
|
522
526
|
const _TPSR = "TelemetryPipelineStatusReason";
|
|
523
|
-
const _TPSe = "
|
|
527
|
+
const _TPSe = "TelemetryPipelineSummary";
|
|
528
|
+
const _TPSel = "TelemetryPipelineSummaries";
|
|
524
529
|
const _TR = "TelemetryRule";
|
|
525
530
|
const _TRI = "TagResourceInput";
|
|
526
531
|
const _TRS = "TelemetryRuleSummaries";
|
|
@@ -656,8 +661,8 @@ var CentralizationRuleSource$ = [3, n0, _CRS,
|
|
|
656
661
|
];
|
|
657
662
|
var CentralizationRuleSummary$ = [3, n0, _CRSe,
|
|
658
663
|
0,
|
|
659
|
-
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _DAI, _DR],
|
|
660
|
-
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0]
|
|
664
|
+
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _TPS, _TPFR, _DAI, _DR],
|
|
665
|
+
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
|
|
661
666
|
];
|
|
662
667
|
var CloudtrailParameters$ = [3, n0, _CP,
|
|
663
668
|
0,
|
|
@@ -761,8 +766,8 @@ var DeleteTelemetryRuleInput$ = [3, n0, _DTRI,
|
|
|
761
766
|
];
|
|
762
767
|
var DestinationLogsConfiguration$ = [3, n0, _DLC,
|
|
763
768
|
0,
|
|
764
|
-
[_LEC, _BC, _LGNC],
|
|
765
|
-
[() => LogsEncryptionConfiguration$, () => LogsBackupConfiguration$, () => LogGroupNameConfiguration$]
|
|
769
|
+
[_LEC, _BC, _LGNC, _TPC],
|
|
770
|
+
[() => LogsEncryptionConfiguration$, () => LogsBackupConfiguration$, () => LogGroupNameConfiguration$, () => TagPropagationConfiguration$]
|
|
766
771
|
];
|
|
767
772
|
var DestinationMetricsConfiguration$ = [3, n0, _DMC,
|
|
768
773
|
0,
|
|
@@ -796,8 +801,8 @@ var GetCentralizationRuleForOrganizationInput$ = [3, n0, _GCRFOI,
|
|
|
796
801
|
];
|
|
797
802
|
var GetCentralizationRuleForOrganizationOutput$ = [3, n0, _GCRFOO,
|
|
798
803
|
0,
|
|
799
|
-
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _CR],
|
|
800
|
-
[0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule$]
|
|
804
|
+
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _TPS, _TPFR, _CR],
|
|
805
|
+
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0, () => CentralizationRule$]
|
|
801
806
|
];
|
|
802
807
|
var GetS3TableIntegrationInput$ = [3, n0, _GSTII,
|
|
803
808
|
0,
|
|
@@ -1039,6 +1044,11 @@ var StopTelemetryEnrichmentOutput$ = [3, n0, _STEOt,
|
|
|
1039
1044
|
[_St],
|
|
1040
1045
|
[0]
|
|
1041
1046
|
];
|
|
1047
|
+
var TagPropagationConfiguration$ = [3, n0, _TPC,
|
|
1048
|
+
0,
|
|
1049
|
+
[_DRA, _TCRS],
|
|
1050
|
+
[0, 0], 1
|
|
1051
|
+
];
|
|
1042
1052
|
var TagResourceInput$ = [3, n0, _TRI,
|
|
1043
1053
|
0,
|
|
1044
1054
|
[_RARN, _T],
|
|
@@ -1059,7 +1069,7 @@ var TelemetryPipeline$ = [3, n0, _TP,
|
|
|
1059
1069
|
[_CTS, _LUTS, _Ar, _N, _Co, _St, _SR, _T],
|
|
1060
1070
|
[1, 1, 0, 0, () => TelemetryPipelineConfiguration$, 0, () => TelemetryPipelineStatusReason$, 128 | 0]
|
|
1061
1071
|
];
|
|
1062
|
-
var TelemetryPipelineConfiguration$ = [3, n0,
|
|
1072
|
+
var TelemetryPipelineConfiguration$ = [3, n0, _TPCe,
|
|
1063
1073
|
0,
|
|
1064
1074
|
[_Bo],
|
|
1065
1075
|
[0], 1
|
|
@@ -1069,7 +1079,7 @@ var TelemetryPipelineStatusReason$ = [3, n0, _TPSR,
|
|
|
1069
1079
|
[_De],
|
|
1070
1080
|
[0]
|
|
1071
1081
|
];
|
|
1072
|
-
var TelemetryPipelineSummary$ = [3, n0,
|
|
1082
|
+
var TelemetryPipelineSummary$ = [3, n0, _TPSe,
|
|
1073
1083
|
0,
|
|
1074
1084
|
[_CTS, _LUTS, _Ar, _N, _St, _T, _CS],
|
|
1075
1085
|
[1, 1, 0, 0, 0, 128 | 0, () => ConfigurationSummary$]
|
|
@@ -1204,7 +1214,7 @@ var Sources = [1, n0, _So,
|
|
|
1204
1214
|
var TelemetryConfigurations = [1, n0, _TC,
|
|
1205
1215
|
0, () => TelemetryConfiguration$
|
|
1206
1216
|
];
|
|
1207
|
-
var TelemetryPipelineSummaries = [1, n0,
|
|
1217
|
+
var TelemetryPipelineSummaries = [1, n0, _TPSel,
|
|
1208
1218
|
0, () => TelemetryPipelineSummary$
|
|
1209
1219
|
];
|
|
1210
1220
|
var TelemetryRuleSummaries = [1, n0, _TRS,
|
|
@@ -1698,6 +1708,11 @@ const EncryptionStrategy = {
|
|
|
1698
1708
|
AWS_OWNED: "AWS_OWNED",
|
|
1699
1709
|
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
1700
1710
|
};
|
|
1711
|
+
const TagConflictResolutionStrategy = {
|
|
1712
|
+
ADD_ONLY: "ADD_ONLY",
|
|
1713
|
+
IN_SYNC: "IN_SYNC",
|
|
1714
|
+
UPDATE_SYNC: "UPDATE_SYNC",
|
|
1715
|
+
};
|
|
1701
1716
|
const EncryptedLogGroupStrategy = {
|
|
1702
1717
|
ALLOW: "ALLOW",
|
|
1703
1718
|
SKIP: "SKIP",
|
|
@@ -1707,6 +1722,14 @@ const RuleHealth = {
|
|
|
1707
1722
|
PROVISIONING: "Provisioning",
|
|
1708
1723
|
UNHEALTHY: "Unhealthy",
|
|
1709
1724
|
};
|
|
1725
|
+
const TagPropagationFailureReason = {
|
|
1726
|
+
ROLE_LACKS_PERMISSIONS: "RoleLacksPermissions",
|
|
1727
|
+
ROLE_NOT_ASSUMABLE: "RoleNotAssumable",
|
|
1728
|
+
};
|
|
1729
|
+
const TagPropagationStatus = {
|
|
1730
|
+
HEALTHY: "Healthy",
|
|
1731
|
+
UNHEALTHY: "Unhealthy",
|
|
1732
|
+
};
|
|
1710
1733
|
const SSEAlgorithm = {
|
|
1711
1734
|
SSE_KMS: "aws:kms",
|
|
1712
1735
|
SSE_S3: "AES256",
|
|
@@ -2004,6 +2027,10 @@ exports.StopTelemetryEvaluation$ = StopTelemetryEvaluation$;
|
|
|
2004
2027
|
exports.StopTelemetryEvaluationCommand = StopTelemetryEvaluationCommand;
|
|
2005
2028
|
exports.StopTelemetryEvaluationForOrganization$ = StopTelemetryEvaluationForOrganization$;
|
|
2006
2029
|
exports.StopTelemetryEvaluationForOrganizationCommand = StopTelemetryEvaluationForOrganizationCommand;
|
|
2030
|
+
exports.TagConflictResolutionStrategy = TagConflictResolutionStrategy;
|
|
2031
|
+
exports.TagPropagationConfiguration$ = TagPropagationConfiguration$;
|
|
2032
|
+
exports.TagPropagationFailureReason = TagPropagationFailureReason;
|
|
2033
|
+
exports.TagPropagationStatus = TagPropagationStatus;
|
|
2007
2034
|
exports.TagResource$ = TagResource$;
|
|
2008
2035
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2009
2036
|
exports.TagResourceInput$ = TagResourceInput$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -23,6 +23,11 @@ export const EncryptionStrategy = {
|
|
|
23
23
|
AWS_OWNED: "AWS_OWNED",
|
|
24
24
|
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
25
25
|
};
|
|
26
|
+
export const TagConflictResolutionStrategy = {
|
|
27
|
+
ADD_ONLY: "ADD_ONLY",
|
|
28
|
+
IN_SYNC: "IN_SYNC",
|
|
29
|
+
UPDATE_SYNC: "UPDATE_SYNC",
|
|
30
|
+
};
|
|
26
31
|
export const EncryptedLogGroupStrategy = {
|
|
27
32
|
ALLOW: "ALLOW",
|
|
28
33
|
SKIP: "SKIP",
|
|
@@ -32,6 +37,14 @@ export const RuleHealth = {
|
|
|
32
37
|
PROVISIONING: "Provisioning",
|
|
33
38
|
UNHEALTHY: "Unhealthy",
|
|
34
39
|
};
|
|
40
|
+
export const TagPropagationFailureReason = {
|
|
41
|
+
ROLE_LACKS_PERMISSIONS: "RoleLacksPermissions",
|
|
42
|
+
ROLE_NOT_ASSUMABLE: "RoleNotAssumable",
|
|
43
|
+
};
|
|
44
|
+
export const TagPropagationStatus = {
|
|
45
|
+
HEALTHY: "Healthy",
|
|
46
|
+
UNHEALTHY: "Unhealthy",
|
|
47
|
+
};
|
|
35
48
|
export const SSEAlgorithm = {
|
|
36
49
|
SSE_KMS: "aws:kms",
|
|
37
50
|
SSE_S3: "AES256",
|
|
@@ -53,6 +53,7 @@ const _DLC = "DestinationLogsConfiguration";
|
|
|
53
53
|
const _DMC = "DestinationMetricsConfiguration";
|
|
54
54
|
const _DP = "DestinationPattern";
|
|
55
55
|
const _DR = "DestinationRegion";
|
|
56
|
+
const _DRA = "DestinationRoleArn";
|
|
56
57
|
const _DS = "DataSources";
|
|
57
58
|
const _DSSC = "DataSourceSelectionCriteria";
|
|
58
59
|
const _DSTI = "DeleteS3TableIntegration";
|
|
@@ -232,16 +233,20 @@ const _So = "Sources";
|
|
|
232
233
|
const _St = "Status";
|
|
233
234
|
const _T = "Tags";
|
|
234
235
|
const _TC = "TelemetryConfigurations";
|
|
236
|
+
const _TCRS = "TagConflictResolutionStrategy";
|
|
235
237
|
const _TCS = "TelemetryConfigurationState";
|
|
236
238
|
const _TCe = "TelemetryConfiguration";
|
|
237
239
|
const _TDC = "TelemetryDestinationConfiguration";
|
|
238
240
|
const _TK = "TagKeys";
|
|
239
241
|
const _TMRE = "TooManyRequestsException";
|
|
240
242
|
const _TP = "TelemetryPipeline";
|
|
241
|
-
const _TPC = "
|
|
242
|
-
const
|
|
243
|
+
const _TPC = "TagPropagationConfiguration";
|
|
244
|
+
const _TPCe = "TelemetryPipelineConfiguration";
|
|
245
|
+
const _TPFR = "TagPropagationFailureReason";
|
|
246
|
+
const _TPS = "TagPropagationStatus";
|
|
243
247
|
const _TPSR = "TelemetryPipelineStatusReason";
|
|
244
|
-
const _TPSe = "
|
|
248
|
+
const _TPSe = "TelemetryPipelineSummary";
|
|
249
|
+
const _TPSel = "TelemetryPipelineSummaries";
|
|
245
250
|
const _TR = "TelemetryRule";
|
|
246
251
|
const _TRI = "TagResourceInput";
|
|
247
252
|
const _TRS = "TelemetryRuleSummaries";
|
|
@@ -380,8 +385,8 @@ export var CentralizationRuleSource$ = [3, n0, _CRS,
|
|
|
380
385
|
];
|
|
381
386
|
export var CentralizationRuleSummary$ = [3, n0, _CRSe,
|
|
382
387
|
0,
|
|
383
|
-
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _DAI, _DR],
|
|
384
|
-
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0]
|
|
388
|
+
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _TPS, _TPFR, _DAI, _DR],
|
|
389
|
+
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0]
|
|
385
390
|
];
|
|
386
391
|
export var CloudtrailParameters$ = [3, n0, _CP,
|
|
387
392
|
0,
|
|
@@ -485,8 +490,8 @@ export var DeleteTelemetryRuleInput$ = [3, n0, _DTRI,
|
|
|
485
490
|
];
|
|
486
491
|
export var DestinationLogsConfiguration$ = [3, n0, _DLC,
|
|
487
492
|
0,
|
|
488
|
-
[_LEC, _BC, _LGNC],
|
|
489
|
-
[() => LogsEncryptionConfiguration$, () => LogsBackupConfiguration$, () => LogGroupNameConfiguration$]
|
|
493
|
+
[_LEC, _BC, _LGNC, _TPC],
|
|
494
|
+
[() => LogsEncryptionConfiguration$, () => LogsBackupConfiguration$, () => LogGroupNameConfiguration$, () => TagPropagationConfiguration$]
|
|
490
495
|
];
|
|
491
496
|
export var DestinationMetricsConfiguration$ = [3, n0, _DMC,
|
|
492
497
|
0,
|
|
@@ -520,8 +525,8 @@ export var GetCentralizationRuleForOrganizationInput$ = [3, n0, _GCRFOI,
|
|
|
520
525
|
];
|
|
521
526
|
export var GetCentralizationRuleForOrganizationOutput$ = [3, n0, _GCRFOO,
|
|
522
527
|
0,
|
|
523
|
-
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _CR],
|
|
524
|
-
[0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule$]
|
|
528
|
+
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _TPS, _TPFR, _CR],
|
|
529
|
+
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0, () => CentralizationRule$]
|
|
525
530
|
];
|
|
526
531
|
export var GetS3TableIntegrationInput$ = [3, n0, _GSTII,
|
|
527
532
|
0,
|
|
@@ -763,6 +768,11 @@ export var StopTelemetryEnrichmentOutput$ = [3, n0, _STEOt,
|
|
|
763
768
|
[_St],
|
|
764
769
|
[0]
|
|
765
770
|
];
|
|
771
|
+
export var TagPropagationConfiguration$ = [3, n0, _TPC,
|
|
772
|
+
0,
|
|
773
|
+
[_DRA, _TCRS],
|
|
774
|
+
[0, 0], 1
|
|
775
|
+
];
|
|
766
776
|
export var TagResourceInput$ = [3, n0, _TRI,
|
|
767
777
|
0,
|
|
768
778
|
[_RARN, _T],
|
|
@@ -783,7 +793,7 @@ export var TelemetryPipeline$ = [3, n0, _TP,
|
|
|
783
793
|
[_CTS, _LUTS, _Ar, _N, _Co, _St, _SR, _T],
|
|
784
794
|
[1, 1, 0, 0, () => TelemetryPipelineConfiguration$, 0, () => TelemetryPipelineStatusReason$, 128 | 0]
|
|
785
795
|
];
|
|
786
|
-
export var TelemetryPipelineConfiguration$ = [3, n0,
|
|
796
|
+
export var TelemetryPipelineConfiguration$ = [3, n0, _TPCe,
|
|
787
797
|
0,
|
|
788
798
|
[_Bo],
|
|
789
799
|
[0], 1
|
|
@@ -793,7 +803,7 @@ export var TelemetryPipelineStatusReason$ = [3, n0, _TPSR,
|
|
|
793
803
|
[_De],
|
|
794
804
|
[0]
|
|
795
805
|
];
|
|
796
|
-
export var TelemetryPipelineSummary$ = [3, n0,
|
|
806
|
+
export var TelemetryPipelineSummary$ = [3, n0, _TPSe,
|
|
797
807
|
0,
|
|
798
808
|
[_CTS, _LUTS, _Ar, _N, _St, _T, _CS],
|
|
799
809
|
[1, 1, 0, 0, 0, 128 | 0, () => ConfigurationSummary$]
|
|
@@ -937,7 +947,7 @@ var TagKeyList = 64 | 0;
|
|
|
937
947
|
var TelemetryConfigurations = [1, n0, _TC,
|
|
938
948
|
0, () => TelemetryConfiguration$
|
|
939
949
|
];
|
|
940
|
-
var TelemetryPipelineSummaries = [1, n0,
|
|
950
|
+
var TelemetryPipelineSummaries = [1, n0, _TPSel,
|
|
941
951
|
0, () => TelemetryPipelineSummary$
|
|
942
952
|
];
|
|
943
953
|
var TelemetryRuleSummaries = [1, n0, _TRS,
|
|
@@ -67,6 +67,10 @@ declare const CreateCentralizationRuleForOrganizationCommand_base: {
|
|
|
67
67
|
* LogGroupNameConfiguration: { // LogGroupNameConfiguration
|
|
68
68
|
* LogGroupNamePattern: "STRING_VALUE", // required
|
|
69
69
|
* },
|
|
70
|
+
* TagPropagationConfiguration: { // TagPropagationConfiguration
|
|
71
|
+
* DestinationRoleArn: "STRING_VALUE", // required
|
|
72
|
+
* TagConflictResolutionStrategy: "IN_SYNC" || "ADD_ONLY" || "UPDATE_SYNC",
|
|
73
|
+
* },
|
|
70
74
|
* },
|
|
71
75
|
* DestinationMetricsConfiguration: { // DestinationMetricsConfiguration
|
|
72
76
|
* BackupConfiguration: { // MetricsBackupConfiguration
|
|
@@ -47,6 +47,8 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
|
47
47
|
* // LastUpdateTimeStamp: Number("long"),
|
|
48
48
|
* // RuleHealth: "Healthy" || "Unhealthy" || "Provisioning",
|
|
49
49
|
* // FailureReason: "TRUSTED_ACCESS_NOT_ENABLED" || "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION" || "INTERNAL_SERVER_ERROR",
|
|
50
|
+
* // TagPropagationStatus: "Healthy" || "Unhealthy",
|
|
51
|
+
* // TagPropagationFailureReason: "RoleNotAssumable" || "RoleLacksPermissions",
|
|
50
52
|
* // CentralizationRule: { // CentralizationRule
|
|
51
53
|
* // Source: { // CentralizationRuleSource
|
|
52
54
|
* // Regions: [ // Regions // required
|
|
@@ -79,6 +81,10 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
|
79
81
|
* // LogGroupNameConfiguration: { // LogGroupNameConfiguration
|
|
80
82
|
* // LogGroupNamePattern: "STRING_VALUE", // required
|
|
81
83
|
* // },
|
|
84
|
+
* // TagPropagationConfiguration: { // TagPropagationConfiguration
|
|
85
|
+
* // DestinationRoleArn: "STRING_VALUE", // required
|
|
86
|
+
* // TagConflictResolutionStrategy: "IN_SYNC" || "ADD_ONLY" || "UPDATE_SYNC",
|
|
87
|
+
* // },
|
|
82
88
|
* // },
|
|
83
89
|
* // DestinationMetricsConfiguration: { // DestinationMetricsConfiguration
|
|
84
90
|
* // BackupConfiguration: { // MetricsBackupConfiguration
|
|
@@ -52,6 +52,8 @@ declare const ListCentralizationRulesForOrganizationCommand_base: {
|
|
|
52
52
|
* // LastUpdateTimeStamp: Number("long"),
|
|
53
53
|
* // RuleHealth: "Healthy" || "Unhealthy" || "Provisioning",
|
|
54
54
|
* // FailureReason: "TRUSTED_ACCESS_NOT_ENABLED" || "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION" || "INTERNAL_SERVER_ERROR",
|
|
55
|
+
* // TagPropagationStatus: "Healthy" || "Unhealthy",
|
|
56
|
+
* // TagPropagationFailureReason: "RoleNotAssumable" || "RoleLacksPermissions",
|
|
55
57
|
* // DestinationAccountId: "STRING_VALUE",
|
|
56
58
|
* // DestinationRegion: "STRING_VALUE",
|
|
57
59
|
* // },
|
|
@@ -67,6 +67,10 @@ declare const UpdateCentralizationRuleForOrganizationCommand_base: {
|
|
|
67
67
|
* LogGroupNameConfiguration: { // LogGroupNameConfiguration
|
|
68
68
|
* LogGroupNamePattern: "STRING_VALUE", // required
|
|
69
69
|
* },
|
|
70
|
+
* TagPropagationConfiguration: { // TagPropagationConfiguration
|
|
71
|
+
* DestinationRoleArn: "STRING_VALUE", // required
|
|
72
|
+
* TagConflictResolutionStrategy: "IN_SYNC" || "ADD_ONLY" || "UPDATE_SYNC",
|
|
73
|
+
* },
|
|
70
74
|
* },
|
|
71
75
|
* DestinationMetricsConfiguration: { // DestinationMetricsConfiguration
|
|
72
76
|
* BackupConfiguration: { // MetricsBackupConfiguration
|
|
@@ -69,6 +69,19 @@ export declare const EncryptionStrategy: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export type EncryptionStrategy = (typeof EncryptionStrategy)[keyof typeof EncryptionStrategy];
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* @enum
|
|
75
|
+
*/
|
|
76
|
+
export declare const TagConflictResolutionStrategy: {
|
|
77
|
+
readonly ADD_ONLY: "ADD_ONLY";
|
|
78
|
+
readonly IN_SYNC: "IN_SYNC";
|
|
79
|
+
readonly UPDATE_SYNC: "UPDATE_SYNC";
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export type TagConflictResolutionStrategy = (typeof TagConflictResolutionStrategy)[keyof typeof TagConflictResolutionStrategy];
|
|
72
85
|
/**
|
|
73
86
|
* @public
|
|
74
87
|
* @enum
|
|
@@ -94,6 +107,30 @@ export declare const RuleHealth: {
|
|
|
94
107
|
* @public
|
|
95
108
|
*/
|
|
96
109
|
export type RuleHealth = (typeof RuleHealth)[keyof typeof RuleHealth];
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
* @enum
|
|
113
|
+
*/
|
|
114
|
+
export declare const TagPropagationFailureReason: {
|
|
115
|
+
readonly ROLE_LACKS_PERMISSIONS: "RoleLacksPermissions";
|
|
116
|
+
readonly ROLE_NOT_ASSUMABLE: "RoleNotAssumable";
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export type TagPropagationFailureReason = (typeof TagPropagationFailureReason)[keyof typeof TagPropagationFailureReason];
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* @enum
|
|
125
|
+
*/
|
|
126
|
+
export declare const TagPropagationStatus: {
|
|
127
|
+
readonly HEALTHY: "Healthy";
|
|
128
|
+
readonly UNHEALTHY: "Unhealthy";
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
export type TagPropagationStatus = (typeof TagPropagationStatus)[keyof typeof TagPropagationStatus];
|
|
97
134
|
/**
|
|
98
135
|
* @public
|
|
99
136
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Action, CentralizationFailureReason, DestinationType, EncryptedLogGroupStrategy, EncryptionConflictResolutionStrategy, EncryptionScope, EncryptionStrategy, FilterBehavior, FilterRequirement, IntegrationStatus, LogType, MskEnhancedMonitoringLevel, OutputFormat, RecordFormat, ResourceType, RuleHealth, SignalType, SSEAlgorithm, Status, TelemetryEnrichmentStatus, TelemetryPipelineStatus, TelemetrySourceType, TelemetryState, TelemetryType, WAFLogType } from "./enums";
|
|
1
|
+
import type { Action, CentralizationFailureReason, DestinationType, EncryptedLogGroupStrategy, EncryptionConflictResolutionStrategy, EncryptionScope, EncryptionStrategy, FilterBehavior, FilterRequirement, IntegrationStatus, LogType, MskEnhancedMonitoringLevel, OutputFormat, RecordFormat, ResourceType, RuleHealth, SignalType, SSEAlgorithm, Status, TagConflictResolutionStrategy, TagPropagationFailureReason, TagPropagationStatus, TelemetryEnrichmentStatus, TelemetryPipelineStatus, TelemetrySourceType, TelemetryState, TelemetryType, WAFLogType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p> Condition that matches based on the specific WAF action taken on the request. </p>
|
|
4
4
|
* @public
|
|
@@ -120,6 +120,22 @@ export interface LogsEncryptionConfiguration {
|
|
|
120
120
|
*/
|
|
121
121
|
EncryptionScope?: EncryptionScope | undefined;
|
|
122
122
|
}
|
|
123
|
+
/**
|
|
124
|
+
* <p>Specifies configuration for propagating resource tags from source log groups to centralized destination log groups. The service uses a customer-managed IAM role in the destination account to add, update, and remove tags on destination log groups.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
export interface TagPropagationConfiguration {
|
|
128
|
+
/**
|
|
129
|
+
* <p>The ARN of a customer-managed IAM role in the destination account. The service assumes this role to propagate tags to destination log groups. You must have <code>iam:PassRole</code> permission on this role.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
DestinationRoleArn: string | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The strategy for resolving conflicts when a tag key exists on both the source and destination log groups. If not specified, defaults to <code>UPDATE_SYNC</code>.</p> <ul> <li> <p> <code>ADD_ONLY</code> – Only adds new tags from the source without modifying existing destination tags.</p> </li> <li> <p> <code>UPDATE_SYNC</code> – Adds new tags and updates existing tags from the source. Does not remove destination tags that are absent from the source.</p> </li> <li> <p> <code>IN_SYNC</code> – Keeps destination tags fully synchronized with source tags, including removing destination tags that do not exist on the source.</p> </li> </ul>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
TagConflictResolutionStrategy?: TagConflictResolutionStrategy | undefined;
|
|
138
|
+
}
|
|
123
139
|
/**
|
|
124
140
|
* <p>Configuration for centralization destination log groups, including encryption and backup settings.</p>
|
|
125
141
|
* @public
|
|
@@ -140,6 +156,11 @@ export interface DestinationLogsConfiguration {
|
|
|
140
156
|
* @public
|
|
141
157
|
*/
|
|
142
158
|
LogGroupNameConfiguration?: LogGroupNameConfiguration | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* <p>Specifies the tag propagation configuration for this centralization rule. When present, <code>LogGroupNameConfiguration</code> must use a <code>LogGroupNamePattern</code> that contains <code>$\{source.logGroup\}</code>, <code>$\{source.accountId\}</code>, and <code>$\{source.region\}</code>.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
TagPropagationConfiguration?: TagPropagationConfiguration | undefined;
|
|
143
164
|
}
|
|
144
165
|
/**
|
|
145
166
|
* <p>Configuration for backing up centralized metrics data to a secondary region.</p>
|
|
@@ -308,6 +329,16 @@ export interface CentralizationRuleSummary {
|
|
|
308
329
|
* @public
|
|
309
330
|
*/
|
|
310
331
|
FailureReason?: CentralizationFailureReason | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>The health status of tag propagation for this rule. This status is independent of the overall <code>RuleHealth</code> for log delivery. Returns <code>Healthy</code> when the most recent tag-propagation attempt succeeded, or <code>Unhealthy</code> when the most recent attempt failed.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
TagPropagationStatus?: TagPropagationStatus | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>The reason tag propagation is unhealthy for this rule. Only present when <code>TagPropagationStatus</code> is <code>Unhealthy</code>.</p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
TagPropagationFailureReason?: TagPropagationFailureReason | undefined;
|
|
311
342
|
/**
|
|
312
343
|
* <p>The primary destination account of the organization centralization rule.</p>
|
|
313
344
|
* @public
|
|
@@ -983,6 +1014,16 @@ export interface GetCentralizationRuleForOrganizationOutput {
|
|
|
983
1014
|
* @public
|
|
984
1015
|
*/
|
|
985
1016
|
FailureReason?: CentralizationFailureReason | undefined;
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>The health status of tag propagation for this rule. This status is independent of the overall <code>RuleHealth</code> for log delivery. Returns <code>Healthy</code> when the most recent tag-propagation attempt succeeded, or <code>Unhealthy</code> when the most recent attempt failed.</p>
|
|
1019
|
+
* @public
|
|
1020
|
+
*/
|
|
1021
|
+
TagPropagationStatus?: TagPropagationStatus | undefined;
|
|
1022
|
+
/**
|
|
1023
|
+
* <p>The reason tag propagation is unhealthy for this rule. Only present when <code>TagPropagationStatus</code> is <code>Unhealthy</code>.</p>
|
|
1024
|
+
* @public
|
|
1025
|
+
*/
|
|
1026
|
+
TagPropagationFailureReason?: TagPropagationFailureReason | undefined;
|
|
986
1027
|
/**
|
|
987
1028
|
* <p>The configuration details for the organization centralization rule.</p>
|
|
988
1029
|
* @public
|
|
@@ -4,49 +4,14 @@ import type { ObservabilityAdminClientConfig } from "./ObservabilityAdminClient"
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
|
-
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
17
|
-
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
18
|
-
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
|
-
cacheMiddleware?: boolean | undefined;
|
|
20
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
21
|
-
protocolSettings: {
|
|
22
|
-
defaultNamespace?: string;
|
|
23
|
-
[setting: string]: unknown;
|
|
24
|
-
};
|
|
25
|
-
apiVersion: string;
|
|
26
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
27
|
-
urlParser: import("@smithy/types").UrlParser;
|
|
28
|
-
base64Decoder: import("@smithy/types").Decoder;
|
|
29
|
-
base64Encoder: (_input: Uint8Array | string) => string;
|
|
30
|
-
utf8Decoder: import("@smithy/types").Decoder;
|
|
31
|
-
utf8Encoder: (input: Uint8Array | string) => string;
|
|
32
|
-
disableHostPrefix: boolean;
|
|
33
|
-
serviceId: string;
|
|
34
|
-
profile?: string;
|
|
35
|
-
logger: import("@smithy/types").Logger;
|
|
36
|
-
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
37
|
-
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
38
|
-
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
39
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
40
|
-
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
41
|
-
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
42
|
-
logger?: import("@smithy/types").Logger;
|
|
43
|
-
}) => import("@smithy/types").EndpointV2;
|
|
7
|
+
cacheMiddleware?: boolean;
|
|
8
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
44
9
|
tls?: boolean;
|
|
45
10
|
ignoreConfiguredEndpointUrls?: boolean;
|
|
46
11
|
serviceConfiguredEndpoint?: never;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
12
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
13
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
14
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
50
15
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
51
16
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
52
17
|
signingEscapePath?: boolean;
|
|
@@ -54,4 +19,39 @@ export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig)
|
|
|
54
19
|
signingRegion?: string;
|
|
55
20
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
56
21
|
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
23
|
+
apiVersion: string;
|
|
24
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
26
|
+
disableHostPrefix: boolean;
|
|
27
|
+
endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
28
|
+
logger?: import("@smithy/types").Logger;
|
|
29
|
+
}) => import("@smithy/types").EndpointV2;
|
|
30
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ObservabilityAdminHttpAuthSchemeProvider;
|
|
32
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
33
|
+
logger: import("@smithy/types").Logger;
|
|
34
|
+
protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
35
|
+
protocolSettings: {
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
};
|
|
39
|
+
serviceId: string;
|
|
40
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
41
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
42
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
43
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
44
|
+
profile?: string;
|
|
45
|
+
runtime: string;
|
|
46
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
47
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
48
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
49
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
50
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
52
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
53
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
54
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
55
|
+
useDualstackEndpoint: boolean | (() => Promise<boolean>);
|
|
56
|
+
useFipsEndpoint: boolean | (() => Promise<boolean>);
|
|
57
57
|
};
|
|
@@ -4,11 +4,46 @@ import type { ObservabilityAdminClientConfig } from "./ObservabilityAdminClient"
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig) => {
|
|
7
|
+
cacheMiddleware?: boolean;
|
|
8
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
9
|
+
tls?: boolean;
|
|
10
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
11
|
+
serviceConfiguredEndpoint?: never;
|
|
12
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
13
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
14
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
15
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
16
|
+
signingEscapePath?: boolean;
|
|
17
|
+
systemClockOffset?: number;
|
|
18
|
+
signingRegion?: string;
|
|
19
|
+
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
20
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
26
|
+
logger?: import("@smithy/types").Logger;
|
|
27
|
+
}) => import("@smithy/types").EndpointV2;
|
|
28
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ObservabilityAdminHttpAuthSchemeProvider;
|
|
30
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
31
|
+
logger: import("@smithy/types").Logger;
|
|
32
|
+
protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
33
|
+
protocolSettings: {
|
|
34
|
+
[setting: string]: unknown;
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
};
|
|
37
|
+
serviceId: string;
|
|
38
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
39
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
40
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
41
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
7
42
|
runtime: string;
|
|
8
43
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
44
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
45
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider: ((
|
|
46
|
+
credentialDefaultProvider: ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider) | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider);
|
|
12
47
|
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
48
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
49
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -18,40 +53,5 @@ export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig)
|
|
|
18
53
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
54
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
55
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
21
|
-
cacheMiddleware?: boolean | undefined;
|
|
22
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
23
|
-
protocolSettings: {
|
|
24
|
-
defaultNamespace?: string;
|
|
25
|
-
[setting: string]: unknown;
|
|
26
|
-
};
|
|
27
|
-
apiVersion: string;
|
|
28
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
29
|
-
urlParser: import("@smithy/types").UrlParser;
|
|
30
|
-
base64Decoder: import("@smithy/types").Decoder;
|
|
31
|
-
base64Encoder: (_input: Uint8Array | string) => string;
|
|
32
|
-
utf8Decoder: import("@smithy/types").Decoder;
|
|
33
|
-
utf8Encoder: (input: Uint8Array | string) => string;
|
|
34
|
-
disableHostPrefix: boolean;
|
|
35
|
-
serviceId: string;
|
|
36
56
|
profile?: string;
|
|
37
|
-
logger: import("@smithy/types").Logger;
|
|
38
|
-
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
39
|
-
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
40
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
41
|
-
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
42
|
-
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
43
|
-
logger?: import("@smithy/types").Logger;
|
|
44
|
-
}) => import("@smithy/types").EndpointV2;
|
|
45
|
-
tls?: boolean;
|
|
46
|
-
ignoreConfiguredEndpointUrls?: boolean;
|
|
47
|
-
serviceConfiguredEndpoint?: never;
|
|
48
|
-
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
49
|
-
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ObservabilityAdminHttpAuthSchemeProvider;
|
|
50
|
-
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
51
|
-
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
52
|
-
signingEscapePath?: boolean;
|
|
53
|
-
systemClockOffset?: number;
|
|
54
|
-
signingRegion?: string;
|
|
55
|
-
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
56
|
-
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
57
57
|
};
|