@beesolve/iam-policy-ts 26.6.30 → 26.7.2
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 +12 -12
- package/dist/catalog/_meta.d.ts.map +1 -1
- package/dist/catalog/_meta.js +54 -3
- package/dist/catalog/acm.d.ts +1 -1
- package/dist/catalog/acm.d.ts.map +1 -1
- package/dist/catalog/acm.js +23 -0
- package/dist/catalog/cleanrooms.d.ts +1 -1
- package/dist/catalog/cleanrooms.d.ts.map +1 -1
- package/dist/catalog/cleanrooms.js +12 -0
- package/dist/catalog/cloudwatch.d.ts +1 -1
- package/dist/catalog/cloudwatch.d.ts.map +1 -1
- package/dist/catalog/cloudwatch.js +2 -0
- package/dist/catalog/connect.d.ts +1 -1
- package/dist/catalog/connect.d.ts.map +1 -1
- package/dist/catalog/connect.js +4 -0
- package/dist/catalog/ecs.d.ts +1 -1
- package/dist/catalog/ecs.d.ts.map +1 -1
- package/dist/catalog/ecs.js +1 -0
- package/dist/catalog/eks.d.ts +1 -1
- package/dist/catalog/eks.d.ts.map +1 -1
- package/dist/catalog/eks.js +1 -0
- package/dist/catalog/gameliftstreams.d.ts +1 -1
- package/dist/catalog/gameliftstreams.d.ts.map +1 -1
- package/dist/catalog/gameliftstreams.js +1 -0
- package/dist/catalog/network-firewall.d.ts +1 -1
- package/dist/catalog/network-firewall.d.ts.map +1 -1
- package/dist/catalog/network-firewall.js +5 -0
- package/dist/catalog/sagemaker.d.ts +1 -1
- package/dist/catalog/sagemaker.d.ts.map +1 -1
- package/dist/catalog/sagemaker.js +2 -0
- package/package.json +1 -1
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: 0ba0cc468005498e9ecd7450f28f3fe0d458480d896a8cd942be315d4d841478
|
|
5
5
|
*
|
|
6
6
|
* Do not edit by hand.
|
|
7
7
|
*/
|
|
@@ -169,21 +169,44 @@ export const iamActionCatalog = {
|
|
|
169
169
|
],
|
|
170
170
|
"acm": [
|
|
171
171
|
"AddTagsToCertificate",
|
|
172
|
+
"CreateAcmeDomainValidation",
|
|
173
|
+
"CreateAcmeEndpoint",
|
|
174
|
+
"CreateAcmeExternalAccountBinding",
|
|
175
|
+
"DeleteAcmeDomainValidation",
|
|
176
|
+
"DeleteAcmeEndpoint",
|
|
177
|
+
"DeleteAcmeExternalAccountBinding",
|
|
172
178
|
"DeleteCertificate",
|
|
179
|
+
"DescribeAcmeAccount",
|
|
180
|
+
"DescribeAcmeDomainValidation",
|
|
181
|
+
"DescribeAcmeEndpoint",
|
|
182
|
+
"DescribeAcmeExternalAccountBinding",
|
|
173
183
|
"DescribeCertificate",
|
|
174
184
|
"ExportCertificate",
|
|
175
185
|
"GetAccountConfiguration",
|
|
186
|
+
"GetAcmeExternalAccountBindingCredentials",
|
|
176
187
|
"GetCertificate",
|
|
177
188
|
"ImportCertificate",
|
|
189
|
+
"ListAcmeAccounts",
|
|
190
|
+
"ListAcmeDomainValidations",
|
|
191
|
+
"ListAcmeEndpoints",
|
|
192
|
+
"ListAcmeExternalAccountBindings",
|
|
178
193
|
"ListCertificates",
|
|
179
194
|
"ListTagsForCertificate",
|
|
195
|
+
"ListTagsForResource",
|
|
180
196
|
"PutAccountConfiguration",
|
|
181
197
|
"RemoveTagsFromCertificate",
|
|
182
198
|
"RenewCertificate",
|
|
183
199
|
"RequestCertificate",
|
|
184
200
|
"ResendValidationEmail",
|
|
201
|
+
"RevokeAcmeAccount",
|
|
202
|
+
"RevokeAcmeExternalAccountBinding",
|
|
185
203
|
"RevokeCertificate",
|
|
186
204
|
"SearchCertificates",
|
|
205
|
+
"TagResource",
|
|
206
|
+
"UntagResource",
|
|
207
|
+
"UpdateAcmeDomainValidation",
|
|
208
|
+
"UpdateAcmeEndpoint",
|
|
209
|
+
"UpdateCertificate",
|
|
187
210
|
"UpdateCertificateOptions"
|
|
188
211
|
],
|
|
189
212
|
"acm-pca": [
|
|
@@ -3165,6 +3188,8 @@ export const iamActionCatalog = {
|
|
|
3165
3188
|
"CreateConfiguredTableAssociationAnalysisRule",
|
|
3166
3189
|
"CreateIdMappingTable",
|
|
3167
3190
|
"CreateIdNamespaceAssociation",
|
|
3191
|
+
"CreateIntermediateTable",
|
|
3192
|
+
"CreateIntermediateTableAnalysisRule",
|
|
3168
3193
|
"CreateMembership",
|
|
3169
3194
|
"CreatePrivacyBudgetTemplate",
|
|
3170
3195
|
"DeleteAnalysisTemplate",
|
|
@@ -3176,9 +3201,12 @@ export const iamActionCatalog = {
|
|
|
3176
3201
|
"DeleteConfiguredTableAssociationAnalysisRule",
|
|
3177
3202
|
"DeleteIdMappingTable",
|
|
3178
3203
|
"DeleteIdNamespaceAssociation",
|
|
3204
|
+
"DeleteIntermediateTable",
|
|
3205
|
+
"DeleteIntermediateTableAnalysisRule",
|
|
3179
3206
|
"DeleteMember",
|
|
3180
3207
|
"DeleteMembership",
|
|
3181
3208
|
"DeletePrivacyBudgetTemplate",
|
|
3209
|
+
"DisallowIntermediateTable",
|
|
3182
3210
|
"GetAnalysisTemplate",
|
|
3183
3211
|
"GetCollaboration",
|
|
3184
3212
|
"GetCollaborationAnalysisTemplate",
|
|
@@ -3193,6 +3221,8 @@ export const iamActionCatalog = {
|
|
|
3193
3221
|
"GetConfiguredTableAssociationAnalysisRule",
|
|
3194
3222
|
"GetIdMappingTable",
|
|
3195
3223
|
"GetIdNamespaceAssociation",
|
|
3224
|
+
"GetIntermediateTable",
|
|
3225
|
+
"GetIntermediateTableAnalysisRule",
|
|
3196
3226
|
"GetMembership",
|
|
3197
3227
|
"GetPrivacyBudgetTemplate",
|
|
3198
3228
|
"GetProtectedJob",
|
|
@@ -3212,6 +3242,8 @@ export const iamActionCatalog = {
|
|
|
3212
3242
|
"ListConfiguredTables",
|
|
3213
3243
|
"ListIdMappingTables",
|
|
3214
3244
|
"ListIdNamespaceAssociations",
|
|
3245
|
+
"ListIntermediateTables",
|
|
3246
|
+
"ListIntermediateTableVersions",
|
|
3215
3247
|
"ListMembers",
|
|
3216
3248
|
"ListMemberships",
|
|
3217
3249
|
"ListPrivacyBudgets",
|
|
@@ -3223,6 +3255,7 @@ export const iamActionCatalog = {
|
|
|
3223
3255
|
"PassCollaboration",
|
|
3224
3256
|
"PassMembership",
|
|
3225
3257
|
"PopulateIdMappingTable",
|
|
3258
|
+
"PopulateIntermediateTable",
|
|
3226
3259
|
"PreviewPrivacyImpact",
|
|
3227
3260
|
"StartProtectedJob",
|
|
3228
3261
|
"StartProtectedQuery",
|
|
@@ -3240,6 +3273,8 @@ export const iamActionCatalog = {
|
|
|
3240
3273
|
"UpdateConfiguredTableReference",
|
|
3241
3274
|
"UpdateIdMappingTable",
|
|
3242
3275
|
"UpdateIdNamespaceAssociation",
|
|
3276
|
+
"UpdateIntermediateTable",
|
|
3277
|
+
"UpdateIntermediateTableAnalysisRule",
|
|
3243
3278
|
"UpdateMembership",
|
|
3244
3279
|
"UpdatePrivacyBudgetTemplate",
|
|
3245
3280
|
"UpdateProtectedJob",
|
|
@@ -3747,6 +3782,7 @@ export const iamActionCatalog = {
|
|
|
3747
3782
|
"DeleteDashboards",
|
|
3748
3783
|
"DeleteInsightRules",
|
|
3749
3784
|
"DeleteMetricStream",
|
|
3785
|
+
"DeletePipelineRule",
|
|
3750
3786
|
"DeleteServiceLevelObjective",
|
|
3751
3787
|
"DescribeAlarmHistory",
|
|
3752
3788
|
"DescribeAlarms",
|
|
@@ -3794,6 +3830,7 @@ export const iamActionCatalog = {
|
|
|
3794
3830
|
"PutMetricAlarm",
|
|
3795
3831
|
"PutMetricData",
|
|
3796
3832
|
"PutMetricStream",
|
|
3833
|
+
"PutPipelineRule",
|
|
3797
3834
|
"SetAlarmState",
|
|
3798
3835
|
"StartMetricStreams",
|
|
3799
3836
|
"StartOTelEnrichment",
|
|
@@ -4813,6 +4850,7 @@ export const iamActionCatalog = {
|
|
|
4813
4850
|
"ClaimPhoneNumber",
|
|
4814
4851
|
"CompleteAttachedFileUpload",
|
|
4815
4852
|
"CreateAgentStatus",
|
|
4853
|
+
"CreateAttachedFile",
|
|
4816
4854
|
"CreateAuthenticationProfile",
|
|
4817
4855
|
"CreateContact",
|
|
4818
4856
|
"CreateContactFlow",
|
|
@@ -4944,6 +4982,7 @@ export const iamActionCatalog = {
|
|
|
4944
4982
|
"GetCurrentMetricData",
|
|
4945
4983
|
"GetCurrentUserData",
|
|
4946
4984
|
"GetEffectiveHoursOfOperations",
|
|
4985
|
+
"GetEvaluationFormValidation",
|
|
4947
4986
|
"GetFederationToken",
|
|
4948
4987
|
"GetFlowAssociation",
|
|
4949
4988
|
"GetMetricData",
|
|
@@ -5057,11 +5096,13 @@ export const iamActionCatalog = {
|
|
|
5057
5096
|
"SendOutboundWebNotification",
|
|
5058
5097
|
"StartAttachedFileUpload",
|
|
5059
5098
|
"StartChatContact",
|
|
5099
|
+
"StartContactConversationalAnalyticsJob",
|
|
5060
5100
|
"StartContactEvaluation",
|
|
5061
5101
|
"StartContactMediaProcessing",
|
|
5062
5102
|
"StartContactRecording",
|
|
5063
5103
|
"StartContactStreaming",
|
|
5064
5104
|
"StartEmailContact",
|
|
5105
|
+
"StartEvaluationFormValidation",
|
|
5065
5106
|
"StartForecastingPlanningSchedulingIntegration",
|
|
5066
5107
|
"StartOutboundChatContact",
|
|
5067
5108
|
"StartOutboundEmailContact",
|
|
@@ -7507,6 +7548,7 @@ export const iamActionCatalog = {
|
|
|
7507
7548
|
"UploadLayerPart"
|
|
7508
7549
|
],
|
|
7509
7550
|
"ecs": [
|
|
7551
|
+
"AllowVendedLogDeliveryForResource",
|
|
7510
7552
|
"ContinueServiceDeployment",
|
|
7511
7553
|
"CreateCapacityProvider",
|
|
7512
7554
|
"CreateCluster",
|
|
@@ -7597,6 +7639,7 @@ export const iamActionCatalog = {
|
|
|
7597
7639
|
"AssociateAccessPolicy",
|
|
7598
7640
|
"AssociateEncryptionConfig",
|
|
7599
7641
|
"AssociateIdentityProviderConfig",
|
|
7642
|
+
"CancelUpdate",
|
|
7600
7643
|
"CreateAccessEntry",
|
|
7601
7644
|
"CreateAddon",
|
|
7602
7645
|
"CreateCapability",
|
|
@@ -9003,6 +9046,7 @@ export const iamActionCatalog = {
|
|
|
9003
9046
|
"AssociateApplications",
|
|
9004
9047
|
"CreateApplication",
|
|
9005
9048
|
"CreateStreamGroup",
|
|
9049
|
+
"CreateStreamSessionAdminShell",
|
|
9006
9050
|
"CreateStreamSessionConnection",
|
|
9007
9051
|
"DeleteApplication",
|
|
9008
9052
|
"DeleteStreamGroup",
|
|
@@ -13823,6 +13867,7 @@ export const iamActionCatalog = {
|
|
|
13823
13867
|
"AssociateFirewallPolicy",
|
|
13824
13868
|
"AssociateSubnets",
|
|
13825
13869
|
"AttachRuleGroupsToProxyConfiguration",
|
|
13870
|
+
"CreateContainerAssociation",
|
|
13826
13871
|
"CreateFirewall",
|
|
13827
13872
|
"CreateFirewallPolicy",
|
|
13828
13873
|
"CreateProxy",
|
|
@@ -13832,6 +13877,7 @@ export const iamActionCatalog = {
|
|
|
13832
13877
|
"CreateRuleGroup",
|
|
13833
13878
|
"CreateTLSInspectionConfiguration",
|
|
13834
13879
|
"CreateVpcEndpointAssociation",
|
|
13880
|
+
"DeleteContainerAssociation",
|
|
13835
13881
|
"DeleteFirewall",
|
|
13836
13882
|
"DeleteFirewallPolicy",
|
|
13837
13883
|
"DeleteNetworkFirewallTransitGatewayAttachment",
|
|
@@ -13843,6 +13889,7 @@ export const iamActionCatalog = {
|
|
|
13843
13889
|
"DeleteRuleGroup",
|
|
13844
13890
|
"DeleteTLSInspectionConfiguration",
|
|
13845
13891
|
"DeleteVpcEndpointAssociation",
|
|
13892
|
+
"DescribeContainerAssociation",
|
|
13846
13893
|
"DescribeFirewall",
|
|
13847
13894
|
"DescribeFirewallMetadata",
|
|
13848
13895
|
"DescribeFirewallPolicy",
|
|
@@ -13863,6 +13910,7 @@ export const iamActionCatalog = {
|
|
|
13863
13910
|
"DisassociateSubnets",
|
|
13864
13911
|
"GetAnalysisReportResults",
|
|
13865
13912
|
"ListAnalysisReports",
|
|
13913
|
+
"ListContainerAssociations",
|
|
13866
13914
|
"ListFirewallPolicies",
|
|
13867
13915
|
"ListFirewalls",
|
|
13868
13916
|
"ListFlowOperationResults",
|
|
@@ -13882,6 +13930,7 @@ export const iamActionCatalog = {
|
|
|
13882
13930
|
"TagResource",
|
|
13883
13931
|
"UntagResource",
|
|
13884
13932
|
"UpdateAvailabilityZoneChangeProtection",
|
|
13933
|
+
"UpdateContainerAssociation",
|
|
13885
13934
|
"UpdateFirewallAnalysisSettings",
|
|
13886
13935
|
"UpdateFirewallDeleteProtection",
|
|
13887
13936
|
"UpdateFirewallDescription",
|
|
@@ -17666,6 +17715,7 @@ export const iamActionCatalog = {
|
|
|
17666
17715
|
"BatchGetMetrics",
|
|
17667
17716
|
"BatchGetRecord",
|
|
17668
17717
|
"BatchPutMetrics",
|
|
17718
|
+
"BatchWriteRecord",
|
|
17669
17719
|
"CallMlflowAppApi",
|
|
17670
17720
|
"CallPartnerAppApi",
|
|
17671
17721
|
"CallWithBearerToken",
|
|
@@ -17984,6 +18034,7 @@ export const iamActionCatalog = {
|
|
|
17984
18034
|
"ListPipelineVersions",
|
|
17985
18035
|
"ListProcessingJobs",
|
|
17986
18036
|
"ListProjects",
|
|
18037
|
+
"ListRecords",
|
|
17987
18038
|
"ListResourceCatalogs",
|
|
17988
18039
|
"ListSharedModelEvents",
|
|
17989
18040
|
"ListSharedModels",
|
|
@@ -21742,6 +21793,6 @@ export const iamActionCatalog = {
|
|
|
21742
21793
|
]
|
|
21743
21794
|
};
|
|
21744
21795
|
export const iamActionCatalogSourceUrl = "https://awspolicygen.s3.amazonaws.com/js/policies.js";
|
|
21745
|
-
export const iamActionCatalogSourceSha256 = "
|
|
21746
|
-
export const iamActionCatalogActionCount =
|
|
21796
|
+
export const iamActionCatalogSourceSha256 = "0ba0cc468005498e9ecd7450f28f3fe0d458480d896a8cd942be315d4d841478";
|
|
21797
|
+
export const iamActionCatalogActionCount = 21503;
|
|
21747
21798
|
//# sourceMappingURL=_meta.js.map
|
package/dist/catalog/acm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const acmActions: readonly ["AddTagsToCertificate", "DeleteCertificate", "DescribeCertificate", "ExportCertificate", "GetAccountConfiguration", "GetCertificate", "ImportCertificate", "ListCertificates", "ListTagsForCertificate", "PutAccountConfiguration", "RemoveTagsFromCertificate", "RenewCertificate", "RequestCertificate", "ResendValidationEmail", "RevokeCertificate", "SearchCertificates", "UpdateCertificateOptions"];
|
|
1
|
+
export declare const acmActions: readonly ["AddTagsToCertificate", "CreateAcmeDomainValidation", "CreateAcmeEndpoint", "CreateAcmeExternalAccountBinding", "DeleteAcmeDomainValidation", "DeleteAcmeEndpoint", "DeleteAcmeExternalAccountBinding", "DeleteCertificate", "DescribeAcmeAccount", "DescribeAcmeDomainValidation", "DescribeAcmeEndpoint", "DescribeAcmeExternalAccountBinding", "DescribeCertificate", "ExportCertificate", "GetAccountConfiguration", "GetAcmeExternalAccountBindingCredentials", "GetCertificate", "ImportCertificate", "ListAcmeAccounts", "ListAcmeDomainValidations", "ListAcmeEndpoints", "ListAcmeExternalAccountBindings", "ListCertificates", "ListTagsForCertificate", "ListTagsForResource", "PutAccountConfiguration", "RemoveTagsFromCertificate", "RenewCertificate", "RequestCertificate", "ResendValidationEmail", "RevokeAcmeAccount", "RevokeAcmeExternalAccountBinding", "RevokeCertificate", "SearchCertificates", "TagResource", "UntagResource", "UpdateAcmeDomainValidation", "UpdateAcmeEndpoint", "UpdateCertificate", "UpdateCertificateOptions"];
|
|
2
2
|
export type AcmAction = (typeof acmActions)[number];
|
|
3
3
|
export declare function acm(action: AcmAction | "*"): `acm:${AcmAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=acm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acm.d.ts","sourceRoot":"","sources":["../../src/catalog/acm.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"acm.d.ts","sourceRoot":"","sources":["../../src/catalog/acm.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,ygCAyCb,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpD,wBAAgB,GAAG,CAAC,MAAM,EAAE,SAAS,GAAG,GAAG,GAAG,OAAO,SAAS,GAAG,GAAG,EAAE,CAErE"}
|
package/dist/catalog/acm.js
CHANGED
|
@@ -1,20 +1,43 @@
|
|
|
1
1
|
export const acmActions = [
|
|
2
2
|
"AddTagsToCertificate",
|
|
3
|
+
"CreateAcmeDomainValidation",
|
|
4
|
+
"CreateAcmeEndpoint",
|
|
5
|
+
"CreateAcmeExternalAccountBinding",
|
|
6
|
+
"DeleteAcmeDomainValidation",
|
|
7
|
+
"DeleteAcmeEndpoint",
|
|
8
|
+
"DeleteAcmeExternalAccountBinding",
|
|
3
9
|
"DeleteCertificate",
|
|
10
|
+
"DescribeAcmeAccount",
|
|
11
|
+
"DescribeAcmeDomainValidation",
|
|
12
|
+
"DescribeAcmeEndpoint",
|
|
13
|
+
"DescribeAcmeExternalAccountBinding",
|
|
4
14
|
"DescribeCertificate",
|
|
5
15
|
"ExportCertificate",
|
|
6
16
|
"GetAccountConfiguration",
|
|
17
|
+
"GetAcmeExternalAccountBindingCredentials",
|
|
7
18
|
"GetCertificate",
|
|
8
19
|
"ImportCertificate",
|
|
20
|
+
"ListAcmeAccounts",
|
|
21
|
+
"ListAcmeDomainValidations",
|
|
22
|
+
"ListAcmeEndpoints",
|
|
23
|
+
"ListAcmeExternalAccountBindings",
|
|
9
24
|
"ListCertificates",
|
|
10
25
|
"ListTagsForCertificate",
|
|
26
|
+
"ListTagsForResource",
|
|
11
27
|
"PutAccountConfiguration",
|
|
12
28
|
"RemoveTagsFromCertificate",
|
|
13
29
|
"RenewCertificate",
|
|
14
30
|
"RequestCertificate",
|
|
15
31
|
"ResendValidationEmail",
|
|
32
|
+
"RevokeAcmeAccount",
|
|
33
|
+
"RevokeAcmeExternalAccountBinding",
|
|
16
34
|
"RevokeCertificate",
|
|
17
35
|
"SearchCertificates",
|
|
36
|
+
"TagResource",
|
|
37
|
+
"UntagResource",
|
|
38
|
+
"UpdateAcmeDomainValidation",
|
|
39
|
+
"UpdateAcmeEndpoint",
|
|
40
|
+
"UpdateCertificate",
|
|
18
41
|
"UpdateCertificateOptions",
|
|
19
42
|
];
|
|
20
43
|
export function acm(action) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const cleanroomsActions: readonly ["BatchGetCollaborationAnalysisTemplate", "BatchGetSchema", "BatchGetSchemaAnalysisRule", "CreateAnalysisTemplate", "CreateCollaboration", "CreateCollaborationChangeRequest", "CreateConfiguredAudienceModelAssociation", "CreateConfiguredTable", "CreateConfiguredTableAnalysisRule", "CreateConfiguredTableAssociation", "CreateConfiguredTableAssociationAnalysisRule", "CreateIdMappingTable", "CreateIdNamespaceAssociation", "CreateMembership", "CreatePrivacyBudgetTemplate", "DeleteAnalysisTemplate", "DeleteCollaboration", "DeleteConfiguredAudienceModelAssociation", "DeleteConfiguredTable", "DeleteConfiguredTableAnalysisRule", "DeleteConfiguredTableAssociation", "DeleteConfiguredTableAssociationAnalysisRule", "DeleteIdMappingTable", "DeleteIdNamespaceAssociation", "DeleteMember", "DeleteMembership", "DeletePrivacyBudgetTemplate", "GetAnalysisTemplate", "GetCollaboration", "GetCollaborationAnalysisTemplate", "GetCollaborationChangeRequest", "GetCollaborationConfiguredAudienceModelAssociation", "GetCollaborationIdNamespaceAssociation", "GetCollaborationPrivacyBudgetTemplate", "GetConfiguredAudienceModelAssociation", "GetConfiguredTable", "GetConfiguredTableAnalysisRule", "GetConfiguredTableAssociation", "GetConfiguredTableAssociationAnalysisRule", "GetIdMappingTable", "GetIdNamespaceAssociation", "GetMembership", "GetPrivacyBudgetTemplate", "GetProtectedJob", "GetProtectedQuery", "GetSchema", "GetSchemaAnalysisRule", "ListAnalysisTemplates", "ListCollaborationAnalysisTemplates", "ListCollaborationChangeRequests", "ListCollaborationConfiguredAudienceModelAssociations", "ListCollaborationIdNamespaceAssociations", "ListCollaborationPrivacyBudgets", "ListCollaborationPrivacyBudgetTemplates", "ListCollaborations", "ListConfiguredAudienceModelAssociations", "ListConfiguredTableAssociations", "ListConfiguredTables", "ListIdMappingTables", "ListIdNamespaceAssociations", "ListMembers", "ListMemberships", "ListPrivacyBudgets", "ListPrivacyBudgetTemplates", "ListProtectedJobs", "ListProtectedQueries", "ListSchemas", "ListTagsForResource", "PassCollaboration", "PassMembership", "PopulateIdMappingTable", "PreviewPrivacyImpact", "StartProtectedJob", "StartProtectedQuery", "TagResource", "UntagResource", "UpdateAnalysisTemplate", "UpdateCollaboration", "UpdateCollaborationChangeRequest", "UpdateConfiguredAudienceModelAssociation", "UpdateConfiguredTable", "UpdateConfiguredTableAllowedColumns", "UpdateConfiguredTableAnalysisRule", "UpdateConfiguredTableAssociation", "UpdateConfiguredTableAssociationAnalysisRule", "UpdateConfiguredTableReference", "UpdateIdMappingTable", "UpdateIdNamespaceAssociation", "UpdateMembership", "UpdatePrivacyBudgetTemplate", "UpdateProtectedJob", "UpdateProtectedQuery"];
|
|
1
|
+
export declare const cleanroomsActions: readonly ["BatchGetCollaborationAnalysisTemplate", "BatchGetSchema", "BatchGetSchemaAnalysisRule", "CreateAnalysisTemplate", "CreateCollaboration", "CreateCollaborationChangeRequest", "CreateConfiguredAudienceModelAssociation", "CreateConfiguredTable", "CreateConfiguredTableAnalysisRule", "CreateConfiguredTableAssociation", "CreateConfiguredTableAssociationAnalysisRule", "CreateIdMappingTable", "CreateIdNamespaceAssociation", "CreateIntermediateTable", "CreateIntermediateTableAnalysisRule", "CreateMembership", "CreatePrivacyBudgetTemplate", "DeleteAnalysisTemplate", "DeleteCollaboration", "DeleteConfiguredAudienceModelAssociation", "DeleteConfiguredTable", "DeleteConfiguredTableAnalysisRule", "DeleteConfiguredTableAssociation", "DeleteConfiguredTableAssociationAnalysisRule", "DeleteIdMappingTable", "DeleteIdNamespaceAssociation", "DeleteIntermediateTable", "DeleteIntermediateTableAnalysisRule", "DeleteMember", "DeleteMembership", "DeletePrivacyBudgetTemplate", "DisallowIntermediateTable", "GetAnalysisTemplate", "GetCollaboration", "GetCollaborationAnalysisTemplate", "GetCollaborationChangeRequest", "GetCollaborationConfiguredAudienceModelAssociation", "GetCollaborationIdNamespaceAssociation", "GetCollaborationPrivacyBudgetTemplate", "GetConfiguredAudienceModelAssociation", "GetConfiguredTable", "GetConfiguredTableAnalysisRule", "GetConfiguredTableAssociation", "GetConfiguredTableAssociationAnalysisRule", "GetIdMappingTable", "GetIdNamespaceAssociation", "GetIntermediateTable", "GetIntermediateTableAnalysisRule", "GetMembership", "GetPrivacyBudgetTemplate", "GetProtectedJob", "GetProtectedQuery", "GetSchema", "GetSchemaAnalysisRule", "ListAnalysisTemplates", "ListCollaborationAnalysisTemplates", "ListCollaborationChangeRequests", "ListCollaborationConfiguredAudienceModelAssociations", "ListCollaborationIdNamespaceAssociations", "ListCollaborationPrivacyBudgets", "ListCollaborationPrivacyBudgetTemplates", "ListCollaborations", "ListConfiguredAudienceModelAssociations", "ListConfiguredTableAssociations", "ListConfiguredTables", "ListIdMappingTables", "ListIdNamespaceAssociations", "ListIntermediateTables", "ListIntermediateTableVersions", "ListMembers", "ListMemberships", "ListPrivacyBudgets", "ListPrivacyBudgetTemplates", "ListProtectedJobs", "ListProtectedQueries", "ListSchemas", "ListTagsForResource", "PassCollaboration", "PassMembership", "PopulateIdMappingTable", "PopulateIntermediateTable", "PreviewPrivacyImpact", "StartProtectedJob", "StartProtectedQuery", "TagResource", "UntagResource", "UpdateAnalysisTemplate", "UpdateCollaboration", "UpdateCollaborationChangeRequest", "UpdateConfiguredAudienceModelAssociation", "UpdateConfiguredTable", "UpdateConfiguredTableAllowedColumns", "UpdateConfiguredTableAnalysisRule", "UpdateConfiguredTableAssociation", "UpdateConfiguredTableAssociationAnalysisRule", "UpdateConfiguredTableReference", "UpdateIdMappingTable", "UpdateIdNamespaceAssociation", "UpdateIntermediateTable", "UpdateIntermediateTableAnalysisRule", "UpdateMembership", "UpdatePrivacyBudgetTemplate", "UpdateProtectedJob", "UpdateProtectedQuery"];
|
|
2
2
|
export type CleanroomsAction = (typeof cleanroomsActions)[number];
|
|
3
3
|
export declare function cleanrooms(action: CleanroomsAction | "*"): `cleanrooms:${CleanroomsAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=cleanrooms.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cleanrooms.d.ts","sourceRoot":"","sources":["../../src/catalog/cleanrooms.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"cleanrooms.d.ts","sourceRoot":"","sources":["../../src/catalog/cleanrooms.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,iiGAyGpB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,wBAAgB,UAAU,CAAC,MAAM,EAAE,gBAAgB,GAAG,GAAG,GAAG,cAAc,gBAAgB,GAAG,GAAG,EAAE,CAEjG"}
|
|
@@ -12,6 +12,8 @@ export const cleanroomsActions = [
|
|
|
12
12
|
"CreateConfiguredTableAssociationAnalysisRule",
|
|
13
13
|
"CreateIdMappingTable",
|
|
14
14
|
"CreateIdNamespaceAssociation",
|
|
15
|
+
"CreateIntermediateTable",
|
|
16
|
+
"CreateIntermediateTableAnalysisRule",
|
|
15
17
|
"CreateMembership",
|
|
16
18
|
"CreatePrivacyBudgetTemplate",
|
|
17
19
|
"DeleteAnalysisTemplate",
|
|
@@ -23,9 +25,12 @@ export const cleanroomsActions = [
|
|
|
23
25
|
"DeleteConfiguredTableAssociationAnalysisRule",
|
|
24
26
|
"DeleteIdMappingTable",
|
|
25
27
|
"DeleteIdNamespaceAssociation",
|
|
28
|
+
"DeleteIntermediateTable",
|
|
29
|
+
"DeleteIntermediateTableAnalysisRule",
|
|
26
30
|
"DeleteMember",
|
|
27
31
|
"DeleteMembership",
|
|
28
32
|
"DeletePrivacyBudgetTemplate",
|
|
33
|
+
"DisallowIntermediateTable",
|
|
29
34
|
"GetAnalysisTemplate",
|
|
30
35
|
"GetCollaboration",
|
|
31
36
|
"GetCollaborationAnalysisTemplate",
|
|
@@ -40,6 +45,8 @@ export const cleanroomsActions = [
|
|
|
40
45
|
"GetConfiguredTableAssociationAnalysisRule",
|
|
41
46
|
"GetIdMappingTable",
|
|
42
47
|
"GetIdNamespaceAssociation",
|
|
48
|
+
"GetIntermediateTable",
|
|
49
|
+
"GetIntermediateTableAnalysisRule",
|
|
43
50
|
"GetMembership",
|
|
44
51
|
"GetPrivacyBudgetTemplate",
|
|
45
52
|
"GetProtectedJob",
|
|
@@ -59,6 +66,8 @@ export const cleanroomsActions = [
|
|
|
59
66
|
"ListConfiguredTables",
|
|
60
67
|
"ListIdMappingTables",
|
|
61
68
|
"ListIdNamespaceAssociations",
|
|
69
|
+
"ListIntermediateTables",
|
|
70
|
+
"ListIntermediateTableVersions",
|
|
62
71
|
"ListMembers",
|
|
63
72
|
"ListMemberships",
|
|
64
73
|
"ListPrivacyBudgets",
|
|
@@ -70,6 +79,7 @@ export const cleanroomsActions = [
|
|
|
70
79
|
"PassCollaboration",
|
|
71
80
|
"PassMembership",
|
|
72
81
|
"PopulateIdMappingTable",
|
|
82
|
+
"PopulateIntermediateTable",
|
|
73
83
|
"PreviewPrivacyImpact",
|
|
74
84
|
"StartProtectedJob",
|
|
75
85
|
"StartProtectedQuery",
|
|
@@ -87,6 +97,8 @@ export const cleanroomsActions = [
|
|
|
87
97
|
"UpdateConfiguredTableReference",
|
|
88
98
|
"UpdateIdMappingTable",
|
|
89
99
|
"UpdateIdNamespaceAssociation",
|
|
100
|
+
"UpdateIntermediateTable",
|
|
101
|
+
"UpdateIntermediateTableAnalysisRule",
|
|
90
102
|
"UpdateMembership",
|
|
91
103
|
"UpdatePrivacyBudgetTemplate",
|
|
92
104
|
"UpdateProtectedJob",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const cloudwatchActions: readonly ["BatchGetServiceLevelIndicatorReport", "BatchGetServiceLevelObjectiveBudgetReport", "CallWithBearerToken", "CreateServiceLevelObjective", "DeleteAlarmMuteRule", "DeleteAlarms", "DeleteAnomalyDetector", "DeleteDashboards", "DeleteInsightRules", "DeleteMetricStream", "DeleteServiceLevelObjective", "DescribeAlarmHistory", "DescribeAlarms", "DescribeAlarmsForMetric", "DescribeAnomalyDetectors", "DescribeInsightRules", "DisableAlarmActions", "DisableInsightRules", "EnableAlarmActions", "EnableInsightRules", "EnableTopologyDiscovery", "GenerateQuery", "GenerateQueryResultsSummary", "GetAlarmMuteRule", "GetDashboard", "GetDataset", "GetInsightRuleReport", "GetMetricData", "GetMetricStatistics", "GetMetricStream", "GetMetricWidgetImage", "GetOTelEnrichment", "GetService", "GetServiceData", "GetServiceLevelObjective", "GetTopologyDiscoveryStatus", "GetTopologyMap", "Link", "ListAlarmMuteRules", "ListDashboards", "ListEntitiesForMetric", "ListManagedInsightRules", "ListMetrics", "ListMetricStreams", "ListServiceLevelObjectives", "ListServices", "ListTagsForResource", "PutAlarmMuteRule", "PutAnomalyDetector", "PutCompositeAlarm", "PutDashboard", "PutInsightRule", "PutLogAlarm", "PutManagedInsightRules", "PutMetricAlarm", "PutMetricData", "PutMetricStream", "SetAlarmState", "StartMetricStreams", "StartOTelEnrichment", "StopMetricStreams", "StopOTelEnrichment", "TagResource", "UntagResource", "UpdateServiceLevelObjective"];
|
|
1
|
+
export declare const cloudwatchActions: readonly ["BatchGetServiceLevelIndicatorReport", "BatchGetServiceLevelObjectiveBudgetReport", "CallWithBearerToken", "CreateServiceLevelObjective", "DeleteAlarmMuteRule", "DeleteAlarms", "DeleteAnomalyDetector", "DeleteDashboards", "DeleteInsightRules", "DeleteMetricStream", "DeletePipelineRule", "DeleteServiceLevelObjective", "DescribeAlarmHistory", "DescribeAlarms", "DescribeAlarmsForMetric", "DescribeAnomalyDetectors", "DescribeInsightRules", "DisableAlarmActions", "DisableInsightRules", "EnableAlarmActions", "EnableInsightRules", "EnableTopologyDiscovery", "GenerateQuery", "GenerateQueryResultsSummary", "GetAlarmMuteRule", "GetDashboard", "GetDataset", "GetInsightRuleReport", "GetMetricData", "GetMetricStatistics", "GetMetricStream", "GetMetricWidgetImage", "GetOTelEnrichment", "GetService", "GetServiceData", "GetServiceLevelObjective", "GetTopologyDiscoveryStatus", "GetTopologyMap", "Link", "ListAlarmMuteRules", "ListDashboards", "ListEntitiesForMetric", "ListManagedInsightRules", "ListMetrics", "ListMetricStreams", "ListServiceLevelObjectives", "ListServices", "ListTagsForResource", "PutAlarmMuteRule", "PutAnomalyDetector", "PutCompositeAlarm", "PutDashboard", "PutInsightRule", "PutLogAlarm", "PutManagedInsightRules", "PutMetricAlarm", "PutMetricData", "PutMetricStream", "PutPipelineRule", "SetAlarmState", "StartMetricStreams", "StartOTelEnrichment", "StopMetricStreams", "StopOTelEnrichment", "TagResource", "UntagResource", "UpdateServiceLevelObjective"];
|
|
2
2
|
export type CloudwatchAction = (typeof cloudwatchActions)[number];
|
|
3
3
|
export declare function cloudwatch(action: CloudwatchAction | "*"): `cloudwatch:${CloudwatchAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=cloudwatch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudwatch.d.ts","sourceRoot":"","sources":["../../src/catalog/cloudwatch.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"cloudwatch.d.ts","sourceRoot":"","sources":["../../src/catalog/cloudwatch.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,88CAoEpB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,wBAAgB,UAAU,CAAC,MAAM,EAAE,gBAAgB,GAAG,GAAG,GAAG,cAAc,gBAAgB,GAAG,GAAG,EAAE,CAEjG"}
|
|
@@ -9,6 +9,7 @@ export const cloudwatchActions = [
|
|
|
9
9
|
"DeleteDashboards",
|
|
10
10
|
"DeleteInsightRules",
|
|
11
11
|
"DeleteMetricStream",
|
|
12
|
+
"DeletePipelineRule",
|
|
12
13
|
"DeleteServiceLevelObjective",
|
|
13
14
|
"DescribeAlarmHistory",
|
|
14
15
|
"DescribeAlarms",
|
|
@@ -56,6 +57,7 @@ export const cloudwatchActions = [
|
|
|
56
57
|
"PutMetricAlarm",
|
|
57
58
|
"PutMetricData",
|
|
58
59
|
"PutMetricStream",
|
|
60
|
+
"PutPipelineRule",
|
|
59
61
|
"SetAlarmState",
|
|
60
62
|
"StartMetricStreams",
|
|
61
63
|
"StartOTelEnrichment",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const connectActions: readonly ["ActivateEvaluationForm", "AdminGetEmergencyAccessToken", "AssociateAnalyticsDataSet", "AssociateApprovedOrigin", "AssociateBot", "AssociateContactWithUser", "AssociateCustomerProfilesDomain", "AssociateDefaultVocabulary", "AssociateEmailAddressAlias", "AssociateFlow", "AssociateInstanceStorageConfig", "AssociateLambdaFunction", "AssociateLexBot", "AssociatePhoneNumberContactFlow", "AssociateQueueEmailAddresses", "AssociateQueueQuickConnects", "AssociateRoutingProfileQueues", "AssociateSecurityKey", "AssociateSecurityProfiles", "AssociateTrafficDistributionGroupUser", "AssociateUserProficiencies", "AssociateWorkspace", "BatchAssociateAnalyticsDataSet", "BatchCreateDataTableValue", "BatchDeleteDataTableValue", "BatchDescribeDataTableValue", "BatchDisassociateAnalyticsDataSet", "BatchGetAttachedFileMetadata", "BatchGetFlowAssociation", "BatchPutContact", "BatchUpdateDataTableValue", "ClaimPhoneNumber", "CompleteAttachedFileUpload", "CreateAgentStatus", "CreateAuthenticationProfile", "CreateContact", "CreateContactFlow", "CreateContactFlowModule", "CreateContactFlowModuleAlias", "CreateContactFlowModuleVersion", "CreateContactFlowVersion", "CreateDataTable", "CreateDataTableAttribute", "CreateEmailAddress", "CreateEvaluationForm", "CreateHoursOfOperation", "CreateHoursOfOperationOverride", "CreateInstance", "CreateIntegrationAssociation", "CreateNotification", "CreateParticipant", "CreatePersistentContactAssociation", "CreatePredefinedAttribute", "CreatePrompt", "CreatePushNotificationRegistration", "CreateQueue", "CreateQuickConnect", "CreateRoutingProfile", "CreateRule", "CreateSecurityProfile", "CreateTaskTemplate", "CreateTrafficDistributionGroup", "CreateUseCase", "CreateUser", "CreateUserHierarchyGroup", "CreateView", "CreateViewVersion", "CreateVocabulary", "CreateWorkspace", "CreateWorkspacePage", "DeactivateEvaluationForm", "DeleteAttachedFile", "DeleteContactEvaluation", "DeleteContactFlow", "DeleteContactFlowModule", "DeleteContactFlowModuleAlias", "DeleteContactFlowModuleVersion", "DeleteContactFlowVersion", "DeleteDataTable", "DeleteDataTableAttribute", "DeleteEmailAddress", "DeleteEvaluationForm", "DeleteHoursOfOperation", "DeleteHoursOfOperationOverride", "DeleteInstance", "DeleteIntegrationAssociation", "DeleteNotification", "DeletePredefinedAttribute", "DeletePrompt", "DeletePushNotificationRegistration", "DeleteQueue", "DeleteQuickConnect", "DeleteRoutingProfile", "DeleteRule", "DeleteSecurityProfile", "DeleteTaskTemplate", "DeleteTrafficDistributionGroup", "DeleteUseCase", "DeleteUser", "DeleteUserHierarchyGroup", "DeleteView", "DeleteViewVersion", "DeleteVocabulary", "DeleteWorkspace", "DeleteWorkspaceMedia", "DeleteWorkspacePage", "DescribeAgentStatus", "DescribeAuthenticationProfile", "DescribeContact", "DescribeContactEvaluation", "DescribeContactFlow", "DescribeContactFlowModule", "DescribeContactFlowModuleAlias", "DescribeDataTable", "DescribeDataTableAttribute", "DescribeEmailAddress", "DescribeEvaluationForm", "DescribeForecastingPlanningSchedulingIntegration", "DescribeHoursOfOperation", "DescribeHoursOfOperationOverride", "DescribeInstance", "DescribeInstanceAttribute", "DescribeInstanceStorageConfig", "DescribeNotification", "DescribePhoneNumber", "DescribePredefinedAttribute", "DescribePrompt", "DescribeQueue", "DescribeQuickConnect", "DescribeRoutingProfile", "DescribeRule", "DescribeSecurityProfile", "DescribeTrafficDistributionGroup", "DescribeUser", "DescribeUserHierarchyGroup", "DescribeUserHierarchyStructure", "DescribeView", "DescribeVocabulary", "DescribeWorkspace", "DisassociateAnalyticsDataSet", "DisassociateApprovedOrigin", "DisassociateBot", "DisassociateCustomerProfilesDomain", "DisassociateEmailAddressAlias", "DisassociateFlow", "DisassociateInstanceStorageConfig", "DisassociateLambdaFunction", "DisassociateLexBot", "DisassociatePhoneNumberContactFlow", "DisassociateQueueEmailAddresses", "DisassociateQueueQuickConnects", "DisassociateRoutingProfileQueues", "DisassociateSecurityKey", "DisassociateSecurityProfiles", "DisassociateTrafficDistributionGroupUser", "DisassociateUserProficiencies", "DisassociateWorkspace", "DismissUserContact", "EvaluateDataTableValues", "GetAttachedFile", "GetContactAttributes", "GetContactMetrics", "GetCurrentMetricData", "GetCurrentUserData", "GetEffectiveHoursOfOperations", "GetFederationToken", "GetFlowAssociation", "GetMetricData", "GetMetricDataV2", "GetPromptFile", "GetTaskTemplate", "GetTrafficDistribution", "ImportPhoneNumber", "ImportWorkspaceMedia", "ListAgentStatuses", "ListAnalyticsDataAssociations", "ListAnalyticsDataLakeDataSets", "ListApprovedOrigins", "ListAssociatedContacts", "ListAuthenticationProfiles", "ListBots", "ListContactEvaluations", "ListContactFlowModuleAliases", "ListContactFlowModules", "ListContactFlowModuleVersions", "ListContactFlows", "ListContactFlowVersions", "ListContactReferences", "ListDataTableAttributes", "ListDataTablePrimaryValues", "ListDataTables", "ListDataTableValues", "ListDefaultVocabularies", "ListEntitySecurityProfiles", "ListEvaluationForms", "ListEvaluationFormVersions", "ListFlowAssociations", "ListHoursOfOperationOverrides", "ListHoursOfOperations", "ListInstanceAttributes", "ListInstances", "ListInstanceStorageConfigs", "ListIntegrationAssociations", "ListLambdaFunctions", "ListLexBots", "ListNotifications", "ListPhoneNumbers", "ListPhoneNumbersV2", "ListPredefinedAttributes", "ListPrompts", "ListQueueEmailAddresses", "ListQueueQuickConnects", "ListQueues", "ListQuickConnects", "ListRealtimeContactAnalysisSegments", "ListRealtimeContactAnalysisSegmentsV2", "ListRoutingProfileManualAssignmentQueues", "ListRoutingProfileQueues", "ListRoutingProfiles", "ListRules", "ListSecurityKeys", "ListSecurityProfileApplications", "ListSecurityProfileFlowModules", "ListSecurityProfilePermissions", "ListSecurityProfiles", "ListTagsForResource", "ListTaskTemplates", "ListTrafficDistributionGroups", "ListTrafficDistributionGroupUsers", "ListUseCases", "ListUserHierarchyGroups", "ListUserNotifications", "ListUserProficiencies", "ListUsers", "ListViews", "ListViewVersions", "ListWorkspaceMedia", "ListWorkspacePages", "ListWorkspaces", "MonitorContact", "PauseContact", "PutUserStatus", "ReleasePhoneNumber", "ReplicateInstance", "ResumeContact", "ResumeContactRecording", "SearchAgentStatuses", "SearchAvailablePhoneNumbers", "SearchContactEvaluations", "SearchContactFlowModules", "SearchContactFlows", "SearchContacts", "SearchDataTables", "SearchEmailAddresses", "SearchEvaluationForms", "SearchHoursOfOperationOverrides", "SearchHoursOfOperations", "SearchNotifications", "SearchPredefinedAttributes", "SearchPrompts", "SearchQueues", "SearchQuickConnects", "SearchResourceTags", "SearchRoutingProfiles", "SearchSecurityProfiles", "SearchUserHierarchyGroups", "SearchUsers", "SearchViews", "SearchVocabularies", "SearchWorkspaceAssociations", "SearchWorkspaces", "SendChatIntegrationEvent", "SendIntegrationEvent", "SendOutboundChatMessage", "SendOutboundEmail", "SendOutboundWebNotification", "StartAttachedFileUpload", "StartChatContact", "StartContactEvaluation", "StartContactMediaProcessing", "StartContactRecording", "StartContactStreaming", "StartEmailContact", "StartForecastingPlanningSchedulingIntegration", "StartOutboundChatContact", "StartOutboundEmailContact", "StartOutboundVoiceContact", "StartScreenSharing", "StartTaskContact", "StartWebRTCContact", "StopContact", "StopContactMediaProcessing", "StopContactRecording", "StopContactStreaming", "StopForecastingPlanningSchedulingIntegration", "SubmitContactEvaluation", "SuspendContactRecording", "TagContact", "TagResource", "TransferContact", "UntagContact", "UntagResource", "UpdateAgentStatus", "UpdateAuthenticationProfile", "UpdateContact", "UpdateContactAttributes", "UpdateContactEvaluation", "UpdateContactFlowContent", "UpdateContactFlowMetadata", "UpdateContactFlowModuleAlias", "UpdateContactFlowModuleContent", "UpdateContactFlowModuleMetadata", "UpdateContactFlowName", "UpdateContactRoutingData", "UpdateContactSchedule", "UpdateDataTableAttribute", "UpdateDataTableMetadata", "UpdateDataTablePrimaryValues", "UpdateEmailAddressMetadata", "UpdateEvaluationForm", "UpdateHoursOfOperation", "UpdateHoursOfOperationOverride", "UpdateInstanceAttribute", "UpdateInstanceStorageConfig", "UpdateNotificationContent", "UpdateParticipantAuthentication", "UpdateParticipantRoleConfig", "UpdatePhoneNumber", "UpdatePhoneNumberMetadata", "UpdatePredefinedAttribute", "UpdatePrompt", "UpdateQueueHoursOfOperation", "UpdateQueueMaxContacts", "UpdateQueueName", "UpdateQueueOutboundCallerConfig", "UpdateQueueOutboundEmailConfig", "UpdateQueueStatus", "UpdateQuickConnectConfig", "UpdateQuickConnectName", "UpdateRoutingProfileAgentAvailabilityTimer", "UpdateRoutingProfileConcurrency", "UpdateRoutingProfileDefaultOutboundQueue", "UpdateRoutingProfileName", "UpdateRoutingProfileQueues", "UpdateRule", "UpdateSecurityProfile", "UpdateTaskTemplate", "UpdateTrafficDistribution", "UpdateUserHierarchy", "UpdateUserHierarchyGroupName", "UpdateUserHierarchyStructure", "UpdateUserIdentityInfo", "UpdateUserNotificationStatus", "UpdateUserPhoneConfig", "UpdateUserProficiencies", "UpdateUserRoutingProfile", "UpdateUserSecurityProfiles", "UpdateViewContent", "UpdateViewMetadata", "UpdateWorkspaceMetadata", "UpdateWorkspacePage", "UpdateWorkspaceTheme", "UpdateWorkspaceVisibility"];
|
|
1
|
+
export declare const connectActions: readonly ["ActivateEvaluationForm", "AdminGetEmergencyAccessToken", "AssociateAnalyticsDataSet", "AssociateApprovedOrigin", "AssociateBot", "AssociateContactWithUser", "AssociateCustomerProfilesDomain", "AssociateDefaultVocabulary", "AssociateEmailAddressAlias", "AssociateFlow", "AssociateInstanceStorageConfig", "AssociateLambdaFunction", "AssociateLexBot", "AssociatePhoneNumberContactFlow", "AssociateQueueEmailAddresses", "AssociateQueueQuickConnects", "AssociateRoutingProfileQueues", "AssociateSecurityKey", "AssociateSecurityProfiles", "AssociateTrafficDistributionGroupUser", "AssociateUserProficiencies", "AssociateWorkspace", "BatchAssociateAnalyticsDataSet", "BatchCreateDataTableValue", "BatchDeleteDataTableValue", "BatchDescribeDataTableValue", "BatchDisassociateAnalyticsDataSet", "BatchGetAttachedFileMetadata", "BatchGetFlowAssociation", "BatchPutContact", "BatchUpdateDataTableValue", "ClaimPhoneNumber", "CompleteAttachedFileUpload", "CreateAgentStatus", "CreateAttachedFile", "CreateAuthenticationProfile", "CreateContact", "CreateContactFlow", "CreateContactFlowModule", "CreateContactFlowModuleAlias", "CreateContactFlowModuleVersion", "CreateContactFlowVersion", "CreateDataTable", "CreateDataTableAttribute", "CreateEmailAddress", "CreateEvaluationForm", "CreateHoursOfOperation", "CreateHoursOfOperationOverride", "CreateInstance", "CreateIntegrationAssociation", "CreateNotification", "CreateParticipant", "CreatePersistentContactAssociation", "CreatePredefinedAttribute", "CreatePrompt", "CreatePushNotificationRegistration", "CreateQueue", "CreateQuickConnect", "CreateRoutingProfile", "CreateRule", "CreateSecurityProfile", "CreateTaskTemplate", "CreateTrafficDistributionGroup", "CreateUseCase", "CreateUser", "CreateUserHierarchyGroup", "CreateView", "CreateViewVersion", "CreateVocabulary", "CreateWorkspace", "CreateWorkspacePage", "DeactivateEvaluationForm", "DeleteAttachedFile", "DeleteContactEvaluation", "DeleteContactFlow", "DeleteContactFlowModule", "DeleteContactFlowModuleAlias", "DeleteContactFlowModuleVersion", "DeleteContactFlowVersion", "DeleteDataTable", "DeleteDataTableAttribute", "DeleteEmailAddress", "DeleteEvaluationForm", "DeleteHoursOfOperation", "DeleteHoursOfOperationOverride", "DeleteInstance", "DeleteIntegrationAssociation", "DeleteNotification", "DeletePredefinedAttribute", "DeletePrompt", "DeletePushNotificationRegistration", "DeleteQueue", "DeleteQuickConnect", "DeleteRoutingProfile", "DeleteRule", "DeleteSecurityProfile", "DeleteTaskTemplate", "DeleteTrafficDistributionGroup", "DeleteUseCase", "DeleteUser", "DeleteUserHierarchyGroup", "DeleteView", "DeleteViewVersion", "DeleteVocabulary", "DeleteWorkspace", "DeleteWorkspaceMedia", "DeleteWorkspacePage", "DescribeAgentStatus", "DescribeAuthenticationProfile", "DescribeContact", "DescribeContactEvaluation", "DescribeContactFlow", "DescribeContactFlowModule", "DescribeContactFlowModuleAlias", "DescribeDataTable", "DescribeDataTableAttribute", "DescribeEmailAddress", "DescribeEvaluationForm", "DescribeForecastingPlanningSchedulingIntegration", "DescribeHoursOfOperation", "DescribeHoursOfOperationOverride", "DescribeInstance", "DescribeInstanceAttribute", "DescribeInstanceStorageConfig", "DescribeNotification", "DescribePhoneNumber", "DescribePredefinedAttribute", "DescribePrompt", "DescribeQueue", "DescribeQuickConnect", "DescribeRoutingProfile", "DescribeRule", "DescribeSecurityProfile", "DescribeTrafficDistributionGroup", "DescribeUser", "DescribeUserHierarchyGroup", "DescribeUserHierarchyStructure", "DescribeView", "DescribeVocabulary", "DescribeWorkspace", "DisassociateAnalyticsDataSet", "DisassociateApprovedOrigin", "DisassociateBot", "DisassociateCustomerProfilesDomain", "DisassociateEmailAddressAlias", "DisassociateFlow", "DisassociateInstanceStorageConfig", "DisassociateLambdaFunction", "DisassociateLexBot", "DisassociatePhoneNumberContactFlow", "DisassociateQueueEmailAddresses", "DisassociateQueueQuickConnects", "DisassociateRoutingProfileQueues", "DisassociateSecurityKey", "DisassociateSecurityProfiles", "DisassociateTrafficDistributionGroupUser", "DisassociateUserProficiencies", "DisassociateWorkspace", "DismissUserContact", "EvaluateDataTableValues", "GetAttachedFile", "GetContactAttributes", "GetContactMetrics", "GetCurrentMetricData", "GetCurrentUserData", "GetEffectiveHoursOfOperations", "GetEvaluationFormValidation", "GetFederationToken", "GetFlowAssociation", "GetMetricData", "GetMetricDataV2", "GetPromptFile", "GetTaskTemplate", "GetTrafficDistribution", "ImportPhoneNumber", "ImportWorkspaceMedia", "ListAgentStatuses", "ListAnalyticsDataAssociations", "ListAnalyticsDataLakeDataSets", "ListApprovedOrigins", "ListAssociatedContacts", "ListAuthenticationProfiles", "ListBots", "ListContactEvaluations", "ListContactFlowModuleAliases", "ListContactFlowModules", "ListContactFlowModuleVersions", "ListContactFlows", "ListContactFlowVersions", "ListContactReferences", "ListDataTableAttributes", "ListDataTablePrimaryValues", "ListDataTables", "ListDataTableValues", "ListDefaultVocabularies", "ListEntitySecurityProfiles", "ListEvaluationForms", "ListEvaluationFormVersions", "ListFlowAssociations", "ListHoursOfOperationOverrides", "ListHoursOfOperations", "ListInstanceAttributes", "ListInstances", "ListInstanceStorageConfigs", "ListIntegrationAssociations", "ListLambdaFunctions", "ListLexBots", "ListNotifications", "ListPhoneNumbers", "ListPhoneNumbersV2", "ListPredefinedAttributes", "ListPrompts", "ListQueueEmailAddresses", "ListQueueQuickConnects", "ListQueues", "ListQuickConnects", "ListRealtimeContactAnalysisSegments", "ListRealtimeContactAnalysisSegmentsV2", "ListRoutingProfileManualAssignmentQueues", "ListRoutingProfileQueues", "ListRoutingProfiles", "ListRules", "ListSecurityKeys", "ListSecurityProfileApplications", "ListSecurityProfileFlowModules", "ListSecurityProfilePermissions", "ListSecurityProfiles", "ListTagsForResource", "ListTaskTemplates", "ListTrafficDistributionGroups", "ListTrafficDistributionGroupUsers", "ListUseCases", "ListUserHierarchyGroups", "ListUserNotifications", "ListUserProficiencies", "ListUsers", "ListViews", "ListViewVersions", "ListWorkspaceMedia", "ListWorkspacePages", "ListWorkspaces", "MonitorContact", "PauseContact", "PutUserStatus", "ReleasePhoneNumber", "ReplicateInstance", "ResumeContact", "ResumeContactRecording", "SearchAgentStatuses", "SearchAvailablePhoneNumbers", "SearchContactEvaluations", "SearchContactFlowModules", "SearchContactFlows", "SearchContacts", "SearchDataTables", "SearchEmailAddresses", "SearchEvaluationForms", "SearchHoursOfOperationOverrides", "SearchHoursOfOperations", "SearchNotifications", "SearchPredefinedAttributes", "SearchPrompts", "SearchQueues", "SearchQuickConnects", "SearchResourceTags", "SearchRoutingProfiles", "SearchSecurityProfiles", "SearchUserHierarchyGroups", "SearchUsers", "SearchViews", "SearchVocabularies", "SearchWorkspaceAssociations", "SearchWorkspaces", "SendChatIntegrationEvent", "SendIntegrationEvent", "SendOutboundChatMessage", "SendOutboundEmail", "SendOutboundWebNotification", "StartAttachedFileUpload", "StartChatContact", "StartContactConversationalAnalyticsJob", "StartContactEvaluation", "StartContactMediaProcessing", "StartContactRecording", "StartContactStreaming", "StartEmailContact", "StartEvaluationFormValidation", "StartForecastingPlanningSchedulingIntegration", "StartOutboundChatContact", "StartOutboundEmailContact", "StartOutboundVoiceContact", "StartScreenSharing", "StartTaskContact", "StartWebRTCContact", "StopContact", "StopContactMediaProcessing", "StopContactRecording", "StopContactStreaming", "StopForecastingPlanningSchedulingIntegration", "SubmitContactEvaluation", "SuspendContactRecording", "TagContact", "TagResource", "TransferContact", "UntagContact", "UntagResource", "UpdateAgentStatus", "UpdateAuthenticationProfile", "UpdateContact", "UpdateContactAttributes", "UpdateContactEvaluation", "UpdateContactFlowContent", "UpdateContactFlowMetadata", "UpdateContactFlowModuleAlias", "UpdateContactFlowModuleContent", "UpdateContactFlowModuleMetadata", "UpdateContactFlowName", "UpdateContactRoutingData", "UpdateContactSchedule", "UpdateDataTableAttribute", "UpdateDataTableMetadata", "UpdateDataTablePrimaryValues", "UpdateEmailAddressMetadata", "UpdateEvaluationForm", "UpdateHoursOfOperation", "UpdateHoursOfOperationOverride", "UpdateInstanceAttribute", "UpdateInstanceStorageConfig", "UpdateNotificationContent", "UpdateParticipantAuthentication", "UpdateParticipantRoleConfig", "UpdatePhoneNumber", "UpdatePhoneNumberMetadata", "UpdatePredefinedAttribute", "UpdatePrompt", "UpdateQueueHoursOfOperation", "UpdateQueueMaxContacts", "UpdateQueueName", "UpdateQueueOutboundCallerConfig", "UpdateQueueOutboundEmailConfig", "UpdateQueueStatus", "UpdateQuickConnectConfig", "UpdateQuickConnectName", "UpdateRoutingProfileAgentAvailabilityTimer", "UpdateRoutingProfileConcurrency", "UpdateRoutingProfileDefaultOutboundQueue", "UpdateRoutingProfileName", "UpdateRoutingProfileQueues", "UpdateRule", "UpdateSecurityProfile", "UpdateTaskTemplate", "UpdateTrafficDistribution", "UpdateUserHierarchy", "UpdateUserHierarchyGroupName", "UpdateUserHierarchyStructure", "UpdateUserIdentityInfo", "UpdateUserNotificationStatus", "UpdateUserPhoneConfig", "UpdateUserProficiencies", "UpdateUserRoutingProfile", "UpdateUserSecurityProfiles", "UpdateViewContent", "UpdateViewMetadata", "UpdateWorkspaceMetadata", "UpdateWorkspacePage", "UpdateWorkspaceTheme", "UpdateWorkspaceVisibility"];
|
|
2
2
|
export type ConnectAction = (typeof connectActions)[number];
|
|
3
3
|
export declare function connect(action: ConnectAction | "*"): `connect:${ConnectAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connect.d.ts","sourceRoot":"","sources":["../../src/catalog/connect.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"connect.d.ts","sourceRoot":"","sources":["../../src/catalog/connect.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,oySAgXjB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5D,wBAAgB,OAAO,CAAC,MAAM,EAAE,aAAa,GAAG,GAAG,GAAG,WAAW,aAAa,GAAG,GAAG,EAAE,CAErF"}
|
package/dist/catalog/connect.js
CHANGED
|
@@ -33,6 +33,7 @@ export const connectActions = [
|
|
|
33
33
|
"ClaimPhoneNumber",
|
|
34
34
|
"CompleteAttachedFileUpload",
|
|
35
35
|
"CreateAgentStatus",
|
|
36
|
+
"CreateAttachedFile",
|
|
36
37
|
"CreateAuthenticationProfile",
|
|
37
38
|
"CreateContact",
|
|
38
39
|
"CreateContactFlow",
|
|
@@ -164,6 +165,7 @@ export const connectActions = [
|
|
|
164
165
|
"GetCurrentMetricData",
|
|
165
166
|
"GetCurrentUserData",
|
|
166
167
|
"GetEffectiveHoursOfOperations",
|
|
168
|
+
"GetEvaluationFormValidation",
|
|
167
169
|
"GetFederationToken",
|
|
168
170
|
"GetFlowAssociation",
|
|
169
171
|
"GetMetricData",
|
|
@@ -277,11 +279,13 @@ export const connectActions = [
|
|
|
277
279
|
"SendOutboundWebNotification",
|
|
278
280
|
"StartAttachedFileUpload",
|
|
279
281
|
"StartChatContact",
|
|
282
|
+
"StartContactConversationalAnalyticsJob",
|
|
280
283
|
"StartContactEvaluation",
|
|
281
284
|
"StartContactMediaProcessing",
|
|
282
285
|
"StartContactRecording",
|
|
283
286
|
"StartContactStreaming",
|
|
284
287
|
"StartEmailContact",
|
|
288
|
+
"StartEvaluationFormValidation",
|
|
285
289
|
"StartForecastingPlanningSchedulingIntegration",
|
|
286
290
|
"StartOutboundChatContact",
|
|
287
291
|
"StartOutboundEmailContact",
|
package/dist/catalog/ecs.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ecsActions: readonly ["ContinueServiceDeployment", "CreateCapacityProvider", "CreateCluster", "CreateDaemon", "CreateExpressGatewayService", "CreateService", "CreateTaskSet", "DeleteAccountSetting", "DeleteAttributes", "DeleteCapacityProvider", "DeleteCluster", "DeleteDaemon", "DeleteDaemonTaskDefinition", "DeleteExpressGatewayService", "DeleteService", "DeleteTaskDefinitions", "DeleteTaskSet", "DeregisterContainerInstance", "DeregisterTaskDefinition", "DescribeCapacityProviders", "DescribeClusters", "DescribeContainerInstances", "DescribeDaemon", "DescribeDaemonDeployments", "DescribeDaemonRevisions", "DescribeDaemonTaskDefinition", "DescribeExpressGatewayService", "DescribeServiceDeployments", "DescribeServiceRevisions", "DescribeServices", "DescribeTaskDefinition", "DescribeTasks", "DescribeTaskSets", "DiscoverPollEndpoint", "ExecuteCommand", "GetTaskProtection", "ListAccountSettings", "ListAttributes", "ListClusters", "ListContainerInstances", "ListDaemonDeployments", "ListDaemons", "ListDaemonTaskDefinitions", "ListServiceDeployments", "ListServices", "ListServicesByNamespace", "ListTagsForResource", "ListTaskDefinitionFamilies", "ListTaskDefinitions", "ListTasks", "Poll", "PutAccountSetting", "PutAccountSettingDefault", "PutAttributes", "PutClusterCapacityProviders", "PutSystemLogEvents", "RegisterContainerInstance", "RegisterDaemonTaskDefinition", "RegisterTaskDefinition", "RunTask", "StartTask", "StartTelemetrySession", "StopServiceDeployment", "StopTask", "SubmitAttachmentStateChanges", "SubmitContainerStateChange", "SubmitTaskStateChange", "TagResource", "UntagResource", "UpdateCapacityProvider", "UpdateCluster", "UpdateClusterSettings", "UpdateContainerAgent", "UpdateContainerInstancesState", "UpdateDaemon", "UpdateExpressGatewayService", "UpdateService", "UpdateServicePrimaryTaskSet", "UpdateTaskProtection", "UpdateTaskSet"];
|
|
1
|
+
export declare const ecsActions: readonly ["AllowVendedLogDeliveryForResource", "ContinueServiceDeployment", "CreateCapacityProvider", "CreateCluster", "CreateDaemon", "CreateExpressGatewayService", "CreateService", "CreateTaskSet", "DeleteAccountSetting", "DeleteAttributes", "DeleteCapacityProvider", "DeleteCluster", "DeleteDaemon", "DeleteDaemonTaskDefinition", "DeleteExpressGatewayService", "DeleteService", "DeleteTaskDefinitions", "DeleteTaskSet", "DeregisterContainerInstance", "DeregisterTaskDefinition", "DescribeCapacityProviders", "DescribeClusters", "DescribeContainerInstances", "DescribeDaemon", "DescribeDaemonDeployments", "DescribeDaemonRevisions", "DescribeDaemonTaskDefinition", "DescribeExpressGatewayService", "DescribeServiceDeployments", "DescribeServiceRevisions", "DescribeServices", "DescribeTaskDefinition", "DescribeTasks", "DescribeTaskSets", "DiscoverPollEndpoint", "ExecuteCommand", "GetTaskProtection", "ListAccountSettings", "ListAttributes", "ListClusters", "ListContainerInstances", "ListDaemonDeployments", "ListDaemons", "ListDaemonTaskDefinitions", "ListServiceDeployments", "ListServices", "ListServicesByNamespace", "ListTagsForResource", "ListTaskDefinitionFamilies", "ListTaskDefinitions", "ListTasks", "Poll", "PutAccountSetting", "PutAccountSettingDefault", "PutAttributes", "PutClusterCapacityProviders", "PutSystemLogEvents", "RegisterContainerInstance", "RegisterDaemonTaskDefinition", "RegisterTaskDefinition", "RunTask", "StartTask", "StartTelemetrySession", "StopServiceDeployment", "StopTask", "SubmitAttachmentStateChanges", "SubmitContainerStateChange", "SubmitTaskStateChange", "TagResource", "UntagResource", "UpdateCapacityProvider", "UpdateCluster", "UpdateClusterSettings", "UpdateContainerAgent", "UpdateContainerInstancesState", "UpdateDaemon", "UpdateExpressGatewayService", "UpdateService", "UpdateServicePrimaryTaskSet", "UpdateTaskProtection", "UpdateTaskSet"];
|
|
2
2
|
export type EcsAction = (typeof ecsActions)[number];
|
|
3
3
|
export declare function ecs(action: EcsAction | "*"): `ecs:${EcsAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=ecs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecs.d.ts","sourceRoot":"","sources":["../../src/catalog/ecs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"ecs.d.ts","sourceRoot":"","sources":["../../src/catalog/ecs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,u2DAkFb,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpD,wBAAgB,GAAG,CAAC,MAAM,EAAE,SAAS,GAAG,GAAG,GAAG,OAAO,SAAS,GAAG,GAAG,EAAE,CAErE"}
|
package/dist/catalog/ecs.js
CHANGED
package/dist/catalog/eks.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const eksActions: readonly ["AccessKubernetesApi", "AssociateAccessPolicy", "AssociateEncryptionConfig", "AssociateIdentityProviderConfig", "CreateAccessEntry", "CreateAddon", "CreateCapability", "CreateCluster", "CreateEksAnywhereSubscription", "CreateFargateProfile", "CreateNodegroup", "CreatePodIdentityAssociation", "DeleteAccessEntry", "DeleteAddon", "DeleteCapability", "DeleteCluster", "DeleteEksAnywhereSubscription", "DeleteFargateProfile", "DeleteNodegroup", "DeletePodIdentityAssociation", "DeregisterCluster", "DescribeAccessEntry", "DescribeAddon", "DescribeAddonConfiguration", "DescribeAddonVersions", "DescribeCapability", "DescribeCluster", "DescribeClusterVersions", "DescribeEksAnywhereSubscription", "DescribeFargateProfile", "DescribeIdentityProviderConfig", "DescribeInsight", "DescribeInsightsRefresh", "DescribeNodegroup", "DescribePodIdentityAssociation", "DescribeUpdate", "DisassociateAccessPolicy", "DisassociateIdentityProviderConfig", "ListAccessEntries", "ListAccessPolicies", "ListAddons", "ListAssociatedAccessPolicies", "ListCapabilities", "ListClusters", "ListDashboardData", "ListDashboardResources", "ListEksAnywhereSubscriptions", "ListFargateProfiles", "ListIdentityProviderConfigs", "ListInsights", "ListNodegroups", "ListPodIdentityAssociations", "ListTagsForResource", "ListUpdates", "MutateViaKubernetesApi", "RegisterCluster", "StartInsightsRefresh", "TagResource", "UntagResource", "UpdateAccessEntry", "UpdateAddon", "UpdateCapability", "UpdateClusterConfig", "UpdateClusterVersion", "UpdateEksAnywhereSubscription", "UpdateNodegroupConfig", "UpdateNodegroupVersion", "UpdatePodIdentityAssociation"];
|
|
1
|
+
export declare const eksActions: readonly ["AccessKubernetesApi", "AssociateAccessPolicy", "AssociateEncryptionConfig", "AssociateIdentityProviderConfig", "CancelUpdate", "CreateAccessEntry", "CreateAddon", "CreateCapability", "CreateCluster", "CreateEksAnywhereSubscription", "CreateFargateProfile", "CreateNodegroup", "CreatePodIdentityAssociation", "DeleteAccessEntry", "DeleteAddon", "DeleteCapability", "DeleteCluster", "DeleteEksAnywhereSubscription", "DeleteFargateProfile", "DeleteNodegroup", "DeletePodIdentityAssociation", "DeregisterCluster", "DescribeAccessEntry", "DescribeAddon", "DescribeAddonConfiguration", "DescribeAddonVersions", "DescribeCapability", "DescribeCluster", "DescribeClusterVersions", "DescribeEksAnywhereSubscription", "DescribeFargateProfile", "DescribeIdentityProviderConfig", "DescribeInsight", "DescribeInsightsRefresh", "DescribeNodegroup", "DescribePodIdentityAssociation", "DescribeUpdate", "DisassociateAccessPolicy", "DisassociateIdentityProviderConfig", "ListAccessEntries", "ListAccessPolicies", "ListAddons", "ListAssociatedAccessPolicies", "ListCapabilities", "ListClusters", "ListDashboardData", "ListDashboardResources", "ListEksAnywhereSubscriptions", "ListFargateProfiles", "ListIdentityProviderConfigs", "ListInsights", "ListNodegroups", "ListPodIdentityAssociations", "ListTagsForResource", "ListUpdates", "MutateViaKubernetesApi", "RegisterCluster", "StartInsightsRefresh", "TagResource", "UntagResource", "UpdateAccessEntry", "UpdateAddon", "UpdateCapability", "UpdateClusterConfig", "UpdateClusterVersion", "UpdateEksAnywhereSubscription", "UpdateNodegroupConfig", "UpdateNodegroupVersion", "UpdatePodIdentityAssociation"];
|
|
2
2
|
export type EksAction = (typeof eksActions)[number];
|
|
3
3
|
export declare function eks(action: EksAction | "*"): `eks:${EksAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=eks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eks.d.ts","sourceRoot":"","sources":["../../src/catalog/eks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"eks.d.ts","sourceRoot":"","sources":["../../src/catalog/eks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,8mDAsEb,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpD,wBAAgB,GAAG,CAAC,MAAM,EAAE,SAAS,GAAG,GAAG,GAAG,OAAO,SAAS,GAAG,GAAG,EAAE,CAErE"}
|
package/dist/catalog/eks.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const gameliftstreamsActions: readonly ["AddStreamGroupLocations", "AssociateApplications", "CreateApplication", "CreateStreamGroup", "CreateStreamSessionConnection", "DeleteApplication", "DeleteStreamGroup", "DisassociateApplications", "ExportStreamSessionFiles", "GetApplication", "GetStreamGroup", "GetStreamSession", "ListApplications", "ListStreamGroups", "ListStreamSessions", "ListStreamSessionsByAccount", "ListTagsForResource", "RemoveStreamGroupLocations", "StartStreamSession", "TagResource", "TerminateStreamSession", "UntagResource", "UpdateApplication", "UpdateStreamGroup"];
|
|
1
|
+
export declare const gameliftstreamsActions: readonly ["AddStreamGroupLocations", "AssociateApplications", "CreateApplication", "CreateStreamGroup", "CreateStreamSessionAdminShell", "CreateStreamSessionConnection", "DeleteApplication", "DeleteStreamGroup", "DisassociateApplications", "ExportStreamSessionFiles", "GetApplication", "GetStreamGroup", "GetStreamSession", "ListApplications", "ListStreamGroups", "ListStreamSessions", "ListStreamSessionsByAccount", "ListTagsForResource", "RemoveStreamGroupLocations", "StartStreamSession", "TagResource", "TerminateStreamSession", "UntagResource", "UpdateApplication", "UpdateStreamGroup"];
|
|
2
2
|
export type GameliftstreamsAction = (typeof gameliftstreamsActions)[number];
|
|
3
3
|
export declare function gameliftstreams(action: GameliftstreamsAction | "*"): `gameliftstreams:${GameliftstreamsAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=gameliftstreams.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gameliftstreams.d.ts","sourceRoot":"","sources":["../../src/catalog/gameliftstreams.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"gameliftstreams.d.ts","sourceRoot":"","sources":["../../src/catalog/gameliftstreams.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,ilBA0BzB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5E,wBAAgB,eAAe,CAAC,MAAM,EAAE,qBAAqB,GAAG,GAAG,GAAG,mBAAmB,qBAAqB,GAAG,GAAG,EAAE,CAErH"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const networkFirewallActions: readonly ["AcceptNetworkFirewallTransitGatewayAttachment", "AssociateAvailabilityZones", "AssociateFirewallPolicy", "AssociateSubnets", "AttachRuleGroupsToProxyConfiguration", "CreateFirewall", "CreateFirewallPolicy", "CreateProxy", "CreateProxyConfiguration", "CreateProxyRuleGroup", "CreateProxyRules", "CreateRuleGroup", "CreateTLSInspectionConfiguration", "CreateVpcEndpointAssociation", "DeleteFirewall", "DeleteFirewallPolicy", "DeleteNetworkFirewallTransitGatewayAttachment", "DeleteProxy", "DeleteProxyConfiguration", "DeleteProxyRuleGroup", "DeleteProxyRules", "DeleteResourcePolicy", "DeleteRuleGroup", "DeleteTLSInspectionConfiguration", "DeleteVpcEndpointAssociation", "DescribeFirewall", "DescribeFirewallMetadata", "DescribeFirewallPolicy", "DescribeFlowOperation", "DescribeLoggingConfiguration", "DescribeProxy", "DescribeProxyConfiguration", "DescribeProxyRule", "DescribeProxyRuleGroup", "DescribeResourcePolicy", "DescribeRuleGroup", "DescribeRuleGroupMetadata", "DescribeRuleGroupSummary", "DescribeTLSInspectionConfiguration", "DescribeVpcEndpointAssociation", "DetachRuleGroupsFromProxyConfiguration", "DisassociateAvailabilityZones", "DisassociateSubnets", "GetAnalysisReportResults", "ListAnalysisReports", "ListFirewallPolicies", "ListFirewalls", "ListFlowOperationResults", "ListFlowOperations", "ListProxies", "ListProxyConfigurations", "ListProxyRuleGroups", "ListRuleGroups", "ListTagsForResource", "ListTLSInspectionConfigurations", "ListVpcEndpointAssociations", "PutResourcePolicy", "RejectNetworkFirewallTransitGatewayAttachment", "StartAnalysisReport", "StartFlowCapture", "StartFlowFlush", "TagResource", "UntagResource", "UpdateAvailabilityZoneChangeProtection", "UpdateFirewallAnalysisSettings", "UpdateFirewallDeleteProtection", "UpdateFirewallDescription", "UpdateFirewallEncryptionConfiguration", "UpdateFirewallPolicy", "UpdateFirewallPolicyChangeProtection", "UpdateLoggingConfiguration", "UpdateProxy", "UpdateProxyConfiguration", "UpdateProxyRule", "UpdateProxyRuleGroupPriorities", "UpdateProxyRulePriorities", "UpdateRuleGroup", "UpdateSubnetChangeProtection", "UpdateTLSInspectionConfiguration"];
|
|
1
|
+
export declare const networkFirewallActions: readonly ["AcceptNetworkFirewallTransitGatewayAttachment", "AssociateAvailabilityZones", "AssociateFirewallPolicy", "AssociateSubnets", "AttachRuleGroupsToProxyConfiguration", "CreateContainerAssociation", "CreateFirewall", "CreateFirewallPolicy", "CreateProxy", "CreateProxyConfiguration", "CreateProxyRuleGroup", "CreateProxyRules", "CreateRuleGroup", "CreateTLSInspectionConfiguration", "CreateVpcEndpointAssociation", "DeleteContainerAssociation", "DeleteFirewall", "DeleteFirewallPolicy", "DeleteNetworkFirewallTransitGatewayAttachment", "DeleteProxy", "DeleteProxyConfiguration", "DeleteProxyRuleGroup", "DeleteProxyRules", "DeleteResourcePolicy", "DeleteRuleGroup", "DeleteTLSInspectionConfiguration", "DeleteVpcEndpointAssociation", "DescribeContainerAssociation", "DescribeFirewall", "DescribeFirewallMetadata", "DescribeFirewallPolicy", "DescribeFlowOperation", "DescribeLoggingConfiguration", "DescribeProxy", "DescribeProxyConfiguration", "DescribeProxyRule", "DescribeProxyRuleGroup", "DescribeResourcePolicy", "DescribeRuleGroup", "DescribeRuleGroupMetadata", "DescribeRuleGroupSummary", "DescribeTLSInspectionConfiguration", "DescribeVpcEndpointAssociation", "DetachRuleGroupsFromProxyConfiguration", "DisassociateAvailabilityZones", "DisassociateSubnets", "GetAnalysisReportResults", "ListAnalysisReports", "ListContainerAssociations", "ListFirewallPolicies", "ListFirewalls", "ListFlowOperationResults", "ListFlowOperations", "ListProxies", "ListProxyConfigurations", "ListProxyRuleGroups", "ListRuleGroups", "ListTagsForResource", "ListTLSInspectionConfigurations", "ListVpcEndpointAssociations", "PutResourcePolicy", "RejectNetworkFirewallTransitGatewayAttachment", "StartAnalysisReport", "StartFlowCapture", "StartFlowFlush", "TagResource", "UntagResource", "UpdateAvailabilityZoneChangeProtection", "UpdateContainerAssociation", "UpdateFirewallAnalysisSettings", "UpdateFirewallDeleteProtection", "UpdateFirewallDescription", "UpdateFirewallEncryptionConfiguration", "UpdateFirewallPolicy", "UpdateFirewallPolicyChangeProtection", "UpdateLoggingConfiguration", "UpdateProxy", "UpdateProxyConfiguration", "UpdateProxyRule", "UpdateProxyRuleGroupPriorities", "UpdateProxyRulePriorities", "UpdateRuleGroup", "UpdateSubnetChangeProtection", "UpdateTLSInspectionConfiguration"];
|
|
2
2
|
export type NetworkFirewallAction = (typeof networkFirewallActions)[number];
|
|
3
3
|
export declare function networkFirewall(action: NetworkFirewallAction | "*"): `network-firewall:${NetworkFirewallAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=network-firewall.d.ts.map
|