@jjrawlins/cdk-iam-policy-builder-helper 0.0.64 → 0.0.66
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/.jsii +3 -3
- package/cdk-iam-policy-builder-helper/go.mod +1 -1
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/constructs/Actions.d.ts +100 -8
- package/lib/constructs/Actions.js +101 -9
- package/lib/constructs/ManagedPolicies.d.ts +28 -0
- package/lib/constructs/ManagedPolicies.js +29 -1
- package/methods_list.txt +19419 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +15 -15
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +12 -12
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +13 -13
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +10 -10
- package/node_modules/@aws-sdk/client-iam/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +17 -12
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +16 -11
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/package.json +5 -5
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-iam": "^3.
|
|
10
|
+
"@aws-sdk/client-iam": "^3.916.0",
|
|
11
11
|
"axios": "^1.8.2",
|
|
12
12
|
"jsonc-parser": "^3.3.1"
|
|
13
13
|
},
|
|
@@ -3526,6 +3526,6 @@
|
|
|
3526
3526
|
}
|
|
3527
3527
|
},
|
|
3528
3528
|
"types": {},
|
|
3529
|
-
"version": "0.0.
|
|
3530
|
-
"fingerprint": "
|
|
3529
|
+
"version": "0.0.66",
|
|
3530
|
+
"fingerprint": "K/EB/7JvheI0uoQ9svnEpT6jdRzV/y0N2CI3p59hD20="
|
|
3531
3531
|
}
|
|
@@ -3,7 +3,7 @@ module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdk-iam-policy-bui
|
|
|
3
3
|
go 1.23
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
|
-
github.com/aws/jsii-runtime-go v1.
|
|
6
|
+
github.com/aws/jsii-runtime-go v1.117.0
|
|
7
7
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
|
|
8
8
|
github.com/aws/constructs-go/constructs/v10 v10.4.2
|
|
9
9
|
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.257 // indirect
|
|
@@ -13,7 +13,7 @@ import (
|
|
|
13
13
|
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
|
|
14
14
|
)
|
|
15
15
|
|
|
16
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.65.tgz
|
|
17
17
|
var tarball []byte
|
|
18
18
|
|
|
19
19
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -24,5 +24,5 @@ func Initialize() {
|
|
|
24
24
|
constructs.Initialize()
|
|
25
25
|
|
|
26
26
|
// Load this library into the kernel
|
|
27
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.65", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.65
|
|
@@ -200,6 +200,9 @@ export declare const Actions: {
|
|
|
200
200
|
RevokeCertificate: string;
|
|
201
201
|
UpdateCertificateOptions: string;
|
|
202
202
|
};
|
|
203
|
+
'action-recommendations': {
|
|
204
|
+
ListRecommendedActions: string;
|
|
205
|
+
};
|
|
203
206
|
activate: {
|
|
204
207
|
CreateForm: string;
|
|
205
208
|
GetAccountContact: string;
|
|
@@ -215,25 +218,34 @@ export declare const Actions: {
|
|
|
215
218
|
CreateInvestigationEvent: string;
|
|
216
219
|
CreateInvestigationGroup: string;
|
|
217
220
|
CreateInvestigationResource: string;
|
|
221
|
+
CreateReport: string;
|
|
218
222
|
DeleteInvestigation: string;
|
|
219
223
|
DeleteInvestigationGroup: string;
|
|
220
224
|
DeleteInvestigationGroupPolicy: string;
|
|
225
|
+
GenerateReport: string;
|
|
221
226
|
GetEphemeralInvestigationResults: string;
|
|
227
|
+
GetFact: string;
|
|
228
|
+
GetFactVersions: string;
|
|
222
229
|
GetInvestigation: string;
|
|
223
230
|
GetInvestigationEvent: string;
|
|
224
231
|
GetInvestigationGroup: string;
|
|
225
232
|
GetInvestigationGroupPolicy: string;
|
|
226
233
|
GetInvestigationResource: string;
|
|
234
|
+
GetReport: string;
|
|
235
|
+
ListFacts: string;
|
|
227
236
|
ListInvestigationEvents: string;
|
|
228
237
|
ListInvestigationGroups: string;
|
|
229
238
|
ListInvestigations: string;
|
|
239
|
+
ListReports: string;
|
|
230
240
|
ListTagsForResource: string;
|
|
241
|
+
PutFact: string;
|
|
231
242
|
PutInvestigationGroupPolicy: string;
|
|
232
243
|
TagResource: string;
|
|
233
244
|
UntagResource: string;
|
|
234
245
|
UpdateInvestigation: string;
|
|
235
246
|
UpdateInvestigationEvent: string;
|
|
236
247
|
UpdateInvestigationGroup: string;
|
|
248
|
+
UpdateReport: string;
|
|
237
249
|
ValidateInvestigationGroup: string;
|
|
238
250
|
};
|
|
239
251
|
airflow: {
|
|
@@ -585,14 +597,6 @@ export declare const Actions: {
|
|
|
585
597
|
TagResource: string;
|
|
586
598
|
UntagResource: string;
|
|
587
599
|
};
|
|
588
|
-
'application-cost-profiler': {
|
|
589
|
-
DeleteReportDefinition: string;
|
|
590
|
-
GetReportDefinition: string;
|
|
591
|
-
ImportApplicationUsage: string;
|
|
592
|
-
ListReportDefinitions: string;
|
|
593
|
-
PutReportDefinition: string;
|
|
594
|
-
UpdateReportDefinition: string;
|
|
595
|
-
};
|
|
596
600
|
'application-signals': {
|
|
597
601
|
BatchGetServiceLevelObjectiveBudgetReport: string;
|
|
598
602
|
BatchUpdateExclusionWindows: string;
|
|
@@ -1731,6 +1735,10 @@ export declare const Actions: {
|
|
|
1731
1735
|
};
|
|
1732
1736
|
'bedrock-agentcore': {
|
|
1733
1737
|
AllowVendedLogDeliveryForResource: string;
|
|
1738
|
+
BatchCreateMemoryRecords: string;
|
|
1739
|
+
BatchDeleteMemoryRecords: string;
|
|
1740
|
+
BatchUpdateMemoryRecords: string;
|
|
1741
|
+
CompleteResourceTokenAuth: string;
|
|
1734
1742
|
ConnectBrowserAutomationStream: string;
|
|
1735
1743
|
ConnectBrowserLiveViewStream: string;
|
|
1736
1744
|
CreateAgentRuntime: string;
|
|
@@ -1756,6 +1764,7 @@ export declare const Actions: {
|
|
|
1756
1764
|
DeleteMemoryRecord: string;
|
|
1757
1765
|
DeleteOauth2CredentialProvider: string;
|
|
1758
1766
|
DeleteWorkloadIdentity: string;
|
|
1767
|
+
GetAgentCard: string;
|
|
1759
1768
|
GetAgentRuntime: string;
|
|
1760
1769
|
GetAgentRuntimeEndpoint: string;
|
|
1761
1770
|
GetApiKeyCredentialProvider: string;
|
|
@@ -1777,7 +1786,9 @@ export declare const Actions: {
|
|
|
1777
1786
|
GetWorkloadAccessTokenForUserId: string;
|
|
1778
1787
|
GetWorkloadIdentity: string;
|
|
1779
1788
|
InvokeAgentRuntime: string;
|
|
1789
|
+
InvokeAgentRuntimeForUser: string;
|
|
1780
1790
|
InvokeCodeInterpreter: string;
|
|
1791
|
+
InvokeGateway: string;
|
|
1781
1792
|
ListActors: string;
|
|
1782
1793
|
ListAgentRuntimeEndpoints: string;
|
|
1783
1794
|
ListAgentRuntimes: string;
|
|
@@ -1802,6 +1813,7 @@ export declare const Actions: {
|
|
|
1802
1813
|
StartCodeInterpreterSession: string;
|
|
1803
1814
|
StopBrowserSession: string;
|
|
1804
1815
|
StopCodeInterpreterSession: string;
|
|
1816
|
+
StopRuntimeSession: string;
|
|
1805
1817
|
SynchronizeGatewayTargets: string;
|
|
1806
1818
|
TagResource: string;
|
|
1807
1819
|
UntagResource: string;
|
|
@@ -5982,13 +5994,16 @@ export declare const Actions: {
|
|
|
5982
5994
|
DbConnect: string;
|
|
5983
5995
|
DbConnectAdmin: string;
|
|
5984
5996
|
DeleteCluster: string;
|
|
5997
|
+
DeleteClusterPolicy: string;
|
|
5985
5998
|
GetBackupJob: string;
|
|
5986
5999
|
GetCluster: string;
|
|
6000
|
+
GetClusterPolicy: string;
|
|
5987
6001
|
GetRestoreJob: string;
|
|
5988
6002
|
GetVpcEndpointServiceName: string;
|
|
5989
6003
|
InjectError: string;
|
|
5990
6004
|
ListClusters: string;
|
|
5991
6005
|
ListTagsForResource: string;
|
|
6006
|
+
PutClusterPolicy: string;
|
|
5992
6007
|
PutMultiRegionProperties: string;
|
|
5993
6008
|
PutWitnessRegion: string;
|
|
5994
6009
|
RemovePeerCluster: string;
|
|
@@ -7006,6 +7021,7 @@ export declare const Actions: {
|
|
|
7006
7021
|
ListPodIdentityAssociations: string;
|
|
7007
7022
|
ListTagsForResource: string;
|
|
7008
7023
|
ListUpdates: string;
|
|
7024
|
+
MutateViaKubernetesApi: string;
|
|
7009
7025
|
RegisterCluster: string;
|
|
7010
7026
|
StartInsightsRefresh: string;
|
|
7011
7027
|
TagResource: string;
|
|
@@ -9059,6 +9075,10 @@ export declare const Actions: {
|
|
|
9059
9075
|
DescribeFHIRExportJob: string;
|
|
9060
9076
|
DescribeFHIRExportJobWithGet: string;
|
|
9061
9077
|
DescribeFHIRImportJob: string;
|
|
9078
|
+
ExpandValueSetWithGet: string;
|
|
9079
|
+
ExpandValueSetWithPost: string;
|
|
9080
|
+
GenerateDocumentWithGet: string;
|
|
9081
|
+
GenerateDocumentWithPost: string;
|
|
9062
9082
|
GetCapabilities: string;
|
|
9063
9083
|
GetExportedFile: string;
|
|
9064
9084
|
GetHistoryByResourceId: string;
|
|
@@ -9066,6 +9086,9 @@ export declare const Actions: {
|
|
|
9066
9086
|
ListFHIRExportJobs: string;
|
|
9067
9087
|
ListFHIRImportJobs: string;
|
|
9068
9088
|
ListTagsForResource: string;
|
|
9089
|
+
LookupCodeSystemWithGet: string;
|
|
9090
|
+
LookupCodeSystemWithPost: string;
|
|
9091
|
+
PatchResource: string;
|
|
9069
9092
|
ProcessBundle: string;
|
|
9070
9093
|
ReadResource: string;
|
|
9071
9094
|
SearchEverything: string;
|
|
@@ -9078,6 +9101,7 @@ export declare const Actions: {
|
|
|
9078
9101
|
TagResource: string;
|
|
9079
9102
|
UntagResource: string;
|
|
9080
9103
|
UpdateResource: string;
|
|
9104
|
+
ValidateResource: string;
|
|
9081
9105
|
VersionReadResource: string;
|
|
9082
9106
|
};
|
|
9083
9107
|
honeycode: {
|
|
@@ -10749,6 +10773,7 @@ export declare const Actions: {
|
|
|
10749
10773
|
GetResourcePolicy: string;
|
|
10750
10774
|
GetShardIterator: string;
|
|
10751
10775
|
IncreaseStreamRetentionPeriod: string;
|
|
10776
|
+
InjectApiError: string;
|
|
10752
10777
|
ListShards: string;
|
|
10753
10778
|
ListStreamConsumers: string;
|
|
10754
10779
|
ListStreams: string;
|
|
@@ -12097,10 +12122,12 @@ export declare const Actions: {
|
|
|
12097
12122
|
GetEventBridgeRuleTemplate: string;
|
|
12098
12123
|
GetEventBridgeRuleTemplateGroup: string;
|
|
12099
12124
|
GetSignalMap: string;
|
|
12125
|
+
ListAlerts: string;
|
|
12100
12126
|
ListChannelPlacementGroups: string;
|
|
12101
12127
|
ListChannels: string;
|
|
12102
12128
|
ListCloudWatchAlarmTemplateGroups: string;
|
|
12103
12129
|
ListCloudWatchAlarmTemplates: string;
|
|
12130
|
+
ListClusterAlerts: string;
|
|
12104
12131
|
ListClusters: string;
|
|
12105
12132
|
ListEventBridgeRuleTemplateGroups: string;
|
|
12106
12133
|
ListEventBridgeRuleTemplates: string;
|
|
@@ -12108,6 +12135,7 @@ export declare const Actions: {
|
|
|
12108
12135
|
ListInputDeviceTransfers: string;
|
|
12109
12136
|
ListInputs: string;
|
|
12110
12137
|
ListInputSecurityGroups: string;
|
|
12138
|
+
ListMultiplexAlerts: string;
|
|
12111
12139
|
ListMultiplexes: string;
|
|
12112
12140
|
ListMultiplexPrograms: string;
|
|
12113
12141
|
ListNetworks: string;
|
|
@@ -13323,6 +13351,7 @@ export declare const Actions: {
|
|
|
13323
13351
|
UntagResource: string;
|
|
13324
13352
|
UpdateCloudExadataInfrastructure: string;
|
|
13325
13353
|
UpdateOdbNetwork: string;
|
|
13354
|
+
UpdateOdbPeeringConnection: string;
|
|
13326
13355
|
};
|
|
13327
13356
|
omics: {
|
|
13328
13357
|
AbortMultipartReadSetUpload: string;
|
|
@@ -14486,6 +14515,7 @@ export declare const Actions: {
|
|
|
14486
14515
|
CancelIngestion: string;
|
|
14487
14516
|
CreateAccountCustomization: string;
|
|
14488
14517
|
CreateAccountSubscription: string;
|
|
14518
|
+
CreateActionConnector: string;
|
|
14489
14519
|
CreateAdmin: string;
|
|
14490
14520
|
CreateAnalysis: string;
|
|
14491
14521
|
CreateBrand: string;
|
|
@@ -14494,6 +14524,7 @@ export declare const Actions: {
|
|
|
14494
14524
|
CreateDataSet: string;
|
|
14495
14525
|
CreateDataSource: string;
|
|
14496
14526
|
CreateEmailCustomizationTemplate: string;
|
|
14527
|
+
CreateExtensionAccess: string;
|
|
14497
14528
|
CreateFolder: string;
|
|
14498
14529
|
CreateFolderMembership: string;
|
|
14499
14530
|
CreateGroup: string;
|
|
@@ -14515,6 +14546,7 @@ export declare const Actions: {
|
|
|
14515
14546
|
DeleteAccountCustomization: string;
|
|
14516
14547
|
DeleteAccountCustomPermission: string;
|
|
14517
14548
|
DeleteAccountSubscription: string;
|
|
14549
|
+
DeleteActionConnector: string;
|
|
14518
14550
|
DeleteAnalysis: string;
|
|
14519
14551
|
DeleteBrand: string;
|
|
14520
14552
|
DeleteBrandAssignment: string;
|
|
@@ -14525,6 +14557,7 @@ export declare const Actions: {
|
|
|
14525
14557
|
DeleteDataSource: string;
|
|
14526
14558
|
DeleteDefaultQBusinessApplication: string;
|
|
14527
14559
|
DeleteEmailCustomizationTemplate: string;
|
|
14560
|
+
DeleteExtensionAccess: string;
|
|
14528
14561
|
DeleteFolder: string;
|
|
14529
14562
|
DeleteFolderMembership: string;
|
|
14530
14563
|
DeleteGroup: string;
|
|
@@ -14549,6 +14582,10 @@ export declare const Actions: {
|
|
|
14549
14582
|
DescribeAccountCustomPermission: string;
|
|
14550
14583
|
DescribeAccountSettings: string;
|
|
14551
14584
|
DescribeAccountSubscription: string;
|
|
14585
|
+
DescribeActionConnector: string;
|
|
14586
|
+
DescribeActionConnectorPermissions: string;
|
|
14587
|
+
DescribeAgent: string;
|
|
14588
|
+
DescribeAgentPermissions: string;
|
|
14552
14589
|
DescribeAnalysis: string;
|
|
14553
14590
|
DescribeAnalysisPermissions: string;
|
|
14554
14591
|
DescribeAssetBundleExportJob: string;
|
|
@@ -14556,6 +14593,7 @@ export declare const Actions: {
|
|
|
14556
14593
|
DescribeBrand: string;
|
|
14557
14594
|
DescribeBrandAssignment: string;
|
|
14558
14595
|
DescribeBrandPublishedVersion: string;
|
|
14596
|
+
DescribeChatConfiguration: string;
|
|
14559
14597
|
DescribeCustomPermissions: string;
|
|
14560
14598
|
DescribeDashboard: string;
|
|
14561
14599
|
DescribeDashboardPermissions: string;
|
|
@@ -14569,6 +14607,7 @@ export declare const Actions: {
|
|
|
14569
14607
|
DescribeDataSourcePermissions: string;
|
|
14570
14608
|
DescribeDefaultQBusinessApplication: string;
|
|
14571
14609
|
DescribeEmailCustomizationTemplate: string;
|
|
14610
|
+
DescribeExtensionAccess: string;
|
|
14572
14611
|
DescribeFolder: string;
|
|
14573
14612
|
DescribeFolderPermissions: string;
|
|
14574
14613
|
DescribeFolderResolvedPermissions: string;
|
|
@@ -14580,6 +14619,7 @@ export declare const Actions: {
|
|
|
14580
14619
|
DescribeKeyRegistration: string;
|
|
14581
14620
|
DescribeNamespace: string;
|
|
14582
14621
|
DescribeQPersonalizationConfiguration: string;
|
|
14622
|
+
DescribeQuickIndexCapacity: string;
|
|
14583
14623
|
DescribeQuickSightQSearchConfiguration: string;
|
|
14584
14624
|
DescribeRefreshSchedule: string;
|
|
14585
14625
|
DescribeRoleCustomPermission: string;
|
|
@@ -14600,9 +14640,14 @@ export declare const Actions: {
|
|
|
14600
14640
|
GenerateEmbedUrlForRegisteredUserWithIdentity: string;
|
|
14601
14641
|
GetAnonymousUserEmbedUrl: string;
|
|
14602
14642
|
GetAuthCode: string;
|
|
14643
|
+
GetCustomPermissionsSummary: string;
|
|
14603
14644
|
GetDashboardEmbedUrl: string;
|
|
14645
|
+
GetFlowMetadata: string;
|
|
14646
|
+
GetFlowPermissions: string;
|
|
14604
14647
|
GetGroupMapping: string;
|
|
14605
14648
|
GetSessionEmbedUrl: string;
|
|
14649
|
+
ListActionConnectors: string;
|
|
14650
|
+
ListAgents: string;
|
|
14606
14651
|
ListAnalyses: string;
|
|
14607
14652
|
ListAssetBundleExportJobs: string;
|
|
14608
14653
|
ListAssetBundleImportJobs: string;
|
|
@@ -14613,6 +14658,8 @@ export declare const Actions: {
|
|
|
14613
14658
|
ListDashboardVersions: string;
|
|
14614
14659
|
ListDataSets: string;
|
|
14615
14660
|
ListDataSources: string;
|
|
14661
|
+
ListExtensionAccesses: string;
|
|
14662
|
+
ListFlows: string;
|
|
14616
14663
|
ListFolderMembers: string;
|
|
14617
14664
|
ListFolders: string;
|
|
14618
14665
|
ListFoldersForResource: string;
|
|
@@ -14643,16 +14690,20 @@ export declare const Actions: {
|
|
|
14643
14690
|
PassDataSource: string;
|
|
14644
14691
|
PredictQAResults: string;
|
|
14645
14692
|
PutDataSetRefreshProperties: string;
|
|
14693
|
+
QuickSuiteUsageMetrics: string;
|
|
14646
14694
|
RegisterCustomerManagedKey: string;
|
|
14647
14695
|
RegisterUser: string;
|
|
14648
14696
|
RemoveCustomerManagedKey: string;
|
|
14649
14697
|
RestoreAnalysis: string;
|
|
14650
14698
|
ScopeDownPolicy: string;
|
|
14699
|
+
SearchActionConnectors: string;
|
|
14700
|
+
SearchAgents: string;
|
|
14651
14701
|
SearchAnalyses: string;
|
|
14652
14702
|
SearchDashboards: string;
|
|
14653
14703
|
SearchDataSets: string;
|
|
14654
14704
|
SearchDataSources: string;
|
|
14655
14705
|
SearchDirectoryGroups: string;
|
|
14706
|
+
SearchFlows: string;
|
|
14656
14707
|
SearchFolders: string;
|
|
14657
14708
|
SearchGroups: string;
|
|
14658
14709
|
SearchTopics: string;
|
|
@@ -14664,17 +14715,22 @@ export declare const Actions: {
|
|
|
14664
14715
|
StartDashboardSnapshotJobSchedule: string;
|
|
14665
14716
|
Subscribe: string;
|
|
14666
14717
|
TagResource: string;
|
|
14718
|
+
UnpublishFlow: string;
|
|
14667
14719
|
Unsubscribe: string;
|
|
14668
14720
|
UntagResource: string;
|
|
14669
14721
|
UpdateAccountCustomization: string;
|
|
14670
14722
|
UpdateAccountCustomPermission: string;
|
|
14671
14723
|
UpdateAccountSettings: string;
|
|
14724
|
+
UpdateActionConnector: string;
|
|
14725
|
+
UpdateActionConnectorPermissions: string;
|
|
14726
|
+
UpdateAgentPermissions: string;
|
|
14672
14727
|
UpdateAnalysis: string;
|
|
14673
14728
|
UpdateAnalysisPermissions: string;
|
|
14674
14729
|
UpdateApplicationWithTokenExchangeGrant: string;
|
|
14675
14730
|
UpdateBrand: string;
|
|
14676
14731
|
UpdateBrandAssignment: string;
|
|
14677
14732
|
UpdateBrandPublishedVersion: string;
|
|
14733
|
+
UpdateChatConfiguration: string;
|
|
14678
14734
|
UpdateCustomPermissions: string;
|
|
14679
14735
|
UpdateDashboard: string;
|
|
14680
14736
|
UpdateDashboardLinks: string;
|
|
@@ -14687,6 +14743,8 @@ export declare const Actions: {
|
|
|
14687
14743
|
UpdateDataSourcePermissions: string;
|
|
14688
14744
|
UpdateDefaultQBusinessApplication: string;
|
|
14689
14745
|
UpdateEmailCustomizationTemplate: string;
|
|
14746
|
+
UpdateExtensionAccess: string;
|
|
14747
|
+
UpdateFlowPermissions: string;
|
|
14690
14748
|
UpdateFolder: string;
|
|
14691
14749
|
UpdateFolderPermissions: string;
|
|
14692
14750
|
UpdateGroup: string;
|
|
@@ -14696,6 +14754,7 @@ export declare const Actions: {
|
|
|
14696
14754
|
UpdateKeyRegistration: string;
|
|
14697
14755
|
UpdatePublicSharingSettings: string;
|
|
14698
14756
|
UpdateQPersonalizationConfiguration: string;
|
|
14757
|
+
UpdateQuickIndexCapacity: string;
|
|
14699
14758
|
UpdateQuickSightQSearchConfiguration: string;
|
|
14700
14759
|
UpdateRefreshSchedule: string;
|
|
14701
14760
|
UpdateResourcePermissions: string;
|
|
@@ -15818,6 +15877,35 @@ export declare const Actions: {
|
|
|
15818
15877
|
UpdateResolverEndpoint: string;
|
|
15819
15878
|
UpdateResolverRule: string;
|
|
15820
15879
|
};
|
|
15880
|
+
rtbfabric: {
|
|
15881
|
+
AcceptLink: string;
|
|
15882
|
+
CreateInboundExternalLink: string;
|
|
15883
|
+
CreateLink: string;
|
|
15884
|
+
CreateOutboundExternalLink: string;
|
|
15885
|
+
CreateRequesterGateway: string;
|
|
15886
|
+
CreateResponderGateway: string;
|
|
15887
|
+
DeleteInboundExternalLink: string;
|
|
15888
|
+
DeleteLink: string;
|
|
15889
|
+
DeleteOutboundExternalLink: string;
|
|
15890
|
+
DeleteRequesterGateway: string;
|
|
15891
|
+
DeleteResponderGateway: string;
|
|
15892
|
+
GetInboundExternalLink: string;
|
|
15893
|
+
GetLink: string;
|
|
15894
|
+
GetOutboundExternalLink: string;
|
|
15895
|
+
GetRequesterGateway: string;
|
|
15896
|
+
GetResponderGateway: string;
|
|
15897
|
+
ListLinks: string;
|
|
15898
|
+
ListRequesterGateways: string;
|
|
15899
|
+
ListResponderGateways: string;
|
|
15900
|
+
ListTagsForResource: string;
|
|
15901
|
+
RejectLink: string;
|
|
15902
|
+
TagResource: string;
|
|
15903
|
+
UntagResource: string;
|
|
15904
|
+
UpdateLink: string;
|
|
15905
|
+
UpdateLinkModuleFlow: string;
|
|
15906
|
+
UpdateRequesterGateway: string;
|
|
15907
|
+
UpdateResponderGateway: string;
|
|
15908
|
+
};
|
|
15821
15909
|
rum: {
|
|
15822
15910
|
BatchCreateRumMetricDefinitions: string;
|
|
15823
15911
|
BatchDeleteRumMetricDefinitions: string;
|
|
@@ -17143,6 +17231,7 @@ export declare const Actions: {
|
|
|
17143
17231
|
DeleteServiceQuotaIncreaseRequestFromTemplate: string;
|
|
17144
17232
|
DisassociateServiceQuotaTemplate: string;
|
|
17145
17233
|
GetAssociationForServiceQuotaTemplate: string;
|
|
17234
|
+
GetAutoManagementConfiguration: string;
|
|
17146
17235
|
GetAWSDefaultServiceQuota: string;
|
|
17147
17236
|
GetRequestedServiceQuotaChange: string;
|
|
17148
17237
|
GetServiceQuota: string;
|
|
@@ -17156,8 +17245,11 @@ export declare const Actions: {
|
|
|
17156
17245
|
ListTagsForResource: string;
|
|
17157
17246
|
PutServiceQuotaIncreaseRequestIntoTemplate: string;
|
|
17158
17247
|
RequestServiceQuotaIncrease: string;
|
|
17248
|
+
StartAutoManagement: string;
|
|
17249
|
+
StopAutoManagement: string;
|
|
17159
17250
|
TagResource: string;
|
|
17160
17251
|
UntagResource: string;
|
|
17252
|
+
UpdateAutoManagement: string;
|
|
17161
17253
|
};
|
|
17162
17254
|
ses: {
|
|
17163
17255
|
AllowVendedLogDeliveryForResource: string;
|