@jjrawlins/cdk-iam-policy-builder-helper 0.0.64 → 0.0.65
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/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/constructs/Actions.d.ts +97 -8
- package/lib/constructs/Actions.js +98 -9
- package/lib/constructs/ManagedPolicies.d.ts +24 -0
- package/lib/constructs/ManagedPolicies.js +25 -1
- package/methods_list.txt +19416 -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 +1 -1
- 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 +4 -4
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.915.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.65",
|
|
3530
|
+
"fingerprint": "rN4ormxy7nK/5KtXt0Kbz/XJkJ5XWijx4KNX51Q80bY="
|
|
3531
3531
|
}
|
|
@@ -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.64.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.64", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.64
|
|
@@ -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;
|
|
@@ -7006,6 +7018,7 @@ export declare const Actions: {
|
|
|
7006
7018
|
ListPodIdentityAssociations: string;
|
|
7007
7019
|
ListTagsForResource: string;
|
|
7008
7020
|
ListUpdates: string;
|
|
7021
|
+
MutateViaKubernetesApi: string;
|
|
7009
7022
|
RegisterCluster: string;
|
|
7010
7023
|
StartInsightsRefresh: string;
|
|
7011
7024
|
TagResource: string;
|
|
@@ -9059,6 +9072,10 @@ export declare const Actions: {
|
|
|
9059
9072
|
DescribeFHIRExportJob: string;
|
|
9060
9073
|
DescribeFHIRExportJobWithGet: string;
|
|
9061
9074
|
DescribeFHIRImportJob: string;
|
|
9075
|
+
ExpandValueSetWithGet: string;
|
|
9076
|
+
ExpandValueSetWithPost: string;
|
|
9077
|
+
GenerateDocumentWithGet: string;
|
|
9078
|
+
GenerateDocumentWithPost: string;
|
|
9062
9079
|
GetCapabilities: string;
|
|
9063
9080
|
GetExportedFile: string;
|
|
9064
9081
|
GetHistoryByResourceId: string;
|
|
@@ -9066,6 +9083,9 @@ export declare const Actions: {
|
|
|
9066
9083
|
ListFHIRExportJobs: string;
|
|
9067
9084
|
ListFHIRImportJobs: string;
|
|
9068
9085
|
ListTagsForResource: string;
|
|
9086
|
+
LookupCodeSystemWithGet: string;
|
|
9087
|
+
LookupCodeSystemWithPost: string;
|
|
9088
|
+
PatchResource: string;
|
|
9069
9089
|
ProcessBundle: string;
|
|
9070
9090
|
ReadResource: string;
|
|
9071
9091
|
SearchEverything: string;
|
|
@@ -9078,6 +9098,7 @@ export declare const Actions: {
|
|
|
9078
9098
|
TagResource: string;
|
|
9079
9099
|
UntagResource: string;
|
|
9080
9100
|
UpdateResource: string;
|
|
9101
|
+
ValidateResource: string;
|
|
9081
9102
|
VersionReadResource: string;
|
|
9082
9103
|
};
|
|
9083
9104
|
honeycode: {
|
|
@@ -10749,6 +10770,7 @@ export declare const Actions: {
|
|
|
10749
10770
|
GetResourcePolicy: string;
|
|
10750
10771
|
GetShardIterator: string;
|
|
10751
10772
|
IncreaseStreamRetentionPeriod: string;
|
|
10773
|
+
InjectApiError: string;
|
|
10752
10774
|
ListShards: string;
|
|
10753
10775
|
ListStreamConsumers: string;
|
|
10754
10776
|
ListStreams: string;
|
|
@@ -12097,10 +12119,12 @@ export declare const Actions: {
|
|
|
12097
12119
|
GetEventBridgeRuleTemplate: string;
|
|
12098
12120
|
GetEventBridgeRuleTemplateGroup: string;
|
|
12099
12121
|
GetSignalMap: string;
|
|
12122
|
+
ListAlerts: string;
|
|
12100
12123
|
ListChannelPlacementGroups: string;
|
|
12101
12124
|
ListChannels: string;
|
|
12102
12125
|
ListCloudWatchAlarmTemplateGroups: string;
|
|
12103
12126
|
ListCloudWatchAlarmTemplates: string;
|
|
12127
|
+
ListClusterAlerts: string;
|
|
12104
12128
|
ListClusters: string;
|
|
12105
12129
|
ListEventBridgeRuleTemplateGroups: string;
|
|
12106
12130
|
ListEventBridgeRuleTemplates: string;
|
|
@@ -12108,6 +12132,7 @@ export declare const Actions: {
|
|
|
12108
12132
|
ListInputDeviceTransfers: string;
|
|
12109
12133
|
ListInputs: string;
|
|
12110
12134
|
ListInputSecurityGroups: string;
|
|
12135
|
+
ListMultiplexAlerts: string;
|
|
12111
12136
|
ListMultiplexes: string;
|
|
12112
12137
|
ListMultiplexPrograms: string;
|
|
12113
12138
|
ListNetworks: string;
|
|
@@ -13323,6 +13348,7 @@ export declare const Actions: {
|
|
|
13323
13348
|
UntagResource: string;
|
|
13324
13349
|
UpdateCloudExadataInfrastructure: string;
|
|
13325
13350
|
UpdateOdbNetwork: string;
|
|
13351
|
+
UpdateOdbPeeringConnection: string;
|
|
13326
13352
|
};
|
|
13327
13353
|
omics: {
|
|
13328
13354
|
AbortMultipartReadSetUpload: string;
|
|
@@ -14486,6 +14512,7 @@ export declare const Actions: {
|
|
|
14486
14512
|
CancelIngestion: string;
|
|
14487
14513
|
CreateAccountCustomization: string;
|
|
14488
14514
|
CreateAccountSubscription: string;
|
|
14515
|
+
CreateActionConnector: string;
|
|
14489
14516
|
CreateAdmin: string;
|
|
14490
14517
|
CreateAnalysis: string;
|
|
14491
14518
|
CreateBrand: string;
|
|
@@ -14494,6 +14521,7 @@ export declare const Actions: {
|
|
|
14494
14521
|
CreateDataSet: string;
|
|
14495
14522
|
CreateDataSource: string;
|
|
14496
14523
|
CreateEmailCustomizationTemplate: string;
|
|
14524
|
+
CreateExtensionAccess: string;
|
|
14497
14525
|
CreateFolder: string;
|
|
14498
14526
|
CreateFolderMembership: string;
|
|
14499
14527
|
CreateGroup: string;
|
|
@@ -14515,6 +14543,7 @@ export declare const Actions: {
|
|
|
14515
14543
|
DeleteAccountCustomization: string;
|
|
14516
14544
|
DeleteAccountCustomPermission: string;
|
|
14517
14545
|
DeleteAccountSubscription: string;
|
|
14546
|
+
DeleteActionConnector: string;
|
|
14518
14547
|
DeleteAnalysis: string;
|
|
14519
14548
|
DeleteBrand: string;
|
|
14520
14549
|
DeleteBrandAssignment: string;
|
|
@@ -14525,6 +14554,7 @@ export declare const Actions: {
|
|
|
14525
14554
|
DeleteDataSource: string;
|
|
14526
14555
|
DeleteDefaultQBusinessApplication: string;
|
|
14527
14556
|
DeleteEmailCustomizationTemplate: string;
|
|
14557
|
+
DeleteExtensionAccess: string;
|
|
14528
14558
|
DeleteFolder: string;
|
|
14529
14559
|
DeleteFolderMembership: string;
|
|
14530
14560
|
DeleteGroup: string;
|
|
@@ -14549,6 +14579,10 @@ export declare const Actions: {
|
|
|
14549
14579
|
DescribeAccountCustomPermission: string;
|
|
14550
14580
|
DescribeAccountSettings: string;
|
|
14551
14581
|
DescribeAccountSubscription: string;
|
|
14582
|
+
DescribeActionConnector: string;
|
|
14583
|
+
DescribeActionConnectorPermissions: string;
|
|
14584
|
+
DescribeAgent: string;
|
|
14585
|
+
DescribeAgentPermissions: string;
|
|
14552
14586
|
DescribeAnalysis: string;
|
|
14553
14587
|
DescribeAnalysisPermissions: string;
|
|
14554
14588
|
DescribeAssetBundleExportJob: string;
|
|
@@ -14556,6 +14590,7 @@ export declare const Actions: {
|
|
|
14556
14590
|
DescribeBrand: string;
|
|
14557
14591
|
DescribeBrandAssignment: string;
|
|
14558
14592
|
DescribeBrandPublishedVersion: string;
|
|
14593
|
+
DescribeChatConfiguration: string;
|
|
14559
14594
|
DescribeCustomPermissions: string;
|
|
14560
14595
|
DescribeDashboard: string;
|
|
14561
14596
|
DescribeDashboardPermissions: string;
|
|
@@ -14569,6 +14604,7 @@ export declare const Actions: {
|
|
|
14569
14604
|
DescribeDataSourcePermissions: string;
|
|
14570
14605
|
DescribeDefaultQBusinessApplication: string;
|
|
14571
14606
|
DescribeEmailCustomizationTemplate: string;
|
|
14607
|
+
DescribeExtensionAccess: string;
|
|
14572
14608
|
DescribeFolder: string;
|
|
14573
14609
|
DescribeFolderPermissions: string;
|
|
14574
14610
|
DescribeFolderResolvedPermissions: string;
|
|
@@ -14580,6 +14616,7 @@ export declare const Actions: {
|
|
|
14580
14616
|
DescribeKeyRegistration: string;
|
|
14581
14617
|
DescribeNamespace: string;
|
|
14582
14618
|
DescribeQPersonalizationConfiguration: string;
|
|
14619
|
+
DescribeQuickIndexCapacity: string;
|
|
14583
14620
|
DescribeQuickSightQSearchConfiguration: string;
|
|
14584
14621
|
DescribeRefreshSchedule: string;
|
|
14585
14622
|
DescribeRoleCustomPermission: string;
|
|
@@ -14600,9 +14637,14 @@ export declare const Actions: {
|
|
|
14600
14637
|
GenerateEmbedUrlForRegisteredUserWithIdentity: string;
|
|
14601
14638
|
GetAnonymousUserEmbedUrl: string;
|
|
14602
14639
|
GetAuthCode: string;
|
|
14640
|
+
GetCustomPermissionsSummary: string;
|
|
14603
14641
|
GetDashboardEmbedUrl: string;
|
|
14642
|
+
GetFlowMetadata: string;
|
|
14643
|
+
GetFlowPermissions: string;
|
|
14604
14644
|
GetGroupMapping: string;
|
|
14605
14645
|
GetSessionEmbedUrl: string;
|
|
14646
|
+
ListActionConnectors: string;
|
|
14647
|
+
ListAgents: string;
|
|
14606
14648
|
ListAnalyses: string;
|
|
14607
14649
|
ListAssetBundleExportJobs: string;
|
|
14608
14650
|
ListAssetBundleImportJobs: string;
|
|
@@ -14613,6 +14655,8 @@ export declare const Actions: {
|
|
|
14613
14655
|
ListDashboardVersions: string;
|
|
14614
14656
|
ListDataSets: string;
|
|
14615
14657
|
ListDataSources: string;
|
|
14658
|
+
ListExtensionAccesses: string;
|
|
14659
|
+
ListFlows: string;
|
|
14616
14660
|
ListFolderMembers: string;
|
|
14617
14661
|
ListFolders: string;
|
|
14618
14662
|
ListFoldersForResource: string;
|
|
@@ -14643,16 +14687,20 @@ export declare const Actions: {
|
|
|
14643
14687
|
PassDataSource: string;
|
|
14644
14688
|
PredictQAResults: string;
|
|
14645
14689
|
PutDataSetRefreshProperties: string;
|
|
14690
|
+
QuickSuiteUsageMetrics: string;
|
|
14646
14691
|
RegisterCustomerManagedKey: string;
|
|
14647
14692
|
RegisterUser: string;
|
|
14648
14693
|
RemoveCustomerManagedKey: string;
|
|
14649
14694
|
RestoreAnalysis: string;
|
|
14650
14695
|
ScopeDownPolicy: string;
|
|
14696
|
+
SearchActionConnectors: string;
|
|
14697
|
+
SearchAgents: string;
|
|
14651
14698
|
SearchAnalyses: string;
|
|
14652
14699
|
SearchDashboards: string;
|
|
14653
14700
|
SearchDataSets: string;
|
|
14654
14701
|
SearchDataSources: string;
|
|
14655
14702
|
SearchDirectoryGroups: string;
|
|
14703
|
+
SearchFlows: string;
|
|
14656
14704
|
SearchFolders: string;
|
|
14657
14705
|
SearchGroups: string;
|
|
14658
14706
|
SearchTopics: string;
|
|
@@ -14664,17 +14712,22 @@ export declare const Actions: {
|
|
|
14664
14712
|
StartDashboardSnapshotJobSchedule: string;
|
|
14665
14713
|
Subscribe: string;
|
|
14666
14714
|
TagResource: string;
|
|
14715
|
+
UnpublishFlow: string;
|
|
14667
14716
|
Unsubscribe: string;
|
|
14668
14717
|
UntagResource: string;
|
|
14669
14718
|
UpdateAccountCustomization: string;
|
|
14670
14719
|
UpdateAccountCustomPermission: string;
|
|
14671
14720
|
UpdateAccountSettings: string;
|
|
14721
|
+
UpdateActionConnector: string;
|
|
14722
|
+
UpdateActionConnectorPermissions: string;
|
|
14723
|
+
UpdateAgentPermissions: string;
|
|
14672
14724
|
UpdateAnalysis: string;
|
|
14673
14725
|
UpdateAnalysisPermissions: string;
|
|
14674
14726
|
UpdateApplicationWithTokenExchangeGrant: string;
|
|
14675
14727
|
UpdateBrand: string;
|
|
14676
14728
|
UpdateBrandAssignment: string;
|
|
14677
14729
|
UpdateBrandPublishedVersion: string;
|
|
14730
|
+
UpdateChatConfiguration: string;
|
|
14678
14731
|
UpdateCustomPermissions: string;
|
|
14679
14732
|
UpdateDashboard: string;
|
|
14680
14733
|
UpdateDashboardLinks: string;
|
|
@@ -14687,6 +14740,8 @@ export declare const Actions: {
|
|
|
14687
14740
|
UpdateDataSourcePermissions: string;
|
|
14688
14741
|
UpdateDefaultQBusinessApplication: string;
|
|
14689
14742
|
UpdateEmailCustomizationTemplate: string;
|
|
14743
|
+
UpdateExtensionAccess: string;
|
|
14744
|
+
UpdateFlowPermissions: string;
|
|
14690
14745
|
UpdateFolder: string;
|
|
14691
14746
|
UpdateFolderPermissions: string;
|
|
14692
14747
|
UpdateGroup: string;
|
|
@@ -14696,6 +14751,7 @@ export declare const Actions: {
|
|
|
14696
14751
|
UpdateKeyRegistration: string;
|
|
14697
14752
|
UpdatePublicSharingSettings: string;
|
|
14698
14753
|
UpdateQPersonalizationConfiguration: string;
|
|
14754
|
+
UpdateQuickIndexCapacity: string;
|
|
14699
14755
|
UpdateQuickSightQSearchConfiguration: string;
|
|
14700
14756
|
UpdateRefreshSchedule: string;
|
|
14701
14757
|
UpdateResourcePermissions: string;
|
|
@@ -15818,6 +15874,35 @@ export declare const Actions: {
|
|
|
15818
15874
|
UpdateResolverEndpoint: string;
|
|
15819
15875
|
UpdateResolverRule: string;
|
|
15820
15876
|
};
|
|
15877
|
+
rtbfabric: {
|
|
15878
|
+
AcceptLink: string;
|
|
15879
|
+
CreateInboundExternalLink: string;
|
|
15880
|
+
CreateLink: string;
|
|
15881
|
+
CreateOutboundExternalLink: string;
|
|
15882
|
+
CreateRequesterGateway: string;
|
|
15883
|
+
CreateResponderGateway: string;
|
|
15884
|
+
DeleteInboundExternalLink: string;
|
|
15885
|
+
DeleteLink: string;
|
|
15886
|
+
DeleteOutboundExternalLink: string;
|
|
15887
|
+
DeleteRequesterGateway: string;
|
|
15888
|
+
DeleteResponderGateway: string;
|
|
15889
|
+
GetInboundExternalLink: string;
|
|
15890
|
+
GetLink: string;
|
|
15891
|
+
GetOutboundExternalLink: string;
|
|
15892
|
+
GetRequesterGateway: string;
|
|
15893
|
+
GetResponderGateway: string;
|
|
15894
|
+
ListLinks: string;
|
|
15895
|
+
ListRequesterGateways: string;
|
|
15896
|
+
ListResponderGateways: string;
|
|
15897
|
+
ListTagsForResource: string;
|
|
15898
|
+
RejectLink: string;
|
|
15899
|
+
TagResource: string;
|
|
15900
|
+
UntagResource: string;
|
|
15901
|
+
UpdateLink: string;
|
|
15902
|
+
UpdateLinkModuleFlow: string;
|
|
15903
|
+
UpdateRequesterGateway: string;
|
|
15904
|
+
UpdateResponderGateway: string;
|
|
15905
|
+
};
|
|
15821
15906
|
rum: {
|
|
15822
15907
|
BatchCreateRumMetricDefinitions: string;
|
|
15823
15908
|
BatchDeleteRumMetricDefinitions: string;
|
|
@@ -17143,6 +17228,7 @@ export declare const Actions: {
|
|
|
17143
17228
|
DeleteServiceQuotaIncreaseRequestFromTemplate: string;
|
|
17144
17229
|
DisassociateServiceQuotaTemplate: string;
|
|
17145
17230
|
GetAssociationForServiceQuotaTemplate: string;
|
|
17231
|
+
GetAutoManagementConfiguration: string;
|
|
17146
17232
|
GetAWSDefaultServiceQuota: string;
|
|
17147
17233
|
GetRequestedServiceQuotaChange: string;
|
|
17148
17234
|
GetServiceQuota: string;
|
|
@@ -17156,8 +17242,11 @@ export declare const Actions: {
|
|
|
17156
17242
|
ListTagsForResource: string;
|
|
17157
17243
|
PutServiceQuotaIncreaseRequestIntoTemplate: string;
|
|
17158
17244
|
RequestServiceQuotaIncrease: string;
|
|
17245
|
+
StartAutoManagement: string;
|
|
17246
|
+
StopAutoManagement: string;
|
|
17159
17247
|
TagResource: string;
|
|
17160
17248
|
UntagResource: string;
|
|
17249
|
+
UpdateAutoManagement: string;
|
|
17161
17250
|
};
|
|
17162
17251
|
ses: {
|
|
17163
17252
|
AllowVendedLogDeliveryForResource: string;
|