@beesolve/iam-policy-ts 26.9.5 → 26.9.9
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/catalog/_meta.d.ts +2 -2
- package/dist/catalog/_meta.js +2 -2
- package/package.json +1 -1
package/dist/catalog/_meta.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by "npm run generate".
|
|
3
3
|
* Source: https://awspolicygen.s3.amazonaws.com/js/policies.js
|
|
4
|
-
* Source SHA256:
|
|
4
|
+
* Source SHA256: 2dd71cfde866021b909f970a569e2a7767ddc86a4ef162bdf0440bbf88ac67bf
|
|
5
5
|
*
|
|
6
6
|
* Do not edit by hand.
|
|
7
7
|
*/
|
|
@@ -463,6 +463,6 @@ export declare const iamActionCatalog: {
|
|
|
463
463
|
readonly xray: readonly ["BatchGetTraces", "BatchGetTraceSummaryById", "CancelTraceRetrieval", "CreateGroup", "CreateSamplingRule", "DeleteGroup", "DeleteResourcePolicy", "DeleteSamplingRule", "GetDistinctTraceGraphs", "GetEncryptionConfig", "GetGroup", "GetGroups", "GetIndexingRules", "GetInsight", "GetInsightEvents", "GetInsightImpactGraph", "GetInsightSummaries", "GetRetrievedTracesGraph", "GetSamplingRules", "GetSamplingStatisticSummaries", "GetSamplingTargets", "GetServiceGraph", "GetTimeSeriesServiceStatistics", "GetTraceGraph", "GetTraceSegmentDestination", "GetTraceSummaries", "Link", "ListResourcePolicies", "ListRetrievedTraces", "ListTagsForResource", "PutEncryptionConfig", "PutResourcePolicy", "PutSpans", "PutSpansForIndexing", "PutTelemetryRecords", "PutTraceSegments", "StartTraceRetrieval", "TagResource", "UntagResource", "UpdateGroup", "UpdateIndexingRule", "UpdateSamplingRule", "UpdateTraceSegmentDestination"];
|
|
464
464
|
};
|
|
465
465
|
export declare const iamActionCatalogSourceUrl = "https://awspolicygen.s3.amazonaws.com/js/policies.js";
|
|
466
|
-
export declare const iamActionCatalogSourceSha256 = "
|
|
466
|
+
export declare const iamActionCatalogSourceSha256 = "2dd71cfde866021b909f970a569e2a7767ddc86a4ef162bdf0440bbf88ac67bf";
|
|
467
467
|
export declare const iamActionCatalogActionCount = 21982;
|
|
468
468
|
//# sourceMappingURL=_meta.d.ts.map
|
package/dist/catalog/_meta.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by "npm run generate".
|
|
3
3
|
* Source: https://awspolicygen.s3.amazonaws.com/js/policies.js
|
|
4
|
-
* Source SHA256:
|
|
4
|
+
* Source SHA256: 2dd71cfde866021b909f970a569e2a7767ddc86a4ef162bdf0440bbf88ac67bf
|
|
5
5
|
*
|
|
6
6
|
* Do not edit by hand.
|
|
7
7
|
*/
|
|
@@ -22275,6 +22275,6 @@ export const iamActionCatalog = {
|
|
|
22275
22275
|
]
|
|
22276
22276
|
};
|
|
22277
22277
|
export const iamActionCatalogSourceUrl = "https://awspolicygen.s3.amazonaws.com/js/policies.js";
|
|
22278
|
-
export const iamActionCatalogSourceSha256 = "
|
|
22278
|
+
export const iamActionCatalogSourceSha256 = "2dd71cfde866021b909f970a569e2a7767ddc86a4ef162bdf0440bbf88ac67bf";
|
|
22279
22279
|
export const iamActionCatalogActionCount = 21982;
|
|
22280
22280
|
//# sourceMappingURL=_meta.js.map
|