@jjrawlins/cdk-iam-policy-builder-helper 0.0.0 → 0.0.1
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 +373 -22
- package/README.md +1 -1
- package/{layerborncdkiampolicybuilderhelper → jjrawlinscdkiampolicybuilderhelper}/go.mod +1 -1
- package/{layerborncdkiampolicybuilderhelper → jjrawlinscdkiampolicybuilderhelper}/jsii/jsii.go +2 -2
- package/jjrawlinscdkiampolicybuilderhelper/version +1 -0
- package/lib/bin/create-actions-json.js +1 -1
- package/lib/bin/download-actions-json.js +1 -1
- package/lib/bin/download-managed-policies-json.js +1 -1
- package/lib/constructs/Actions.d.ts +1151 -0
- package/lib/constructs/Actions.js +1165 -14
- package/methods_list.txt +1118 -1
- package/node_modules/axios/CHANGELOG.md +880 -774
- package/node_modules/axios/README.md +60 -15
- package/node_modules/axios/dist/axios.js +1108 -294
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +1 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +764 -308
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +764 -308
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +1 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +777 -388
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +5 -2
- package/node_modules/axios/index.d.ts +5 -2
- package/node_modules/axios/lib/adapters/adapters.js +3 -1
- package/node_modules/axios/lib/adapters/fetch.js +229 -0
- package/node_modules/axios/lib/adapters/http.js +26 -16
- package/node_modules/axios/lib/adapters/xhr.js +36 -99
- package/node_modules/axios/lib/core/Axios.js +9 -6
- package/node_modules/axios/lib/core/AxiosHeaders.js +4 -0
- package/node_modules/axios/lib/defaults/index.js +7 -2
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +3 -51
- package/node_modules/axios/lib/helpers/composeSignals.js +46 -0
- package/node_modules/axios/lib/helpers/progressEventReducer.js +44 -0
- package/node_modules/axios/lib/helpers/resolveConfig.js +57 -0
- package/node_modules/axios/lib/helpers/throttle.js +30 -19
- package/node_modules/axios/lib/helpers/trackStream.js +67 -0
- package/node_modules/axios/lib/platform/common/utils.js +4 -1
- package/node_modules/axios/lib/utils.js +40 -3
- package/node_modules/axios/package.json +4 -3
- package/package.json +24 -20
- package/layerborncdkiampolicybuilderhelper/version +0 -1
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/combined-stream/yarn.lock +0 -17
- /package/{layerborncdkiampolicybuilderhelper → jjrawlinscdkiampolicybuilderhelper}/LICENSE +0 -0
- /package/{layerborncdkiampolicybuilderhelper → jjrawlinscdkiampolicybuilderhelper}/README.md +0 -0
|
@@ -135,6 +135,7 @@ export declare const Actions: {
|
|
|
135
135
|
StartResourceScan: string;
|
|
136
136
|
TagResource: string;
|
|
137
137
|
UntagResource: string;
|
|
138
|
+
UpdateAnalyzer: string;
|
|
138
139
|
UpdateArchiveRule: string;
|
|
139
140
|
UpdateFindings: string;
|
|
140
141
|
ValidatePolicy: string;
|
|
@@ -209,12 +210,37 @@ export declare const Actions: {
|
|
|
209
210
|
GetProgram: string;
|
|
210
211
|
PutMemberInfo: string;
|
|
211
212
|
};
|
|
213
|
+
aiops: {
|
|
214
|
+
CreateInvestigation: string;
|
|
215
|
+
CreateInvestigationEvent: string;
|
|
216
|
+
CreateInvestigationGroup: string;
|
|
217
|
+
CreateInvestigationResource: string;
|
|
218
|
+
DeleteInvestigation: string;
|
|
219
|
+
DeleteInvestigationGroup: string;
|
|
220
|
+
DeleteInvestigationGroupPolicy: string;
|
|
221
|
+
GetInvestigation: string;
|
|
222
|
+
GetInvestigationEvent: string;
|
|
223
|
+
GetInvestigationGroup: string;
|
|
224
|
+
GetInvestigationGroupPolicy: string;
|
|
225
|
+
GetInvestigationResource: string;
|
|
226
|
+
ListInvestigationEvents: string;
|
|
227
|
+
ListInvestigationGroups: string;
|
|
228
|
+
ListInvestigations: string;
|
|
229
|
+
ListTagsForResource: string;
|
|
230
|
+
PutInvestigationGroupPolicy: string;
|
|
231
|
+
TagResource: string;
|
|
232
|
+
UntagResource: string;
|
|
233
|
+
UpdateInvestigation: string;
|
|
234
|
+
UpdateInvestigationEvent: string;
|
|
235
|
+
UpdateInvestigationGroup: string;
|
|
236
|
+
};
|
|
212
237
|
airflow: {
|
|
213
238
|
CreateCliToken: string;
|
|
214
239
|
CreateEnvironment: string;
|
|
215
240
|
CreateWebLoginToken: string;
|
|
216
241
|
DeleteEnvironment: string;
|
|
217
242
|
GetEnvironment: string;
|
|
243
|
+
InvokeRestApi: string;
|
|
218
244
|
ListEnvironments: string;
|
|
219
245
|
ListTagsForResource: string;
|
|
220
246
|
PublishMetrics: string;
|
|
@@ -368,13 +394,17 @@ export declare const Actions: {
|
|
|
368
394
|
};
|
|
369
395
|
apigateway: {
|
|
370
396
|
AddCertificateToDomain: string;
|
|
397
|
+
CreateAccessAssociation: string;
|
|
371
398
|
DELETE: string;
|
|
372
399
|
GET: string;
|
|
373
400
|
PATCH: string;
|
|
374
401
|
POST: string;
|
|
375
402
|
PUT: string;
|
|
403
|
+
RejectAccessAssociation: string;
|
|
376
404
|
RemoveCertificateFromDomain: string;
|
|
377
405
|
SetWebACL: string;
|
|
406
|
+
UpdateDomainNameManagementPolicy: string;
|
|
407
|
+
UpdateDomainNamePolicy: string;
|
|
378
408
|
UpdateRestApiPolicy: string;
|
|
379
409
|
};
|
|
380
410
|
"app-integrations": {
|
|
@@ -525,6 +555,7 @@ export declare const Actions: {
|
|
|
525
555
|
DescribeScalingActivities: string;
|
|
526
556
|
DescribeScalingPolicies: string;
|
|
527
557
|
DescribeScheduledActions: string;
|
|
558
|
+
GetPredictiveScalingForecast: string;
|
|
528
559
|
ListTagsForResource: string;
|
|
529
560
|
PutScalingPolicy: string;
|
|
530
561
|
PutScheduledAction: string;
|
|
@@ -546,6 +577,7 @@ export declare const Actions: {
|
|
|
546
577
|
DeleteServiceLevelObjective: string;
|
|
547
578
|
GetService: string;
|
|
548
579
|
GetServiceLevelObjective: string;
|
|
580
|
+
ListObservedEntities: string;
|
|
549
581
|
ListServiceDependencies: string;
|
|
550
582
|
ListServiceDependents: string;
|
|
551
583
|
ListServiceLevelObjectives: string;
|
|
@@ -831,16 +863,20 @@ export declare const Actions: {
|
|
|
831
863
|
AssociateApi: string;
|
|
832
864
|
AssociateMergedGraphqlApi: string;
|
|
833
865
|
AssociateSourceGraphqlApi: string;
|
|
866
|
+
CreateApi: string;
|
|
834
867
|
CreateApiCache: string;
|
|
835
868
|
CreateApiKey: string;
|
|
869
|
+
CreateChannelNamespace: string;
|
|
836
870
|
CreateDataSource: string;
|
|
837
871
|
CreateDomainName: string;
|
|
838
872
|
CreateFunction: string;
|
|
839
873
|
CreateGraphqlApi: string;
|
|
840
874
|
CreateResolver: string;
|
|
841
875
|
CreateType: string;
|
|
876
|
+
DeleteApi: string;
|
|
842
877
|
DeleteApiCache: string;
|
|
843
878
|
DeleteApiKey: string;
|
|
879
|
+
DeleteChannelNamespace: string;
|
|
844
880
|
DeleteDataSource: string;
|
|
845
881
|
DeleteDomainName: string;
|
|
846
882
|
DeleteFunction: string;
|
|
@@ -853,9 +889,14 @@ export declare const Actions: {
|
|
|
853
889
|
DisassociateSourceGraphqlApi: string;
|
|
854
890
|
EvaluateCode: string;
|
|
855
891
|
EvaluateMappingTemplate: string;
|
|
892
|
+
EventConnect: string;
|
|
893
|
+
EventPublish: string;
|
|
894
|
+
EventSubscribe: string;
|
|
856
895
|
FlushApiCache: string;
|
|
896
|
+
GetApi: string;
|
|
857
897
|
GetApiAssociation: string;
|
|
858
898
|
GetApiCache: string;
|
|
899
|
+
GetChannelNamespace: string;
|
|
859
900
|
GetDataSource: string;
|
|
860
901
|
GetDataSourceIntrospection: string;
|
|
861
902
|
GetDomainName: string;
|
|
@@ -870,6 +911,8 @@ export declare const Actions: {
|
|
|
870
911
|
GetType: string;
|
|
871
912
|
GraphQL: string;
|
|
872
913
|
ListApiKeys: string;
|
|
914
|
+
ListApis: string;
|
|
915
|
+
ListChannelNamespaces: string;
|
|
873
916
|
ListDataSources: string;
|
|
874
917
|
ListDomainNames: string;
|
|
875
918
|
ListFunctions: string;
|
|
@@ -889,8 +932,10 @@ export declare const Actions: {
|
|
|
889
932
|
StartSchemaMerge: string;
|
|
890
933
|
TagResource: string;
|
|
891
934
|
UntagResource: string;
|
|
935
|
+
UpdateApi: string;
|
|
892
936
|
UpdateApiCache: string;
|
|
893
937
|
UpdateApiKey: string;
|
|
938
|
+
UpdateChannelNamespace: string;
|
|
894
939
|
UpdateDataSource: string;
|
|
895
940
|
UpdateDomainName: string;
|
|
896
941
|
UpdateFunction: string;
|
|
@@ -967,6 +1012,7 @@ export declare const Actions: {
|
|
|
967
1012
|
TagResource: string;
|
|
968
1013
|
UntagResource: string;
|
|
969
1014
|
UpdateLoggingConfiguration: string;
|
|
1015
|
+
UpdateScraper: string;
|
|
970
1016
|
UpdateWorkspaceAlias: string;
|
|
971
1017
|
};
|
|
972
1018
|
"arc-zonal-shift": {
|
|
@@ -989,12 +1035,18 @@ export declare const Actions: {
|
|
|
989
1035
|
};
|
|
990
1036
|
artifact: {
|
|
991
1037
|
AcceptAgreement: string;
|
|
1038
|
+
AcceptNdaForAgreement: string;
|
|
992
1039
|
DownloadAgreement: string;
|
|
993
1040
|
Get: string;
|
|
994
1041
|
GetAccountSettings: string;
|
|
1042
|
+
GetAgreement: string;
|
|
1043
|
+
GetCustomerAgreement: string;
|
|
1044
|
+
GetNdaForAgreement: string;
|
|
995
1045
|
GetReport: string;
|
|
996
1046
|
GetReportMetadata: string;
|
|
997
1047
|
GetTermForReport: string;
|
|
1048
|
+
ListAgreements: string;
|
|
1049
|
+
ListCustomerAgreements: string;
|
|
998
1050
|
ListReports: string;
|
|
999
1051
|
PutAccountSettings: string;
|
|
1000
1052
|
TerminateAgreement: string;
|
|
@@ -1258,10 +1310,12 @@ export declare const Actions: {
|
|
|
1258
1310
|
GetAgreementApprovalRequest: string;
|
|
1259
1311
|
GetAgreementRequest: string;
|
|
1260
1312
|
GetAgreementTerms: string;
|
|
1313
|
+
GetBuyerDashboard: string;
|
|
1261
1314
|
GetEntitlements: string;
|
|
1262
1315
|
GetResourcePolicy: string;
|
|
1263
1316
|
GetSellerDashboard: string;
|
|
1264
1317
|
ListAgreementApprovalRequests: string;
|
|
1318
|
+
ListAgreementCharges: string;
|
|
1265
1319
|
ListAgreementRequests: string;
|
|
1266
1320
|
ListAssessments: string;
|
|
1267
1321
|
ListBuilds: string;
|
|
@@ -1287,6 +1341,7 @@ export declare const Actions: {
|
|
|
1287
1341
|
Unsubscribe: string;
|
|
1288
1342
|
UntagResource: string;
|
|
1289
1343
|
UpdateAgreementApprovalRequest: string;
|
|
1344
|
+
UpdatePurchaseOrders: string;
|
|
1290
1345
|
UpdateTask: string;
|
|
1291
1346
|
ViewSubscriptions: string;
|
|
1292
1347
|
};
|
|
@@ -1310,11 +1365,13 @@ export declare const Actions: {
|
|
|
1310
1365
|
CreateCapability: string;
|
|
1311
1366
|
CreatePartnership: string;
|
|
1312
1367
|
CreateProfile: string;
|
|
1368
|
+
CreateStarterMappingTemplate: string;
|
|
1313
1369
|
CreateTransformer: string;
|
|
1314
1370
|
DeleteCapability: string;
|
|
1315
1371
|
DeletePartnership: string;
|
|
1316
1372
|
DeleteProfile: string;
|
|
1317
1373
|
DeleteTransformer: string;
|
|
1374
|
+
GenerateMapping: string;
|
|
1318
1375
|
GetCapability: string;
|
|
1319
1376
|
GetPartnership: string;
|
|
1320
1377
|
GetProfile: string;
|
|
@@ -1327,6 +1384,7 @@ export declare const Actions: {
|
|
|
1327
1384
|
ListTransformers: string;
|
|
1328
1385
|
StartTransformerJob: string;
|
|
1329
1386
|
TagResource: string;
|
|
1387
|
+
TestConversion: string;
|
|
1330
1388
|
TestMapping: string;
|
|
1331
1389
|
TestParsing: string;
|
|
1332
1390
|
UntagResource: string;
|
|
@@ -1364,6 +1422,20 @@ export declare const Actions: {
|
|
|
1364
1422
|
UpdateGatewaySoftwareNow: string;
|
|
1365
1423
|
UpdateHypervisor: string;
|
|
1366
1424
|
};
|
|
1425
|
+
"backup-search": {
|
|
1426
|
+
GetSearchJob: string;
|
|
1427
|
+
GetSearchResultExportJob: string;
|
|
1428
|
+
ListSearchJobBackups: string;
|
|
1429
|
+
ListSearchJobResults: string;
|
|
1430
|
+
ListSearchJobs: string;
|
|
1431
|
+
ListSearchResultExportJobs: string;
|
|
1432
|
+
ListTagsForResource: string;
|
|
1433
|
+
StartSearchJob: string;
|
|
1434
|
+
StartSearchResultExportJob: string;
|
|
1435
|
+
StopSearchJob: string;
|
|
1436
|
+
TagResource: string;
|
|
1437
|
+
UntagResource: string;
|
|
1438
|
+
};
|
|
1367
1439
|
"backup-storage": {
|
|
1368
1440
|
CommitBackupJob: string;
|
|
1369
1441
|
DeleteObjects: string;
|
|
@@ -1428,6 +1500,7 @@ export declare const Actions: {
|
|
|
1428
1500
|
GetBackupVaultNotifications: string;
|
|
1429
1501
|
GetBackupVaultSharingPolicy: string;
|
|
1430
1502
|
GetLegalHold: string;
|
|
1503
|
+
GetRecoveryPointIndexDetails: string;
|
|
1431
1504
|
GetRecoveryPointRestoreMetadata: string;
|
|
1432
1505
|
GetRestoreJobMetadata: string;
|
|
1433
1506
|
GetRestoreTestingInferredMetadata: string;
|
|
@@ -1444,6 +1517,8 @@ export declare const Actions: {
|
|
|
1444
1517
|
ListCopyJobs: string;
|
|
1445
1518
|
ListCopyJobSummaries: string;
|
|
1446
1519
|
ListFrameworks: string;
|
|
1520
|
+
ListIndexedRecoveryPoints: string;
|
|
1521
|
+
ListIndexedRecoveryPointsForSearch: string;
|
|
1447
1522
|
ListLegalHolds: string;
|
|
1448
1523
|
ListProtectedResources: string;
|
|
1449
1524
|
ListProtectedResourcesByBackupVault: string;
|
|
@@ -1463,6 +1538,7 @@ export declare const Actions: {
|
|
|
1463
1538
|
PutBackupVaultNotifications: string;
|
|
1464
1539
|
PutBackupVaultSharingPolicy: string;
|
|
1465
1540
|
PutRestoreValidationResult: string;
|
|
1541
|
+
SearchRecoveryPoint: string;
|
|
1466
1542
|
StartBackupJob: string;
|
|
1467
1543
|
StartCopyJob: string;
|
|
1468
1544
|
StartReportJob: string;
|
|
@@ -1473,6 +1549,7 @@ export declare const Actions: {
|
|
|
1473
1549
|
UpdateBackupPlan: string;
|
|
1474
1550
|
UpdateFramework: string;
|
|
1475
1551
|
UpdateGlobalSettings: string;
|
|
1552
|
+
UpdateRecoveryPointIndexSettings: string;
|
|
1476
1553
|
UpdateRecoveryPointLifecycle: string;
|
|
1477
1554
|
UpdateRegionSettings: string;
|
|
1478
1555
|
UpdateReportPlan: string;
|
|
@@ -1520,15 +1597,57 @@ export declare const Actions: {
|
|
|
1520
1597
|
UntagResource: string;
|
|
1521
1598
|
UpdateExport: string;
|
|
1522
1599
|
};
|
|
1600
|
+
"bcm-pricing-calculator": {
|
|
1601
|
+
CreateBillEstimate: string;
|
|
1602
|
+
CreateBillScenario: string;
|
|
1603
|
+
CreateBillScenarioCommitmentModification: string;
|
|
1604
|
+
CreateBillScenarioUsageModification: string;
|
|
1605
|
+
CreateWorkloadEstimate: string;
|
|
1606
|
+
CreateWorkloadEstimateUsage: string;
|
|
1607
|
+
DeleteBillEstimate: string;
|
|
1608
|
+
DeleteBillScenario: string;
|
|
1609
|
+
DeleteBillScenarioCommitmentModification: string;
|
|
1610
|
+
DeleteBillScenarioUsageModification: string;
|
|
1611
|
+
DeleteWorkloadEstimate: string;
|
|
1612
|
+
DeleteWorkloadEstimateUsage: string;
|
|
1613
|
+
GetBillEstimate: string;
|
|
1614
|
+
GetBillScenario: string;
|
|
1615
|
+
GetPreferences: string;
|
|
1616
|
+
GetWorkloadEstimate: string;
|
|
1617
|
+
ListBillEstimateCommitments: string;
|
|
1618
|
+
ListBillEstimateInputCommitmentModifications: string;
|
|
1619
|
+
ListBillEstimateInputUsageModifications: string;
|
|
1620
|
+
ListBillEstimateLineItems: string;
|
|
1621
|
+
ListBillEstimates: string;
|
|
1622
|
+
ListBillScenarioCommitmentModifications: string;
|
|
1623
|
+
ListBillScenarios: string;
|
|
1624
|
+
ListBillScenarioUsageModifications: string;
|
|
1625
|
+
ListTagsForResource: string;
|
|
1626
|
+
ListWorkloadEstimates: string;
|
|
1627
|
+
ListWorkloadEstimateUsage: string;
|
|
1628
|
+
TagResource: string;
|
|
1629
|
+
UntagResource: string;
|
|
1630
|
+
UpdateBillEstimate: string;
|
|
1631
|
+
UpdateBillScenario: string;
|
|
1632
|
+
UpdateBillScenarioCommitmentModification: string;
|
|
1633
|
+
UpdateBillScenarioUsageModification: string;
|
|
1634
|
+
UpdatePreferences: string;
|
|
1635
|
+
UpdateWorkloadEstimate: string;
|
|
1636
|
+
UpdateWorkloadEstimateUsage: string;
|
|
1637
|
+
};
|
|
1523
1638
|
bedrock: {
|
|
1524
1639
|
AllowVendedLogDeliveryForResource: string;
|
|
1525
1640
|
ApplyGuardrail: string;
|
|
1641
|
+
AssociateAgentCollaborator: string;
|
|
1526
1642
|
AssociateAgentKnowledgeBase: string;
|
|
1527
1643
|
AssociateThirdPartyKnowledgeBase: string;
|
|
1528
1644
|
BatchDeleteEvaluationJob: string;
|
|
1529
1645
|
CreateAgent: string;
|
|
1530
1646
|
CreateAgentActionGroup: string;
|
|
1531
1647
|
CreateAgentAlias: string;
|
|
1648
|
+
CreateBlueprint: string;
|
|
1649
|
+
CreateBlueprintVersion: string;
|
|
1650
|
+
CreateDataAutomationProject: string;
|
|
1532
1651
|
CreateDataSource: string;
|
|
1533
1652
|
CreateEvaluationJob: string;
|
|
1534
1653
|
CreateFlow: string;
|
|
@@ -1537,7 +1656,9 @@ export declare const Actions: {
|
|
|
1537
1656
|
CreateFoundationModelAgreement: string;
|
|
1538
1657
|
CreateGuardrail: string;
|
|
1539
1658
|
CreateGuardrailVersion: string;
|
|
1659
|
+
CreateInferenceProfile: string;
|
|
1540
1660
|
CreateKnowledgeBase: string;
|
|
1661
|
+
CreateMarketplaceModelEndpoint: string;
|
|
1541
1662
|
CreateModelCopyJob: string;
|
|
1542
1663
|
CreateModelCustomizationJob: string;
|
|
1543
1664
|
CreateModelEvaluationJob: string;
|
|
@@ -1551,7 +1672,9 @@ export declare const Actions: {
|
|
|
1551
1672
|
DeleteAgentAlias: string;
|
|
1552
1673
|
DeleteAgentMemory: string;
|
|
1553
1674
|
DeleteAgentVersion: string;
|
|
1675
|
+
DeleteBlueprint: string;
|
|
1554
1676
|
DeleteCustomModel: string;
|
|
1677
|
+
DeleteDataAutomationProject: string;
|
|
1555
1678
|
DeleteDataSource: string;
|
|
1556
1679
|
DeleteFlow: string;
|
|
1557
1680
|
DeleteFlowAlias: string;
|
|
@@ -1559,20 +1682,33 @@ export declare const Actions: {
|
|
|
1559
1682
|
DeleteFoundationModelAgreement: string;
|
|
1560
1683
|
DeleteGuardrail: string;
|
|
1561
1684
|
DeleteImportedModel: string;
|
|
1685
|
+
DeleteInferenceProfile: string;
|
|
1562
1686
|
DeleteKnowledgeBase: string;
|
|
1687
|
+
DeleteKnowledgeBaseDocuments: string;
|
|
1688
|
+
DeleteMarketplaceModelAgreement: string;
|
|
1689
|
+
DeleteMarketplaceModelEndpoint: string;
|
|
1563
1690
|
DeleteModelInvocationLoggingConfiguration: string;
|
|
1564
1691
|
DeletePrompt: string;
|
|
1565
1692
|
DeleteProvisionedModelThroughput: string;
|
|
1566
1693
|
DeleteResourcePolicy: string;
|
|
1694
|
+
DeregisterMarketplaceModelEndpoint: string;
|
|
1567
1695
|
DetectGeneratedContent: string;
|
|
1696
|
+
DisassociateAgentCollaborator: string;
|
|
1568
1697
|
DisassociateAgentKnowledgeBase: string;
|
|
1698
|
+
GenerateQuery: string;
|
|
1569
1699
|
GetAgent: string;
|
|
1570
1700
|
GetAgentActionGroup: string;
|
|
1571
1701
|
GetAgentAlias: string;
|
|
1702
|
+
GetAgentCollaborator: string;
|
|
1572
1703
|
GetAgentKnowledgeBase: string;
|
|
1573
1704
|
GetAgentMemory: string;
|
|
1574
1705
|
GetAgentVersion: string;
|
|
1706
|
+
GetAsyncInvoke: string;
|
|
1707
|
+
GetBlueprint: string;
|
|
1708
|
+
GetBlueprintRecommendation: string;
|
|
1575
1709
|
GetCustomModel: string;
|
|
1710
|
+
GetDataAutomationProject: string;
|
|
1711
|
+
GetDataAutomationStatus: string;
|
|
1576
1712
|
GetDataSource: string;
|
|
1577
1713
|
GetEvaluationJob: string;
|
|
1578
1714
|
GetFlow: string;
|
|
@@ -1585,6 +1721,8 @@ export declare const Actions: {
|
|
|
1585
1721
|
GetInferenceProfile: string;
|
|
1586
1722
|
GetIngestionJob: string;
|
|
1587
1723
|
GetKnowledgeBase: string;
|
|
1724
|
+
GetKnowledgeBaseDocuments: string;
|
|
1725
|
+
GetMarketplaceModelEndpoint: string;
|
|
1588
1726
|
GetModelCopyJob: string;
|
|
1589
1727
|
GetModelCustomizationJob: string;
|
|
1590
1728
|
GetModelEvaluationJob: string;
|
|
@@ -1592,19 +1730,29 @@ export declare const Actions: {
|
|
|
1592
1730
|
GetModelInvocationJob: string;
|
|
1593
1731
|
GetModelInvocationLoggingConfiguration: string;
|
|
1594
1732
|
GetPrompt: string;
|
|
1733
|
+
GetPromptRouter: string;
|
|
1595
1734
|
GetProvisionedModelThroughput: string;
|
|
1596
1735
|
GetResourcePolicy: string;
|
|
1597
1736
|
GetUseCaseForModelAccess: string;
|
|
1737
|
+
IngestKnowledgeBaseDocuments: string;
|
|
1598
1738
|
InvokeAgent: string;
|
|
1739
|
+
InvokeBlueprintRecommendationAsync: string;
|
|
1740
|
+
InvokeBuilder: string;
|
|
1741
|
+
InvokeDataAutomationAsync: string;
|
|
1599
1742
|
InvokeFlow: string;
|
|
1743
|
+
InvokeInlineAgent: string;
|
|
1600
1744
|
InvokeModel: string;
|
|
1601
1745
|
InvokeModelWithResponseStream: string;
|
|
1602
1746
|
ListAgentActionGroups: string;
|
|
1603
1747
|
ListAgentAliases: string;
|
|
1748
|
+
ListAgentCollaborators: string;
|
|
1604
1749
|
ListAgentKnowledgeBases: string;
|
|
1605
1750
|
ListAgents: string;
|
|
1606
1751
|
ListAgentVersions: string;
|
|
1752
|
+
ListAsyncInvokes: string;
|
|
1753
|
+
ListBlueprints: string;
|
|
1607
1754
|
ListCustomModels: string;
|
|
1755
|
+
ListDataAutomationProjects: string;
|
|
1608
1756
|
ListDataSources: string;
|
|
1609
1757
|
ListEvaluationJobs: string;
|
|
1610
1758
|
ListFlowAliases: string;
|
|
@@ -1616,25 +1764,33 @@ export declare const Actions: {
|
|
|
1616
1764
|
ListImportedModels: string;
|
|
1617
1765
|
ListInferenceProfiles: string;
|
|
1618
1766
|
ListIngestionJobs: string;
|
|
1767
|
+
ListKnowledgeBaseDocuments: string;
|
|
1619
1768
|
ListKnowledgeBases: string;
|
|
1769
|
+
ListMarketplaceModelEndpoints: string;
|
|
1620
1770
|
ListModelCopyJobs: string;
|
|
1621
1771
|
ListModelCustomizationJobs: string;
|
|
1622
1772
|
ListModelEvaluationJobs: string;
|
|
1623
1773
|
ListModelImportJobs: string;
|
|
1624
1774
|
ListModelInvocationJobs: string;
|
|
1775
|
+
ListPromptRouters: string;
|
|
1625
1776
|
ListPrompts: string;
|
|
1626
1777
|
ListProvisionedModelThroughputs: string;
|
|
1627
1778
|
ListTagsForResource: string;
|
|
1779
|
+
OptimizePrompt: string;
|
|
1628
1780
|
PrepareAgent: string;
|
|
1629
1781
|
PrepareFlow: string;
|
|
1630
1782
|
PutFoundationModelEntitlement: string;
|
|
1631
1783
|
PutModelInvocationLoggingConfiguration: string;
|
|
1632
1784
|
PutResourcePolicy: string;
|
|
1633
1785
|
PutUseCaseForModelAccess: string;
|
|
1786
|
+
RegisterMarketplaceModelEndpoint: string;
|
|
1787
|
+
RenderPrompt: string;
|
|
1788
|
+
Rerank: string;
|
|
1634
1789
|
Retrieve: string;
|
|
1635
1790
|
RetrieveAndGenerate: string;
|
|
1636
1791
|
StartIngestionJob: string;
|
|
1637
1792
|
StopEvaluationJob: string;
|
|
1793
|
+
StopIngestionJob: string;
|
|
1638
1794
|
StopModelCustomizationJob: string;
|
|
1639
1795
|
StopModelInvocationJob: string;
|
|
1640
1796
|
TagResource: string;
|
|
@@ -1642,28 +1798,44 @@ export declare const Actions: {
|
|
|
1642
1798
|
UpdateAgent: string;
|
|
1643
1799
|
UpdateAgentActionGroup: string;
|
|
1644
1800
|
UpdateAgentAlias: string;
|
|
1801
|
+
UpdateAgentCollaborator: string;
|
|
1645
1802
|
UpdateAgentKnowledgeBase: string;
|
|
1803
|
+
UpdateBlueprint: string;
|
|
1804
|
+
UpdateDataAutomationProject: string;
|
|
1646
1805
|
UpdateDataSource: string;
|
|
1647
1806
|
UpdateFlow: string;
|
|
1648
1807
|
UpdateFlowAlias: string;
|
|
1649
1808
|
UpdateGuardrail: string;
|
|
1650
1809
|
UpdateKnowledgeBase: string;
|
|
1810
|
+
UpdateMarketplaceModelEndpoint: string;
|
|
1651
1811
|
UpdatePrompt: string;
|
|
1652
1812
|
UpdateProvisionedModelThroughput: string;
|
|
1813
|
+
ValidateFlowDefinition: string;
|
|
1653
1814
|
};
|
|
1654
1815
|
billing: {
|
|
1816
|
+
CreateBillingView: string;
|
|
1817
|
+
DeleteBillingView: string;
|
|
1818
|
+
DeleteResourcePolicy: string;
|
|
1655
1819
|
GetBillingData: string;
|
|
1656
1820
|
GetBillingDetails: string;
|
|
1657
1821
|
GetBillingNotifications: string;
|
|
1658
1822
|
GetBillingPreferences: string;
|
|
1823
|
+
GetBillingView: string;
|
|
1659
1824
|
GetContractInformation: string;
|
|
1660
1825
|
GetCredits: string;
|
|
1661
1826
|
GetIAMAccessPreference: string;
|
|
1827
|
+
GetResourcePolicy: string;
|
|
1662
1828
|
GetSellerOfRecord: string;
|
|
1663
1829
|
ListBillingViews: string;
|
|
1830
|
+
ListSourceViewsForBillingView: string;
|
|
1831
|
+
ListTagsForResource: string;
|
|
1664
1832
|
PutContractInformation: string;
|
|
1833
|
+
PutResourcePolicy: string;
|
|
1665
1834
|
RedeemCredits: string;
|
|
1835
|
+
TagResource: string;
|
|
1836
|
+
UntagResource: string;
|
|
1666
1837
|
UpdateBillingPreferences: string;
|
|
1838
|
+
UpdateBillingView: string;
|
|
1667
1839
|
UpdateIAMAccessPreference: string;
|
|
1668
1840
|
};
|
|
1669
1841
|
billingconductor: {
|
|
@@ -1827,6 +1999,7 @@ export declare const Actions: {
|
|
|
1827
1999
|
GetAnomalyMonitors: string;
|
|
1828
2000
|
GetAnomalySubscriptions: string;
|
|
1829
2001
|
GetApproximateUsageRecords: string;
|
|
2002
|
+
GetCommitmentPurchaseAnalysis: string;
|
|
1830
2003
|
GetConsoleActionSetEnforced: string;
|
|
1831
2004
|
GetCostAndUsage: string;
|
|
1832
2005
|
GetCostAndUsageWithResources: string;
|
|
@@ -1845,12 +2018,14 @@ export declare const Actions: {
|
|
|
1845
2018
|
GetSavingsPlansUtilizationDetails: string;
|
|
1846
2019
|
GetTags: string;
|
|
1847
2020
|
GetUsageForecast: string;
|
|
2021
|
+
ListCommitmentPurchaseAnalyses: string;
|
|
1848
2022
|
ListCostAllocationTagBackfillHistory: string;
|
|
1849
2023
|
ListCostAllocationTags: string;
|
|
1850
2024
|
ListCostCategoryDefinitions: string;
|
|
1851
2025
|
ListSavingsPlansPurchaseRecommendationGeneration: string;
|
|
1852
2026
|
ListTagsForResource: string;
|
|
1853
2027
|
ProvideAnomalyFeedback: string;
|
|
2028
|
+
StartCommitmentPurchaseAnalysis: string;
|
|
1854
2029
|
StartCostAllocationTagBackfill: string;
|
|
1855
2030
|
StartSavingsPlansPurchaseRecommendationGeneration: string;
|
|
1856
2031
|
TagResource: string;
|
|
@@ -1865,10 +2040,13 @@ export declare const Actions: {
|
|
|
1865
2040
|
UpdateReport: string;
|
|
1866
2041
|
};
|
|
1867
2042
|
chatbot: {
|
|
2043
|
+
AssociateToConfiguration: string;
|
|
1868
2044
|
CreateChimeWebhookConfiguration: string;
|
|
2045
|
+
CreateCustomAction: string;
|
|
1869
2046
|
CreateMicrosoftTeamsChannelConfiguration: string;
|
|
1870
2047
|
CreateSlackChannelConfiguration: string;
|
|
1871
2048
|
DeleteChimeWebhookConfiguration: string;
|
|
2049
|
+
DeleteCustomAction: string;
|
|
1872
2050
|
DeleteMicrosoftTeamsChannelConfiguration: string;
|
|
1873
2051
|
DeleteMicrosoftTeamsConfiguredTeam: string;
|
|
1874
2052
|
DeleteMicrosoftTeamsUserIdentity: string;
|
|
@@ -1880,10 +2058,14 @@ export declare const Actions: {
|
|
|
1880
2058
|
DescribeSlackChannels: string;
|
|
1881
2059
|
DescribeSlackUserIdentities: string;
|
|
1882
2060
|
DescribeSlackWorkspaces: string;
|
|
2061
|
+
DisassociateFromConfiguration: string;
|
|
1883
2062
|
GetAccountPreferences: string;
|
|
2063
|
+
GetCustomAction: string;
|
|
1884
2064
|
GetMicrosoftTeamsChannelConfiguration: string;
|
|
1885
2065
|
GetMicrosoftTeamsOauthParameters: string;
|
|
1886
2066
|
GetSlackOauthParameters: string;
|
|
2067
|
+
ListAssociations: string;
|
|
2068
|
+
ListCustomActions: string;
|
|
1887
2069
|
ListMicrosoftTeamsChannelConfigurations: string;
|
|
1888
2070
|
ListMicrosoftTeamsConfiguredTeams: string;
|
|
1889
2071
|
ListMicrosoftTeamsUserIdentities: string;
|
|
@@ -1894,6 +2076,7 @@ export declare const Actions: {
|
|
|
1894
2076
|
UntagResource: string;
|
|
1895
2077
|
UpdateAccountPreferences: string;
|
|
1896
2078
|
UpdateChimeWebhookConfiguration: string;
|
|
2079
|
+
UpdateCustomAction: string;
|
|
1897
2080
|
UpdateMicrosoftTeamsChannelConfiguration: string;
|
|
1898
2081
|
UpdateSlackChannelConfiguration: string;
|
|
1899
2082
|
};
|
|
@@ -1907,6 +2090,7 @@ export declare const Actions: {
|
|
|
1907
2090
|
AssociatePhoneNumbersWithVoiceConnectorGroup: string;
|
|
1908
2091
|
AssociatePhoneNumberWithUser: string;
|
|
1909
2092
|
AssociateSigninDelegateGroupsWithAccount: string;
|
|
2093
|
+
AssociateVoiceConnectorConnect: string;
|
|
1910
2094
|
AuthorizeDirectory: string;
|
|
1911
2095
|
BatchCreateAttendee: string;
|
|
1912
2096
|
BatchCreateChannelMembership: string;
|
|
@@ -1934,6 +2118,8 @@ export declare const Actions: {
|
|
|
1934
2118
|
CreateChannelFlow: string;
|
|
1935
2119
|
CreateChannelMembership: string;
|
|
1936
2120
|
CreateChannelModerator: string;
|
|
2121
|
+
CreateConnectAnalyticsConnector: string;
|
|
2122
|
+
CreateConnectCallTransferConnector: string;
|
|
1937
2123
|
CreateMediaCapturePipeline: string;
|
|
1938
2124
|
CreateMediaConcatenationPipeline: string;
|
|
1939
2125
|
CreateMediaInsightsPipeline: string;
|
|
@@ -1990,6 +2176,7 @@ export declare const Actions: {
|
|
|
1990
2176
|
DeleteSipRule: string;
|
|
1991
2177
|
DeleteVoiceConnector: string;
|
|
1992
2178
|
DeleteVoiceConnectorEmergencyCallingConfiguration: string;
|
|
2179
|
+
DeleteVoiceConnectorExternalSystemsConfiguration: string;
|
|
1993
2180
|
DeleteVoiceConnectorGroup: string;
|
|
1994
2181
|
DeleteVoiceConnectorOrigination: string;
|
|
1995
2182
|
DeleteVoiceConnectorProxy: string;
|
|
@@ -2016,6 +2203,7 @@ export declare const Actions: {
|
|
|
2016
2203
|
DisassociatePhoneNumbersFromVoiceConnector: string;
|
|
2017
2204
|
DisassociatePhoneNumbersFromVoiceConnectorGroup: string;
|
|
2018
2205
|
DisassociateSigninDelegateGroupsFromAccount: string;
|
|
2206
|
+
DisassociateVoiceConnectorConnect: string;
|
|
2019
2207
|
DisconnectDirectory: string;
|
|
2020
2208
|
GetAccount: string;
|
|
2021
2209
|
GetAccountResource: string;
|
|
@@ -2058,6 +2246,7 @@ export declare const Actions: {
|
|
|
2058
2246
|
GetUserSettings: string;
|
|
2059
2247
|
GetVoiceConnector: string;
|
|
2060
2248
|
GetVoiceConnectorEmergencyCallingConfiguration: string;
|
|
2249
|
+
GetVoiceConnectorExternalSystemsConfiguration: string;
|
|
2061
2250
|
GetVoiceConnectorGroup: string;
|
|
2062
2251
|
GetVoiceConnectorLoggingConfiguration: string;
|
|
2063
2252
|
GetVoiceConnectorOrigination: string;
|
|
@@ -2134,6 +2323,7 @@ export declare const Actions: {
|
|
|
2134
2323
|
PutSipMediaApplicationAlexaSkillConfiguration: string;
|
|
2135
2324
|
PutSipMediaApplicationLoggingConfiguration: string;
|
|
2136
2325
|
PutVoiceConnectorEmergencyCallingConfiguration: string;
|
|
2326
|
+
PutVoiceConnectorExternalSystemsConfiguration: string;
|
|
2137
2327
|
PutVoiceConnectorLoggingConfiguration: string;
|
|
2138
2328
|
PutVoiceConnectorOrigination: string;
|
|
2139
2329
|
PutVoiceConnectorProxy: string;
|
|
@@ -2209,28 +2399,61 @@ export declare const Actions: {
|
|
|
2209
2399
|
ValidateE911Address: string;
|
|
2210
2400
|
};
|
|
2211
2401
|
"cleanrooms-ml": {
|
|
2402
|
+
CancelTrainedModel: string;
|
|
2403
|
+
CancelTrainedModelInferenceJob: string;
|
|
2212
2404
|
CreateAudienceModel: string;
|
|
2213
2405
|
CreateConfiguredAudienceModel: string;
|
|
2406
|
+
CreateConfiguredModelAlgorithm: string;
|
|
2407
|
+
CreateConfiguredModelAlgorithmAssociation: string;
|
|
2408
|
+
CreateMLInputChannel: string;
|
|
2409
|
+
CreateTrainedModel: string;
|
|
2214
2410
|
CreateTrainingDataset: string;
|
|
2215
2411
|
DeleteAudienceGenerationJob: string;
|
|
2216
2412
|
DeleteAudienceModel: string;
|
|
2217
2413
|
DeleteConfiguredAudienceModel: string;
|
|
2218
2414
|
DeleteConfiguredAudienceModelPolicy: string;
|
|
2415
|
+
DeleteConfiguredModelAlgorithm: string;
|
|
2416
|
+
DeleteConfiguredModelAlgorithmAssociation: string;
|
|
2417
|
+
DeleteMLConfiguration: string;
|
|
2418
|
+
DeleteMLInputChannelData: string;
|
|
2419
|
+
DeleteTrainedModelOutput: string;
|
|
2219
2420
|
DeleteTrainingDataset: string;
|
|
2220
2421
|
GetAudienceGenerationJob: string;
|
|
2221
2422
|
GetAudienceModel: string;
|
|
2423
|
+
GetCollaborationConfiguredModelAlgorithmAssociation: string;
|
|
2424
|
+
GetCollaborationMLInputChannel: string;
|
|
2425
|
+
GetCollaborationTrainedModel: string;
|
|
2222
2426
|
GetConfiguredAudienceModel: string;
|
|
2223
2427
|
GetConfiguredAudienceModelPolicy: string;
|
|
2428
|
+
GetConfiguredModelAlgorithm: string;
|
|
2429
|
+
GetConfiguredModelAlgorithmAssociation: string;
|
|
2430
|
+
GetMLConfiguration: string;
|
|
2431
|
+
GetMLInputChannel: string;
|
|
2432
|
+
GetTrainedModel: string;
|
|
2433
|
+
GetTrainedModelInferenceJob: string;
|
|
2224
2434
|
GetTrainingDataset: string;
|
|
2225
2435
|
ListAudienceExportJobs: string;
|
|
2226
2436
|
ListAudienceGenerationJobs: string;
|
|
2227
2437
|
ListAudienceModels: string;
|
|
2438
|
+
ListCollaborationConfiguredModelAlgorithmAssociations: string;
|
|
2439
|
+
ListCollaborationMLInputChannels: string;
|
|
2440
|
+
ListCollaborationTrainedModelExportJobs: string;
|
|
2441
|
+
ListCollaborationTrainedModelInferenceJobs: string;
|
|
2442
|
+
ListCollaborationTrainedModels: string;
|
|
2228
2443
|
ListConfiguredAudienceModels: string;
|
|
2444
|
+
ListConfiguredModelAlgorithmAssociations: string;
|
|
2445
|
+
ListConfiguredModelAlgorithms: string;
|
|
2446
|
+
ListMLInputChannels: string;
|
|
2229
2447
|
ListTagsForResource: string;
|
|
2448
|
+
ListTrainedModelInferenceJobs: string;
|
|
2449
|
+
ListTrainedModels: string;
|
|
2230
2450
|
ListTrainingDatasets: string;
|
|
2231
2451
|
PutConfiguredAudienceModelPolicy: string;
|
|
2452
|
+
PutMLConfiguration: string;
|
|
2232
2453
|
StartAudienceExportJob: string;
|
|
2233
2454
|
StartAudienceGenerationJob: string;
|
|
2455
|
+
StartTrainedModelExportJob: string;
|
|
2456
|
+
StartTrainedModelInferenceJob: string;
|
|
2234
2457
|
TagResource: string;
|
|
2235
2458
|
UnTagResource: string;
|
|
2236
2459
|
UpdateConfiguredAudienceModel: string;
|
|
@@ -2299,6 +2522,8 @@ export declare const Actions: {
|
|
|
2299
2522
|
ListProtectedQueries: string;
|
|
2300
2523
|
ListSchemas: string;
|
|
2301
2524
|
ListTagsForResource: string;
|
|
2525
|
+
PassCollaboration: string;
|
|
2526
|
+
PassMembership: string;
|
|
2302
2527
|
PopulateIdMappingTable: string;
|
|
2303
2528
|
PreviewPrivacyImpact: string;
|
|
2304
2529
|
StartProtectedQuery: string;
|
|
@@ -2473,6 +2698,7 @@ export declare const Actions: {
|
|
|
2473
2698
|
ListChangeSets: string;
|
|
2474
2699
|
ListExports: string;
|
|
2475
2700
|
ListGeneratedTemplates: string;
|
|
2701
|
+
ListHookResults: string;
|
|
2476
2702
|
ListImports: string;
|
|
2477
2703
|
ListResourceRequests: string;
|
|
2478
2704
|
ListResources: string;
|
|
@@ -2521,8 +2747,10 @@ export declare const Actions: {
|
|
|
2521
2747
|
UpdateKeys: string;
|
|
2522
2748
|
};
|
|
2523
2749
|
cloudfront: {
|
|
2750
|
+
AllowVendedLogDeliveryForResource: string;
|
|
2524
2751
|
AssociateAlias: string;
|
|
2525
2752
|
CopyDistribution: string;
|
|
2753
|
+
CreateAnycastIpList: string;
|
|
2526
2754
|
CreateCachePolicy: string;
|
|
2527
2755
|
CreateCloudFrontOriginAccessIdentity: string;
|
|
2528
2756
|
CreateContinuousDeploymentPolicy: string;
|
|
@@ -2542,6 +2770,8 @@ export declare const Actions: {
|
|
|
2542
2770
|
CreateSavingsPlan: string;
|
|
2543
2771
|
CreateStreamingDistribution: string;
|
|
2544
2772
|
CreateStreamingDistributionWithTags: string;
|
|
2773
|
+
CreateVpcOrigin: string;
|
|
2774
|
+
DeleteAnycastIpList: string;
|
|
2545
2775
|
DeleteCachePolicy: string;
|
|
2546
2776
|
DeleteCloudFrontOriginAccessIdentity: string;
|
|
2547
2777
|
DeleteContinuousDeploymentPolicy: string;
|
|
@@ -2558,8 +2788,10 @@ export declare const Actions: {
|
|
|
2558
2788
|
DeleteRealtimeLogConfig: string;
|
|
2559
2789
|
DeleteResponseHeadersPolicy: string;
|
|
2560
2790
|
DeleteStreamingDistribution: string;
|
|
2791
|
+
DeleteVpcOrigin: string;
|
|
2561
2792
|
DescribeFunction: string;
|
|
2562
2793
|
DescribeKeyValueStore: string;
|
|
2794
|
+
GetAnycastIpList: string;
|
|
2563
2795
|
GetCachePolicy: string;
|
|
2564
2796
|
GetCachePolicyConfig: string;
|
|
2565
2797
|
GetCloudFrontOriginAccessIdentity: string;
|
|
@@ -2589,17 +2821,21 @@ export declare const Actions: {
|
|
|
2589
2821
|
GetSavingsPlan: string;
|
|
2590
2822
|
GetStreamingDistribution: string;
|
|
2591
2823
|
GetStreamingDistributionConfig: string;
|
|
2824
|
+
GetVpcOrigin: string;
|
|
2825
|
+
ListAnycastIpLists: string;
|
|
2592
2826
|
ListCachePolicies: string;
|
|
2593
2827
|
ListCloudFrontOriginAccessIdentities: string;
|
|
2594
2828
|
ListConflictingAliases: string;
|
|
2595
2829
|
ListContinuousDeploymentPolicies: string;
|
|
2596
2830
|
ListDistributions: string;
|
|
2831
|
+
ListDistributionsByAnycastIpListId: string;
|
|
2597
2832
|
ListDistributionsByCachePolicyId: string;
|
|
2598
2833
|
ListDistributionsByKeyGroup: string;
|
|
2599
2834
|
ListDistributionsByLambdaFunction: string;
|
|
2600
2835
|
ListDistributionsByOriginRequestPolicyId: string;
|
|
2601
2836
|
ListDistributionsByRealtimeLogConfig: string;
|
|
2602
2837
|
ListDistributionsByResponseHeadersPolicyId: string;
|
|
2838
|
+
ListDistributionsByVpcOriginId: string;
|
|
2603
2839
|
ListDistributionsByWebACLId: string;
|
|
2604
2840
|
ListFieldLevelEncryptionConfigs: string;
|
|
2605
2841
|
ListFieldLevelEncryptionProfiles: string;
|
|
@@ -2617,6 +2853,7 @@ export declare const Actions: {
|
|
|
2617
2853
|
ListStreamingDistributions: string;
|
|
2618
2854
|
ListTagsForResource: string;
|
|
2619
2855
|
ListUsages: string;
|
|
2856
|
+
ListVpcOrigins: string;
|
|
2620
2857
|
PublishFunction: string;
|
|
2621
2858
|
TagResource: string;
|
|
2622
2859
|
TestFunction: string;
|
|
@@ -2638,6 +2875,7 @@ export declare const Actions: {
|
|
|
2638
2875
|
UpdateResponseHeadersPolicy: string;
|
|
2639
2876
|
UpdateSavingsPlan: string;
|
|
2640
2877
|
UpdateStreamingDistribution: string;
|
|
2878
|
+
UpdateVpcOrigin: string;
|
|
2641
2879
|
};
|
|
2642
2880
|
cloudhsm: {
|
|
2643
2881
|
CopyBackupToRegion: string;
|
|
@@ -2712,10 +2950,12 @@ export declare const Actions: {
|
|
|
2712
2950
|
AddTags: string;
|
|
2713
2951
|
CancelQuery: string;
|
|
2714
2952
|
CreateChannel: string;
|
|
2953
|
+
CreateDashboard: string;
|
|
2715
2954
|
CreateEventDataStore: string;
|
|
2716
2955
|
CreateServiceLinkedChannel: string;
|
|
2717
2956
|
CreateTrail: string;
|
|
2718
2957
|
DeleteChannel: string;
|
|
2958
|
+
DeleteDashboard: string;
|
|
2719
2959
|
DeleteEventDataStore: string;
|
|
2720
2960
|
DeleteResourcePolicy: string;
|
|
2721
2961
|
DeleteServiceLinkedChannel: string;
|
|
@@ -2726,7 +2966,9 @@ export declare const Actions: {
|
|
|
2726
2966
|
DisableFederation: string;
|
|
2727
2967
|
EnableFederation: string;
|
|
2728
2968
|
GenerateQuery: string;
|
|
2969
|
+
GenerateQueryResultsSummary: string;
|
|
2729
2970
|
GetChannel: string;
|
|
2971
|
+
GetDashboard: string;
|
|
2730
2972
|
GetEventDataStore: string;
|
|
2731
2973
|
GetEventDataStoreData: string;
|
|
2732
2974
|
GetEventSelectors: string;
|
|
@@ -2738,6 +2980,7 @@ export declare const Actions: {
|
|
|
2738
2980
|
GetTrail: string;
|
|
2739
2981
|
GetTrailStatus: string;
|
|
2740
2982
|
ListChannels: string;
|
|
2983
|
+
ListDashboards: string;
|
|
2741
2984
|
ListEventDataStores: string;
|
|
2742
2985
|
ListImportFailures: string;
|
|
2743
2986
|
ListImports: string;
|
|
@@ -2753,6 +2996,8 @@ export declare const Actions: {
|
|
|
2753
2996
|
RegisterOrganizationDelegatedAdmin: string;
|
|
2754
2997
|
RemoveTags: string;
|
|
2755
2998
|
RestoreEventDataStore: string;
|
|
2999
|
+
SearchSampleQueries: string;
|
|
3000
|
+
StartDashboardRefresh: string;
|
|
2756
3001
|
StartEventDataStoreIngestion: string;
|
|
2757
3002
|
StartImport: string;
|
|
2758
3003
|
StartLogging: string;
|
|
@@ -2761,6 +3006,7 @@ export declare const Actions: {
|
|
|
2761
3006
|
StopImport: string;
|
|
2762
3007
|
StopLogging: string;
|
|
2763
3008
|
UpdateChannel: string;
|
|
3009
|
+
UpdateDashboard: string;
|
|
2764
3010
|
UpdateEventDataStore: string;
|
|
2765
3011
|
UpdateServiceLinkedChannel: string;
|
|
2766
3012
|
UpdateTrail: string;
|
|
@@ -2799,6 +3045,7 @@ export declare const Actions: {
|
|
|
2799
3045
|
GetTopologyMap: string;
|
|
2800
3046
|
Link: string;
|
|
2801
3047
|
ListDashboards: string;
|
|
3048
|
+
ListEntitiesForMetric: string;
|
|
2802
3049
|
ListManagedInsightRules: string;
|
|
2803
3050
|
ListMetrics: string;
|
|
2804
3051
|
ListMetricStreams: string;
|
|
@@ -3425,6 +3672,7 @@ export declare const Actions: {
|
|
|
3425
3672
|
ConfirmSignUp: string;
|
|
3426
3673
|
CreateGroup: string;
|
|
3427
3674
|
CreateIdentityProvider: string;
|
|
3675
|
+
CreateManagedLoginBranding: string;
|
|
3428
3676
|
CreateResourceServer: string;
|
|
3429
3677
|
CreateUserImportJob: string;
|
|
3430
3678
|
CreateUserPool: string;
|
|
@@ -3432,6 +3680,7 @@ export declare const Actions: {
|
|
|
3432
3680
|
CreateUserPoolDomain: string;
|
|
3433
3681
|
DeleteGroup: string;
|
|
3434
3682
|
DeleteIdentityProvider: string;
|
|
3683
|
+
DeleteManagedLoginBranding: string;
|
|
3435
3684
|
DeleteResourceServer: string;
|
|
3436
3685
|
DeleteUser: string;
|
|
3437
3686
|
DeleteUserAttributes: string;
|
|
@@ -3439,6 +3688,8 @@ export declare const Actions: {
|
|
|
3439
3688
|
DeleteUserPoolClient: string;
|
|
3440
3689
|
DeleteUserPoolDomain: string;
|
|
3441
3690
|
DescribeIdentityProvider: string;
|
|
3691
|
+
DescribeManagedLoginBranding: string;
|
|
3692
|
+
DescribeManagedLoginBrandingByClient: string;
|
|
3442
3693
|
DescribeResourceServer: string;
|
|
3443
3694
|
DescribeRiskConfiguration: string;
|
|
3444
3695
|
DescribeUserImportJob: string;
|
|
@@ -3490,6 +3741,7 @@ export declare const Actions: {
|
|
|
3490
3741
|
UpdateDeviceStatus: string;
|
|
3491
3742
|
UpdateGroup: string;
|
|
3492
3743
|
UpdateIdentityProvider: string;
|
|
3744
|
+
UpdateManagedLoginBranding: string;
|
|
3493
3745
|
UpdateResourceServer: string;
|
|
3494
3746
|
UpdateUserAttributes: string;
|
|
3495
3747
|
UpdateUserPool: string;
|
|
@@ -3640,6 +3892,7 @@ export declare const Actions: {
|
|
|
3640
3892
|
ExportEBSVolumeRecommendations: string;
|
|
3641
3893
|
ExportEC2InstanceRecommendations: string;
|
|
3642
3894
|
ExportECSServiceRecommendations: string;
|
|
3895
|
+
ExportIdleRecommendations: string;
|
|
3643
3896
|
ExportLambdaFunctionRecommendations: string;
|
|
3644
3897
|
ExportLicenseRecommendations: string;
|
|
3645
3898
|
ExportRDSDatabaseRecommendations: string;
|
|
@@ -3652,6 +3905,7 @@ export declare const Actions: {
|
|
|
3652
3905
|
GetEffectiveRecommendationPreferences: string;
|
|
3653
3906
|
GetEnrollmentStatus: string;
|
|
3654
3907
|
GetEnrollmentStatusesForOrganization: string;
|
|
3908
|
+
GetIdleRecommendations: string;
|
|
3655
3909
|
GetLambdaFunctionRecommendations: string;
|
|
3656
3910
|
GetLicenseRecommendations: string;
|
|
3657
3911
|
GetRDSDatabaseRecommendationProjectedMetrics: string;
|
|
@@ -3662,6 +3916,7 @@ export declare const Actions: {
|
|
|
3662
3916
|
UpdateEnrollmentStatus: string;
|
|
3663
3917
|
};
|
|
3664
3918
|
config: {
|
|
3919
|
+
AssociateResourceTypes: string;
|
|
3665
3920
|
BatchGetAggregateResourceConfig: string;
|
|
3666
3921
|
BatchGetResourceConfig: string;
|
|
3667
3922
|
DeleteAggregationAuthorization: string;
|
|
@@ -3678,6 +3933,7 @@ export declare const Actions: {
|
|
|
3678
3933
|
DeleteRemediationExceptions: string;
|
|
3679
3934
|
DeleteResourceConfig: string;
|
|
3680
3935
|
DeleteRetentionConfiguration: string;
|
|
3936
|
+
DeleteServiceLinkedConfigurationRecorder: string;
|
|
3681
3937
|
DeleteStoredQuery: string;
|
|
3682
3938
|
DeliverConfigSnapshot: string;
|
|
3683
3939
|
DescribeAggregateComplianceByConfigRules: string;
|
|
@@ -3705,6 +3961,7 @@ export declare const Actions: {
|
|
|
3705
3961
|
DescribeRemediationExceptions: string;
|
|
3706
3962
|
DescribeRemediationExecutionStatus: string;
|
|
3707
3963
|
DescribeRetentionConfigurations: string;
|
|
3964
|
+
DisassociateResourceTypes: string;
|
|
3708
3965
|
GetAggregateComplianceDetailsByConfigRule: string;
|
|
3709
3966
|
GetAggregateConfigRuleComplianceSummary: string;
|
|
3710
3967
|
GetAggregateConformancePackComplianceSummary: string;
|
|
@@ -3725,6 +3982,7 @@ export declare const Actions: {
|
|
|
3725
3982
|
GetResourceEvaluationSummary: string;
|
|
3726
3983
|
GetStoredQuery: string;
|
|
3727
3984
|
ListAggregateDiscoveredResources: string;
|
|
3985
|
+
ListConfigurationRecorders: string;
|
|
3728
3986
|
ListConformancePackComplianceScores: string;
|
|
3729
3987
|
ListDiscoveredResources: string;
|
|
3730
3988
|
ListResourceEvaluations: string;
|
|
@@ -3744,6 +4002,7 @@ export declare const Actions: {
|
|
|
3744
4002
|
PutRemediationExceptions: string;
|
|
3745
4003
|
PutResourceConfig: string;
|
|
3746
4004
|
PutRetentionConfiguration: string;
|
|
4005
|
+
PutServiceLinkedConfigurationRecorder: string;
|
|
3747
4006
|
PutStoredQuery: string;
|
|
3748
4007
|
SelectAggregateResourceConfig: string;
|
|
3749
4008
|
SelectResourceConfig: string;
|
|
@@ -3758,7 +4017,11 @@ export declare const Actions: {
|
|
|
3758
4017
|
"connect-campaigns": {
|
|
3759
4018
|
CreateCampaign: string;
|
|
3760
4019
|
DeleteCampaign: string;
|
|
4020
|
+
DeleteCampaignChannelSubtypeConfig: string;
|
|
4021
|
+
DeleteCampaignCommunicationLimits: string;
|
|
4022
|
+
DeleteCampaignCommunicationTime: string;
|
|
3761
4023
|
DeleteConnectInstanceConfig: string;
|
|
4024
|
+
DeleteConnectInstanceIntegration: string;
|
|
3762
4025
|
DeleteInstanceOnboardingJob: string;
|
|
3763
4026
|
DescribeCampaign: string;
|
|
3764
4027
|
GetCampaignState: string;
|
|
@@ -3766,22 +4029,33 @@ export declare const Actions: {
|
|
|
3766
4029
|
GetConnectInstanceConfig: string;
|
|
3767
4030
|
GetInstanceOnboardingJobStatus: string;
|
|
3768
4031
|
ListCampaigns: string;
|
|
4032
|
+
ListConnectInstanceIntegrations: string;
|
|
3769
4033
|
ListTagsForResource: string;
|
|
3770
4034
|
PauseCampaign: string;
|
|
4035
|
+
PutConnectInstanceIntegration: string;
|
|
3771
4036
|
PutDialRequestBatch: string;
|
|
4037
|
+
PutOutboundRequestBatch: string;
|
|
4038
|
+
PutProfileOutboundRequestBatch: string;
|
|
3772
4039
|
ResumeCampaign: string;
|
|
3773
4040
|
StartCampaign: string;
|
|
3774
4041
|
StartInstanceOnboardingJob: string;
|
|
3775
4042
|
StopCampaign: string;
|
|
3776
4043
|
TagResource: string;
|
|
3777
4044
|
UntagResource: string;
|
|
4045
|
+
UpdateCampaignChannelSubtypeConfig: string;
|
|
4046
|
+
UpdateCampaignCommunicationLimits: string;
|
|
4047
|
+
UpdateCampaignCommunicationTime: string;
|
|
3778
4048
|
UpdateCampaignDialerConfig: string;
|
|
4049
|
+
UpdateCampaignFlowAssociation: string;
|
|
3779
4050
|
UpdateCampaignName: string;
|
|
3780
4051
|
UpdateCampaignOutboundCallConfig: string;
|
|
4052
|
+
UpdateCampaignSchedule: string;
|
|
4053
|
+
UpdateCampaignSource: string;
|
|
3781
4054
|
};
|
|
3782
4055
|
connect: {
|
|
3783
4056
|
ActivateEvaluationForm: string;
|
|
3784
4057
|
AdminGetEmergencyAccessToken: string;
|
|
4058
|
+
AssociateAnalyticsDataSet: string;
|
|
3785
4059
|
AssociateApprovedOrigin: string;
|
|
3786
4060
|
AssociateBot: string;
|
|
3787
4061
|
AssociateCustomerProfilesDomain: string;
|
|
@@ -3807,14 +4081,18 @@ export declare const Actions: {
|
|
|
3807
4081
|
CreateAuthenticationProfile: string;
|
|
3808
4082
|
CreateContactFlow: string;
|
|
3809
4083
|
CreateContactFlowModule: string;
|
|
4084
|
+
CreateContactFlowVersion: string;
|
|
4085
|
+
CreateEmailAddress: string;
|
|
3810
4086
|
CreateEvaluationForm: string;
|
|
3811
4087
|
CreateHoursOfOperation: string;
|
|
4088
|
+
CreateHoursOfOperationOverride: string;
|
|
3812
4089
|
CreateInstance: string;
|
|
3813
4090
|
CreateIntegrationAssociation: string;
|
|
3814
4091
|
CreateParticipant: string;
|
|
3815
4092
|
CreatePersistentContactAssociation: string;
|
|
3816
4093
|
CreatePredefinedAttribute: string;
|
|
3817
4094
|
CreatePrompt: string;
|
|
4095
|
+
CreatePushNotificationRegistration: string;
|
|
3818
4096
|
CreateQueue: string;
|
|
3819
4097
|
CreateQuickConnect: string;
|
|
3820
4098
|
CreateRoutingProfile: string;
|
|
@@ -3833,12 +4111,16 @@ export declare const Actions: {
|
|
|
3833
4111
|
DeleteContactEvaluation: string;
|
|
3834
4112
|
DeleteContactFlow: string;
|
|
3835
4113
|
DeleteContactFlowModule: string;
|
|
4114
|
+
DeleteContactFlowVersion: string;
|
|
4115
|
+
DeleteEmailAddress: string;
|
|
3836
4116
|
DeleteEvaluationForm: string;
|
|
3837
4117
|
DeleteHoursOfOperation: string;
|
|
4118
|
+
DeleteHoursOfOperationOverride: string;
|
|
3838
4119
|
DeleteInstance: string;
|
|
3839
4120
|
DeleteIntegrationAssociation: string;
|
|
3840
4121
|
DeletePredefinedAttribute: string;
|
|
3841
4122
|
DeletePrompt: string;
|
|
4123
|
+
DeletePushNotificationRegistration: string;
|
|
3842
4124
|
DeleteQueue: string;
|
|
3843
4125
|
DeleteQuickConnect: string;
|
|
3844
4126
|
DeleteRoutingProfile: string;
|
|
@@ -3858,9 +4140,11 @@ export declare const Actions: {
|
|
|
3858
4140
|
DescribeContactEvaluation: string;
|
|
3859
4141
|
DescribeContactFlow: string;
|
|
3860
4142
|
DescribeContactFlowModule: string;
|
|
4143
|
+
DescribeEmailAddress: string;
|
|
3861
4144
|
DescribeEvaluationForm: string;
|
|
3862
4145
|
DescribeForecastingPlanningSchedulingIntegration: string;
|
|
3863
4146
|
DescribeHoursOfOperation: string;
|
|
4147
|
+
DescribeHoursOfOperationOverride: string;
|
|
3864
4148
|
DescribeInstance: string;
|
|
3865
4149
|
DescribeInstanceAttribute: string;
|
|
3866
4150
|
DescribeInstanceStorageConfig: string;
|
|
@@ -3878,6 +4162,7 @@ export declare const Actions: {
|
|
|
3878
4162
|
DescribeUserHierarchyStructure: string;
|
|
3879
4163
|
DescribeView: string;
|
|
3880
4164
|
DescribeVocabulary: string;
|
|
4165
|
+
DisassociateAnalyticsDataSet: string;
|
|
3881
4166
|
DisassociateApprovedOrigin: string;
|
|
3882
4167
|
DisassociateBot: string;
|
|
3883
4168
|
DisassociateCustomerProfilesDomain: string;
|
|
@@ -3896,6 +4181,7 @@ export declare const Actions: {
|
|
|
3896
4181
|
GetContactAttributes: string;
|
|
3897
4182
|
GetCurrentMetricData: string;
|
|
3898
4183
|
GetCurrentUserData: string;
|
|
4184
|
+
GetEffectiveHoursOfOperations: string;
|
|
3899
4185
|
GetFederationToken: string;
|
|
3900
4186
|
GetFlowAssociation: string;
|
|
3901
4187
|
GetMetricData: string;
|
|
@@ -3905,17 +4191,21 @@ export declare const Actions: {
|
|
|
3905
4191
|
GetTrafficDistribution: string;
|
|
3906
4192
|
ImportPhoneNumber: string;
|
|
3907
4193
|
ListAgentStatuses: string;
|
|
4194
|
+
ListAnalyticsDataAssociations: string;
|
|
3908
4195
|
ListApprovedOrigins: string;
|
|
4196
|
+
ListAssociatedContacts: string;
|
|
3909
4197
|
ListAuthenticationProfiles: string;
|
|
3910
4198
|
ListBots: string;
|
|
3911
4199
|
ListContactEvaluations: string;
|
|
3912
4200
|
ListContactFlowModules: string;
|
|
3913
4201
|
ListContactFlows: string;
|
|
4202
|
+
ListContactFlowVersions: string;
|
|
3914
4203
|
ListContactReferences: string;
|
|
3915
4204
|
ListDefaultVocabularies: string;
|
|
3916
4205
|
ListEvaluationForms: string;
|
|
3917
4206
|
ListEvaluationFormVersions: string;
|
|
3918
4207
|
ListFlowAssociations: string;
|
|
4208
|
+
ListHoursOfOperationOverrides: string;
|
|
3919
4209
|
ListHoursOfOperations: string;
|
|
3920
4210
|
ListInstanceAttributes: string;
|
|
3921
4211
|
ListInstances: string;
|
|
@@ -3961,6 +4251,8 @@ export declare const Actions: {
|
|
|
3961
4251
|
SearchContactFlowModules: string;
|
|
3962
4252
|
SearchContactFlows: string;
|
|
3963
4253
|
SearchContacts: string;
|
|
4254
|
+
SearchEmailAddresses: string;
|
|
4255
|
+
SearchHoursOfOperationOverrides: string;
|
|
3964
4256
|
SearchHoursOfOperations: string;
|
|
3965
4257
|
SearchPredefinedAttributes: string;
|
|
3966
4258
|
SearchPrompts: string;
|
|
@@ -3973,13 +4265,19 @@ export declare const Actions: {
|
|
|
3973
4265
|
SearchUsers: string;
|
|
3974
4266
|
SearchVocabularies: string;
|
|
3975
4267
|
SendChatIntegrationEvent: string;
|
|
4268
|
+
SendIntegrationEvent: string;
|
|
4269
|
+
SendOutboundEmail: string;
|
|
3976
4270
|
StartAttachedFileUpload: string;
|
|
3977
4271
|
StartChatContact: string;
|
|
3978
4272
|
StartContactEvaluation: string;
|
|
3979
4273
|
StartContactRecording: string;
|
|
3980
4274
|
StartContactStreaming: string;
|
|
4275
|
+
StartEmailContact: string;
|
|
3981
4276
|
StartForecastingPlanningSchedulingIntegration: string;
|
|
4277
|
+
StartOutboundChatContact: string;
|
|
4278
|
+
StartOutboundEmailContact: string;
|
|
3982
4279
|
StartOutboundVoiceContact: string;
|
|
4280
|
+
StartScreenSharing: string;
|
|
3983
4281
|
StartTaskContact: string;
|
|
3984
4282
|
StartWebRTCContact: string;
|
|
3985
4283
|
StopContact: string;
|
|
@@ -4005,10 +4303,13 @@ export declare const Actions: {
|
|
|
4005
4303
|
UpdateContactFlowName: string;
|
|
4006
4304
|
UpdateContactRoutingData: string;
|
|
4007
4305
|
UpdateContactSchedule: string;
|
|
4306
|
+
UpdateEmailAddressMetadata: string;
|
|
4008
4307
|
UpdateEvaluationForm: string;
|
|
4009
4308
|
UpdateHoursOfOperation: string;
|
|
4309
|
+
UpdateHoursOfOperationOverride: string;
|
|
4010
4310
|
UpdateInstanceAttribute: string;
|
|
4011
4311
|
UpdateInstanceStorageConfig: string;
|
|
4312
|
+
UpdateParticipantAuthentication: string;
|
|
4012
4313
|
UpdateParticipantRoleConfig: string;
|
|
4013
4314
|
UpdatePhoneNumber: string;
|
|
4014
4315
|
UpdatePhoneNumberMetadata: string;
|
|
@@ -4018,6 +4319,7 @@ export declare const Actions: {
|
|
|
4018
4319
|
UpdateQueueMaxContacts: string;
|
|
4019
4320
|
UpdateQueueName: string;
|
|
4020
4321
|
UpdateQueueOutboundCallerConfig: string;
|
|
4322
|
+
UpdateQueueOutboundEmailConfig: string;
|
|
4021
4323
|
UpdateQueueStatus: string;
|
|
4022
4324
|
UpdateQuickConnectConfig: string;
|
|
4023
4325
|
UpdateQuickConnectName: string;
|
|
@@ -4113,6 +4415,7 @@ export declare const Actions: {
|
|
|
4113
4415
|
ManageOrganizationalUnit: string;
|
|
4114
4416
|
PerformPreLaunchChecks: string;
|
|
4115
4417
|
ResetEnabledBaseline: string;
|
|
4418
|
+
ResetEnabledControl: string;
|
|
4116
4419
|
ResetLandingZone: string;
|
|
4117
4420
|
SetupLandingZone: string;
|
|
4118
4421
|
TagResource: string;
|
|
@@ -4199,28 +4502,36 @@ export declare const Actions: {
|
|
|
4199
4502
|
UpdateSchedule: string;
|
|
4200
4503
|
};
|
|
4201
4504
|
dataexchange: {
|
|
4505
|
+
AcceptDataGrant: string;
|
|
4202
4506
|
CancelJob: string;
|
|
4203
4507
|
CreateAsset: string;
|
|
4508
|
+
CreateDataGrant: string;
|
|
4204
4509
|
CreateDataSet: string;
|
|
4205
4510
|
CreateEventAction: string;
|
|
4206
4511
|
CreateJob: string;
|
|
4207
4512
|
CreateRevision: string;
|
|
4208
4513
|
DeleteAsset: string;
|
|
4514
|
+
DeleteDataGrant: string;
|
|
4209
4515
|
DeleteDataSet: string;
|
|
4210
4516
|
DeleteEventAction: string;
|
|
4211
4517
|
DeleteRevision: string;
|
|
4212
4518
|
GetAsset: string;
|
|
4519
|
+
GetDataGrant: string;
|
|
4213
4520
|
GetDataSet: string;
|
|
4214
4521
|
GetEventAction: string;
|
|
4215
4522
|
GetJob: string;
|
|
4523
|
+
GetReceivedDataGrant: string;
|
|
4216
4524
|
GetRevision: string;
|
|
4525
|
+
ListDataGrants: string;
|
|
4217
4526
|
ListDataSetRevisions: string;
|
|
4218
4527
|
ListDataSets: string;
|
|
4219
4528
|
ListEventActions: string;
|
|
4220
4529
|
ListJobs: string;
|
|
4530
|
+
ListReceivedDataGrants: string;
|
|
4221
4531
|
ListRevisionAssets: string;
|
|
4222
4532
|
ListTagsForResource: string;
|
|
4223
4533
|
PublishDataSet: string;
|
|
4534
|
+
PublishToDataGrant: string;
|
|
4224
4535
|
RevokeRevision: string;
|
|
4225
4536
|
SendApiAsset: string;
|
|
4226
4537
|
SendDataSetNotification: string;
|
|
@@ -4309,9 +4620,15 @@ export declare const Actions: {
|
|
|
4309
4620
|
UpdateAgent: string;
|
|
4310
4621
|
UpdateDiscoveryJob: string;
|
|
4311
4622
|
UpdateLocationAzureBlob: string;
|
|
4623
|
+
UpdateLocationEfs: string;
|
|
4624
|
+
UpdateLocationFsxLustre: string;
|
|
4625
|
+
UpdateLocationFsxOntap: string;
|
|
4626
|
+
UpdateLocationFsxOpenZfs: string;
|
|
4627
|
+
UpdateLocationFsxWindows: string;
|
|
4312
4628
|
UpdateLocationHdfs: string;
|
|
4313
4629
|
UpdateLocationNfs: string;
|
|
4314
4630
|
UpdateLocationObjectStorage: string;
|
|
4631
|
+
UpdateLocationS3: string;
|
|
4315
4632
|
UpdateLocationSmb: string;
|
|
4316
4633
|
UpdateStorageSystem: string;
|
|
4317
4634
|
UpdateTask: string;
|
|
@@ -4323,12 +4640,15 @@ export declare const Actions: {
|
|
|
4323
4640
|
AddEntityOwner: string;
|
|
4324
4641
|
AddPolicyGrant: string;
|
|
4325
4642
|
AssociateEnvironmentRole: string;
|
|
4643
|
+
BatchDeleteLinkedTypes: string;
|
|
4644
|
+
BatchPutLinkedTypes: string;
|
|
4326
4645
|
CancelMetadataGenerationRun: string;
|
|
4327
4646
|
CancelSubscription: string;
|
|
4328
4647
|
CreateAsset: string;
|
|
4329
4648
|
CreateAssetFilter: string;
|
|
4330
4649
|
CreateAssetRevision: string;
|
|
4331
4650
|
CreateAssetType: string;
|
|
4651
|
+
CreateConnection: string;
|
|
4332
4652
|
CreateDataProduct: string;
|
|
4333
4653
|
CreateDataProductRevision: string;
|
|
4334
4654
|
CreateDataSource: string;
|
|
@@ -4346,6 +4666,7 @@ export declare const Actions: {
|
|
|
4346
4666
|
CreateProject: string;
|
|
4347
4667
|
CreateProjectMembership: string;
|
|
4348
4668
|
CreateProjectProfile: string;
|
|
4669
|
+
CreateRule: string;
|
|
4349
4670
|
CreateSubscriptionGrant: string;
|
|
4350
4671
|
CreateSubscriptionRequest: string;
|
|
4351
4672
|
CreateSubscriptionTarget: string;
|
|
@@ -4353,6 +4674,7 @@ export declare const Actions: {
|
|
|
4353
4674
|
DeleteAsset: string;
|
|
4354
4675
|
DeleteAssetFilter: string;
|
|
4355
4676
|
DeleteAssetType: string;
|
|
4677
|
+
DeleteConnection: string;
|
|
4356
4678
|
DeleteDataProduct: string;
|
|
4357
4679
|
DeleteDataSource: string;
|
|
4358
4680
|
DeleteDomain: string;
|
|
@@ -4370,6 +4692,7 @@ export declare const Actions: {
|
|
|
4370
4692
|
DeleteProject: string;
|
|
4371
4693
|
DeleteProjectMembership: string;
|
|
4372
4694
|
DeleteProjectProfile: string;
|
|
4695
|
+
DeleteRule: string;
|
|
4373
4696
|
DeleteSubscriptionGrant: string;
|
|
4374
4697
|
DeleteSubscriptionRequest: string;
|
|
4375
4698
|
DeleteSubscriptionTarget: string;
|
|
@@ -4378,10 +4701,12 @@ export declare const Actions: {
|
|
|
4378
4701
|
GetAsset: string;
|
|
4379
4702
|
GetAssetFilter: string;
|
|
4380
4703
|
GetAssetType: string;
|
|
4704
|
+
GetConnection: string;
|
|
4381
4705
|
GetDataProduct: string;
|
|
4382
4706
|
GetDataSource: string;
|
|
4383
4707
|
GetDataSourceRun: string;
|
|
4384
4708
|
GetDomain: string;
|
|
4709
|
+
GetDomainExecutionRoleCredentials: string;
|
|
4385
4710
|
GetDomainSharingPolicy: string;
|
|
4386
4711
|
GetDomainUnit: string;
|
|
4387
4712
|
GetEnvironment: string;
|
|
@@ -4396,11 +4721,14 @@ export declare const Actions: {
|
|
|
4396
4721
|
GetGlossaryTerm: string;
|
|
4397
4722
|
GetGroupProfile: string;
|
|
4398
4723
|
GetIamPortalLoginUrl: string;
|
|
4724
|
+
GetJobRun: string;
|
|
4725
|
+
GetLineageEvent: string;
|
|
4399
4726
|
GetLineageNode: string;
|
|
4400
4727
|
GetListing: string;
|
|
4401
4728
|
GetMetadataGenerationRun: string;
|
|
4402
4729
|
GetProject: string;
|
|
4403
4730
|
GetProjectProfile: string;
|
|
4731
|
+
GetRule: string;
|
|
4404
4732
|
GetSubscription: string;
|
|
4405
4733
|
GetSubscriptionEligibility: string;
|
|
4406
4734
|
GetSubscriptionGrant: string;
|
|
@@ -4411,6 +4739,7 @@ export declare const Actions: {
|
|
|
4411
4739
|
ListAccountEnvironments: string;
|
|
4412
4740
|
ListAssetFilters: string;
|
|
4413
4741
|
ListAssetRevisions: string;
|
|
4742
|
+
ListConnections: string;
|
|
4414
4743
|
ListDataProductRevisions: string;
|
|
4415
4744
|
ListDataSourceRunActivities: string;
|
|
4416
4745
|
ListDataSourceRuns: string;
|
|
@@ -4425,13 +4754,17 @@ export declare const Actions: {
|
|
|
4425
4754
|
ListEnvironmentProfiles: string;
|
|
4426
4755
|
ListEnvironments: string;
|
|
4427
4756
|
ListGroupsForUser: string;
|
|
4757
|
+
ListJobRuns: string;
|
|
4758
|
+
ListLineageEvents: string;
|
|
4428
4759
|
ListLineageNodeHistory: string;
|
|
4760
|
+
ListLinkedTypes: string;
|
|
4429
4761
|
ListMetadataGenerationRuns: string;
|
|
4430
4762
|
ListNotifications: string;
|
|
4431
4763
|
ListPolicyGrants: string;
|
|
4432
4764
|
ListProjectMemberships: string;
|
|
4433
4765
|
ListProjectProfiles: string;
|
|
4434
4766
|
ListProjects: string;
|
|
4767
|
+
ListRules: string;
|
|
4435
4768
|
ListSubscriptionGrants: string;
|
|
4436
4769
|
ListSubscriptionRequests: string;
|
|
4437
4770
|
ListSubscriptions: string;
|
|
@@ -4453,6 +4786,7 @@ export declare const Actions: {
|
|
|
4453
4786
|
Search: string;
|
|
4454
4787
|
SearchGroupProfiles: string;
|
|
4455
4788
|
SearchListings: string;
|
|
4789
|
+
SearchRules: string;
|
|
4456
4790
|
SearchTypes: string;
|
|
4457
4791
|
SearchUserProfiles: string;
|
|
4458
4792
|
SsoLogin: string;
|
|
@@ -4463,6 +4797,7 @@ export declare const Actions: {
|
|
|
4463
4797
|
TagResource: string;
|
|
4464
4798
|
UntagResource: string;
|
|
4465
4799
|
UpdateAssetFilter: string;
|
|
4800
|
+
UpdateConnection: string;
|
|
4466
4801
|
UpdateDataSource: string;
|
|
4467
4802
|
UpdateDataSourceRunActivities: string;
|
|
4468
4803
|
UpdateDomain: string;
|
|
@@ -4478,6 +4813,7 @@ export declare const Actions: {
|
|
|
4478
4813
|
UpdateGroupProfile: string;
|
|
4479
4814
|
UpdateProject: string;
|
|
4480
4815
|
UpdateProjectProfile: string;
|
|
4816
|
+
UpdateRule: string;
|
|
4481
4817
|
UpdateSubscriptionGrantStatus: string;
|
|
4482
4818
|
UpdateSubscriptionRequest: string;
|
|
4483
4819
|
UpdateSubscriptionTarget: string;
|
|
@@ -4574,6 +4910,7 @@ export declare const Actions: {
|
|
|
4574
4910
|
GetFarm: string;
|
|
4575
4911
|
GetFleet: string;
|
|
4576
4912
|
GetJob: string;
|
|
4913
|
+
GetJobTemplate: string;
|
|
4577
4914
|
GetLicenseEndpoint: string;
|
|
4578
4915
|
GetMonitor: string;
|
|
4579
4916
|
GetQueue: string;
|
|
@@ -4594,6 +4931,7 @@ export declare const Actions: {
|
|
|
4594
4931
|
ListFleetMembers: string;
|
|
4595
4932
|
ListFleets: string;
|
|
4596
4933
|
ListJobMembers: string;
|
|
4934
|
+
ListJobParameterDefinitions: string;
|
|
4597
4935
|
ListJobs: string;
|
|
4598
4936
|
ListLicenseEndpoints: string;
|
|
4599
4937
|
ListMeteredProducts: string;
|
|
@@ -4684,11 +5022,13 @@ export declare const Actions: {
|
|
|
4684
5022
|
};
|
|
4685
5023
|
deepracer: {
|
|
4686
5024
|
AddLeaderboardAccessPermission: string;
|
|
5025
|
+
AdminDescribeAccountKey: string;
|
|
4687
5026
|
AdminGetAccountConfig: string;
|
|
4688
5027
|
AdminListAssociatedResources: string;
|
|
4689
5028
|
AdminListAssociatedUsers: string;
|
|
4690
5029
|
AdminManageUser: string;
|
|
4691
5030
|
AdminSetAccountConfig: string;
|
|
5031
|
+
AdminUpdateAccountKey: string;
|
|
4692
5032
|
CloneReinforcementLearningModel: string;
|
|
4693
5033
|
CreateCar: string;
|
|
4694
5034
|
CreateLeaderboard: string;
|
|
@@ -5128,6 +5468,7 @@ export declare const Actions: {
|
|
|
5128
5468
|
UploadFileMetadataList: string;
|
|
5129
5469
|
};
|
|
5130
5470
|
"docdb-elastic": {
|
|
5471
|
+
ApplyPendingMaintenanceAction: string;
|
|
5131
5472
|
CopyClusterSnapshot: string;
|
|
5132
5473
|
CreateCluster: string;
|
|
5133
5474
|
CreateClusterSnapshot: string;
|
|
@@ -5135,8 +5476,10 @@ export declare const Actions: {
|
|
|
5135
5476
|
DeleteClusterSnapshot: string;
|
|
5136
5477
|
GetCluster: string;
|
|
5137
5478
|
GetClusterSnapshot: string;
|
|
5479
|
+
GetPendingMaintenanceAction: string;
|
|
5138
5480
|
ListClusters: string;
|
|
5139
5481
|
ListClusterSnapshots: string;
|
|
5482
|
+
ListPendingMaintenanceActions: string;
|
|
5140
5483
|
ListTagsForResource: string;
|
|
5141
5484
|
RestoreClusterFromSnapshot: string;
|
|
5142
5485
|
StartCluster: string;
|
|
@@ -5237,8 +5580,28 @@ export declare const Actions: {
|
|
|
5237
5580
|
UpdateReplicationConfiguration: string;
|
|
5238
5581
|
UpdateReplicationConfigurationTemplate: string;
|
|
5239
5582
|
};
|
|
5583
|
+
"ds-data": {
|
|
5584
|
+
AddGroupMember: string;
|
|
5585
|
+
CreateGroup: string;
|
|
5586
|
+
CreateUser: string;
|
|
5587
|
+
DeleteGroup: string;
|
|
5588
|
+
DeleteUser: string;
|
|
5589
|
+
DescribeGroup: string;
|
|
5590
|
+
DescribeUser: string;
|
|
5591
|
+
DisableUser: string;
|
|
5592
|
+
ListGroupMembers: string;
|
|
5593
|
+
ListGroups: string;
|
|
5594
|
+
ListGroupsForMember: string;
|
|
5595
|
+
ListUsers: string;
|
|
5596
|
+
RemoveGroupMember: string;
|
|
5597
|
+
SearchGroups: string;
|
|
5598
|
+
SearchUsers: string;
|
|
5599
|
+
UpdateGroup: string;
|
|
5600
|
+
UpdateUser: string;
|
|
5601
|
+
};
|
|
5240
5602
|
ds: {
|
|
5241
5603
|
AcceptSharedDirectory: string;
|
|
5604
|
+
AccessDSData: string;
|
|
5242
5605
|
AddIpRoutes: string;
|
|
5243
5606
|
AddRegion: string;
|
|
5244
5607
|
AddTagsToResource: string;
|
|
@@ -5266,6 +5629,7 @@ export declare const Actions: {
|
|
|
5266
5629
|
DescribeClientAuthenticationSettings: string;
|
|
5267
5630
|
DescribeConditionalForwarders: string;
|
|
5268
5631
|
DescribeDirectories: string;
|
|
5632
|
+
DescribeDirectoryDataAccess: string;
|
|
5269
5633
|
DescribeDomainControllers: string;
|
|
5270
5634
|
DescribeEventTopics: string;
|
|
5271
5635
|
DescribeLDAPSSettings: string;
|
|
@@ -5276,11 +5640,13 @@ export declare const Actions: {
|
|
|
5276
5640
|
DescribeTrusts: string;
|
|
5277
5641
|
DescribeUpdateDirectory: string;
|
|
5278
5642
|
DisableClientAuthentication: string;
|
|
5643
|
+
DisableDirectoryDataAccess: string;
|
|
5279
5644
|
DisableLDAPS: string;
|
|
5280
5645
|
DisableRadius: string;
|
|
5281
5646
|
DisableRoleAccess: string;
|
|
5282
5647
|
DisableSso: string;
|
|
5283
5648
|
EnableClientAuthentication: string;
|
|
5649
|
+
EnableDirectoryDataAccess: string;
|
|
5284
5650
|
EnableLDAPS: string;
|
|
5285
5651
|
EnableRadius: string;
|
|
5286
5652
|
EnableRoleAccess: string;
|
|
@@ -5316,6 +5682,20 @@ export declare const Actions: {
|
|
|
5316
5682
|
UpdateTrust: string;
|
|
5317
5683
|
VerifyTrust: string;
|
|
5318
5684
|
};
|
|
5685
|
+
dsql: {
|
|
5686
|
+
CreateCluster: string;
|
|
5687
|
+
CreateMultiRegionClusters: string;
|
|
5688
|
+
DbConnect: string;
|
|
5689
|
+
DbConnectAdmin: string;
|
|
5690
|
+
DeleteCluster: string;
|
|
5691
|
+
DeleteMultiRegionClusters: string;
|
|
5692
|
+
GetCluster: string;
|
|
5693
|
+
ListClusters: string;
|
|
5694
|
+
ListTagsForResource: string;
|
|
5695
|
+
TagResource: string;
|
|
5696
|
+
UntagResource: string;
|
|
5697
|
+
UpdateCluster: string;
|
|
5698
|
+
};
|
|
5319
5699
|
dynamodb: {
|
|
5320
5700
|
BatchGetItem: string;
|
|
5321
5701
|
BatchWriteItem: string;
|
|
@@ -5348,6 +5728,7 @@ export declare const Actions: {
|
|
|
5348
5728
|
DisableKinesisStreamingDestination: string;
|
|
5349
5729
|
EnableKinesisStreamingDestination: string;
|
|
5350
5730
|
ExportTableToPointInTime: string;
|
|
5731
|
+
GetAbacStatus: string;
|
|
5351
5732
|
GetItem: string;
|
|
5352
5733
|
GetRecords: string;
|
|
5353
5734
|
GetResourcePolicy: string;
|
|
@@ -5376,6 +5757,7 @@ export declare const Actions: {
|
|
|
5376
5757
|
StartAwsBackupJob: string;
|
|
5377
5758
|
TagResource: string;
|
|
5378
5759
|
UntagResource: string;
|
|
5760
|
+
UpdateAbacStatus: string;
|
|
5379
5761
|
UpdateContinuousBackups: string;
|
|
5380
5762
|
UpdateContributorInsights: string;
|
|
5381
5763
|
UpdateGlobalTable: string;
|
|
@@ -5402,6 +5784,7 @@ export declare const Actions: {
|
|
|
5402
5784
|
};
|
|
5403
5785
|
ec2: {
|
|
5404
5786
|
AcceptAddressTransfer: string;
|
|
5787
|
+
AcceptCapacityReservationBillingOwnership: string;
|
|
5405
5788
|
AcceptReservedInstancesExchangeQuote: string;
|
|
5406
5789
|
AcceptTransitGatewayMulticastDomainAssociations: string;
|
|
5407
5790
|
AcceptTransitGatewayPeeringAttachment: string;
|
|
@@ -5417,6 +5800,7 @@ export declare const Actions: {
|
|
|
5417
5800
|
AssignPrivateIpAddresses: string;
|
|
5418
5801
|
AssignPrivateNatGatewayAddress: string;
|
|
5419
5802
|
AssociateAddress: string;
|
|
5803
|
+
AssociateCapacityReservationBillingOwner: string;
|
|
5420
5804
|
AssociateClientVpnTargetNetwork: string;
|
|
5421
5805
|
AssociateDhcpOptions: string;
|
|
5422
5806
|
AssociateEnclaveCertificateIamRole: string;
|
|
@@ -5426,6 +5810,7 @@ export declare const Actions: {
|
|
|
5426
5810
|
AssociateIpamResourceDiscovery: string;
|
|
5427
5811
|
AssociateNatGatewayAddress: string;
|
|
5428
5812
|
AssociateRouteTable: string;
|
|
5813
|
+
AssociateSecurityGroupVpc: string;
|
|
5429
5814
|
AssociateSubnetCidrBlock: string;
|
|
5430
5815
|
AssociateTransitGatewayMulticastDomain: string;
|
|
5431
5816
|
AssociateTransitGatewayPolicyTable: string;
|
|
@@ -5447,6 +5832,7 @@ export declare const Actions: {
|
|
|
5447
5832
|
CancelCapacityReservation: string;
|
|
5448
5833
|
CancelCapacityReservationFleets: string;
|
|
5449
5834
|
CancelConversionTask: string;
|
|
5835
|
+
CancelDeclarativePoliciesReport: string;
|
|
5450
5836
|
CancelExportTask: string;
|
|
5451
5837
|
CancelImageLaunchPermission: string;
|
|
5452
5838
|
CancelImportTask: string;
|
|
@@ -5536,6 +5922,7 @@ export declare const Actions: {
|
|
|
5536
5922
|
CreateVerifiedAccessTrustProvider: string;
|
|
5537
5923
|
CreateVolume: string;
|
|
5538
5924
|
CreateVpc: string;
|
|
5925
|
+
CreateVpcBlockPublicAccessExclusion: string;
|
|
5539
5926
|
CreateVpcEndpoint: string;
|
|
5540
5927
|
CreateVpcEndpointConnectionNotification: string;
|
|
5541
5928
|
CreateVpcEndpointServiceConfiguration: string;
|
|
@@ -5614,6 +6001,7 @@ export declare const Actions: {
|
|
|
5614
6001
|
DeleteVerifiedAccessTrustProvider: string;
|
|
5615
6002
|
DeleteVolume: string;
|
|
5616
6003
|
DeleteVpc: string;
|
|
6004
|
+
DeleteVpcBlockPublicAccessExclusion: string;
|
|
5617
6005
|
DeleteVpcEndpointConnectionNotifications: string;
|
|
5618
6006
|
DeleteVpcEndpoints: string;
|
|
5619
6007
|
DeleteVpcEndpointServiceConfigurations: string;
|
|
@@ -5638,7 +6026,10 @@ export declare const Actions: {
|
|
|
5638
6026
|
DescribeAwsNetworkPerformanceMetricSubscriptions: string;
|
|
5639
6027
|
DescribeBundleTasks: string;
|
|
5640
6028
|
DescribeByoipCidrs: string;
|
|
6029
|
+
DescribeCapacityBlockExtensionHistory: string;
|
|
6030
|
+
DescribeCapacityBlockExtensionOfferings: string;
|
|
5641
6031
|
DescribeCapacityBlockOfferings: string;
|
|
6032
|
+
DescribeCapacityReservationBillingRequests: string;
|
|
5642
6033
|
DescribeCapacityReservationFleets: string;
|
|
5643
6034
|
DescribeCapacityReservations: string;
|
|
5644
6035
|
DescribeCarrierGateways: string;
|
|
@@ -5651,6 +6042,7 @@ export declare const Actions: {
|
|
|
5651
6042
|
DescribeCoipPools: string;
|
|
5652
6043
|
DescribeConversionTasks: string;
|
|
5653
6044
|
DescribeCustomerGateways: string;
|
|
6045
|
+
DescribeDeclarativePoliciesReports: string;
|
|
5654
6046
|
DescribeDhcpOptions: string;
|
|
5655
6047
|
DescribeEgressOnlyInternetGateways: string;
|
|
5656
6048
|
DescribeElasticGpus: string;
|
|
@@ -5679,6 +6071,7 @@ export declare const Actions: {
|
|
|
5679
6071
|
DescribeInstanceCreditSpecifications: string;
|
|
5680
6072
|
DescribeInstanceEventNotificationAttributes: string;
|
|
5681
6073
|
DescribeInstanceEventWindows: string;
|
|
6074
|
+
DescribeInstanceImageMetadata: string;
|
|
5682
6075
|
DescribeInstances: string;
|
|
5683
6076
|
DescribeInstanceStatus: string;
|
|
5684
6077
|
DescribeInstanceTopology: string;
|
|
@@ -5732,6 +6125,7 @@ export declare const Actions: {
|
|
|
5732
6125
|
DescribeSecurityGroupReferences: string;
|
|
5733
6126
|
DescribeSecurityGroupRules: string;
|
|
5734
6127
|
DescribeSecurityGroups: string;
|
|
6128
|
+
DescribeSecurityGroupVpcAssociations: string;
|
|
5735
6129
|
DescribeSnapshotAttribute: string;
|
|
5736
6130
|
DescribeSnapshots: string;
|
|
5737
6131
|
DescribeSnapshotTierStatus: string;
|
|
@@ -5771,8 +6165,11 @@ export declare const Actions: {
|
|
|
5771
6165
|
DescribeVolumesModifications: string;
|
|
5772
6166
|
DescribeVolumeStatus: string;
|
|
5773
6167
|
DescribeVpcAttribute: string;
|
|
6168
|
+
DescribeVpcBlockPublicAccessExclusions: string;
|
|
6169
|
+
DescribeVpcBlockPublicAccessOptions: string;
|
|
5774
6170
|
DescribeVpcClassicLink: string;
|
|
5775
6171
|
DescribeVpcClassicLinkDnsSupport: string;
|
|
6172
|
+
DescribeVpcEndpointAssociations: string;
|
|
5776
6173
|
DescribeVpcEndpointConnectionNotifications: string;
|
|
5777
6174
|
DescribeVpcEndpointConnections: string;
|
|
5778
6175
|
DescribeVpcEndpoints: string;
|
|
@@ -5790,6 +6187,7 @@ export declare const Actions: {
|
|
|
5790
6187
|
DetachVolume: string;
|
|
5791
6188
|
DetachVpnGateway: string;
|
|
5792
6189
|
DisableAddressTransfer: string;
|
|
6190
|
+
DisableAllowedImagesSettings: string;
|
|
5793
6191
|
DisableAwsNetworkPerformanceMetricSubscription: string;
|
|
5794
6192
|
DisableEbsEncryptionByDefault: string;
|
|
5795
6193
|
DisableFastLaunch: string;
|
|
@@ -5806,6 +6204,7 @@ export declare const Actions: {
|
|
|
5806
6204
|
DisableVpcClassicLink: string;
|
|
5807
6205
|
DisableVpcClassicLinkDnsSupport: string;
|
|
5808
6206
|
DisassociateAddress: string;
|
|
6207
|
+
DisassociateCapacityReservationBillingOwner: string;
|
|
5809
6208
|
DisassociateClientVpnTargetNetwork: string;
|
|
5810
6209
|
DisassociateEnclaveCertificateIamRole: string;
|
|
5811
6210
|
DisassociateIamInstanceProfile: string;
|
|
@@ -5814,6 +6213,7 @@ export declare const Actions: {
|
|
|
5814
6213
|
DisassociateIpamResourceDiscovery: string;
|
|
5815
6214
|
DisassociateNatGatewayAddress: string;
|
|
5816
6215
|
DisassociateRouteTable: string;
|
|
6216
|
+
DisassociateSecurityGroupVpc: string;
|
|
5817
6217
|
DisassociateSubnetCidrBlock: string;
|
|
5818
6218
|
DisassociateTransitGatewayMulticastDomain: string;
|
|
5819
6219
|
DisassociateTransitGatewayPolicyTable: string;
|
|
@@ -5822,6 +6222,7 @@ export declare const Actions: {
|
|
|
5822
6222
|
DisassociateVerifiedAccessInstanceWebAcl: string;
|
|
5823
6223
|
DisassociateVpcCidrBlock: string;
|
|
5824
6224
|
EnableAddressTransfer: string;
|
|
6225
|
+
EnableAllowedImagesSettings: string;
|
|
5825
6226
|
EnableAwsNetworkPerformanceMetricSubscription: string;
|
|
5826
6227
|
EnableEbsEncryptionByDefault: string;
|
|
5827
6228
|
EnableFastLaunch: string;
|
|
@@ -5843,6 +6244,8 @@ export declare const Actions: {
|
|
|
5843
6244
|
ExportClientVpnClientConfiguration: string;
|
|
5844
6245
|
ExportImage: string;
|
|
5845
6246
|
ExportTransitGatewayRoutes: string;
|
|
6247
|
+
ExportVerifiedAccessInstanceClientConfiguration: string;
|
|
6248
|
+
GetAllowedImagesSettings: string;
|
|
5846
6249
|
GetAssociatedEnclaveCertificateIamRoles: string;
|
|
5847
6250
|
GetAssociatedIpv6PoolCidrs: string;
|
|
5848
6251
|
GetAwsNetworkPerformanceData: string;
|
|
@@ -5850,6 +6253,7 @@ export declare const Actions: {
|
|
|
5850
6253
|
GetCoipPoolUsage: string;
|
|
5851
6254
|
GetConsoleOutput: string;
|
|
5852
6255
|
GetConsoleScreenshot: string;
|
|
6256
|
+
GetDeclarativePoliciesReportSummary: string;
|
|
5853
6257
|
GetDefaultCreditSpecification: string;
|
|
5854
6258
|
GetEbsDefaultKmsKeyId: string;
|
|
5855
6259
|
GetEbsEncryptionByDefault: string;
|
|
@@ -5889,6 +6293,7 @@ export declare const Actions: {
|
|
|
5889
6293
|
GetTransitGatewayRouteTableAssociations: string;
|
|
5890
6294
|
GetTransitGatewayRouteTablePropagations: string;
|
|
5891
6295
|
GetVerifiedAccessEndpointPolicy: string;
|
|
6296
|
+
GetVerifiedAccessEndpointTargets: string;
|
|
5892
6297
|
GetVerifiedAccessGroupPolicy: string;
|
|
5893
6298
|
GetVerifiedAccessInstanceWebAcl: string;
|
|
5894
6299
|
GetVpnConnectionDeviceSampleConfiguration: string;
|
|
@@ -5920,6 +6325,7 @@ export declare const Actions: {
|
|
|
5920
6325
|
ModifyImageAttribute: string;
|
|
5921
6326
|
ModifyInstanceAttribute: string;
|
|
5922
6327
|
ModifyInstanceCapacityReservationAttributes: string;
|
|
6328
|
+
ModifyInstanceCpuOptions: string;
|
|
5923
6329
|
ModifyInstanceCreditSpecification: string;
|
|
5924
6330
|
ModifyInstanceEventStartTime: string;
|
|
5925
6331
|
ModifyInstanceEventWindow: string;
|
|
@@ -5959,6 +6365,8 @@ export declare const Actions: {
|
|
|
5959
6365
|
ModifyVolume: string;
|
|
5960
6366
|
ModifyVolumeAttribute: string;
|
|
5961
6367
|
ModifyVpcAttribute: string;
|
|
6368
|
+
ModifyVpcBlockPublicAccessExclusion: string;
|
|
6369
|
+
ModifyVpcBlockPublicAccessOptions: string;
|
|
5962
6370
|
ModifyVpcEndpoint: string;
|
|
5963
6371
|
ModifyVpcEndpointConnectionNotification: string;
|
|
5964
6372
|
ModifyVpcEndpointServiceConfiguration: string;
|
|
@@ -5980,6 +6388,7 @@ export declare const Actions: {
|
|
|
5980
6388
|
ProvisionIpamPoolCidr: string;
|
|
5981
6389
|
ProvisionPublicIpv4PoolCidr: string;
|
|
5982
6390
|
PurchaseCapacityBlock: string;
|
|
6391
|
+
PurchaseCapacityBlockExtension: string;
|
|
5983
6392
|
PurchaseHostReservation: string;
|
|
5984
6393
|
PurchaseReservedInstancesOffering: string;
|
|
5985
6394
|
PurchaseScheduledInstances: string;
|
|
@@ -5989,6 +6398,7 @@ export declare const Actions: {
|
|
|
5989
6398
|
RegisterInstanceEventNotificationAttributes: string;
|
|
5990
6399
|
RegisterTransitGatewayMulticastGroupMembers: string;
|
|
5991
6400
|
RegisterTransitGatewayMulticastGroupSources: string;
|
|
6401
|
+
RejectCapacityReservationBillingOwnership: string;
|
|
5992
6402
|
RejectTransitGatewayMulticastDomainAssociations: string;
|
|
5993
6403
|
RejectTransitGatewayPeeringAttachment: string;
|
|
5994
6404
|
RejectTransitGatewayVpcAttachment: string;
|
|
@@ -5998,6 +6408,7 @@ export declare const Actions: {
|
|
|
5998
6408
|
ReleaseHosts: string;
|
|
5999
6409
|
ReleaseIpamPoolAllocation: string;
|
|
6000
6410
|
ReplaceIamInstanceProfileAssociation: string;
|
|
6411
|
+
ReplaceImageCriteriaInAllowedImagesSettings: string;
|
|
6001
6412
|
ReplaceNetworkAclAssociation: string;
|
|
6002
6413
|
ReplaceNetworkAclEntry: string;
|
|
6003
6414
|
ReplaceRoute: string;
|
|
@@ -6029,6 +6440,7 @@ export declare const Actions: {
|
|
|
6029
6440
|
SearchTransitGatewayRoutes: string;
|
|
6030
6441
|
SendDiagnosticInterrupt: string;
|
|
6031
6442
|
SendSpotInstanceInterruptions: string;
|
|
6443
|
+
StartDeclarativePoliciesReport: string;
|
|
6032
6444
|
StartInstances: string;
|
|
6033
6445
|
StartNetworkInsightsAccessScopeAnalysis: string;
|
|
6034
6446
|
StartNetworkInsightsAnalysis: string;
|
|
@@ -6148,6 +6560,8 @@ export declare const Actions: {
|
|
|
6148
6560
|
DescribeCapacityProviders: string;
|
|
6149
6561
|
DescribeClusters: string;
|
|
6150
6562
|
DescribeContainerInstances: string;
|
|
6563
|
+
DescribeServiceDeployments: string;
|
|
6564
|
+
DescribeServiceRevisions: string;
|
|
6151
6565
|
DescribeServices: string;
|
|
6152
6566
|
DescribeTaskDefinition: string;
|
|
6153
6567
|
DescribeTasks: string;
|
|
@@ -6159,6 +6573,7 @@ export declare const Actions: {
|
|
|
6159
6573
|
ListAttributes: string;
|
|
6160
6574
|
ListClusters: string;
|
|
6161
6575
|
ListContainerInstances: string;
|
|
6576
|
+
ListServiceDeployments: string;
|
|
6162
6577
|
ListServices: string;
|
|
6163
6578
|
ListServicesByNamespace: string;
|
|
6164
6579
|
ListTagsForResource: string;
|
|
@@ -6219,6 +6634,7 @@ export declare const Actions: {
|
|
|
6219
6634
|
DescribeAddonConfiguration: string;
|
|
6220
6635
|
DescribeAddonVersions: string;
|
|
6221
6636
|
DescribeCluster: string;
|
|
6637
|
+
DescribeClusterVersions: string;
|
|
6222
6638
|
DescribeEksAnywhereSubscription: string;
|
|
6223
6639
|
DescribeFargateProfile: string;
|
|
6224
6640
|
DescribeIdentityProviderConfig: string;
|
|
@@ -6425,6 +6841,8 @@ export declare const Actions: {
|
|
|
6425
6841
|
PutBackupPolicy: string;
|
|
6426
6842
|
PutFileSystemPolicy: string;
|
|
6427
6843
|
PutLifecycleConfiguration: string;
|
|
6844
|
+
ReplicationRead: string;
|
|
6845
|
+
ReplicationWrite: string;
|
|
6428
6846
|
Restore: string;
|
|
6429
6847
|
TagResource: string;
|
|
6430
6848
|
UntagResource: string;
|
|
@@ -6458,6 +6876,7 @@ export declare const Actions: {
|
|
|
6458
6876
|
DeregisterInstancesFromLoadBalancer: string;
|
|
6459
6877
|
DeregisterTargets: string;
|
|
6460
6878
|
DescribeAccountLimits: string;
|
|
6879
|
+
DescribeCapacityReservation: string;
|
|
6461
6880
|
DescribeInstanceHealth: string;
|
|
6462
6881
|
DescribeListenerAttributes: string;
|
|
6463
6882
|
DescribeListenerCertificates: string;
|
|
@@ -6481,6 +6900,7 @@ export declare const Actions: {
|
|
|
6481
6900
|
GetResourcePolicy: string;
|
|
6482
6901
|
GetTrustStoreCaCertificatesBundle: string;
|
|
6483
6902
|
GetTrustStoreRevocationContent: string;
|
|
6903
|
+
ModifyCapacityReservation: string;
|
|
6484
6904
|
ModifyListener: string;
|
|
6485
6905
|
ModifyListenerAttributes: string;
|
|
6486
6906
|
ModifyLoadBalancerAttributes: string;
|
|
@@ -6637,11 +7057,23 @@ export declare const Actions: {
|
|
|
6637
7057
|
UpdateQuote: string;
|
|
6638
7058
|
};
|
|
6639
7059
|
"elemental-support-cases": {
|
|
7060
|
+
AddCaseComment: string;
|
|
6640
7061
|
CheckCasePermission: string;
|
|
7062
|
+
CompleteMultipartUpload: string;
|
|
6641
7063
|
CreateCase: string;
|
|
7064
|
+
CreateS3CLIUploadCommand: string;
|
|
7065
|
+
CreateS3DownloadUrl: string;
|
|
6642
7066
|
GetCase: string;
|
|
7067
|
+
GetCasePermission: string;
|
|
6643
7068
|
GetCases: string;
|
|
7069
|
+
GetUICache: string;
|
|
7070
|
+
ListTagsForCase: string;
|
|
7071
|
+
StartMultipartUpload: string;
|
|
7072
|
+
TagCase: string;
|
|
7073
|
+
UntagCase: string;
|
|
6644
7074
|
UpdateCase: string;
|
|
7075
|
+
UpdateCaseStatus: string;
|
|
7076
|
+
UpdateMultipartUpload: string;
|
|
6645
7077
|
};
|
|
6646
7078
|
"elemental-support-content": {
|
|
6647
7079
|
Query: string;
|
|
@@ -6736,12 +7168,15 @@ export declare const Actions: {
|
|
|
6736
7168
|
AcceptInboundConnection: string;
|
|
6737
7169
|
AcceptInboundCrossClusterSearchConnection: string;
|
|
6738
7170
|
AddDataSource: string;
|
|
7171
|
+
AddDirectQueryDataSource: string;
|
|
6739
7172
|
AddTags: string;
|
|
6740
7173
|
AssociatePackage: string;
|
|
7174
|
+
AssociatePackages: string;
|
|
6741
7175
|
AuthorizeVpcEndpointAccess: string;
|
|
6742
7176
|
CancelDomainConfigChange: string;
|
|
6743
7177
|
CancelElasticsearchServiceSoftwareUpdate: string;
|
|
6744
7178
|
CancelServiceSoftwareUpdate: string;
|
|
7179
|
+
CreateApplication: string;
|
|
6745
7180
|
CreateDomain: string;
|
|
6746
7181
|
CreateElasticsearchDomain: string;
|
|
6747
7182
|
CreateElasticsearchServiceRole: string;
|
|
@@ -6750,7 +7185,9 @@ export declare const Actions: {
|
|
|
6750
7185
|
CreatePackage: string;
|
|
6751
7186
|
CreateServiceRole: string;
|
|
6752
7187
|
CreateVpcEndpoint: string;
|
|
7188
|
+
DeleteApplication: string;
|
|
6753
7189
|
DeleteDataSource: string;
|
|
7190
|
+
DeleteDirectQueryDataSource: string;
|
|
6754
7191
|
DeleteDomain: string;
|
|
6755
7192
|
DeleteElasticsearchDomain: string;
|
|
6756
7193
|
DeleteElasticsearchServiceRole: string;
|
|
@@ -6784,6 +7221,7 @@ export declare const Actions: {
|
|
|
6784
7221
|
DescribeReservedInstances: string;
|
|
6785
7222
|
DescribeVpcEndpoints: string;
|
|
6786
7223
|
DissociatePackage: string;
|
|
7224
|
+
DissociatePackages: string;
|
|
6787
7225
|
ESCrossClusterGet: string;
|
|
6788
7226
|
ESHttpDelete: string;
|
|
6789
7227
|
ESHttpGet: string;
|
|
@@ -6791,14 +7229,18 @@ export declare const Actions: {
|
|
|
6791
7229
|
ESHttpPatch: string;
|
|
6792
7230
|
ESHttpPost: string;
|
|
6793
7231
|
ESHttpPut: string;
|
|
7232
|
+
GetApplication: string;
|
|
6794
7233
|
GetCompatibleElasticsearchVersions: string;
|
|
6795
7234
|
GetCompatibleVersions: string;
|
|
6796
7235
|
GetDataSource: string;
|
|
7236
|
+
GetDirectQueryDataSource: string;
|
|
6797
7237
|
GetDomainMaintenanceStatus: string;
|
|
6798
7238
|
GetPackageVersionHistory: string;
|
|
6799
7239
|
GetUpgradeHistory: string;
|
|
6800
7240
|
GetUpgradeStatus: string;
|
|
7241
|
+
ListApplications: string;
|
|
6801
7242
|
ListDataSources: string;
|
|
7243
|
+
ListDirectQueryDataSources: string;
|
|
6802
7244
|
ListDomainMaintenances: string;
|
|
6803
7245
|
ListDomainNames: string;
|
|
6804
7246
|
ListDomainsForPackage: string;
|
|
@@ -6822,10 +7264,13 @@ export declare const Actions: {
|
|
|
6822
7264
|
StartDomainMaintenance: string;
|
|
6823
7265
|
StartElasticsearchServiceSoftwareUpdate: string;
|
|
6824
7266
|
StartServiceSoftwareUpdate: string;
|
|
7267
|
+
UpdateApplication: string;
|
|
6825
7268
|
UpdateDataSource: string;
|
|
7269
|
+
UpdateDirectQueryDataSource: string;
|
|
6826
7270
|
UpdateDomainConfig: string;
|
|
6827
7271
|
UpdateElasticsearchDomainConfig: string;
|
|
6828
7272
|
UpdatePackage: string;
|
|
7273
|
+
UpdatePackageScope: string;
|
|
6829
7274
|
UpdateScheduledAction: string;
|
|
6830
7275
|
UpdateVpcEndpoint: string;
|
|
6831
7276
|
UpgradeDomain: string;
|
|
@@ -7325,6 +7770,7 @@ export declare const Actions: {
|
|
|
7325
7770
|
ClaimGameServer: string;
|
|
7326
7771
|
CreateAlias: string;
|
|
7327
7772
|
CreateBuild: string;
|
|
7773
|
+
CreateContainerFleet: string;
|
|
7328
7774
|
CreateContainerGroupDefinition: string;
|
|
7329
7775
|
CreateFleet: string;
|
|
7330
7776
|
CreateFleetLocations: string;
|
|
@@ -7341,6 +7787,7 @@ export declare const Actions: {
|
|
|
7341
7787
|
CreateVpcPeeringConnection: string;
|
|
7342
7788
|
DeleteAlias: string;
|
|
7343
7789
|
DeleteBuild: string;
|
|
7790
|
+
DeleteContainerFleet: string;
|
|
7344
7791
|
DeleteContainerGroupDefinition: string;
|
|
7345
7792
|
DeleteFleet: string;
|
|
7346
7793
|
DeleteFleetLocations: string;
|
|
@@ -7358,10 +7805,12 @@ export declare const Actions: {
|
|
|
7358
7805
|
DescribeAlias: string;
|
|
7359
7806
|
DescribeBuild: string;
|
|
7360
7807
|
DescribeCompute: string;
|
|
7808
|
+
DescribeContainerFleet: string;
|
|
7361
7809
|
DescribeContainerGroupDefinition: string;
|
|
7362
7810
|
DescribeEC2InstanceLimits: string;
|
|
7363
7811
|
DescribeFleetAttributes: string;
|
|
7364
7812
|
DescribeFleetCapacity: string;
|
|
7813
|
+
DescribeFleetDeployment: string;
|
|
7365
7814
|
DescribeFleetEvents: string;
|
|
7366
7815
|
DescribeFleetLocationAttributes: string;
|
|
7367
7816
|
DescribeFleetLocationCapacity: string;
|
|
@@ -7392,7 +7841,10 @@ export declare const Actions: {
|
|
|
7392
7841
|
ListAliases: string;
|
|
7393
7842
|
ListBuilds: string;
|
|
7394
7843
|
ListCompute: string;
|
|
7844
|
+
ListContainerFleets: string;
|
|
7395
7845
|
ListContainerGroupDefinitions: string;
|
|
7846
|
+
ListContainerGroupDefinitionVersions: string;
|
|
7847
|
+
ListFleetDeployments: string;
|
|
7396
7848
|
ListFleets: string;
|
|
7397
7849
|
ListGameServerGroups: string;
|
|
7398
7850
|
ListGameServers: string;
|
|
@@ -7415,9 +7867,12 @@ export declare const Actions: {
|
|
|
7415
7867
|
StopMatchmaking: string;
|
|
7416
7868
|
SuspendGameServerGroup: string;
|
|
7417
7869
|
TagResource: string;
|
|
7870
|
+
TerminateGameSession: string;
|
|
7418
7871
|
UntagResource: string;
|
|
7419
7872
|
UpdateAlias: string;
|
|
7420
7873
|
UpdateBuild: string;
|
|
7874
|
+
UpdateContainerFleet: string;
|
|
7875
|
+
UpdateContainerGroupDefinition: string;
|
|
7421
7876
|
UpdateFleetAttributes: string;
|
|
7422
7877
|
UpdateFleetCapacity: string;
|
|
7423
7878
|
UpdateFleetPortSettings: string;
|
|
@@ -7430,6 +7885,26 @@ export declare const Actions: {
|
|
|
7430
7885
|
UpdateScript: string;
|
|
7431
7886
|
ValidateMatchmakingRuleSet: string;
|
|
7432
7887
|
};
|
|
7888
|
+
"geo-maps": {
|
|
7889
|
+
GetStaticMap: string;
|
|
7890
|
+
GetTile: string;
|
|
7891
|
+
};
|
|
7892
|
+
"geo-places": {
|
|
7893
|
+
Autocomplete: string;
|
|
7894
|
+
Geocode: string;
|
|
7895
|
+
GetPlace: string;
|
|
7896
|
+
ReverseGeocode: string;
|
|
7897
|
+
SearchNearby: string;
|
|
7898
|
+
SearchText: string;
|
|
7899
|
+
Suggest: string;
|
|
7900
|
+
};
|
|
7901
|
+
"geo-routes": {
|
|
7902
|
+
CalculateIsolines: string;
|
|
7903
|
+
CalculateRouteMatrix: string;
|
|
7904
|
+
CalculateRoutes: string;
|
|
7905
|
+
OptimizeWaypoints: string;
|
|
7906
|
+
SnapToRoads: string;
|
|
7907
|
+
};
|
|
7433
7908
|
geo: {
|
|
7434
7909
|
AssociateTrackerConsumer: string;
|
|
7435
7910
|
BatchDeleteDevicePositionHistory: string;
|
|
@@ -7586,6 +8061,7 @@ export declare const Actions: {
|
|
|
7586
8061
|
WithdrawByoipCidr: string;
|
|
7587
8062
|
};
|
|
7588
8063
|
glue: {
|
|
8064
|
+
AuthorizeInboundIntegration: string;
|
|
7589
8065
|
BatchCreatePartition: string;
|
|
7590
8066
|
BatchDeleteConnection: string;
|
|
7591
8067
|
BatchDeletePartition: string;
|
|
@@ -7609,13 +8085,19 @@ export declare const Actions: {
|
|
|
7609
8085
|
CancelStatement: string;
|
|
7610
8086
|
CheckSchemaVersionValidity: string;
|
|
7611
8087
|
CreateBlueprint: string;
|
|
8088
|
+
CreateCatalog: string;
|
|
7612
8089
|
CreateClassifier: string;
|
|
8090
|
+
CreateColumnStatisticsTaskSettings: string;
|
|
7613
8091
|
CreateConnection: string;
|
|
7614
8092
|
CreateCrawler: string;
|
|
7615
8093
|
CreateCustomEntityType: string;
|
|
7616
8094
|
CreateDatabase: string;
|
|
7617
8095
|
CreateDataQualityRuleset: string;
|
|
7618
8096
|
CreateDevEndpoint: string;
|
|
8097
|
+
CreateInboundIntegration: string;
|
|
8098
|
+
CreateIntegration: string;
|
|
8099
|
+
CreateIntegrationResourceProperty: string;
|
|
8100
|
+
CreateIntegrationTableProperties: string;
|
|
7619
8101
|
CreateJob: string;
|
|
7620
8102
|
CreateMLTransform: string;
|
|
7621
8103
|
CreatePartition: string;
|
|
@@ -7632,15 +8114,19 @@ export declare const Actions: {
|
|
|
7632
8114
|
CreateUserDefinedFunction: string;
|
|
7633
8115
|
CreateWorkflow: string;
|
|
7634
8116
|
DeleteBlueprint: string;
|
|
8117
|
+
DeleteCatalog: string;
|
|
7635
8118
|
DeleteClassifier: string;
|
|
7636
8119
|
DeleteColumnStatisticsForPartition: string;
|
|
7637
8120
|
DeleteColumnStatisticsForTable: string;
|
|
8121
|
+
DeleteColumnStatisticsTaskSettings: string;
|
|
7638
8122
|
DeleteConnection: string;
|
|
7639
8123
|
DeleteCrawler: string;
|
|
7640
8124
|
DeleteCustomEntityType: string;
|
|
7641
8125
|
DeleteDatabase: string;
|
|
7642
8126
|
DeleteDataQualityRuleset: string;
|
|
7643
8127
|
DeleteDevEndpoint: string;
|
|
8128
|
+
DeleteIntegration: string;
|
|
8129
|
+
DeleteIntegrationTableProperties: string;
|
|
7644
8130
|
DeleteJob: string;
|
|
7645
8131
|
DeleteMLTransform: string;
|
|
7646
8132
|
DeletePartition: string;
|
|
@@ -7661,16 +8147,21 @@ export declare const Actions: {
|
|
|
7661
8147
|
DeregisterDataPreview: string;
|
|
7662
8148
|
DescribeConnectionType: string;
|
|
7663
8149
|
DescribeEntity: string;
|
|
8150
|
+
DescribeInboundIntegrations: string;
|
|
8151
|
+
DescribeIntegrations: string;
|
|
7664
8152
|
GetBlueprint: string;
|
|
7665
8153
|
GetBlueprintRun: string;
|
|
7666
8154
|
GetBlueprintRuns: string;
|
|
8155
|
+
GetCatalog: string;
|
|
7667
8156
|
GetCatalogImportStatus: string;
|
|
8157
|
+
GetCatalogs: string;
|
|
7668
8158
|
GetClassifier: string;
|
|
7669
8159
|
GetClassifiers: string;
|
|
7670
8160
|
GetColumnStatisticsForPartition: string;
|
|
7671
8161
|
GetColumnStatisticsForTable: string;
|
|
7672
8162
|
GetColumnStatisticsTaskRun: string;
|
|
7673
8163
|
GetColumnStatisticsTaskRuns: string;
|
|
8164
|
+
GetColumnStatisticsTaskSettings: string;
|
|
7674
8165
|
GetCompletion: string;
|
|
7675
8166
|
GetConnection: string;
|
|
7676
8167
|
GetConnections: string;
|
|
@@ -7678,6 +8169,7 @@ export declare const Actions: {
|
|
|
7678
8169
|
GetCrawlerMetrics: string;
|
|
7679
8170
|
GetCrawlers: string;
|
|
7680
8171
|
GetCustomEntityType: string;
|
|
8172
|
+
GetDashboardUrl: string;
|
|
7681
8173
|
GetDatabase: string;
|
|
7682
8174
|
GetDatabases: string;
|
|
7683
8175
|
GetDataCatalogEncryptionSettings: string;
|
|
@@ -7691,14 +8183,19 @@ export declare const Actions: {
|
|
|
7691
8183
|
GetDataQualityRulesetEvaluationRun: string;
|
|
7692
8184
|
GetDevEndpoint: string;
|
|
7693
8185
|
GetDevEndpoints: string;
|
|
8186
|
+
GetEntityRecords: string;
|
|
7694
8187
|
GetEnvironment: string;
|
|
7695
8188
|
GetExecutors: string;
|
|
7696
8189
|
GetExecutorsThreads: string;
|
|
8190
|
+
GetGeneratedCode: string;
|
|
8191
|
+
GetIntegrationResourceProperty: string;
|
|
8192
|
+
GetIntegrationTableProperties: string;
|
|
7697
8193
|
GetJob: string;
|
|
7698
8194
|
GetJobBookmark: string;
|
|
7699
8195
|
GetJobRun: string;
|
|
7700
8196
|
GetJobRuns: string;
|
|
7701
8197
|
GetJobs: string;
|
|
8198
|
+
GetJobUpgradeAnalysis: string;
|
|
7702
8199
|
GetLogParsingStatus: string;
|
|
7703
8200
|
GetMapping: string;
|
|
7704
8201
|
GetMLTaskRun: string;
|
|
@@ -7763,6 +8260,7 @@ export declare const Actions: {
|
|
|
7763
8260
|
ListDevEndpoints: string;
|
|
7764
8261
|
ListEntities: string;
|
|
7765
8262
|
ListJobs: string;
|
|
8263
|
+
ListJobUpgradeAnalyses: string;
|
|
7766
8264
|
ListMLTransforms: string;
|
|
7767
8265
|
ListRegistries: string;
|
|
7768
8266
|
ListSchemas: string;
|
|
@@ -7773,6 +8271,7 @@ export declare const Actions: {
|
|
|
7773
8271
|
ListTriggers: string;
|
|
7774
8272
|
ListUsageProfiles: string;
|
|
7775
8273
|
ListWorkflows: string;
|
|
8274
|
+
ModifyIntegration: string;
|
|
7776
8275
|
NotifyEvent: string;
|
|
7777
8276
|
PassConnection: string;
|
|
7778
8277
|
PublishDataQuality: string;
|
|
@@ -7796,6 +8295,7 @@ export declare const Actions: {
|
|
|
7796
8295
|
SendRecipeAction: string;
|
|
7797
8296
|
StartBlueprintRun: string;
|
|
7798
8297
|
StartColumnStatisticsTaskRun: string;
|
|
8298
|
+
StartColumnStatisticsTaskRunSchedule: string;
|
|
7799
8299
|
StartCompletion: string;
|
|
7800
8300
|
StartCrawler: string;
|
|
7801
8301
|
StartCrawlerSchedule: string;
|
|
@@ -7804,14 +8304,17 @@ export declare const Actions: {
|
|
|
7804
8304
|
StartExportLabelsTaskRun: string;
|
|
7805
8305
|
StartImportLabelsTaskRun: string;
|
|
7806
8306
|
StartJobRun: string;
|
|
8307
|
+
StartJobUpgradeAnalysis: string;
|
|
7807
8308
|
StartMLEvaluationTaskRun: string;
|
|
7808
8309
|
StartMLLabelingSetGenerationTaskRun: string;
|
|
7809
8310
|
StartNotebook: string;
|
|
7810
8311
|
StartTrigger: string;
|
|
7811
8312
|
StartWorkflowRun: string;
|
|
7812
8313
|
StopColumnStatisticsTaskRun: string;
|
|
8314
|
+
StopColumnStatisticsTaskRunSchedule: string;
|
|
7813
8315
|
StopCrawler: string;
|
|
7814
8316
|
StopCrawlerSchedule: string;
|
|
8317
|
+
StopJobUpgradeAnalysis: string;
|
|
7815
8318
|
StopSession: string;
|
|
7816
8319
|
StopTrigger: string;
|
|
7817
8320
|
StopWorkflowRun: string;
|
|
@@ -7820,15 +8323,19 @@ export declare const Actions: {
|
|
|
7820
8323
|
TestConnection: string;
|
|
7821
8324
|
UntagResource: string;
|
|
7822
8325
|
UpdateBlueprint: string;
|
|
8326
|
+
UpdateCatalog: string;
|
|
7823
8327
|
UpdateClassifier: string;
|
|
7824
8328
|
UpdateColumnStatisticsForPartition: string;
|
|
7825
8329
|
UpdateColumnStatisticsForTable: string;
|
|
8330
|
+
UpdateColumnStatisticsTaskSettings: string;
|
|
7826
8331
|
UpdateConnection: string;
|
|
7827
8332
|
UpdateCrawler: string;
|
|
7828
8333
|
UpdateCrawlerSchedule: string;
|
|
7829
8334
|
UpdateDatabase: string;
|
|
7830
8335
|
UpdateDataQualityRuleset: string;
|
|
7831
8336
|
UpdateDevEndpoint: string;
|
|
8337
|
+
UpdateIntegrationResourceProperty: string;
|
|
8338
|
+
UpdateIntegrationTableProperties: string;
|
|
7832
8339
|
UpdateJob: string;
|
|
7833
8340
|
UpdateJobFromSourceControl: string;
|
|
7834
8341
|
UpdateMLTransform: string;
|
|
@@ -7842,6 +8349,7 @@ export declare const Actions: {
|
|
|
7842
8349
|
UpdateUsageProfile: string;
|
|
7843
8350
|
UpdateUserDefinedFunction: string;
|
|
7844
8351
|
UpdateWorkflow: string;
|
|
8352
|
+
UpgradeJob: string;
|
|
7845
8353
|
UseGlueStudio: string;
|
|
7846
8354
|
UseMLTransforms: string;
|
|
7847
8355
|
};
|
|
@@ -8143,6 +8651,7 @@ export declare const Actions: {
|
|
|
8143
8651
|
DescribeFHIRExportJobWithGet: string;
|
|
8144
8652
|
DescribeFHIRImportJob: string;
|
|
8145
8653
|
GetCapabilities: string;
|
|
8654
|
+
GetExportedFile: string;
|
|
8146
8655
|
ListFHIRDatastores: string;
|
|
8147
8656
|
ListFHIRExportJobs: string;
|
|
8148
8657
|
ListFHIRImportJobs: string;
|
|
@@ -8152,6 +8661,7 @@ export declare const Actions: {
|
|
|
8152
8661
|
SearchWithGet: string;
|
|
8153
8662
|
SearchWithPost: string;
|
|
8154
8663
|
StartFHIRExportJob: string;
|
|
8664
|
+
StartFHIRExportJobWithGet: string;
|
|
8155
8665
|
StartFHIRExportJobWithPost: string;
|
|
8156
8666
|
StartFHIRImportJob: string;
|
|
8157
8667
|
TagResource: string;
|
|
@@ -8240,7 +8750,11 @@ export declare const Actions: {
|
|
|
8240
8750
|
DetachGroupPolicy: string;
|
|
8241
8751
|
DetachRolePolicy: string;
|
|
8242
8752
|
DetachUserPolicy: string;
|
|
8753
|
+
DisableOrganizationsRootCredentialsManagement: string;
|
|
8754
|
+
DisableOrganizationsRootSessions: string;
|
|
8243
8755
|
EnableMFADevice: string;
|
|
8756
|
+
EnableOrganizationsRootCredentialsManagement: string;
|
|
8757
|
+
EnableOrganizationsRootSessions: string;
|
|
8244
8758
|
GenerateCredentialReport: string;
|
|
8245
8759
|
GenerateOrganizationsAccessReport: string;
|
|
8246
8760
|
GenerateServiceLastAccessedDetails: string;
|
|
@@ -8290,6 +8804,7 @@ export declare const Actions: {
|
|
|
8290
8804
|
ListMFADeviceTags: string;
|
|
8291
8805
|
ListOpenIDConnectProviders: string;
|
|
8292
8806
|
ListOpenIDConnectProviderTags: string;
|
|
8807
|
+
ListOrganizationsFeatures: string;
|
|
8293
8808
|
ListPolicies: string;
|
|
8294
8809
|
ListPoliciesGrantingServiceAccess: string;
|
|
8295
8810
|
ListPolicyTags: string;
|
|
@@ -8438,10 +8953,12 @@ export declare const Actions: {
|
|
|
8438
8953
|
GetInfrastructureConfiguration: string;
|
|
8439
8954
|
GetLifecycleExecution: string;
|
|
8440
8955
|
GetLifecyclePolicy: string;
|
|
8956
|
+
GetMarketplaceResource: string;
|
|
8441
8957
|
GetWorkflow: string;
|
|
8442
8958
|
GetWorkflowExecution: string;
|
|
8443
8959
|
GetWorkflowStepExecution: string;
|
|
8444
8960
|
ImportComponent: string;
|
|
8961
|
+
ImportDiskImage: string;
|
|
8445
8962
|
ImportVmImage: string;
|
|
8446
8963
|
ListComponentBuildVersions: string;
|
|
8447
8964
|
ListComponents: string;
|
|
@@ -8610,10 +9127,19 @@ export declare const Actions: {
|
|
|
8610
9127
|
UpdateMonitor: string;
|
|
8611
9128
|
};
|
|
8612
9129
|
invoicing: {
|
|
9130
|
+
BatchGetInvoiceProfile: string;
|
|
9131
|
+
CreateInvoiceUnit: string;
|
|
9132
|
+
DeleteInvoiceUnit: string;
|
|
8613
9133
|
GetInvoiceEmailDeliveryPreferences: string;
|
|
8614
9134
|
GetInvoicePDF: string;
|
|
9135
|
+
GetInvoiceUnit: string;
|
|
8615
9136
|
ListInvoiceSummaries: string;
|
|
9137
|
+
ListInvoiceUnits: string;
|
|
9138
|
+
ListTagsForResource: string;
|
|
8616
9139
|
PutInvoiceEmailDeliveryPreferences: string;
|
|
9140
|
+
TagResource: string;
|
|
9141
|
+
UntagResource: string;
|
|
9142
|
+
UpdateInvoiceUnit: string;
|
|
8617
9143
|
};
|
|
8618
9144
|
"iot-device-tester": {
|
|
8619
9145
|
CheckVersion: string;
|
|
@@ -8626,6 +9152,7 @@ export declare const Actions: {
|
|
|
8626
9152
|
AcceptCertificateTransfer: string;
|
|
8627
9153
|
AddThingToBillingGroup: string;
|
|
8628
9154
|
AddThingToThingGroup: string;
|
|
9155
|
+
AssociateSbomWithPackageVersion: string;
|
|
8629
9156
|
AssociateTargetsWithJob: string;
|
|
8630
9157
|
AttachPolicy: string;
|
|
8631
9158
|
AttachPrincipalPolicy: string;
|
|
@@ -8646,6 +9173,7 @@ export declare const Actions: {
|
|
|
8646
9173
|
CreateBillingGroup: string;
|
|
8647
9174
|
CreateCertificateFromCsr: string;
|
|
8648
9175
|
CreateCertificateProvider: string;
|
|
9176
|
+
CreateCommand: string;
|
|
8649
9177
|
CreateCustomMetric: string;
|
|
8650
9178
|
CreateDimension: string;
|
|
8651
9179
|
CreateDomainConfiguration: string;
|
|
@@ -8679,6 +9207,8 @@ export declare const Actions: {
|
|
|
8679
9207
|
DeleteCACertificate: string;
|
|
8680
9208
|
DeleteCertificate: string;
|
|
8681
9209
|
DeleteCertificateProvider: string;
|
|
9210
|
+
DeleteCommand: string;
|
|
9211
|
+
DeleteCommandExecution: string;
|
|
8682
9212
|
DeleteCustomMetric: string;
|
|
8683
9213
|
DeleteDimension: string;
|
|
8684
9214
|
DeleteDomainConfiguration: string;
|
|
@@ -8748,10 +9278,13 @@ export declare const Actions: {
|
|
|
8748
9278
|
DetachSecurityProfile: string;
|
|
8749
9279
|
DetachThingPrincipal: string;
|
|
8750
9280
|
DisableTopicRule: string;
|
|
9281
|
+
DisassociateSbomFromPackageVersion: string;
|
|
8751
9282
|
EnableTopicRule: string;
|
|
8752
9283
|
GetBehaviorModelTrainingSummaries: string;
|
|
8753
9284
|
GetBucketsAggregation: string;
|
|
8754
9285
|
GetCardinality: string;
|
|
9286
|
+
GetCommand: string;
|
|
9287
|
+
GetCommandExecution: string;
|
|
8755
9288
|
GetEffectivePolicies: string;
|
|
8756
9289
|
GetIndexingConfiguration: string;
|
|
8757
9290
|
GetJobDocument: string;
|
|
@@ -8766,6 +9299,7 @@ export declare const Actions: {
|
|
|
8766
9299
|
GetRegistrationCode: string;
|
|
8767
9300
|
GetRetainedMessage: string;
|
|
8768
9301
|
GetStatistics: string;
|
|
9302
|
+
GetThingConnectivityData: string;
|
|
8769
9303
|
GetThingShadow: string;
|
|
8770
9304
|
GetTopicRule: string;
|
|
8771
9305
|
GetTopicRuleDestination: string;
|
|
@@ -8783,6 +9317,8 @@ export declare const Actions: {
|
|
|
8783
9317
|
ListCertificateProviders: string;
|
|
8784
9318
|
ListCertificates: string;
|
|
8785
9319
|
ListCertificatesByCA: string;
|
|
9320
|
+
ListCommandExecutions: string;
|
|
9321
|
+
ListCommands: string;
|
|
8786
9322
|
ListCustomMetrics: string;
|
|
8787
9323
|
ListDetectMitigationActionsExecutions: string;
|
|
8788
9324
|
ListDetectMitigationActionsTasks: string;
|
|
@@ -8812,6 +9348,7 @@ export declare const Actions: {
|
|
|
8812
9348
|
ListRelatedResourcesForAuditFinding: string;
|
|
8813
9349
|
ListRetainedMessages: string;
|
|
8814
9350
|
ListRoleAliases: string;
|
|
9351
|
+
ListSbomValidationResults: string;
|
|
8815
9352
|
ListScheduledAudits: string;
|
|
8816
9353
|
ListSecurityProfiles: string;
|
|
8817
9354
|
ListSecurityProfilesForTarget: string;
|
|
@@ -8854,6 +9391,7 @@ export declare const Actions: {
|
|
|
8854
9391
|
SetV2LoggingLevel: string;
|
|
8855
9392
|
SetV2LoggingOptions: string;
|
|
8856
9393
|
StartAuditMitigationActionsTask: string;
|
|
9394
|
+
StartCommandExecution: string;
|
|
8857
9395
|
StartDetectMitigationActionsTask: string;
|
|
8858
9396
|
StartOnDemandAuditTask: string;
|
|
8859
9397
|
StartThingRegistrationTask: string;
|
|
@@ -8871,6 +9409,7 @@ export declare const Actions: {
|
|
|
8871
9409
|
UpdateCACertificate: string;
|
|
8872
9410
|
UpdateCertificate: string;
|
|
8873
9411
|
UpdateCertificateProvider: string;
|
|
9412
|
+
UpdateCommand: string;
|
|
8874
9413
|
UpdateCustomMetric: string;
|
|
8875
9414
|
UpdateDimension: string;
|
|
8876
9415
|
UpdateDomainConfiguration: string;
|
|
@@ -8892,6 +9431,7 @@ export declare const Actions: {
|
|
|
8892
9431
|
UpdateThingGroup: string;
|
|
8893
9432
|
UpdateThingGroupsForThing: string;
|
|
8894
9433
|
UpdateThingShadow: string;
|
|
9434
|
+
UpdateThingType: string;
|
|
8895
9435
|
UpdateTopicRuleDestination: string;
|
|
8896
9436
|
ValidateSecurityProfileBehaviors: string;
|
|
8897
9437
|
};
|
|
@@ -9035,14 +9575,17 @@ export declare const Actions: {
|
|
|
9035
9575
|
CreateFleet: string;
|
|
9036
9576
|
CreateModelManifest: string;
|
|
9037
9577
|
CreateSignalCatalog: string;
|
|
9578
|
+
CreateStateTemplate: string;
|
|
9038
9579
|
CreateVehicle: string;
|
|
9039
9580
|
DeleteCampaign: string;
|
|
9040
9581
|
DeleteDecoderManifest: string;
|
|
9041
9582
|
DeleteFleet: string;
|
|
9042
9583
|
DeleteModelManifest: string;
|
|
9043
9584
|
DeleteSignalCatalog: string;
|
|
9585
|
+
DeleteStateTemplate: string;
|
|
9044
9586
|
DeleteVehicle: string;
|
|
9045
9587
|
DisassociateVehicleFleet: string;
|
|
9588
|
+
GenerateCommandPayload: string;
|
|
9046
9589
|
GetCampaign: string;
|
|
9047
9590
|
GetDecoderManifest: string;
|
|
9048
9591
|
GetEncryptionConfiguration: string;
|
|
@@ -9051,6 +9594,7 @@ export declare const Actions: {
|
|
|
9051
9594
|
GetModelManifest: string;
|
|
9052
9595
|
GetRegisterAccountStatus: string;
|
|
9053
9596
|
GetSignalCatalog: string;
|
|
9597
|
+
GetStateTemplate: string;
|
|
9054
9598
|
GetVehicle: string;
|
|
9055
9599
|
GetVehicleStatus: string;
|
|
9056
9600
|
ImportDecoderManifest: string;
|
|
@@ -9065,6 +9609,7 @@ export declare const Actions: {
|
|
|
9065
9609
|
ListModelManifests: string;
|
|
9066
9610
|
ListSignalCatalogNodes: string;
|
|
9067
9611
|
ListSignalCatalogs: string;
|
|
9612
|
+
ListStateTemplates: string;
|
|
9068
9613
|
ListTagsForResource: string;
|
|
9069
9614
|
ListVehicles: string;
|
|
9070
9615
|
ListVehiclesInFleet: string;
|
|
@@ -9078,6 +9623,7 @@ export declare const Actions: {
|
|
|
9078
9623
|
UpdateFleet: string;
|
|
9079
9624
|
UpdateModelManifest: string;
|
|
9080
9625
|
UpdateSignalCatalog: string;
|
|
9626
|
+
UpdateStateTemplate: string;
|
|
9081
9627
|
UpdateVehicle: string;
|
|
9082
9628
|
};
|
|
9083
9629
|
iotjobsdata: {
|
|
@@ -9101,6 +9647,7 @@ export declare const Actions: {
|
|
|
9101
9647
|
CreateAssetModelCompositeModel: string;
|
|
9102
9648
|
CreateBulkImportJob: string;
|
|
9103
9649
|
CreateDashboard: string;
|
|
9650
|
+
CreateDataset: string;
|
|
9104
9651
|
CreateGateway: string;
|
|
9105
9652
|
CreatePortal: string;
|
|
9106
9653
|
CreateProject: string;
|
|
@@ -9109,6 +9656,7 @@ export declare const Actions: {
|
|
|
9109
9656
|
DeleteAssetModel: string;
|
|
9110
9657
|
DeleteAssetModelCompositeModel: string;
|
|
9111
9658
|
DeleteDashboard: string;
|
|
9659
|
+
DeleteDataset: string;
|
|
9112
9660
|
DeleteGateway: string;
|
|
9113
9661
|
DeletePortal: string;
|
|
9114
9662
|
DeleteProject: string;
|
|
@@ -9122,6 +9670,7 @@ export declare const Actions: {
|
|
|
9122
9670
|
DescribeAssetProperty: string;
|
|
9123
9671
|
DescribeBulkImportJob: string;
|
|
9124
9672
|
DescribeDashboard: string;
|
|
9673
|
+
DescribeDataset: string;
|
|
9125
9674
|
DescribeDefaultEncryptionConfiguration: string;
|
|
9126
9675
|
DescribeGateway: string;
|
|
9127
9676
|
DescribeGatewayCapabilityConfiguration: string;
|
|
@@ -9139,6 +9688,7 @@ export declare const Actions: {
|
|
|
9139
9688
|
GetAssetPropertyValue: string;
|
|
9140
9689
|
GetAssetPropertyValueHistory: string;
|
|
9141
9690
|
GetInterpolatedAssetPropertyValues: string;
|
|
9691
|
+
InvokeAssistant: string;
|
|
9142
9692
|
ListAccessPolicies: string;
|
|
9143
9693
|
ListActions: string;
|
|
9144
9694
|
ListAssetModelCompositeModels: string;
|
|
@@ -9151,6 +9701,7 @@ export declare const Actions: {
|
|
|
9151
9701
|
ListBulkImportJobs: string;
|
|
9152
9702
|
ListCompositionRelationships: string;
|
|
9153
9703
|
ListDashboards: string;
|
|
9704
|
+
ListDatasets: string;
|
|
9154
9705
|
ListGateways: string;
|
|
9155
9706
|
ListPortals: string;
|
|
9156
9707
|
ListProjectAssets: string;
|
|
@@ -9169,6 +9720,7 @@ export declare const Actions: {
|
|
|
9169
9720
|
UpdateAssetModelPropertyRouting: string;
|
|
9170
9721
|
UpdateAssetProperty: string;
|
|
9171
9722
|
UpdateDashboard: string;
|
|
9723
|
+
UpdateDataset: string;
|
|
9172
9724
|
UpdateGateway: string;
|
|
9173
9725
|
UpdateGatewayCapabilityConfiguration: string;
|
|
9174
9726
|
UpdatePortal: string;
|
|
@@ -9579,8 +10131,10 @@ export declare const Actions: {
|
|
|
9579
10131
|
DeleteCustomPlugin: string;
|
|
9580
10132
|
DeleteWorkerConfiguration: string;
|
|
9581
10133
|
DescribeConnector: string;
|
|
10134
|
+
DescribeConnectorOperation: string;
|
|
9582
10135
|
DescribeCustomPlugin: string;
|
|
9583
10136
|
DescribeWorkerConfiguration: string;
|
|
10137
|
+
ListConnectorOperations: string;
|
|
9584
10138
|
ListConnectors: string;
|
|
9585
10139
|
ListCustomPlugins: string;
|
|
9586
10140
|
ListTagsForResource: string;
|
|
@@ -9851,10 +10405,12 @@ export declare const Actions: {
|
|
|
9851
10405
|
CreateLakeFormationIdentityCenterConfiguration: string;
|
|
9852
10406
|
CreateLakeFormationOptIn: string;
|
|
9853
10407
|
CreateLFTag: string;
|
|
10408
|
+
CreateLFTagExpression: string;
|
|
9854
10409
|
DeleteDataCellsFilter: string;
|
|
9855
10410
|
DeleteLakeFormationIdentityCenterConfiguration: string;
|
|
9856
10411
|
DeleteLakeFormationOptIn: string;
|
|
9857
10412
|
DeleteLFTag: string;
|
|
10413
|
+
DeleteLFTagExpression: string;
|
|
9858
10414
|
DeleteObjectsOnCancel: string;
|
|
9859
10415
|
DeregisterResource: string;
|
|
9860
10416
|
DescribeLakeFormationIdentityCenterConfiguration: string;
|
|
@@ -9867,6 +10423,7 @@ export declare const Actions: {
|
|
|
9867
10423
|
GetDataLakeSettings: string;
|
|
9868
10424
|
GetEffectivePermissionsForPath: string;
|
|
9869
10425
|
GetLFTag: string;
|
|
10426
|
+
GetLFTagExpression: string;
|
|
9870
10427
|
GetQueryState: string;
|
|
9871
10428
|
GetQueryStatistics: string;
|
|
9872
10429
|
GetResourceLFTags: string;
|
|
@@ -9876,6 +10433,7 @@ export declare const Actions: {
|
|
|
9876
10433
|
GrantPermissions: string;
|
|
9877
10434
|
ListDataCellsFilter: string;
|
|
9878
10435
|
ListLakeFormationOptIns: string;
|
|
10436
|
+
ListLFTagExpressions: string;
|
|
9879
10437
|
ListLFTags: string;
|
|
9880
10438
|
ListPermissions: string;
|
|
9881
10439
|
ListResources: string;
|
|
@@ -9892,6 +10450,7 @@ export declare const Actions: {
|
|
|
9892
10450
|
UpdateDataCellsFilter: string;
|
|
9893
10451
|
UpdateLakeFormationIdentityCenterConfiguration: string;
|
|
9894
10452
|
UpdateLFTag: string;
|
|
10453
|
+
UpdateLFTagExpression: string;
|
|
9895
10454
|
UpdateResource: string;
|
|
9896
10455
|
UpdateTableObjects: string;
|
|
9897
10456
|
UpdateTableStorageOptimizer: string;
|
|
@@ -10169,15 +10728,21 @@ export declare const Actions: {
|
|
|
10169
10728
|
};
|
|
10170
10729
|
"license-manager-user-subscriptions": {
|
|
10171
10730
|
AssociateUser: string;
|
|
10731
|
+
CreateLicenseServerEndpoint: string;
|
|
10732
|
+
DeleteLicenseServerEndpoint: string;
|
|
10172
10733
|
DeregisterIdentityProvider: string;
|
|
10173
10734
|
DisassociateUser: string;
|
|
10174
10735
|
ListIdentityProviders: string;
|
|
10175
10736
|
ListInstances: string;
|
|
10737
|
+
ListLicenseServerEndpoints: string;
|
|
10176
10738
|
ListProductSubscriptions: string;
|
|
10739
|
+
ListTagsForResource: string;
|
|
10177
10740
|
ListUserAssociations: string;
|
|
10178
10741
|
RegisterIdentityProvider: string;
|
|
10179
10742
|
StartProductSubscription: string;
|
|
10180
10743
|
StopProductSubscription: string;
|
|
10744
|
+
TagResource: string;
|
|
10745
|
+
UntagResource: string;
|
|
10181
10746
|
UpdateIdentityProviderSettings: string;
|
|
10182
10747
|
};
|
|
10183
10748
|
"license-manager": {
|
|
@@ -10411,6 +10976,8 @@ export declare const Actions: {
|
|
|
10411
10976
|
DeleteDeliveryDestinationPolicy: string;
|
|
10412
10977
|
DeleteDeliverySource: string;
|
|
10413
10978
|
DeleteDestination: string;
|
|
10979
|
+
DeleteIndexPolicy: string;
|
|
10980
|
+
DeleteIntegration: string;
|
|
10414
10981
|
DeleteLogAnomalyDetector: string;
|
|
10415
10982
|
DeleteLogDelivery: string;
|
|
10416
10983
|
DeleteLogGroup: string;
|
|
@@ -10420,6 +10987,7 @@ export declare const Actions: {
|
|
|
10420
10987
|
DeleteResourcePolicy: string;
|
|
10421
10988
|
DeleteRetentionPolicy: string;
|
|
10422
10989
|
DeleteSubscriptionFilter: string;
|
|
10990
|
+
DeleteTransformer: string;
|
|
10423
10991
|
DescribeAccountPolicies: string;
|
|
10424
10992
|
DescribeConfigurationTemplates: string;
|
|
10425
10993
|
DescribeDeliveries: string;
|
|
@@ -10427,6 +10995,8 @@ export declare const Actions: {
|
|
|
10427
10995
|
DescribeDeliverySources: string;
|
|
10428
10996
|
DescribeDestinations: string;
|
|
10429
10997
|
DescribeExportTasks: string;
|
|
10998
|
+
DescribeFieldIndexes: string;
|
|
10999
|
+
DescribeIndexPolicies: string;
|
|
10430
11000
|
DescribeLogGroups: string;
|
|
10431
11001
|
DescribeLogStreams: string;
|
|
10432
11002
|
DescribeMetricFilters: string;
|
|
@@ -10441,16 +11011,22 @@ export declare const Actions: {
|
|
|
10441
11011
|
GetDeliveryDestination: string;
|
|
10442
11012
|
GetDeliveryDestinationPolicy: string;
|
|
10443
11013
|
GetDeliverySource: string;
|
|
11014
|
+
GetIntegration: string;
|
|
10444
11015
|
GetLogAnomalyDetector: string;
|
|
10445
11016
|
GetLogDelivery: string;
|
|
10446
11017
|
GetLogEvents: string;
|
|
10447
11018
|
GetLogGroupFields: string;
|
|
10448
11019
|
GetLogRecord: string;
|
|
10449
11020
|
GetQueryResults: string;
|
|
11021
|
+
GetTransformer: string;
|
|
10450
11022
|
Link: string;
|
|
10451
11023
|
ListAnomalies: string;
|
|
11024
|
+
ListEntitiesForLogGroup: string;
|
|
11025
|
+
ListIntegrations: string;
|
|
10452
11026
|
ListLogAnomalyDetectors: string;
|
|
10453
11027
|
ListLogDeliveries: string;
|
|
11028
|
+
ListLogGroupsForEntity: string;
|
|
11029
|
+
ListLogGroupsForQuery: string;
|
|
10454
11030
|
ListTagsForResource: string;
|
|
10455
11031
|
ListTagsLogGroup: string;
|
|
10456
11032
|
PutAccountPolicy: string;
|
|
@@ -10460,12 +11036,15 @@ export declare const Actions: {
|
|
|
10460
11036
|
PutDeliverySource: string;
|
|
10461
11037
|
PutDestination: string;
|
|
10462
11038
|
PutDestinationPolicy: string;
|
|
11039
|
+
PutIndexPolicy: string;
|
|
11040
|
+
PutIntegration: string;
|
|
10463
11041
|
PutLogEvents: string;
|
|
10464
11042
|
PutMetricFilter: string;
|
|
10465
11043
|
PutQueryDefinition: string;
|
|
10466
11044
|
PutResourcePolicy: string;
|
|
10467
11045
|
PutRetentionPolicy: string;
|
|
10468
11046
|
PutSubscriptionFilter: string;
|
|
11047
|
+
PutTransformer: string;
|
|
10469
11048
|
StartLiveTail: string;
|
|
10470
11049
|
StartQuery: string;
|
|
10471
11050
|
StopLiveTail: string;
|
|
@@ -10473,6 +11052,7 @@ export declare const Actions: {
|
|
|
10473
11052
|
TagLogGroup: string;
|
|
10474
11053
|
TagResource: string;
|
|
10475
11054
|
TestMetricFilter: string;
|
|
11055
|
+
TestTransformer: string;
|
|
10476
11056
|
Unmask: string;
|
|
10477
11057
|
UntagLogGroup: string;
|
|
10478
11058
|
UntagResource: string;
|
|
@@ -10854,6 +11434,7 @@ export declare const Actions: {
|
|
|
10854
11434
|
DescribeBridge: string;
|
|
10855
11435
|
DescribeFlow: string;
|
|
10856
11436
|
DescribeFlowSourceMetadata: string;
|
|
11437
|
+
DescribeFlowSourceThumbnail: string;
|
|
10857
11438
|
DescribeGateway: string;
|
|
10858
11439
|
DescribeGatewayInstance: string;
|
|
10859
11440
|
DescribeOffering: string;
|
|
@@ -10916,6 +11497,7 @@ export declare const Actions: {
|
|
|
10916
11497
|
ListPresets: string;
|
|
10917
11498
|
ListQueues: string;
|
|
10918
11499
|
ListTagsForResource: string;
|
|
11500
|
+
ListVersions: string;
|
|
10919
11501
|
PutPolicy: string;
|
|
10920
11502
|
SearchJobs: string;
|
|
10921
11503
|
TagResource: string;
|
|
@@ -10936,38 +11518,51 @@ export declare const Actions: {
|
|
|
10936
11518
|
CancelInputDeviceTransfer: string;
|
|
10937
11519
|
ClaimDevice: string;
|
|
10938
11520
|
CreateChannel: string;
|
|
11521
|
+
CreateChannelPlacementGroup: string;
|
|
10939
11522
|
CreateCloudWatchAlarmTemplate: string;
|
|
10940
11523
|
CreateCloudWatchAlarmTemplateGroup: string;
|
|
11524
|
+
CreateCluster: string;
|
|
10941
11525
|
CreateEventBridgeRuleTemplate: string;
|
|
10942
11526
|
CreateEventBridgeRuleTemplateGroup: string;
|
|
10943
11527
|
CreateInput: string;
|
|
10944
11528
|
CreateInputSecurityGroup: string;
|
|
10945
11529
|
CreateMultiplex: string;
|
|
10946
11530
|
CreateMultiplexProgram: string;
|
|
11531
|
+
CreateNetwork: string;
|
|
11532
|
+
CreateNode: string;
|
|
11533
|
+
CreateNodeRegistrationScript: string;
|
|
10947
11534
|
CreatePartnerInput: string;
|
|
10948
11535
|
CreateSignalMap: string;
|
|
10949
11536
|
CreateTags: string;
|
|
10950
11537
|
DeleteChannel: string;
|
|
11538
|
+
DeleteChannelPlacementGroup: string;
|
|
10951
11539
|
DeleteCloudWatchAlarmTemplate: string;
|
|
10952
11540
|
DeleteCloudWatchAlarmTemplateGroup: string;
|
|
11541
|
+
DeleteCluster: string;
|
|
10953
11542
|
DeleteEventBridgeRuleTemplate: string;
|
|
10954
11543
|
DeleteEventBridgeRuleTemplateGroup: string;
|
|
10955
11544
|
DeleteInput: string;
|
|
10956
11545
|
DeleteInputSecurityGroup: string;
|
|
10957
11546
|
DeleteMultiplex: string;
|
|
10958
11547
|
DeleteMultiplexProgram: string;
|
|
11548
|
+
DeleteNetwork: string;
|
|
11549
|
+
DeleteNode: string;
|
|
10959
11550
|
DeleteReservation: string;
|
|
10960
11551
|
DeleteSchedule: string;
|
|
10961
11552
|
DeleteSignalMap: string;
|
|
10962
11553
|
DeleteTags: string;
|
|
10963
11554
|
DescribeAccountConfiguration: string;
|
|
10964
11555
|
DescribeChannel: string;
|
|
11556
|
+
DescribeChannelPlacementGroup: string;
|
|
11557
|
+
DescribeCluster: string;
|
|
10965
11558
|
DescribeInput: string;
|
|
10966
11559
|
DescribeInputDevice: string;
|
|
10967
11560
|
DescribeInputDeviceThumbnail: string;
|
|
10968
11561
|
DescribeInputSecurityGroup: string;
|
|
10969
11562
|
DescribeMultiplex: string;
|
|
10970
11563
|
DescribeMultiplexProgram: string;
|
|
11564
|
+
DescribeNetwork: string;
|
|
11565
|
+
DescribeNode: string;
|
|
10971
11566
|
DescribeOffering: string;
|
|
10972
11567
|
DescribeReservation: string;
|
|
10973
11568
|
DescribeSchedule: string;
|
|
@@ -10977,9 +11572,11 @@ export declare const Actions: {
|
|
|
10977
11572
|
GetEventBridgeRuleTemplate: string;
|
|
10978
11573
|
GetEventBridgeRuleTemplateGroup: string;
|
|
10979
11574
|
GetSignalMap: string;
|
|
11575
|
+
ListChannelPlacementGroups: string;
|
|
10980
11576
|
ListChannels: string;
|
|
10981
11577
|
ListCloudWatchAlarmTemplateGroups: string;
|
|
10982
11578
|
ListCloudWatchAlarmTemplates: string;
|
|
11579
|
+
ListClusters: string;
|
|
10983
11580
|
ListEventBridgeRuleTemplateGroups: string;
|
|
10984
11581
|
ListEventBridgeRuleTemplates: string;
|
|
10985
11582
|
ListInputDevices: string;
|
|
@@ -10988,10 +11585,14 @@ export declare const Actions: {
|
|
|
10988
11585
|
ListInputSecurityGroups: string;
|
|
10989
11586
|
ListMultiplexes: string;
|
|
10990
11587
|
ListMultiplexPrograms: string;
|
|
11588
|
+
ListNetworks: string;
|
|
11589
|
+
ListNodes: string;
|
|
10991
11590
|
ListOfferings: string;
|
|
10992
11591
|
ListReservations: string;
|
|
10993
11592
|
ListSignalMaps: string;
|
|
10994
11593
|
ListTagsForResource: string;
|
|
11594
|
+
ListVersions: string;
|
|
11595
|
+
PollAnywhere: string;
|
|
10995
11596
|
PurchaseOffering: string;
|
|
10996
11597
|
RebootInputDevice: string;
|
|
10997
11598
|
RejectInputDeviceTransfer: string;
|
|
@@ -11006,12 +11607,15 @@ export declare const Actions: {
|
|
|
11006
11607
|
StopChannel: string;
|
|
11007
11608
|
StopInputDevice: string;
|
|
11008
11609
|
StopMultiplex: string;
|
|
11610
|
+
SubmitAnywhereStateChange: string;
|
|
11009
11611
|
TransferInputDevice: string;
|
|
11010
11612
|
UpdateAccountConfiguration: string;
|
|
11011
11613
|
UpdateChannel: string;
|
|
11012
11614
|
UpdateChannelClass: string;
|
|
11615
|
+
UpdateChannelPlacementGroup: string;
|
|
11013
11616
|
UpdateCloudWatchAlarmTemplate: string;
|
|
11014
11617
|
UpdateCloudWatchAlarmTemplateGroup: string;
|
|
11618
|
+
UpdateCluster: string;
|
|
11015
11619
|
UpdateEventBridgeRuleTemplate: string;
|
|
11016
11620
|
UpdateEventBridgeRuleTemplateGroup: string;
|
|
11017
11621
|
UpdateInput: string;
|
|
@@ -11019,6 +11623,9 @@ export declare const Actions: {
|
|
|
11019
11623
|
UpdateInputSecurityGroup: string;
|
|
11020
11624
|
UpdateMultiplex: string;
|
|
11021
11625
|
UpdateMultiplexProgram: string;
|
|
11626
|
+
UpdateNetwork: string;
|
|
11627
|
+
UpdateNode: string;
|
|
11628
|
+
UpdateNodeState: string;
|
|
11022
11629
|
UpdateReservation: string;
|
|
11023
11630
|
};
|
|
11024
11631
|
"mediapackage-vod": {
|
|
@@ -11062,8 +11669,10 @@ export declare const Actions: {
|
|
|
11062
11669
|
UpdateOriginEndpoint: string;
|
|
11063
11670
|
};
|
|
11064
11671
|
mediapackagev2: {
|
|
11672
|
+
CancelHarvestJob: string;
|
|
11065
11673
|
CreateChannel: string;
|
|
11066
11674
|
CreateChannelGroup: string;
|
|
11675
|
+
CreateHarvestJob: string;
|
|
11067
11676
|
CreateOriginEndpoint: string;
|
|
11068
11677
|
DeleteChannel: string;
|
|
11069
11678
|
DeleteChannelGroup: string;
|
|
@@ -11073,12 +11682,15 @@ export declare const Actions: {
|
|
|
11073
11682
|
GetChannel: string;
|
|
11074
11683
|
GetChannelGroup: string;
|
|
11075
11684
|
GetChannelPolicy: string;
|
|
11685
|
+
GetHarvestJob: string;
|
|
11076
11686
|
GetHeadObject: string;
|
|
11077
11687
|
GetObject: string;
|
|
11078
11688
|
GetOriginEndpoint: string;
|
|
11079
11689
|
GetOriginEndpointPolicy: string;
|
|
11690
|
+
HarvestObject: string;
|
|
11080
11691
|
ListChannelGroups: string;
|
|
11081
11692
|
ListChannels: string;
|
|
11693
|
+
ListHarvestJobs: string;
|
|
11082
11694
|
ListOriginEndpoints: string;
|
|
11083
11695
|
ListTagsForResource: string;
|
|
11084
11696
|
PutChannelPolicy: string;
|
|
@@ -11193,12 +11805,14 @@ export declare const Actions: {
|
|
|
11193
11805
|
CopySnapshot: string;
|
|
11194
11806
|
CreateAcl: string;
|
|
11195
11807
|
CreateCluster: string;
|
|
11808
|
+
CreateMultiRegionCluster: string;
|
|
11196
11809
|
CreateParameterGroup: string;
|
|
11197
11810
|
CreateSnapshot: string;
|
|
11198
11811
|
CreateSubnetGroup: string;
|
|
11199
11812
|
CreateUser: string;
|
|
11200
11813
|
DeleteAcl: string;
|
|
11201
11814
|
DeleteCluster: string;
|
|
11815
|
+
DeleteMultiRegionCluster: string;
|
|
11202
11816
|
DeleteParameterGroup: string;
|
|
11203
11817
|
DeleteSnapshot: string;
|
|
11204
11818
|
DeleteSubnetGroup: string;
|
|
@@ -11207,6 +11821,9 @@ export declare const Actions: {
|
|
|
11207
11821
|
DescribeClusters: string;
|
|
11208
11822
|
DescribeEngineVersions: string;
|
|
11209
11823
|
DescribeEvents: string;
|
|
11824
|
+
DescribeMultiRegionClusters: string;
|
|
11825
|
+
DescribeMultiRegionParameterGroups: string;
|
|
11826
|
+
DescribeMultiRegionParameters: string;
|
|
11210
11827
|
DescribeParameterGroups: string;
|
|
11211
11828
|
DescribeParameters: string;
|
|
11212
11829
|
DescribeReservedNodes: string;
|
|
@@ -11216,6 +11833,7 @@ export declare const Actions: {
|
|
|
11216
11833
|
DescribeSubnetGroups: string;
|
|
11217
11834
|
DescribeUsers: string;
|
|
11218
11835
|
FailoverShard: string;
|
|
11836
|
+
ListAllowedMultiRegionClusterUpdates: string;
|
|
11219
11837
|
ListAllowedNodeTypeUpdates: string;
|
|
11220
11838
|
ListTags: string;
|
|
11221
11839
|
PurchaseReservedNodesOffering: string;
|
|
@@ -11224,32 +11842,58 @@ export declare const Actions: {
|
|
|
11224
11842
|
UntagResource: string;
|
|
11225
11843
|
UpdateAcl: string;
|
|
11226
11844
|
UpdateCluster: string;
|
|
11845
|
+
UpdateMultiRegionCluster: string;
|
|
11227
11846
|
UpdateParameterGroup: string;
|
|
11228
11847
|
UpdateSubnetGroup: string;
|
|
11229
11848
|
UpdateUser: string;
|
|
11230
11849
|
};
|
|
11231
11850
|
mgh: {
|
|
11851
|
+
AcceptConnection: string;
|
|
11852
|
+
AssociateAutomationUnitRole: string;
|
|
11232
11853
|
AssociateCreatedArtifact: string;
|
|
11233
11854
|
AssociateDiscoveredResource: string;
|
|
11855
|
+
AssociateSourceResource: string;
|
|
11856
|
+
BatchAssociateIamRoleWithConnection: string;
|
|
11857
|
+
BatchDisassociateIamRoleFromConnection: string;
|
|
11858
|
+
CreateAutomationRun: string;
|
|
11859
|
+
CreateAutomationUnit: string;
|
|
11234
11860
|
CreateHomeRegionControl: string;
|
|
11235
11861
|
CreateProgressUpdateStream: string;
|
|
11862
|
+
DeleteAutomationRun: string;
|
|
11863
|
+
DeleteAutomationUnit: string;
|
|
11864
|
+
DeleteConnection: string;
|
|
11236
11865
|
DeleteHomeRegionControl: string;
|
|
11237
11866
|
DeleteProgressUpdateStream: string;
|
|
11238
11867
|
DescribeApplicationState: string;
|
|
11868
|
+
DescribeAutomationRun: string;
|
|
11869
|
+
DescribeAutomationUnit: string;
|
|
11239
11870
|
DescribeHomeRegionControls: string;
|
|
11240
11871
|
DescribeMigrationTask: string;
|
|
11872
|
+
DisassociateAutomationUnitRole: string;
|
|
11241
11873
|
DisassociateCreatedArtifact: string;
|
|
11242
11874
|
DisassociateDiscoveredResource: string;
|
|
11875
|
+
DisassociateSourceResource: string;
|
|
11876
|
+
GetConnection: string;
|
|
11243
11877
|
GetHomeRegion: string;
|
|
11244
11878
|
ImportMigrationTask: string;
|
|
11245
11879
|
ListApplicationStates: string;
|
|
11880
|
+
ListAutomationRuns: string;
|
|
11881
|
+
ListAutomationUnits: string;
|
|
11882
|
+
ListConnectionRoles: string;
|
|
11883
|
+
ListConnections: string;
|
|
11246
11884
|
ListCreatedArtifacts: string;
|
|
11247
11885
|
ListDiscoveredResources: string;
|
|
11248
11886
|
ListMigrationTasks: string;
|
|
11887
|
+
ListMigrationTaskUpdates: string;
|
|
11249
11888
|
ListProgressUpdateStreams: string;
|
|
11889
|
+
ListSourceResources: string;
|
|
11890
|
+
ListTagsForResource: string;
|
|
11250
11891
|
NotifyApplicationState: string;
|
|
11251
11892
|
NotifyMigrationTaskState: string;
|
|
11252
11893
|
PutResourceAttributes: string;
|
|
11894
|
+
RejectConnection: string;
|
|
11895
|
+
TagResource: string;
|
|
11896
|
+
UntagResource: string;
|
|
11253
11897
|
};
|
|
11254
11898
|
mgn: {
|
|
11255
11899
|
ArchiveApplication: string;
|
|
@@ -11262,6 +11906,7 @@ export declare const Actions: {
|
|
|
11262
11906
|
CreateApplication: string;
|
|
11263
11907
|
CreateConnector: string;
|
|
11264
11908
|
CreateLaunchConfigurationTemplate: string;
|
|
11909
|
+
CreateNetworkMigrationDefinition: string;
|
|
11265
11910
|
CreateReplicationConfigurationTemplate: string;
|
|
11266
11911
|
CreateVcenterClientForMgn: string;
|
|
11267
11912
|
CreateWave: string;
|
|
@@ -11269,6 +11914,7 @@ export declare const Actions: {
|
|
|
11269
11914
|
DeleteConnector: string;
|
|
11270
11915
|
DeleteJob: string;
|
|
11271
11916
|
DeleteLaunchConfigurationTemplate: string;
|
|
11917
|
+
DeleteNetworkMigrationDefinition: string;
|
|
11272
11918
|
DeleteReplicationConfigurationTemplate: string;
|
|
11273
11919
|
DeleteSourceServer: string;
|
|
11274
11920
|
DeleteVcenterClient: string;
|
|
@@ -11293,6 +11939,8 @@ export declare const Actions: {
|
|
|
11293
11939
|
GetAgentSnapshotCreditsForMgn: string;
|
|
11294
11940
|
GetChannelCommandsForMgn: string;
|
|
11295
11941
|
GetLaunchConfiguration: string;
|
|
11942
|
+
GetNetworkMigrationDefinition: string;
|
|
11943
|
+
GetNetworkMigrationMapperSegmentConstruct: string;
|
|
11296
11944
|
GetReplicationConfiguration: string;
|
|
11297
11945
|
GetVcenterClientCommandsForMgn: string;
|
|
11298
11946
|
InitializeService: string;
|
|
@@ -11304,6 +11952,18 @@ export declare const Actions: {
|
|
|
11304
11952
|
ListImportErrors: string;
|
|
11305
11953
|
ListImports: string;
|
|
11306
11954
|
ListManagedAccounts: string;
|
|
11955
|
+
ListNetworkMigrationAnalyses: string;
|
|
11956
|
+
ListNetworkMigrationAnalysisResults: string;
|
|
11957
|
+
ListNetworkMigrationCodeGenerations: string;
|
|
11958
|
+
ListNetworkMigrationCodeGenerationSegments: string;
|
|
11959
|
+
ListNetworkMigrationDefinitions: string;
|
|
11960
|
+
ListNetworkMigrationDeployedStacks: string;
|
|
11961
|
+
ListNetworkMigrationDeployedStacksDeletions: string;
|
|
11962
|
+
ListNetworkMigrationDeployments: string;
|
|
11963
|
+
ListNetworkMigrationExecutions: string;
|
|
11964
|
+
ListNetworkMigrationMapperSegmentConstructs: string;
|
|
11965
|
+
ListNetworkMigrationMapperSegments: string;
|
|
11966
|
+
ListNetworkMigrationMappings: string;
|
|
11307
11967
|
ListSourceServerActions: string;
|
|
11308
11968
|
ListTagsForResource: string;
|
|
11309
11969
|
ListTemplateActions: string;
|
|
@@ -11333,6 +11993,11 @@ export declare const Actions: {
|
|
|
11333
11993
|
StartCutover: string;
|
|
11334
11994
|
StartExport: string;
|
|
11335
11995
|
StartImport: string;
|
|
11996
|
+
StartNetworkMigrationAnalysis: string;
|
|
11997
|
+
StartNetworkMigrationCodeGeneration: string;
|
|
11998
|
+
StartNetworkMigrationDeployedStacksDeletion: string;
|
|
11999
|
+
StartNetworkMigrationDeployment: string;
|
|
12000
|
+
StartNetworkMigrationMapping: string;
|
|
11336
12001
|
StartReplication: string;
|
|
11337
12002
|
StartTest: string;
|
|
11338
12003
|
StopReplication: string;
|
|
@@ -11350,6 +12015,9 @@ export declare const Actions: {
|
|
|
11350
12015
|
UpdateConnector: string;
|
|
11351
12016
|
UpdateLaunchConfiguration: string;
|
|
11352
12017
|
UpdateLaunchConfigurationTemplate: string;
|
|
12018
|
+
UpdateNetworkMigrationDefinition: string;
|
|
12019
|
+
UpdateNetworkMigrationMapperSegment: string;
|
|
12020
|
+
UpdateNetworkMigrationMapperSegmentConstruct: string;
|
|
11353
12021
|
UpdateReplicationConfiguration: string;
|
|
11354
12022
|
UpdateReplicationConfigurationTemplate: string;
|
|
11355
12023
|
UpdateSourceServer: string;
|
|
@@ -11638,6 +12306,7 @@ export declare const Actions: {
|
|
|
11638
12306
|
WriteDataViaQuery: string;
|
|
11639
12307
|
};
|
|
11640
12308
|
"neptune-graph": {
|
|
12309
|
+
CancelExportTask: string;
|
|
11641
12310
|
CancelImportTask: string;
|
|
11642
12311
|
CancelQuery: string;
|
|
11643
12312
|
CreateGraph: string;
|
|
@@ -11649,6 +12318,7 @@ export declare const Actions: {
|
|
|
11649
12318
|
DeleteGraphSnapshot: string;
|
|
11650
12319
|
DeletePrivateGraphEndpoint: string;
|
|
11651
12320
|
GetEngineStatus: string;
|
|
12321
|
+
GetExportTask: string;
|
|
11652
12322
|
GetGraph: string;
|
|
11653
12323
|
GetGraphSnapshot: string;
|
|
11654
12324
|
GetGraphSummary: string;
|
|
@@ -11656,6 +12326,7 @@ export declare const Actions: {
|
|
|
11656
12326
|
GetPrivateGraphEndpoint: string;
|
|
11657
12327
|
GetQueryStatus: string;
|
|
11658
12328
|
GetStatisticsStatus: string;
|
|
12329
|
+
ListExportTasks: string;
|
|
11659
12330
|
ListGraphs: string;
|
|
11660
12331
|
ListGraphSnapshots: string;
|
|
11661
12332
|
ListImportTasks: string;
|
|
@@ -11665,6 +12336,7 @@ export declare const Actions: {
|
|
|
11665
12336
|
ReadDataViaQuery: string;
|
|
11666
12337
|
ResetGraph: string;
|
|
11667
12338
|
RestoreGraphFromSnapshot: string;
|
|
12339
|
+
StartExportTask: string;
|
|
11668
12340
|
StartImportTask: string;
|
|
11669
12341
|
TagResource: string;
|
|
11670
12342
|
UntagResource: string;
|
|
@@ -11709,6 +12381,34 @@ export declare const Actions: {
|
|
|
11709
12381
|
UpdateSubnetChangeProtection: string;
|
|
11710
12382
|
UpdateTLSInspectionConfiguration: string;
|
|
11711
12383
|
};
|
|
12384
|
+
networkflowmonitor: {
|
|
12385
|
+
CreateMonitor: string;
|
|
12386
|
+
CreateScope: string;
|
|
12387
|
+
DeleteMonitor: string;
|
|
12388
|
+
DeleteScope: string;
|
|
12389
|
+
GetMonitor: string;
|
|
12390
|
+
GetQueryResultsMonitorTopContributors: string;
|
|
12391
|
+
GetQueryResultsWorkloadInsightsTopContributors: string;
|
|
12392
|
+
GetQueryResultsWorkloadInsightsTopContributorsData: string;
|
|
12393
|
+
GetQueryStatusMonitorTopContributors: string;
|
|
12394
|
+
GetQueryStatusWorkloadInsightsTopContributors: string;
|
|
12395
|
+
GetQueryStatusWorkloadInsightsTopContributorsData: string;
|
|
12396
|
+
GetScope: string;
|
|
12397
|
+
ListMonitors: string;
|
|
12398
|
+
ListScopes: string;
|
|
12399
|
+
ListTagsForResource: string;
|
|
12400
|
+
Publish: string;
|
|
12401
|
+
StartQueryMonitorTopContributors: string;
|
|
12402
|
+
StartQueryWorkloadInsightsTopContributors: string;
|
|
12403
|
+
StartQueryWorkloadInsightsTopContributorsData: string;
|
|
12404
|
+
StopQueryMonitorTopContributors: string;
|
|
12405
|
+
StopQueryWorkloadInsightsTopContributors: string;
|
|
12406
|
+
StopQueryWorkloadInsightsTopContributorsData: string;
|
|
12407
|
+
TagResource: string;
|
|
12408
|
+
UntagResource: string;
|
|
12409
|
+
UpdateMonitor: string;
|
|
12410
|
+
UpdateScope: string;
|
|
12411
|
+
};
|
|
11712
12412
|
"networkmanager-chat": {
|
|
11713
12413
|
CancelMessageResponse: string;
|
|
11714
12414
|
CreateConversation: string;
|
|
@@ -11729,6 +12429,7 @@ export declare const Actions: {
|
|
|
11729
12429
|
CreateConnectPeer: string;
|
|
11730
12430
|
CreateCoreNetwork: string;
|
|
11731
12431
|
CreateDevice: string;
|
|
12432
|
+
CreateDirectConnectGatewayAttachment: string;
|
|
11732
12433
|
CreateGlobalNetwork: string;
|
|
11733
12434
|
CreateLink: string;
|
|
11734
12435
|
CreateSite: string;
|
|
@@ -11764,6 +12465,7 @@ export declare const Actions: {
|
|
|
11764
12465
|
GetCoreNetworkPolicy: string;
|
|
11765
12466
|
GetCustomerGatewayAssociations: string;
|
|
11766
12467
|
GetDevices: string;
|
|
12468
|
+
GetDirectConnectGatewayAttachment: string;
|
|
11767
12469
|
GetLinkAssociations: string;
|
|
11768
12470
|
GetLinks: string;
|
|
11769
12471
|
GetNetworkResourceCounts: string;
|
|
@@ -11799,6 +12501,7 @@ export declare const Actions: {
|
|
|
11799
12501
|
UpdateConnection: string;
|
|
11800
12502
|
UpdateCoreNetwork: string;
|
|
11801
12503
|
UpdateDevice: string;
|
|
12504
|
+
UpdateDirectConnectGatewayAttachment: string;
|
|
11802
12505
|
UpdateGlobalNetwork: string;
|
|
11803
12506
|
UpdateLink: string;
|
|
11804
12507
|
UpdateNetworkResourceMetadata: string;
|
|
@@ -11885,21 +12588,37 @@ export declare const Actions: {
|
|
|
11885
12588
|
};
|
|
11886
12589
|
notifications: {
|
|
11887
12590
|
AssociateChannel: string;
|
|
12591
|
+
AssociateManagedNotificationAccountContact: string;
|
|
12592
|
+
AssociateManagedNotificationAdditionalChannel: string;
|
|
11888
12593
|
CreateEventRule: string;
|
|
11889
12594
|
CreateNotificationConfiguration: string;
|
|
11890
12595
|
DeleteEventRule: string;
|
|
11891
12596
|
DeleteNotificationConfiguration: string;
|
|
11892
12597
|
DeregisterNotificationHub: string;
|
|
12598
|
+
DisableNotificationsAccessForOrganization: string;
|
|
11893
12599
|
DisassociateChannel: string;
|
|
12600
|
+
DisassociateManagedNotificationAccountContact: string;
|
|
12601
|
+
DisassociateManagedNotificationAdditionalChannel: string;
|
|
12602
|
+
EnableNotificationsAccessForOrganization: string;
|
|
11894
12603
|
GetEventRule: string;
|
|
12604
|
+
GetFeatureOptInStatus: string;
|
|
12605
|
+
GetManagedNotificationChildEvent: string;
|
|
12606
|
+
GetManagedNotificationConfiguration: string;
|
|
12607
|
+
GetManagedNotificationEvent: string;
|
|
11895
12608
|
GetNotificationConfiguration: string;
|
|
11896
12609
|
GetNotificationEvent: string;
|
|
12610
|
+
GetNotificationsAccessForOrganization: string;
|
|
11897
12611
|
ListChannels: string;
|
|
11898
12612
|
ListEventRules: string;
|
|
12613
|
+
ListManagedNotificationChannelAssociations: string;
|
|
12614
|
+
ListManagedNotificationChildEvents: string;
|
|
12615
|
+
ListManagedNotificationConfigurations: string;
|
|
12616
|
+
ListManagedNotificationEvents: string;
|
|
11899
12617
|
ListNotificationConfigurations: string;
|
|
11900
12618
|
ListNotificationEvents: string;
|
|
11901
12619
|
ListNotificationHubs: string;
|
|
11902
12620
|
ListTagsForResource: string;
|
|
12621
|
+
PutFeatureOptInStatus: string;
|
|
11903
12622
|
RegisterNotificationHub: string;
|
|
11904
12623
|
TagResource: string;
|
|
11905
12624
|
UntagResource: string;
|
|
@@ -11923,6 +12642,16 @@ export declare const Actions: {
|
|
|
11923
12642
|
UntagResource: string;
|
|
11924
12643
|
UpdateLink: string;
|
|
11925
12644
|
};
|
|
12645
|
+
observabilityadmin: {
|
|
12646
|
+
GetTelemetryEvaluationStatus: string;
|
|
12647
|
+
GetTelemetryEvaluationStatusForOrganization: string;
|
|
12648
|
+
ListResourceTelemetry: string;
|
|
12649
|
+
ListResourceTelemetryForOrganization: string;
|
|
12650
|
+
StartTelemetryEvaluation: string;
|
|
12651
|
+
StartTelemetryEvaluationForOrganization: string;
|
|
12652
|
+
StopTelemetryEvaluation: string;
|
|
12653
|
+
StopTelemetryEvaluationForOrganization: string;
|
|
12654
|
+
};
|
|
11926
12655
|
omics: {
|
|
11927
12656
|
AbortMultipartReadSetUpload: string;
|
|
11928
12657
|
AcceptShare: string;
|
|
@@ -11935,6 +12664,7 @@ export declare const Actions: {
|
|
|
11935
12664
|
CreateAnnotationStoreVersion: string;
|
|
11936
12665
|
CreateMultipartReadSetUpload: string;
|
|
11937
12666
|
CreateReferenceStore: string;
|
|
12667
|
+
CreateRunCache: string;
|
|
11938
12668
|
CreateRunGroup: string;
|
|
11939
12669
|
CreateSequenceStore: string;
|
|
11940
12670
|
CreateShare: string;
|
|
@@ -11945,7 +12675,9 @@ export declare const Actions: {
|
|
|
11945
12675
|
DeleteReference: string;
|
|
11946
12676
|
DeleteReferenceStore: string;
|
|
11947
12677
|
DeleteRun: string;
|
|
12678
|
+
DeleteRunCache: string;
|
|
11948
12679
|
DeleteRunGroup: string;
|
|
12680
|
+
DeleteS3AccessPolicy: string;
|
|
11949
12681
|
DeleteSequenceStore: string;
|
|
11950
12682
|
DeleteShare: string;
|
|
11951
12683
|
DeleteVariantStore: string;
|
|
@@ -11963,8 +12695,10 @@ export declare const Actions: {
|
|
|
11963
12695
|
GetReferenceMetadata: string;
|
|
11964
12696
|
GetReferenceStore: string;
|
|
11965
12697
|
GetRun: string;
|
|
12698
|
+
GetRunCache: string;
|
|
11966
12699
|
GetRunGroup: string;
|
|
11967
12700
|
GetRunTask: string;
|
|
12701
|
+
GetS3AccessPolicy: string;
|
|
11968
12702
|
GetSequenceStore: string;
|
|
11969
12703
|
GetShare: string;
|
|
11970
12704
|
GetVariantImportJob: string;
|
|
@@ -11982,6 +12716,7 @@ export declare const Actions: {
|
|
|
11982
12716
|
ListReferenceImportJobs: string;
|
|
11983
12717
|
ListReferences: string;
|
|
11984
12718
|
ListReferenceStores: string;
|
|
12719
|
+
ListRunCaches: string;
|
|
11985
12720
|
ListRunGroups: string;
|
|
11986
12721
|
ListRuns: string;
|
|
11987
12722
|
ListRunTasks: string;
|
|
@@ -11991,6 +12726,7 @@ export declare const Actions: {
|
|
|
11991
12726
|
ListVariantImportJobs: string;
|
|
11992
12727
|
ListVariantStores: string;
|
|
11993
12728
|
ListWorkflows: string;
|
|
12729
|
+
PutS3AccessPolicy: string;
|
|
11994
12730
|
StartAnnotationImportJob: string;
|
|
11995
12731
|
StartReadSetActivationJob: string;
|
|
11996
12732
|
StartReadSetExportJob: string;
|
|
@@ -12002,7 +12738,9 @@ export declare const Actions: {
|
|
|
12002
12738
|
UntagResource: string;
|
|
12003
12739
|
UpdateAnnotationStore: string;
|
|
12004
12740
|
UpdateAnnotationStoreVersion: string;
|
|
12741
|
+
UpdateRunCache: string;
|
|
12005
12742
|
UpdateRunGroup: string;
|
|
12743
|
+
UpdateSequenceStore: string;
|
|
12006
12744
|
UpdateVariantStore: string;
|
|
12007
12745
|
UpdateWorkflow: string;
|
|
12008
12746
|
UploadReadSetPart: string;
|
|
@@ -12036,6 +12774,13 @@ export declare const Actions: {
|
|
|
12036
12774
|
UpdateSite: string;
|
|
12037
12775
|
UpdateSiteAddress: string;
|
|
12038
12776
|
};
|
|
12777
|
+
opensearch: {
|
|
12778
|
+
ApplicationAccessAll: string;
|
|
12779
|
+
CancelDirectQuery: string;
|
|
12780
|
+
GetDirectQuery: string;
|
|
12781
|
+
GetDirectQueryResult: string;
|
|
12782
|
+
StartDirectQuery: string;
|
|
12783
|
+
};
|
|
12039
12784
|
"opsworks-cm": {
|
|
12040
12785
|
AssociateNode: string;
|
|
12041
12786
|
CreateBackup: string;
|
|
@@ -12226,7 +12971,9 @@ export declare const Actions: {
|
|
|
12226
12971
|
GetPrivateConnectivityConfig: string;
|
|
12227
12972
|
GetSite: string;
|
|
12228
12973
|
GetSiteAddress: string;
|
|
12974
|
+
ListAssetInstances: string;
|
|
12229
12975
|
ListAssets: string;
|
|
12976
|
+
ListBlockingInstancesForCapacityTask: string;
|
|
12230
12977
|
ListCapacityTasks: string;
|
|
12231
12978
|
ListCatalogItems: string;
|
|
12232
12979
|
ListOrders: string;
|
|
@@ -12285,6 +13032,46 @@ export declare const Actions: {
|
|
|
12285
13032
|
AssociatePartnerUser: string;
|
|
12286
13033
|
DisassociatePartnerUser: string;
|
|
12287
13034
|
};
|
|
13035
|
+
partnercentral: {
|
|
13036
|
+
AcceptEngagementInvitation: string;
|
|
13037
|
+
AssignOpportunity: string;
|
|
13038
|
+
AssociateOpportunity: string;
|
|
13039
|
+
CreateEngagement: string;
|
|
13040
|
+
CreateEngagementInvitation: string;
|
|
13041
|
+
CreateOpportunity: string;
|
|
13042
|
+
CreateResourceSnapshot: string;
|
|
13043
|
+
CreateResourceSnapshotJob: string;
|
|
13044
|
+
DeleteResourceSnapshotJob: string;
|
|
13045
|
+
DisassociateOpportunity: string;
|
|
13046
|
+
GetAwsOpportunitySummary: string;
|
|
13047
|
+
GetEngagement: string;
|
|
13048
|
+
GetEngagementInvitation: string;
|
|
13049
|
+
GetOpportunity: string;
|
|
13050
|
+
GetResourceSnapshot: string;
|
|
13051
|
+
GetResourceSnapshotJob: string;
|
|
13052
|
+
GetSellingSystemSettings: string;
|
|
13053
|
+
ListEngagementByAcceptingInvitationTasks: string;
|
|
13054
|
+
ListEngagementFromOpportunityTasks: string;
|
|
13055
|
+
ListEngagementInvitations: string;
|
|
13056
|
+
ListEngagementMembers: string;
|
|
13057
|
+
ListEngagementResourceAssociations: string;
|
|
13058
|
+
ListEngagements: string;
|
|
13059
|
+
ListOpportunities: string;
|
|
13060
|
+
ListResourceSnapshotJobs: string;
|
|
13061
|
+
ListResourceSnapshots: string;
|
|
13062
|
+
ListSolutions: string;
|
|
13063
|
+
ListTagsForResource: string;
|
|
13064
|
+
PutSellingSystemSettings: string;
|
|
13065
|
+
RejectEngagementInvitation: string;
|
|
13066
|
+
StartEngagementByAcceptingInvitationTask: string;
|
|
13067
|
+
StartEngagementFromOpportunityTask: string;
|
|
13068
|
+
StartResourceSnapshotJob: string;
|
|
13069
|
+
StopResourceSnapshotJob: string;
|
|
13070
|
+
SubmitOpportunity: string;
|
|
13071
|
+
TagResource: string;
|
|
13072
|
+
UntagResource: string;
|
|
13073
|
+
UpdateOpportunity: string;
|
|
13074
|
+
};
|
|
12288
13075
|
"payment-cryptography": {
|
|
12289
13076
|
CreateAlias: string;
|
|
12290
13077
|
CreateKey: string;
|
|
@@ -12295,6 +13082,7 @@ export declare const Actions: {
|
|
|
12295
13082
|
ExportKey: string;
|
|
12296
13083
|
GenerateCardValidationData: string;
|
|
12297
13084
|
GenerateMac: string;
|
|
13085
|
+
GenerateMacEmvPinChange: string;
|
|
12298
13086
|
GeneratePinData: string;
|
|
12299
13087
|
GetAlias: string;
|
|
12300
13088
|
GetKey: string;
|
|
@@ -12319,16 +13107,28 @@ export declare const Actions: {
|
|
|
12319
13107
|
VerifyPinData: string;
|
|
12320
13108
|
};
|
|
12321
13109
|
payments: {
|
|
13110
|
+
AcceptFinancingApplicationTerms: string;
|
|
13111
|
+
CreateFinancingApplication: string;
|
|
12322
13112
|
CreatePaymentInstrument: string;
|
|
12323
13113
|
DeletePaymentInstrument: string;
|
|
13114
|
+
GetFinancingApplication: string;
|
|
13115
|
+
GetFinancingLine: string;
|
|
13116
|
+
GetFinancingLineWithdrawal: string;
|
|
13117
|
+
GetFinancingOption: string;
|
|
12324
13118
|
GetPaymentInstrument: string;
|
|
12325
13119
|
GetPaymentStatus: string;
|
|
13120
|
+
ListFinancingApplications: string;
|
|
13121
|
+
ListFinancingLines: string;
|
|
13122
|
+
ListFinancingLineWithdrawals: string;
|
|
12326
13123
|
ListPaymentInstruments: string;
|
|
12327
13124
|
ListPaymentPreferences: string;
|
|
13125
|
+
ListPaymentProgramOptions: string;
|
|
13126
|
+
ListPaymentProgramStatus: string;
|
|
12328
13127
|
ListTagsForResource: string;
|
|
12329
13128
|
MakePayment: string;
|
|
12330
13129
|
TagResource: string;
|
|
12331
13130
|
UntagResource: string;
|
|
13131
|
+
UpdateFinancingApplication: string;
|
|
12332
13132
|
UpdatePaymentInstrument: string;
|
|
12333
13133
|
UpdatePaymentPreferences: string;
|
|
12334
13134
|
};
|
|
@@ -12477,6 +13277,7 @@ export declare const Actions: {
|
|
|
12477
13277
|
UpdateDataset: string;
|
|
12478
13278
|
UpdateMetricAttribution: string;
|
|
12479
13279
|
UpdateRecommender: string;
|
|
13280
|
+
UpdateSolution: string;
|
|
12480
13281
|
};
|
|
12481
13282
|
pi: {
|
|
12482
13283
|
CreatePerformanceAnalysisReport: string;
|
|
@@ -12558,6 +13359,7 @@ export declare const Actions: {
|
|
|
12558
13359
|
CreateCalculatedAttributeDefinition: string;
|
|
12559
13360
|
CreateDomain: string;
|
|
12560
13361
|
CreateEventStream: string;
|
|
13362
|
+
CreateEventTrigger: string;
|
|
12561
13363
|
CreateIntegrationWorkflow: string;
|
|
12562
13364
|
CreateProfile: string;
|
|
12563
13365
|
CreateSegmentDefinition: string;
|
|
@@ -12567,6 +13369,7 @@ export declare const Actions: {
|
|
|
12567
13369
|
DeleteCalculatedAttributeDefinition: string;
|
|
12568
13370
|
DeleteDomain: string;
|
|
12569
13371
|
DeleteEventStream: string;
|
|
13372
|
+
DeleteEventTrigger: string;
|
|
12570
13373
|
DeleteIntegration: string;
|
|
12571
13374
|
DeleteProfile: string;
|
|
12572
13375
|
DeleteProfileKey: string;
|
|
@@ -12580,6 +13383,7 @@ export declare const Actions: {
|
|
|
12580
13383
|
GetCalculatedAttributeForProfile: string;
|
|
12581
13384
|
GetDomain: string;
|
|
12582
13385
|
GetEventStream: string;
|
|
13386
|
+
GetEventTrigger: string;
|
|
12583
13387
|
GetIdentityResolutionJob: string;
|
|
12584
13388
|
GetIntegration: string;
|
|
12585
13389
|
GetMatches: string;
|
|
@@ -12598,6 +13402,7 @@ export declare const Actions: {
|
|
|
12598
13402
|
ListCalculatedAttributesForProfile: string;
|
|
12599
13403
|
ListDomains: string;
|
|
12600
13404
|
ListEventStreams: string;
|
|
13405
|
+
ListEventTriggers: string;
|
|
12601
13406
|
ListIdentityResolutionJobs: string;
|
|
12602
13407
|
ListIntegrations: string;
|
|
12603
13408
|
ListObjectTypeAttributes: string;
|
|
@@ -12618,6 +13423,7 @@ export declare const Actions: {
|
|
|
12618
13423
|
UntagResource: string;
|
|
12619
13424
|
UpdateCalculatedAttributeDefinition: string;
|
|
12620
13425
|
UpdateDomain: string;
|
|
13426
|
+
UpdateEventTrigger: string;
|
|
12621
13427
|
UpdateProfile: string;
|
|
12622
13428
|
};
|
|
12623
13429
|
proton: {
|
|
@@ -12751,30 +13557,47 @@ export declare const Actions: {
|
|
|
12751
13557
|
};
|
|
12752
13558
|
q: {
|
|
12753
13559
|
CreateAssignment: string;
|
|
13560
|
+
CreatePlugin: string;
|
|
12754
13561
|
DeleteAssignment: string;
|
|
13562
|
+
DeletePlugin: string;
|
|
13563
|
+
GenerateCodeFromCommands: string;
|
|
12755
13564
|
GetConversation: string;
|
|
12756
13565
|
GetIdentityMetadata: string;
|
|
13566
|
+
GetPlugin: string;
|
|
12757
13567
|
GetTroubleshootingResults: string;
|
|
12758
13568
|
ListConversations: string;
|
|
13569
|
+
ListDashboardMetrics: string;
|
|
13570
|
+
ListPluginProviders: string;
|
|
13571
|
+
ListPlugins: string;
|
|
13572
|
+
ListTagsForResource: string;
|
|
12759
13573
|
PassRequest: string;
|
|
12760
13574
|
SendMessage: string;
|
|
12761
13575
|
StartConversation: string;
|
|
12762
13576
|
StartTroubleshootingAnalysis: string;
|
|
12763
13577
|
StartTroubleshootingResolutionExplanation: string;
|
|
13578
|
+
TagResource: string;
|
|
13579
|
+
UntagResource: string;
|
|
12764
13580
|
UpdateTroubleshootingCommandResult: string;
|
|
13581
|
+
UsePlugin: string;
|
|
12765
13582
|
};
|
|
12766
13583
|
qapps: {
|
|
12767
13584
|
AssociateLibraryItemReview: string;
|
|
12768
13585
|
AssociateQAppWithUser: string;
|
|
13586
|
+
BatchCreateCategory: string;
|
|
13587
|
+
BatchDeleteCategory: string;
|
|
13588
|
+
BatchUpdateCategory: string;
|
|
12769
13589
|
CopyQApp: string;
|
|
12770
13590
|
CreateLibraryItem: string;
|
|
12771
13591
|
CreateLibraryItemReview: string;
|
|
13592
|
+
CreatePresignedUrl: string;
|
|
12772
13593
|
CreateQApp: string;
|
|
12773
13594
|
CreateSubscriptionToken: string;
|
|
12774
13595
|
DeleteLibraryItem: string;
|
|
12775
13596
|
DeleteQApp: string;
|
|
13597
|
+
DescribeQAppPermissions: string;
|
|
12776
13598
|
DisassociateLibraryItemReview: string;
|
|
12777
13599
|
DisassociateQAppFromUser: string;
|
|
13600
|
+
ExportQAppSessionData: string;
|
|
12778
13601
|
GetLibraryItem: string;
|
|
12779
13602
|
GetQApp: string;
|
|
12780
13603
|
GetQAppSession: string;
|
|
@@ -12782,8 +13605,10 @@ export declare const Actions: {
|
|
|
12782
13605
|
ImportDocument: string;
|
|
12783
13606
|
ImportDocumentToQApp: string;
|
|
12784
13607
|
ImportDocumentToQAppSession: string;
|
|
13608
|
+
ListCategories: string;
|
|
12785
13609
|
ListLibraryItems: string;
|
|
12786
13610
|
ListQApps: string;
|
|
13611
|
+
ListQAppSessionData: string;
|
|
12787
13612
|
ListTagsForResource: string;
|
|
12788
13613
|
PredictProblemStatementFromConversation: string;
|
|
12789
13614
|
PredictQApp: string;
|
|
@@ -12795,19 +13620,24 @@ export declare const Actions: {
|
|
|
12795
13620
|
UpdateLibraryItem: string;
|
|
12796
13621
|
UpdateLibraryItemMetadata: string;
|
|
12797
13622
|
UpdateQApp: string;
|
|
13623
|
+
UpdateQAppPermissions: string;
|
|
12798
13624
|
UpdateQAppSession: string;
|
|
12799
13625
|
UpdateQAppSessionMetadata: string;
|
|
12800
13626
|
};
|
|
12801
13627
|
qbusiness: {
|
|
12802
13628
|
AddUserLicenses: string;
|
|
13629
|
+
AllowVendedLogDeliveryForResource: string;
|
|
13630
|
+
AssociatePermission: string;
|
|
12803
13631
|
BatchDeleteDocument: string;
|
|
12804
13632
|
BatchPutDocument: string;
|
|
12805
13633
|
CancelSubscription: string;
|
|
12806
13634
|
Chat: string;
|
|
12807
13635
|
ChatSync: string;
|
|
12808
13636
|
CreateApplication: string;
|
|
13637
|
+
CreateDataAccessor: string;
|
|
12809
13638
|
CreateDataSource: string;
|
|
12810
13639
|
CreateIndex: string;
|
|
13640
|
+
CreateIntegration: string;
|
|
12811
13641
|
CreateLicense: string;
|
|
12812
13642
|
CreatePlugin: string;
|
|
12813
13643
|
CreateRetriever: string;
|
|
@@ -12817,32 +13647,46 @@ export declare const Actions: {
|
|
|
12817
13647
|
DeleteApplication: string;
|
|
12818
13648
|
DeleteChatControlsConfiguration: string;
|
|
12819
13649
|
DeleteConversation: string;
|
|
13650
|
+
DeleteDataAccessor: string;
|
|
12820
13651
|
DeleteDataSource: string;
|
|
12821
13652
|
DeleteGroup: string;
|
|
12822
13653
|
DeleteIndex: string;
|
|
13654
|
+
DeleteIntegration: string;
|
|
12823
13655
|
DeletePlugin: string;
|
|
12824
13656
|
DeleteRetriever: string;
|
|
12825
13657
|
DeleteUser: string;
|
|
12826
13658
|
DeleteWebExperience: string;
|
|
13659
|
+
DisableAclOnDataSource: string;
|
|
13660
|
+
DisassociatePermission: string;
|
|
12827
13661
|
GetApplication: string;
|
|
12828
13662
|
GetChatControlsConfiguration: string;
|
|
13663
|
+
GetDataAccessor: string;
|
|
12829
13664
|
GetDataSource: string;
|
|
12830
13665
|
GetGroup: string;
|
|
12831
13666
|
GetIndex: string;
|
|
13667
|
+
GetIntegration: string;
|
|
12832
13668
|
GetLicense: string;
|
|
13669
|
+
GetMedia: string;
|
|
12833
13670
|
GetPlugin: string;
|
|
13671
|
+
GetPolicy: string;
|
|
12834
13672
|
GetRetriever: string;
|
|
12835
13673
|
GetUser: string;
|
|
12836
13674
|
GetWebExperience: string;
|
|
12837
13675
|
ListApplications: string;
|
|
13676
|
+
ListAttachments: string;
|
|
12838
13677
|
ListConversations: string;
|
|
13678
|
+
ListDataAccessors: string;
|
|
12839
13679
|
ListDataSources: string;
|
|
12840
13680
|
ListDataSourceSyncJobs: string;
|
|
12841
13681
|
ListDocuments: string;
|
|
12842
13682
|
ListGroups: string;
|
|
12843
13683
|
ListIndices: string;
|
|
13684
|
+
ListIntegrations: string;
|
|
12844
13685
|
ListMessages: string;
|
|
13686
|
+
ListPluginActions: string;
|
|
12845
13687
|
ListPlugins: string;
|
|
13688
|
+
ListPluginTypeActions: string;
|
|
13689
|
+
ListPluginTypeMetadata: string;
|
|
12846
13690
|
ListRetrievers: string;
|
|
12847
13691
|
ListSubscriptions: string;
|
|
12848
13692
|
ListTagsForResource: string;
|
|
@@ -12850,15 +13694,20 @@ export declare const Actions: {
|
|
|
12850
13694
|
ListWebExperiences: string;
|
|
12851
13695
|
PutFeedback: string;
|
|
12852
13696
|
PutGroup: string;
|
|
13697
|
+
PutResourcePolicy: string;
|
|
12853
13698
|
RemoveUserLicenses: string;
|
|
13699
|
+
SearchRelevantContent: string;
|
|
12854
13700
|
StartDataSourceSyncJob: string;
|
|
13701
|
+
StartDeployment: string;
|
|
12855
13702
|
StopDataSourceSyncJob: string;
|
|
12856
13703
|
TagResource: string;
|
|
12857
13704
|
UntagResource: string;
|
|
12858
13705
|
UpdateApplication: string;
|
|
12859
13706
|
UpdateChatControlsConfiguration: string;
|
|
13707
|
+
UpdateDataAccessor: string;
|
|
12860
13708
|
UpdateDataSource: string;
|
|
12861
13709
|
UpdateIndex: string;
|
|
13710
|
+
UpdateIntegration: string;
|
|
12862
13711
|
UpdatePlugin: string;
|
|
12863
13712
|
UpdateRetriever: string;
|
|
12864
13713
|
UpdateSubscription: string;
|
|
@@ -12911,6 +13760,7 @@ export declare const Actions: {
|
|
|
12911
13760
|
CreateAccountSubscription: string;
|
|
12912
13761
|
CreateAdmin: string;
|
|
12913
13762
|
CreateAnalysis: string;
|
|
13763
|
+
CreateBrand: string;
|
|
12914
13764
|
CreateCustomPermissions: string;
|
|
12915
13765
|
CreateDashboard: string;
|
|
12916
13766
|
CreateDataSet: string;
|
|
@@ -12937,11 +13787,14 @@ export declare const Actions: {
|
|
|
12937
13787
|
DeleteAccountCustomization: string;
|
|
12938
13788
|
DeleteAccountSubscription: string;
|
|
12939
13789
|
DeleteAnalysis: string;
|
|
13790
|
+
DeleteBrand: string;
|
|
13791
|
+
DeleteBrandAssignment: string;
|
|
12940
13792
|
DeleteCustomPermissions: string;
|
|
12941
13793
|
DeleteDashboard: string;
|
|
12942
13794
|
DeleteDataSet: string;
|
|
12943
13795
|
DeleteDataSetRefreshProperties: string;
|
|
12944
13796
|
DeleteDataSource: string;
|
|
13797
|
+
DeleteDefaultQBusinessApplication: string;
|
|
12945
13798
|
DeleteEmailCustomizationTemplate: string;
|
|
12946
13799
|
DeleteFolder: string;
|
|
12947
13800
|
DeleteFolderMembership: string;
|
|
@@ -12961,6 +13814,7 @@ export declare const Actions: {
|
|
|
12961
13814
|
DeleteTopicRefreshSchedule: string;
|
|
12962
13815
|
DeleteUser: string;
|
|
12963
13816
|
DeleteUserByPrincipalId: string;
|
|
13817
|
+
DeleteUserCustomPermission: string;
|
|
12964
13818
|
DeleteVPCConnection: string;
|
|
12965
13819
|
DescribeAccountCustomization: string;
|
|
12966
13820
|
DescribeAccountSettings: string;
|
|
@@ -12969,16 +13823,21 @@ export declare const Actions: {
|
|
|
12969
13823
|
DescribeAnalysisPermissions: string;
|
|
12970
13824
|
DescribeAssetBundleExportJob: string;
|
|
12971
13825
|
DescribeAssetBundleImportJob: string;
|
|
13826
|
+
DescribeBrand: string;
|
|
13827
|
+
DescribeBrandAssignment: string;
|
|
13828
|
+
DescribeBrandPublishedVersion: string;
|
|
12972
13829
|
DescribeCustomPermissions: string;
|
|
12973
13830
|
DescribeDashboard: string;
|
|
12974
13831
|
DescribeDashboardPermissions: string;
|
|
12975
13832
|
DescribeDashboardSnapshotJob: string;
|
|
12976
13833
|
DescribeDashboardSnapshotJobResult: string;
|
|
13834
|
+
DescribeDashboardsQAConfiguration: string;
|
|
12977
13835
|
DescribeDataSet: string;
|
|
12978
13836
|
DescribeDataSetPermissions: string;
|
|
12979
13837
|
DescribeDataSetRefreshProperties: string;
|
|
12980
13838
|
DescribeDataSource: string;
|
|
12981
13839
|
DescribeDataSourcePermissions: string;
|
|
13840
|
+
DescribeDefaultQBusinessApplication: string;
|
|
12982
13841
|
DescribeEmailCustomizationTemplate: string;
|
|
12983
13842
|
DescribeFolder: string;
|
|
12984
13843
|
DescribeFolderPermissions: string;
|
|
@@ -12990,6 +13849,8 @@ export declare const Actions: {
|
|
|
12990
13849
|
DescribeIpRestriction: string;
|
|
12991
13850
|
DescribeKeyRegistration: string;
|
|
12992
13851
|
DescribeNamespace: string;
|
|
13852
|
+
DescribeQPersonalizationConfiguration: string;
|
|
13853
|
+
DescribeQuickSightQSearchConfiguration: string;
|
|
12993
13854
|
DescribeRefreshSchedule: string;
|
|
12994
13855
|
DescribeRoleCustomPermission: string;
|
|
12995
13856
|
DescribeTemplate: string;
|
|
@@ -13006,6 +13867,7 @@ export declare const Actions: {
|
|
|
13006
13867
|
DescribeVPCConnection: string;
|
|
13007
13868
|
GenerateEmbedUrlForAnonymousUser: string;
|
|
13008
13869
|
GenerateEmbedUrlForRegisteredUser: string;
|
|
13870
|
+
GenerateEmbedUrlForRegisteredUserWithIdentity: string;
|
|
13009
13871
|
GetAnonymousUserEmbedUrl: string;
|
|
13010
13872
|
GetAuthCode: string;
|
|
13011
13873
|
GetDashboardEmbedUrl: string;
|
|
@@ -13014,6 +13876,7 @@ export declare const Actions: {
|
|
|
13014
13876
|
ListAnalyses: string;
|
|
13015
13877
|
ListAssetBundleExportJobs: string;
|
|
13016
13878
|
ListAssetBundleImportJobs: string;
|
|
13879
|
+
ListBrands: string;
|
|
13017
13880
|
ListCustomerManagedKeys: string;
|
|
13018
13881
|
ListCustomPermissions: string;
|
|
13019
13882
|
ListDashboards: string;
|
|
@@ -13048,6 +13911,7 @@ export declare const Actions: {
|
|
|
13048
13911
|
ListVPCConnections: string;
|
|
13049
13912
|
PassDataSet: string;
|
|
13050
13913
|
PassDataSource: string;
|
|
13914
|
+
PredictQAResults: string;
|
|
13051
13915
|
PutDataSetRefreshProperties: string;
|
|
13052
13916
|
RegisterCustomerManagedKey: string;
|
|
13053
13917
|
RegisterUser: string;
|
|
@@ -13061,11 +13925,13 @@ export declare const Actions: {
|
|
|
13061
13925
|
SearchDirectoryGroups: string;
|
|
13062
13926
|
SearchFolders: string;
|
|
13063
13927
|
SearchGroups: string;
|
|
13928
|
+
SearchTopics: string;
|
|
13064
13929
|
SearchUsers: string;
|
|
13065
13930
|
SetGroupMapping: string;
|
|
13066
13931
|
StartAssetBundleExportJob: string;
|
|
13067
13932
|
StartAssetBundleImportJob: string;
|
|
13068
13933
|
StartDashboardSnapshotJob: string;
|
|
13934
|
+
StartDashboardSnapshotJobSchedule: string;
|
|
13069
13935
|
Subscribe: string;
|
|
13070
13936
|
TagResource: string;
|
|
13071
13937
|
Unsubscribe: string;
|
|
@@ -13074,15 +13940,21 @@ export declare const Actions: {
|
|
|
13074
13940
|
UpdateAccountSettings: string;
|
|
13075
13941
|
UpdateAnalysis: string;
|
|
13076
13942
|
UpdateAnalysisPermissions: string;
|
|
13943
|
+
UpdateApplicationWithTokenExchangeGrant: string;
|
|
13944
|
+
UpdateBrand: string;
|
|
13945
|
+
UpdateBrandAssignment: string;
|
|
13946
|
+
UpdateBrandPublishedVersion: string;
|
|
13077
13947
|
UpdateCustomPermissions: string;
|
|
13078
13948
|
UpdateDashboard: string;
|
|
13079
13949
|
UpdateDashboardLinks: string;
|
|
13080
13950
|
UpdateDashboardPermissions: string;
|
|
13081
13951
|
UpdateDashboardPublishedVersion: string;
|
|
13952
|
+
UpdateDashboardsQAConfiguration: string;
|
|
13082
13953
|
UpdateDataSet: string;
|
|
13083
13954
|
UpdateDataSetPermissions: string;
|
|
13084
13955
|
UpdateDataSource: string;
|
|
13085
13956
|
UpdateDataSourcePermissions: string;
|
|
13957
|
+
UpdateDefaultQBusinessApplication: string;
|
|
13086
13958
|
UpdateEmailCustomizationTemplate: string;
|
|
13087
13959
|
UpdateFolder: string;
|
|
13088
13960
|
UpdateFolderPermissions: string;
|
|
@@ -13092,6 +13964,8 @@ export declare const Actions: {
|
|
|
13092
13964
|
UpdateIpRestriction: string;
|
|
13093
13965
|
UpdateKeyRegistration: string;
|
|
13094
13966
|
UpdatePublicSharingSettings: string;
|
|
13967
|
+
UpdateQPersonalizationConfiguration: string;
|
|
13968
|
+
UpdateQuickSightQSearchConfiguration: string;
|
|
13095
13969
|
UpdateRefreshSchedule: string;
|
|
13096
13970
|
UpdateResourcePermissions: string;
|
|
13097
13971
|
UpdateRoleCustomPermission: string;
|
|
@@ -13106,6 +13980,7 @@ export declare const Actions: {
|
|
|
13106
13980
|
UpdateTopicPermissions: string;
|
|
13107
13981
|
UpdateTopicRefreshSchedule: string;
|
|
13108
13982
|
UpdateUser: string;
|
|
13983
|
+
UpdateUserCustomPermission: string;
|
|
13109
13984
|
UpdateVPCConnection: string;
|
|
13110
13985
|
};
|
|
13111
13986
|
ram: {
|
|
@@ -13343,6 +14218,7 @@ export declare const Actions: {
|
|
|
13343
14218
|
DescribeStatement: string;
|
|
13344
14219
|
DescribeTable: string;
|
|
13345
14220
|
ExecuteStatement: string;
|
|
14221
|
+
GetStagingBucketLocation: string;
|
|
13346
14222
|
GetStatementResult: string;
|
|
13347
14223
|
ListDatabases: string;
|
|
13348
14224
|
ListSchemas: string;
|
|
@@ -13372,6 +14248,7 @@ export declare const Actions: {
|
|
|
13372
14248
|
GetCredentials: string;
|
|
13373
14249
|
GetCustomDomainAssociation: string;
|
|
13374
14250
|
GetEndpointAccess: string;
|
|
14251
|
+
GetManagedWorkgroup: string;
|
|
13375
14252
|
GetNamespace: string;
|
|
13376
14253
|
GetRecoveryPoint: string;
|
|
13377
14254
|
GetResourcePolicy: string;
|
|
@@ -13382,6 +14259,7 @@ export declare const Actions: {
|
|
|
13382
14259
|
GetWorkgroup: string;
|
|
13383
14260
|
ListCustomDomainAssociations: string;
|
|
13384
14261
|
ListEndpointAccess: string;
|
|
14262
|
+
ListManagedWorkgroups: string;
|
|
13385
14263
|
ListNamespaces: string;
|
|
13386
14264
|
ListRecoveryPoints: string;
|
|
13387
14265
|
ListScheduledActions: string;
|
|
@@ -13414,6 +14292,7 @@ export declare const Actions: {
|
|
|
13414
14292
|
AuthorizeClusterSecurityGroupIngress: string;
|
|
13415
14293
|
AuthorizeDataShare: string;
|
|
13416
14294
|
AuthorizeEndpointAccess: string;
|
|
14295
|
+
AuthorizeInboundIntegration: string;
|
|
13417
14296
|
AuthorizeSnapshotAccess: string;
|
|
13418
14297
|
BatchDeleteClusterSnapshots: string;
|
|
13419
14298
|
BatchModifyClusterSnapshots: string;
|
|
@@ -13433,6 +14312,8 @@ export declare const Actions: {
|
|
|
13433
14312
|
CreateEventSubscription: string;
|
|
13434
14313
|
CreateHsmClientCertificate: string;
|
|
13435
14314
|
CreateHsmConfiguration: string;
|
|
14315
|
+
CreateInboundIntegration: string;
|
|
14316
|
+
CreateIntegration: string;
|
|
13436
14317
|
CreateQev2IdcApplication: string;
|
|
13437
14318
|
CreateRedshiftIdcApplication: string;
|
|
13438
14319
|
CreateSavedQuery: string;
|
|
@@ -13453,6 +14334,7 @@ export declare const Actions: {
|
|
|
13453
14334
|
DeleteEventSubscription: string;
|
|
13454
14335
|
DeleteHsmClientCertificate: string;
|
|
13455
14336
|
DeleteHsmConfiguration: string;
|
|
14337
|
+
DeleteIntegration: string;
|
|
13456
14338
|
DeletePartner: string;
|
|
13457
14339
|
DeleteQev2IdcApplication: string;
|
|
13458
14340
|
DeleteRedshiftIdcApplication: string;
|
|
@@ -13463,6 +14345,7 @@ export declare const Actions: {
|
|
|
13463
14345
|
DeleteSnapshotSchedule: string;
|
|
13464
14346
|
DeleteTags: string;
|
|
13465
14347
|
DeleteUsageLimit: string;
|
|
14348
|
+
DeregisterNamespace: string;
|
|
13466
14349
|
DescribeAccountAttributes: string;
|
|
13467
14350
|
DescribeAuthenticationProfiles: string;
|
|
13468
14351
|
DescribeClusterDbRevisions: string;
|
|
@@ -13487,6 +14370,7 @@ export declare const Actions: {
|
|
|
13487
14370
|
DescribeHsmClientCertificates: string;
|
|
13488
14371
|
DescribeHsmConfigurations: string;
|
|
13489
14372
|
DescribeInboundIntegrations: string;
|
|
14373
|
+
DescribeIntegrations: string;
|
|
13490
14374
|
DescribeLoggingStatus: string;
|
|
13491
14375
|
DescribeNodeConfigurationOptions: string;
|
|
13492
14376
|
DescribeOrderableClusterOptions: string;
|
|
@@ -13539,6 +14423,7 @@ export declare const Actions: {
|
|
|
13539
14423
|
ModifyCustomDomainAssociation: string;
|
|
13540
14424
|
ModifyEndpointAccess: string;
|
|
13541
14425
|
ModifyEventSubscription: string;
|
|
14426
|
+
ModifyIntegration: string;
|
|
13542
14427
|
ModifyQev2IdcApplication: string;
|
|
13543
14428
|
ModifyRedshiftIdcApplication: string;
|
|
13544
14429
|
ModifySavedQuery: string;
|
|
@@ -13550,6 +14435,7 @@ export declare const Actions: {
|
|
|
13550
14435
|
PurchaseReservedNodeOffering: string;
|
|
13551
14436
|
PutResourcePolicy: string;
|
|
13552
14437
|
RebootCluster: string;
|
|
14438
|
+
RegisterNamespace: string;
|
|
13553
14439
|
RejectDataShare: string;
|
|
13554
14440
|
ResetClusterParameterGroup: string;
|
|
13555
14441
|
ResizeCluster: string;
|
|
@@ -13669,6 +14555,8 @@ export declare const Actions: {
|
|
|
13669
14555
|
UpdateStreamProcessor: string;
|
|
13670
14556
|
};
|
|
13671
14557
|
repostspace: {
|
|
14558
|
+
BatchAddRole: string;
|
|
14559
|
+
BatchRemoveRole: string;
|
|
13672
14560
|
CreateSpace: string;
|
|
13673
14561
|
DeleteSpace: string;
|
|
13674
14562
|
DeregisterAdmin: string;
|
|
@@ -13705,6 +14593,7 @@ export declare const Actions: {
|
|
|
13705
14593
|
DescribeAppVersionResourcesResolutionStatus: string;
|
|
13706
14594
|
DescribeAppVersionTemplate: string;
|
|
13707
14595
|
DescribeDraftAppVersionResourcesImportStatus: string;
|
|
14596
|
+
DescribeMetricsExport: string;
|
|
13708
14597
|
DescribeResiliencyPolicy: string;
|
|
13709
14598
|
DescribeResourceGroupingRecommendationTask: string;
|
|
13710
14599
|
ImportResourcesToDraftAppVersion: string;
|
|
@@ -13720,6 +14609,7 @@ export declare const Actions: {
|
|
|
13720
14609
|
ListAppVersionResourceMappings: string;
|
|
13721
14610
|
ListAppVersionResources: string;
|
|
13722
14611
|
ListAppVersions: string;
|
|
14612
|
+
ListMetrics: string;
|
|
13723
14613
|
ListRecommendationTemplates: string;
|
|
13724
14614
|
ListResiliencyPolicies: string;
|
|
13725
14615
|
ListResourceGroupingRecommendations: string;
|
|
@@ -13734,6 +14624,7 @@ export declare const Actions: {
|
|
|
13734
14624
|
RemoveDraftAppVersionResourceMappings: string;
|
|
13735
14625
|
ResolveAppVersionResources: string;
|
|
13736
14626
|
StartAppAssessment: string;
|
|
14627
|
+
StartMetricsExport: string;
|
|
13737
14628
|
StartResourceGroupingRecommendationTask: string;
|
|
13738
14629
|
TagResource: string;
|
|
13739
14630
|
UntagResource: string;
|
|
@@ -13747,6 +14638,7 @@ export declare const Actions: {
|
|
|
13747
14638
|
AssociateDefaultView: string;
|
|
13748
14639
|
BatchGetView: string;
|
|
13749
14640
|
CreateIndex: string;
|
|
14641
|
+
CreateManagedView: string;
|
|
13750
14642
|
CreateView: string;
|
|
13751
14643
|
DeleteIndex: string;
|
|
13752
14644
|
DeleteResourcePolicy: string;
|
|
@@ -13755,10 +14647,12 @@ export declare const Actions: {
|
|
|
13755
14647
|
GetAccountLevelServiceConfiguration: string;
|
|
13756
14648
|
GetDefaultView: string;
|
|
13757
14649
|
GetIndex: string;
|
|
14650
|
+
GetManagedView: string;
|
|
13758
14651
|
GetResourcePolicy: string;
|
|
13759
14652
|
GetView: string;
|
|
13760
14653
|
ListIndexes: string;
|
|
13761
14654
|
ListIndexesForMembers: string;
|
|
14655
|
+
ListManagedViews: string;
|
|
13762
14656
|
ListSupportedResourceTypes: string;
|
|
13763
14657
|
ListTagsForResource: string;
|
|
13764
14658
|
ListViews: string;
|
|
@@ -13776,6 +14670,7 @@ export declare const Actions: {
|
|
|
13776
14670
|
};
|
|
13777
14671
|
"resource-groups": {
|
|
13778
14672
|
AssociateResource: string;
|
|
14673
|
+
CancelTagSyncTask: string;
|
|
13779
14674
|
CreateGroup: string;
|
|
13780
14675
|
DeleteGroup: string;
|
|
13781
14676
|
DeleteGroupPolicy: string;
|
|
@@ -13786,13 +14681,17 @@ export declare const Actions: {
|
|
|
13786
14681
|
GetGroupPolicy: string;
|
|
13787
14682
|
GetGroupQuery: string;
|
|
13788
14683
|
GetTags: string;
|
|
14684
|
+
GetTagSyncTask: string;
|
|
13789
14685
|
GroupResources: string;
|
|
14686
|
+
ListGroupingStatuses: string;
|
|
13790
14687
|
ListGroupResources: string;
|
|
13791
14688
|
ListGroups: string;
|
|
13792
14689
|
ListResourceTypes: string;
|
|
14690
|
+
ListTagSyncTasks: string;
|
|
13793
14691
|
PutGroupConfiguration: string;
|
|
13794
14692
|
PutGroupPolicy: string;
|
|
13795
14693
|
SearchResources: string;
|
|
14694
|
+
StartTagSyncTask: string;
|
|
13796
14695
|
Tag: string;
|
|
13797
14696
|
UngroupResources: string;
|
|
13798
14697
|
Untag: string;
|
|
@@ -14268,6 +15167,7 @@ export declare const Actions: {
|
|
|
14268
15167
|
CreateAccessPoint: string;
|
|
14269
15168
|
CreateAccessPointForObjectLambda: string;
|
|
14270
15169
|
CreateBucket: string;
|
|
15170
|
+
CreateBucketMetadataTableConfiguration: string;
|
|
14271
15171
|
CreateJob: string;
|
|
14272
15172
|
CreateMultiRegionAccessPoint: string;
|
|
14273
15173
|
CreateStorageLensGroup: string;
|
|
@@ -14280,6 +15180,7 @@ export declare const Actions: {
|
|
|
14280
15180
|
DeleteAccessPointPolicy: string;
|
|
14281
15181
|
DeleteAccessPointPolicyForObjectLambda: string;
|
|
14282
15182
|
DeleteBucket: string;
|
|
15183
|
+
DeleteBucketMetadataTableConfiguration: string;
|
|
14283
15184
|
DeleteBucketPolicy: string;
|
|
14284
15185
|
DeleteBucketWebsite: string;
|
|
14285
15186
|
DeleteJobTagging: string;
|
|
@@ -14313,6 +15214,7 @@ export declare const Actions: {
|
|
|
14313
15214
|
GetBucketCORS: string;
|
|
14314
15215
|
GetBucketLocation: string;
|
|
14315
15216
|
GetBucketLogging: string;
|
|
15217
|
+
GetBucketMetadataTableConfiguration: string;
|
|
14316
15218
|
GetBucketNotification: string;
|
|
14317
15219
|
GetBucketObjectLockConfiguration: string;
|
|
14318
15220
|
GetBucketOwnershipControls: string;
|
|
@@ -14426,8 +15328,45 @@ export declare const Actions: {
|
|
|
14426
15328
|
DeleteBucket: string;
|
|
14427
15329
|
DeleteBucketPolicy: string;
|
|
14428
15330
|
GetBucketPolicy: string;
|
|
15331
|
+
GetEncryptionConfiguration: string;
|
|
15332
|
+
GetLifecycleConfiguration: string;
|
|
14429
15333
|
ListAllMyDirectoryBuckets: string;
|
|
14430
15334
|
PutBucketPolicy: string;
|
|
15335
|
+
PutEncryptionConfiguration: string;
|
|
15336
|
+
PutLifecycleConfiguration: string;
|
|
15337
|
+
};
|
|
15338
|
+
s3tables: {
|
|
15339
|
+
CreateNamespace: string;
|
|
15340
|
+
CreateTable: string;
|
|
15341
|
+
CreateTableBucket: string;
|
|
15342
|
+
DeleteNamespace: string;
|
|
15343
|
+
DeleteTable: string;
|
|
15344
|
+
DeleteTableBucket: string;
|
|
15345
|
+
DeleteTableBucketPolicy: string;
|
|
15346
|
+
DeleteTablePolicy: string;
|
|
15347
|
+
GetNamespace: string;
|
|
15348
|
+
GetTable: string;
|
|
15349
|
+
GetTableBucket: string;
|
|
15350
|
+
GetTableBucketMaintenanceConfiguration: string;
|
|
15351
|
+
GetTableBucketPolicy: string;
|
|
15352
|
+
GetTableData: string;
|
|
15353
|
+
GetTableMaintenanceConfiguration: string;
|
|
15354
|
+
GetTableMaintenanceJobStatus: string;
|
|
15355
|
+
GetTableMetadataLocation: string;
|
|
15356
|
+
GetTablePolicy: string;
|
|
15357
|
+
ListNamespaces: string;
|
|
15358
|
+
ListTableBuckets: string;
|
|
15359
|
+
ListTables: string;
|
|
15360
|
+
PutTableBucketMaintenanceConfiguration: string;
|
|
15361
|
+
PutTableBucketPolicy: string;
|
|
15362
|
+
PutTableData: string;
|
|
15363
|
+
PutTableMaintenanceConfiguration: string;
|
|
15364
|
+
PutTablePolicy: string;
|
|
15365
|
+
RenameTable: string;
|
|
15366
|
+
UpdateTableMetadataLocation: string;
|
|
15367
|
+
};
|
|
15368
|
+
"sagemaker-data-science-assistant": {
|
|
15369
|
+
SendConversation: string;
|
|
14431
15370
|
};
|
|
14432
15371
|
"sagemaker-geospatial": {
|
|
14433
15372
|
DeleteEarthObservationJob: string;
|
|
@@ -14478,6 +15417,9 @@ export declare const Actions: {
|
|
|
14478
15417
|
DeleteRegisteredModelTag: string;
|
|
14479
15418
|
DeleteRun: string;
|
|
14480
15419
|
DeleteTag: string;
|
|
15420
|
+
DeleteTraces: string;
|
|
15421
|
+
DeleteTraceTag: string;
|
|
15422
|
+
EndTrace: string;
|
|
14481
15423
|
GetDownloadURIForModelVersionArtifacts: string;
|
|
14482
15424
|
GetExperiment: string;
|
|
14483
15425
|
GetExperimentByName: string;
|
|
@@ -14487,6 +15429,7 @@ export declare const Actions: {
|
|
|
14487
15429
|
GetModelVersionByAlias: string;
|
|
14488
15430
|
GetRegisteredModel: string;
|
|
14489
15431
|
GetRun: string;
|
|
15432
|
+
GetTraceInfo: string;
|
|
14490
15433
|
ListArtifacts: string;
|
|
14491
15434
|
LogBatch: string;
|
|
14492
15435
|
LogInputs: string;
|
|
@@ -14500,11 +15443,14 @@ export declare const Actions: {
|
|
|
14500
15443
|
SearchModelVersions: string;
|
|
14501
15444
|
SearchRegisteredModels: string;
|
|
14502
15445
|
SearchRuns: string;
|
|
15446
|
+
SearchTraces: string;
|
|
14503
15447
|
SetExperimentTag: string;
|
|
14504
15448
|
SetModelVersionTag: string;
|
|
14505
15449
|
SetRegisteredModelAlias: string;
|
|
14506
15450
|
SetRegisteredModelTag: string;
|
|
14507
15451
|
SetTag: string;
|
|
15452
|
+
SetTraceTag: string;
|
|
15453
|
+
StartTrace: string;
|
|
14508
15454
|
TransitionModelVersionStage: string;
|
|
14509
15455
|
UpdateExperiment: string;
|
|
14510
15456
|
UpdateModelVersion: string;
|
|
@@ -14515,10 +15461,12 @@ export declare const Actions: {
|
|
|
14515
15461
|
AddAssociation: string;
|
|
14516
15462
|
AddTags: string;
|
|
14517
15463
|
AssociateTrialComponent: string;
|
|
15464
|
+
BatchDeleteClusterNodes: string;
|
|
14518
15465
|
BatchDescribeModelPackage: string;
|
|
14519
15466
|
BatchGetMetrics: string;
|
|
14520
15467
|
BatchGetRecord: string;
|
|
14521
15468
|
BatchPutMetrics: string;
|
|
15469
|
+
CallPartnerAppApi: string;
|
|
14522
15470
|
CreateAction: string;
|
|
14523
15471
|
CreateAlgorithm: string;
|
|
14524
15472
|
CreateApp: string;
|
|
@@ -14527,8 +15475,10 @@ export declare const Actions: {
|
|
|
14527
15475
|
CreateAutoMLJob: string;
|
|
14528
15476
|
CreateAutoMLJobV2: string;
|
|
14529
15477
|
CreateCluster: string;
|
|
15478
|
+
CreateClusterSchedulerConfig: string;
|
|
14530
15479
|
CreateCodeRepository: string;
|
|
14531
15480
|
CreateCompilationJob: string;
|
|
15481
|
+
CreateComputeQuota: string;
|
|
14532
15482
|
CreateContext: string;
|
|
14533
15483
|
CreateDataQualityJobDefinition: string;
|
|
14534
15484
|
CreateDeviceFleet: string;
|
|
@@ -14565,16 +15515,20 @@ export declare const Actions: {
|
|
|
14565
15515
|
CreateNotebookInstance: string;
|
|
14566
15516
|
CreateNotebookInstanceLifecycleConfig: string;
|
|
14567
15517
|
CreateOptimizationJob: string;
|
|
15518
|
+
CreatePartnerApp: string;
|
|
15519
|
+
CreatePartnerAppPresignedUrl: string;
|
|
14568
15520
|
CreatePipeline: string;
|
|
14569
15521
|
CreatePresignedDomainUrl: string;
|
|
14570
15522
|
CreatePresignedMlflowTrackingServerUrl: string;
|
|
14571
15523
|
CreatePresignedNotebookInstanceUrl: string;
|
|
14572
15524
|
CreateProcessingJob: string;
|
|
14573
15525
|
CreateProject: string;
|
|
15526
|
+
CreateReservedCapacity: string;
|
|
14574
15527
|
CreateSharedModel: string;
|
|
14575
15528
|
CreateSpace: string;
|
|
14576
15529
|
CreateStudioLifecycleConfig: string;
|
|
14577
15530
|
CreateTrainingJob: string;
|
|
15531
|
+
CreateTrainingPlan: string;
|
|
14578
15532
|
CreateTransformJob: string;
|
|
14579
15533
|
CreateTrial: string;
|
|
14580
15534
|
CreateTrialComponent: string;
|
|
@@ -14588,8 +15542,10 @@ export declare const Actions: {
|
|
|
14588
15542
|
DeleteArtifact: string;
|
|
14589
15543
|
DeleteAssociation: string;
|
|
14590
15544
|
DeleteCluster: string;
|
|
15545
|
+
DeleteClusterSchedulerConfig: string;
|
|
14591
15546
|
DeleteCodeRepository: string;
|
|
14592
15547
|
DeleteCompilationJob: string;
|
|
15548
|
+
DeleteComputeQuota: string;
|
|
14593
15549
|
DeleteContext: string;
|
|
14594
15550
|
DeleteDataQualityJobDefinition: string;
|
|
14595
15551
|
DeleteDeviceFleet: string;
|
|
@@ -14625,6 +15581,7 @@ export declare const Actions: {
|
|
|
14625
15581
|
DeleteNotebookInstance: string;
|
|
14626
15582
|
DeleteNotebookInstanceLifecycleConfig: string;
|
|
14627
15583
|
DeleteOptimizationJob: string;
|
|
15584
|
+
DeletePartnerApp: string;
|
|
14628
15585
|
DeletePipeline: string;
|
|
14629
15586
|
DeleteProject: string;
|
|
14630
15587
|
DeleteRecord: string;
|
|
@@ -14648,8 +15605,10 @@ export declare const Actions: {
|
|
|
14648
15605
|
DescribeAutoMLJobV2: string;
|
|
14649
15606
|
DescribeCluster: string;
|
|
14650
15607
|
DescribeClusterNode: string;
|
|
15608
|
+
DescribeClusterSchedulerConfig: string;
|
|
14651
15609
|
DescribeCodeRepository: string;
|
|
14652
15610
|
DescribeCompilationJob: string;
|
|
15611
|
+
DescribeComputeQuota: string;
|
|
14653
15612
|
DescribeContext: string;
|
|
14654
15613
|
DescribeDataQualityJobDefinition: string;
|
|
14655
15614
|
DescribeDevice: string;
|
|
@@ -14688,6 +15647,7 @@ export declare const Actions: {
|
|
|
14688
15647
|
DescribeNotebookInstance: string;
|
|
14689
15648
|
DescribeNotebookInstanceLifecycleConfig: string;
|
|
14690
15649
|
DescribeOptimizationJob: string;
|
|
15650
|
+
DescribePartnerApp: string;
|
|
14691
15651
|
DescribePipeline: string;
|
|
14692
15652
|
DescribePipelineDefinitionForExecution: string;
|
|
14693
15653
|
DescribePipelineExecution: string;
|
|
@@ -14698,6 +15658,7 @@ export declare const Actions: {
|
|
|
14698
15658
|
DescribeStudioLifecycleConfig: string;
|
|
14699
15659
|
DescribeSubscribedWorkteam: string;
|
|
14700
15660
|
DescribeTrainingJob: string;
|
|
15661
|
+
DescribeTrainingPlan: string;
|
|
14701
15662
|
DescribeTransformJob: string;
|
|
14702
15663
|
DescribeTrial: string;
|
|
14703
15664
|
DescribeTrialComponent: string;
|
|
@@ -14732,8 +15693,10 @@ export declare const Actions: {
|
|
|
14732
15693
|
ListCandidatesForAutoMLJob: string;
|
|
14733
15694
|
ListClusterNodes: string;
|
|
14734
15695
|
ListClusters: string;
|
|
15696
|
+
ListClusterSchedulerConfigs: string;
|
|
14735
15697
|
ListCodeRepositories: string;
|
|
14736
15698
|
ListCompilationJobs: string;
|
|
15699
|
+
ListComputeQuotas: string;
|
|
14737
15700
|
ListContexts: string;
|
|
14738
15701
|
ListDataQualityJobDefinitions: string;
|
|
14739
15702
|
ListDeviceFleets: string;
|
|
@@ -14779,6 +15742,7 @@ export declare const Actions: {
|
|
|
14779
15742
|
ListNotebookInstanceLifecycleConfigs: string;
|
|
14780
15743
|
ListNotebookInstances: string;
|
|
14781
15744
|
ListOptimizationJobs: string;
|
|
15745
|
+
ListPartnerApps: string;
|
|
14782
15746
|
ListPipelineExecutions: string;
|
|
14783
15747
|
ListPipelineExecutionSteps: string;
|
|
14784
15748
|
ListPipelineParametersForExecution: string;
|
|
@@ -14796,6 +15760,7 @@ export declare const Actions: {
|
|
|
14796
15760
|
ListTags: string;
|
|
14797
15761
|
ListTrainingJobs: string;
|
|
14798
15762
|
ListTrainingJobsForHyperParameterTuningJob: string;
|
|
15763
|
+
ListTrainingPlans: string;
|
|
14799
15764
|
ListTransformJobs: string;
|
|
14800
15765
|
ListTrialComponents: string;
|
|
14801
15766
|
ListTrials: string;
|
|
@@ -14811,6 +15776,7 @@ export declare const Actions: {
|
|
|
14811
15776
|
RenderUiTemplate: string;
|
|
14812
15777
|
RetryPipelineExecution: string;
|
|
14813
15778
|
Search: string;
|
|
15779
|
+
SearchTrainingPlanOfferings: string;
|
|
14814
15780
|
SendHeartbeat: string;
|
|
14815
15781
|
SendPipelineExecutionStepFailure: string;
|
|
14816
15782
|
SendPipelineExecutionStepSuccess: string;
|
|
@@ -14843,8 +15809,10 @@ export declare const Actions: {
|
|
|
14843
15809
|
UpdateAppImageConfig: string;
|
|
14844
15810
|
UpdateArtifact: string;
|
|
14845
15811
|
UpdateCluster: string;
|
|
15812
|
+
UpdateClusterSchedulerConfig: string;
|
|
14846
15813
|
UpdateClusterSoftware: string;
|
|
14847
15814
|
UpdateCodeRepository: string;
|
|
15815
|
+
UpdateComputeQuota: string;
|
|
14848
15816
|
UpdateContext: string;
|
|
14849
15817
|
UpdateDeviceFleet: string;
|
|
14850
15818
|
UpdateDevices: string;
|
|
@@ -14867,6 +15835,7 @@ export declare const Actions: {
|
|
|
14867
15835
|
UpdateMonitoringSchedule: string;
|
|
14868
15836
|
UpdateNotebookInstance: string;
|
|
14869
15837
|
UpdateNotebookInstanceLifecycleConfig: string;
|
|
15838
|
+
UpdatePartnerApp: string;
|
|
14870
15839
|
UpdatePipeline: string;
|
|
14871
15840
|
UpdatePipelineExecution: string;
|
|
14872
15841
|
UpdateProject: string;
|
|
@@ -14941,19 +15910,30 @@ export declare const Actions: {
|
|
|
14941
15910
|
scn: {
|
|
14942
15911
|
AssignAdminPermissionsToUser: string;
|
|
14943
15912
|
CreateBillOfMaterialsImportJob: string;
|
|
15913
|
+
CreateDataIntegrationFlow: string;
|
|
15914
|
+
CreateDataLakeDataset: string;
|
|
14944
15915
|
CreateInstance: string;
|
|
14945
15916
|
CreateSSOApplication: string;
|
|
15917
|
+
DeleteDataIntegrationFlow: string;
|
|
15918
|
+
DeleteDataLakeDataset: string;
|
|
14946
15919
|
DeleteInstance: string;
|
|
14947
15920
|
DeleteSSOApplication: string;
|
|
14948
15921
|
DescribeInstance: string;
|
|
14949
15922
|
GetBillOfMaterialsImportJob: string;
|
|
15923
|
+
GetDataIntegrationFlow: string;
|
|
15924
|
+
GetDataLakeDataset: string;
|
|
15925
|
+
GetInstance: string;
|
|
14950
15926
|
ListAdminUsers: string;
|
|
15927
|
+
ListDataIntegrationFlows: string;
|
|
15928
|
+
ListDataLakeDatasets: string;
|
|
14951
15929
|
ListInstances: string;
|
|
14952
15930
|
ListTagsForResource: string;
|
|
14953
15931
|
RemoveAdminPermissionsForUser: string;
|
|
14954
15932
|
SendDataIntegrationEvent: string;
|
|
14955
15933
|
TagResource: string;
|
|
14956
15934
|
UntagResource: string;
|
|
15935
|
+
UpdateDataIntegrationFlow: string;
|
|
15936
|
+
UpdateDataLakeDataset: string;
|
|
14957
15937
|
UpdateInstance: string;
|
|
14958
15938
|
};
|
|
14959
15939
|
sdb: {
|
|
@@ -14993,6 +15973,30 @@ export declare const Actions: {
|
|
|
14993
15973
|
UpdateSecretVersionStage: string;
|
|
14994
15974
|
ValidateResourcePolicy: string;
|
|
14995
15975
|
};
|
|
15976
|
+
"security-ir": {
|
|
15977
|
+
BatchGetMemberAccountDetails: string;
|
|
15978
|
+
CancelMembership: string;
|
|
15979
|
+
CloseCase: string;
|
|
15980
|
+
CreateCase: string;
|
|
15981
|
+
CreateCaseComment: string;
|
|
15982
|
+
CreateMembership: string;
|
|
15983
|
+
GetCase: string;
|
|
15984
|
+
GetCaseAttachmentDownloadUrl: string;
|
|
15985
|
+
GetCaseAttachmentUploadUrl: string;
|
|
15986
|
+
GetMembership: string;
|
|
15987
|
+
ListCaseEdits: string;
|
|
15988
|
+
ListCases: string;
|
|
15989
|
+
ListComments: string;
|
|
15990
|
+
ListMemberships: string;
|
|
15991
|
+
ListTagsForResource: string;
|
|
15992
|
+
TagResource: string;
|
|
15993
|
+
UntagResource: string;
|
|
15994
|
+
UpdateCase: string;
|
|
15995
|
+
UpdateCaseComment: string;
|
|
15996
|
+
UpdateCaseStatus: string;
|
|
15997
|
+
UpdateMembership: string;
|
|
15998
|
+
UpdateResolverType: string;
|
|
15999
|
+
};
|
|
14996
16000
|
securityhub: {
|
|
14997
16001
|
AcceptAdministratorInvitation: string;
|
|
14998
16002
|
AcceptInvitation: string;
|
|
@@ -15164,6 +16168,7 @@ export declare const Actions: {
|
|
|
15164
16168
|
DeleteProduct: string;
|
|
15165
16169
|
DeleteProvisionedProductPlan: string;
|
|
15166
16170
|
DeleteProvisioningArtifact: string;
|
|
16171
|
+
DeleteResourcePolicy: string;
|
|
15167
16172
|
DeleteServiceAction: string;
|
|
15168
16173
|
DeleteTagOption: string;
|
|
15169
16174
|
DescribeConstraint: string;
|
|
@@ -15199,6 +16204,7 @@ export declare const Actions: {
|
|
|
15199
16204
|
GetAWSOrganizationsAccessStatus: string;
|
|
15200
16205
|
GetConfiguration: string;
|
|
15201
16206
|
GetProvisionedProductOutputs: string;
|
|
16207
|
+
GetResourcePolicy: string;
|
|
15202
16208
|
ImportAsProvisionedProduct: string;
|
|
15203
16209
|
ListAcceptedPortfolioShares: string;
|
|
15204
16210
|
ListApplications: string;
|
|
@@ -15229,6 +16235,7 @@ export declare const Actions: {
|
|
|
15229
16235
|
NotifyUpdateProvisionedProductEngineWorkflowResult: string;
|
|
15230
16236
|
ProvisionProduct: string;
|
|
15231
16237
|
PutConfiguration: string;
|
|
16238
|
+
PutResourcePolicy: string;
|
|
15232
16239
|
RejectPortfolioShare: string;
|
|
15233
16240
|
ScanProvisionedProducts: string;
|
|
15234
16241
|
SearchProducts: string;
|
|
@@ -15257,6 +16264,7 @@ export declare const Actions: {
|
|
|
15257
16264
|
CreateService: string;
|
|
15258
16265
|
DeleteNamespace: string;
|
|
15259
16266
|
DeleteService: string;
|
|
16267
|
+
DeleteServiceAttributes: string;
|
|
15260
16268
|
DeregisterInstance: string;
|
|
15261
16269
|
DiscoverInstances: string;
|
|
15262
16270
|
DiscoverInstancesRevision: string;
|
|
@@ -15265,6 +16273,7 @@ export declare const Actions: {
|
|
|
15265
16273
|
GetNamespace: string;
|
|
15266
16274
|
GetOperation: string;
|
|
15267
16275
|
GetService: string;
|
|
16276
|
+
GetServiceAttributes: string;
|
|
15268
16277
|
ListInstances: string;
|
|
15269
16278
|
ListNamespaces: string;
|
|
15270
16279
|
ListOperations: string;
|
|
@@ -15278,6 +16287,7 @@ export declare const Actions: {
|
|
|
15278
16287
|
UpdatePrivateDnsNamespace: string;
|
|
15279
16288
|
UpdatePublicDnsNamespace: string;
|
|
15280
16289
|
UpdateService: string;
|
|
16290
|
+
UpdateServiceAttributes: string;
|
|
15281
16291
|
};
|
|
15282
16292
|
serviceextract: {
|
|
15283
16293
|
GetConfig: string;
|
|
@@ -15304,6 +16314,7 @@ export declare const Actions: {
|
|
|
15304
16314
|
UntagResource: string;
|
|
15305
16315
|
};
|
|
15306
16316
|
ses: {
|
|
16317
|
+
AllowVendedLogDeliveryForResource: string;
|
|
15307
16318
|
BatchGetMetricData: string;
|
|
15308
16319
|
CancelExportJob: string;
|
|
15309
16320
|
CloneReceiptRuleSet: string;
|
|
@@ -15324,6 +16335,7 @@ export declare const Actions: {
|
|
|
15324
16335
|
CreateExportJob: string;
|
|
15325
16336
|
CreateImportJob: string;
|
|
15326
16337
|
CreateIngressPoint: string;
|
|
16338
|
+
CreateMultiRegionEndpoint: string;
|
|
15327
16339
|
CreateReceiptFilter: string;
|
|
15328
16340
|
CreateReceiptRule: string;
|
|
15329
16341
|
CreateReceiptRuleSet: string;
|
|
@@ -15347,6 +16359,7 @@ export declare const Actions: {
|
|
|
15347
16359
|
DeleteIdentity: string;
|
|
15348
16360
|
DeleteIdentityPolicy: string;
|
|
15349
16361
|
DeleteIngressPoint: string;
|
|
16362
|
+
DeleteMultiRegionEndpoint: string;
|
|
15350
16363
|
DeleteReceiptFilter: string;
|
|
15351
16364
|
DeleteReceiptRule: string;
|
|
15352
16365
|
DeleteReceiptRuleSet: string;
|
|
@@ -15395,6 +16408,7 @@ export declare const Actions: {
|
|
|
15395
16408
|
GetImportJob: string;
|
|
15396
16409
|
GetIngressPoint: string;
|
|
15397
16410
|
GetMessageInsights: string;
|
|
16411
|
+
GetMultiRegionEndpoint: string;
|
|
15398
16412
|
GetRelay: string;
|
|
15399
16413
|
GetRuleSet: string;
|
|
15400
16414
|
GetSendQuota: string;
|
|
@@ -15421,6 +16435,7 @@ export declare const Actions: {
|
|
|
15421
16435
|
ListIdentityPolicies: string;
|
|
15422
16436
|
ListImportJobs: string;
|
|
15423
16437
|
ListIngressPoints: string;
|
|
16438
|
+
ListMultiRegionEndpoints: string;
|
|
15424
16439
|
ListReceiptFilters: string;
|
|
15425
16440
|
ListReceiptRuleSets: string;
|
|
15426
16441
|
ListRecommendations: string;
|
|
@@ -15454,6 +16469,7 @@ export declare const Actions: {
|
|
|
15454
16469
|
PutIdentityPolicy: string;
|
|
15455
16470
|
PutSuppressedDestination: string;
|
|
15456
16471
|
ReorderReceiptRuleSet: string;
|
|
16472
|
+
ReplicateEmailIdentityDkimSigningKey: string;
|
|
15457
16473
|
SendBounce: string;
|
|
15458
16474
|
SendBulkEmail: string;
|
|
15459
16475
|
SendBulkTemplatedEmail: string;
|
|
@@ -15605,9 +16621,11 @@ export declare const Actions: {
|
|
|
15605
16621
|
DeleteOptOutList: string;
|
|
15606
16622
|
DeletePool: string;
|
|
15607
16623
|
DeleteProtectConfiguration: string;
|
|
16624
|
+
DeleteProtectConfigurationRuleSetNumberOverride: string;
|
|
15608
16625
|
DeleteRegistration: string;
|
|
15609
16626
|
DeleteRegistrationAttachment: string;
|
|
15610
16627
|
DeleteRegistrationFieldValue: string;
|
|
16628
|
+
DeleteResourcePolicy: string;
|
|
15611
16629
|
DeleteTextMessageSpendLimitOverride: string;
|
|
15612
16630
|
DeleteVerifiedDestinationNumber: string;
|
|
15613
16631
|
DeleteVoiceMessageSpendLimitOverride: string;
|
|
@@ -15635,13 +16653,18 @@ export declare const Actions: {
|
|
|
15635
16653
|
DiscardRegistrationVersion: string;
|
|
15636
16654
|
GetConfigurationSetEventDestinations: string;
|
|
15637
16655
|
GetProtectConfigurationCountryRuleSet: string;
|
|
16656
|
+
GetResourcePolicy: string;
|
|
15638
16657
|
ListConfigurationSets: string;
|
|
15639
16658
|
ListPoolOriginationIdentities: string;
|
|
16659
|
+
ListProtectConfigurationRuleSetNumberOverrides: string;
|
|
15640
16660
|
ListRegistrationAssociations: string;
|
|
15641
16661
|
ListTagsForResource: string;
|
|
15642
16662
|
PutKeyword: string;
|
|
16663
|
+
PutMessageFeedback: string;
|
|
15643
16664
|
PutOptedOutNumber: string;
|
|
16665
|
+
PutProtectConfigurationRuleSetNumberOverride: string;
|
|
15644
16666
|
PutRegistrationFieldValue: string;
|
|
16667
|
+
PutResourcePolicy: string;
|
|
15645
16668
|
ReleasePhoneNumber: string;
|
|
15646
16669
|
ReleaseSenderId: string;
|
|
15647
16670
|
RequestPhoneNumber: string;
|
|
@@ -15651,6 +16674,7 @@ export declare const Actions: {
|
|
|
15651
16674
|
SendTextMessage: string;
|
|
15652
16675
|
SendVoiceMessage: string;
|
|
15653
16676
|
SetAccountDefaultProtectConfiguration: string;
|
|
16677
|
+
SetDefaultMessageFeedbackEnabled: string;
|
|
15654
16678
|
SetDefaultMessageType: string;
|
|
15655
16679
|
SetDefaultSenderId: string;
|
|
15656
16680
|
SetMediaMessageSpendLimitOverride: string;
|
|
@@ -15794,6 +16818,21 @@ export declare const Actions: {
|
|
|
15794
16818
|
UntagResource: string;
|
|
15795
16819
|
VerifySMSSandboxPhoneNumber: string;
|
|
15796
16820
|
};
|
|
16821
|
+
"social-messaging": {
|
|
16822
|
+
AssociateWhatsAppBusinessAccount: string;
|
|
16823
|
+
DeleteWhatsAppMessageMedia: string;
|
|
16824
|
+
DisassociateWhatsAppBusinessAccount: string;
|
|
16825
|
+
GetLinkedWhatsAppBusinessAccount: string;
|
|
16826
|
+
GetLinkedWhatsAppBusinessAccountPhoneNumber: string;
|
|
16827
|
+
GetWhatsAppMessageMedia: string;
|
|
16828
|
+
ListLinkedWhatsAppBusinessAccounts: string;
|
|
16829
|
+
ListTagsForResource: string;
|
|
16830
|
+
PostWhatsAppMessageMedia: string;
|
|
16831
|
+
PutWhatsAppBusinessAccountEventDestinations: string;
|
|
16832
|
+
SendWhatsAppMessage: string;
|
|
16833
|
+
TagResource: string;
|
|
16834
|
+
UntagResource: string;
|
|
16835
|
+
};
|
|
15797
16836
|
sqlworkbench: {
|
|
15798
16837
|
AssociateConnectionWithChart: string;
|
|
15799
16838
|
AssociateConnectionWithTab: string;
|
|
@@ -15817,6 +16856,7 @@ export declare const Actions: {
|
|
|
15817
16856
|
DeleteNotebookVersion: string;
|
|
15818
16857
|
DeleteQCustomContext: string;
|
|
15819
16858
|
DeleteSavedQuery: string;
|
|
16859
|
+
DeleteSqlGenerationContext: string;
|
|
15820
16860
|
DeleteTab: string;
|
|
15821
16861
|
DriverExecute: string;
|
|
15822
16862
|
DuplicateNotebook: string;
|
|
@@ -15836,6 +16876,8 @@ export declare const Actions: {
|
|
|
15836
16876
|
GetQueryExecutionHistory: string;
|
|
15837
16877
|
GetSavedQuery: string;
|
|
15838
16878
|
GetSchemaInference: string;
|
|
16879
|
+
GetSqlGenerationContext: string;
|
|
16880
|
+
GetSqlRecommendations: string;
|
|
15839
16881
|
GetUserInfo: string;
|
|
15840
16882
|
GetUserWorkspaceSettings: string;
|
|
15841
16883
|
ImportNotebook: string;
|
|
@@ -15851,7 +16893,9 @@ export declare const Actions: {
|
|
|
15851
16893
|
ListTabs: string;
|
|
15852
16894
|
ListTaggedResources: string;
|
|
15853
16895
|
ListTagsForResource: string;
|
|
16896
|
+
PassAccountSettings: string;
|
|
15854
16897
|
PutQCustomContext: string;
|
|
16898
|
+
PutSqlGenerationContext: string;
|
|
15855
16899
|
PutTab: string;
|
|
15856
16900
|
PutUserWorkspaceSettings: string;
|
|
15857
16901
|
RestoreNotebookVersion: string;
|
|
@@ -15937,6 +16981,7 @@ export declare const Actions: {
|
|
|
15937
16981
|
"ssm-guiconnect": {
|
|
15938
16982
|
CancelConnection: string;
|
|
15939
16983
|
GetConnection: string;
|
|
16984
|
+
ListConnections: string;
|
|
15940
16985
|
StartConnection: string;
|
|
15941
16986
|
};
|
|
15942
16987
|
"ssm-incidents": {
|
|
@@ -15975,9 +17020,11 @@ export declare const Actions: {
|
|
|
15975
17020
|
"ssm-quicksetup": {
|
|
15976
17021
|
CreateConfigurationManager: string;
|
|
15977
17022
|
DeleteConfigurationManager: string;
|
|
17023
|
+
GetConfiguration: string;
|
|
15978
17024
|
GetConfigurationManager: string;
|
|
15979
17025
|
GetServiceSettings: string;
|
|
15980
17026
|
ListConfigurationManagers: string;
|
|
17027
|
+
ListConfigurations: string;
|
|
15981
17028
|
ListQuickSetupTypes: string;
|
|
15982
17029
|
ListTagsForResource: string;
|
|
15983
17030
|
TagResource: string;
|
|
@@ -16077,6 +17124,7 @@ export declare const Actions: {
|
|
|
16077
17124
|
DescribePatchProperties: string;
|
|
16078
17125
|
DescribeSessions: string;
|
|
16079
17126
|
DisassociateOpsItemRelatedItem: string;
|
|
17127
|
+
ExecuteAPI: string;
|
|
16080
17128
|
GetAutomationExecution: string;
|
|
16081
17129
|
GetCalendar: string;
|
|
16082
17130
|
GetCalendarState: string;
|
|
@@ -16085,6 +17133,7 @@ export declare const Actions: {
|
|
|
16085
17133
|
GetDefaultPatchBaseline: string;
|
|
16086
17134
|
GetDeployablePatchSnapshotForInstance: string;
|
|
16087
17135
|
GetDocument: string;
|
|
17136
|
+
GetExecutionPreview: string;
|
|
16088
17137
|
GetInventory: string;
|
|
16089
17138
|
GetInventorySchema: string;
|
|
16090
17139
|
GetMaintenanceWindow: string;
|
|
@@ -16116,6 +17165,8 @@ export declare const Actions: {
|
|
|
16116
17165
|
ListDocumentVersions: string;
|
|
16117
17166
|
ListInstanceAssociations: string;
|
|
16118
17167
|
ListInventoryEntries: string;
|
|
17168
|
+
ListNodes: string;
|
|
17169
|
+
ListNodesSummary: string;
|
|
16119
17170
|
ListOpsItemEvents: string;
|
|
16120
17171
|
ListOpsItemRelatedItems: string;
|
|
16121
17172
|
ListOpsMetadata: string;
|
|
@@ -16142,6 +17193,7 @@ export declare const Actions: {
|
|
|
16142
17193
|
StartAssociationsOnce: string;
|
|
16143
17194
|
StartAutomationExecution: string;
|
|
16144
17195
|
StartChangeRequestExecution: string;
|
|
17196
|
+
StartExecutionPreview: string;
|
|
16145
17197
|
StartSession: string;
|
|
16146
17198
|
StopAutomationExecution: string;
|
|
16147
17199
|
TerminateSession: string;
|
|
@@ -16198,17 +17250,21 @@ export declare const Actions: {
|
|
|
16198
17250
|
EnableExternalIdPConfigurationForDirectory: string;
|
|
16199
17251
|
EnableUser: string;
|
|
16200
17252
|
GetAWSSPConfigurationForDirectory: string;
|
|
17253
|
+
GetGroupId: string;
|
|
17254
|
+
GetUserId: string;
|
|
16201
17255
|
GetUserPoolInfo: string;
|
|
16202
17256
|
ImportExternalIdPCertificate: string;
|
|
16203
17257
|
IsMemberInGroup: string;
|
|
16204
17258
|
ListBearerTokens: string;
|
|
16205
17259
|
ListExternalIdPCertificates: string;
|
|
16206
17260
|
ListExternalIdPConfigurationsForDirectory: string;
|
|
17261
|
+
ListGroups: string;
|
|
16207
17262
|
ListGroupsForMember: string;
|
|
16208
17263
|
ListGroupsForUser: string;
|
|
16209
17264
|
ListMembersInGroup: string;
|
|
16210
17265
|
ListMfaDevicesForUser: string;
|
|
16211
17266
|
ListProvisioningTenants: string;
|
|
17267
|
+
ListUsers: string;
|
|
16212
17268
|
RemoveMemberFromGroup: string;
|
|
16213
17269
|
SearchGroups: string;
|
|
16214
17270
|
SearchUsers: string;
|
|
@@ -16492,6 +17548,7 @@ export declare const Actions: {
|
|
|
16492
17548
|
AssumeRole: string;
|
|
16493
17549
|
AssumeRoleWithSAML: string;
|
|
16494
17550
|
AssumeRoleWithWebIdentity: string;
|
|
17551
|
+
AssumeRoot: string;
|
|
16495
17552
|
DecodeAuthorizationMessage: string;
|
|
16496
17553
|
GetAccessKeyInfo: string;
|
|
16497
17554
|
GetCallerIdentity: string;
|
|
@@ -16647,6 +17704,7 @@ export declare const Actions: {
|
|
|
16647
17704
|
tax: {
|
|
16648
17705
|
BatchDeleteTaxRegistration: string;
|
|
16649
17706
|
BatchPutTaxRegistration: string;
|
|
17707
|
+
DeleteSupplementalTaxRegistration: string;
|
|
16650
17708
|
DeleteTaxRegistration: string;
|
|
16651
17709
|
GetExemptions: string;
|
|
16652
17710
|
GetTaxInfoReportingDocument: string;
|
|
@@ -16654,7 +17712,9 @@ export declare const Actions: {
|
|
|
16654
17712
|
GetTaxInterview: string;
|
|
16655
17713
|
GetTaxRegistration: string;
|
|
16656
17714
|
GetTaxRegistrationDocument: string;
|
|
17715
|
+
ListSupplementalTaxRegistrations: string;
|
|
16657
17716
|
ListTaxRegistrations: string;
|
|
17717
|
+
PutSupplementalTaxRegistration: string;
|
|
16658
17718
|
PutTaxInheritance: string;
|
|
16659
17719
|
PutTaxInterview: string;
|
|
16660
17720
|
PutTaxRegistration: string;
|
|
@@ -16693,6 +17753,7 @@ export declare const Actions: {
|
|
|
16693
17753
|
DeleteEnvironment: string;
|
|
16694
17754
|
DeregisterDevice: string;
|
|
16695
17755
|
GetDevice: string;
|
|
17756
|
+
GetDeviceDetails: string;
|
|
16696
17757
|
GetEnvironment: string;
|
|
16697
17758
|
GetSoftwareSet: string;
|
|
16698
17759
|
ListDevices: string;
|
|
@@ -16858,6 +17919,7 @@ export declare const Actions: {
|
|
|
16858
17919
|
CreateProfile: string;
|
|
16859
17920
|
CreateServer: string;
|
|
16860
17921
|
CreateUser: string;
|
|
17922
|
+
CreateWebApp: string;
|
|
16861
17923
|
CreateWorkflow: string;
|
|
16862
17924
|
DeleteAccess: string;
|
|
16863
17925
|
DeleteAgreement: string;
|
|
@@ -16868,6 +17930,8 @@ export declare const Actions: {
|
|
|
16868
17930
|
DeleteServer: string;
|
|
16869
17931
|
DeleteSshPublicKey: string;
|
|
16870
17932
|
DeleteUser: string;
|
|
17933
|
+
DeleteWebApp: string;
|
|
17934
|
+
DeleteWebAppCustomization: string;
|
|
16871
17935
|
DeleteWorkflow: string;
|
|
16872
17936
|
DescribeAccess: string;
|
|
16873
17937
|
DescribeAgreement: string;
|
|
@@ -16879,6 +17943,8 @@ export declare const Actions: {
|
|
|
16879
17943
|
DescribeSecurityPolicy: string;
|
|
16880
17944
|
DescribeServer: string;
|
|
16881
17945
|
DescribeUser: string;
|
|
17946
|
+
DescribeWebApp: string;
|
|
17947
|
+
DescribeWebAppCustomization: string;
|
|
16882
17948
|
DescribeWorkflow: string;
|
|
16883
17949
|
ImportCertificate: string;
|
|
16884
17950
|
ImportHostKey: string;
|
|
@@ -16888,12 +17954,14 @@ export declare const Actions: {
|
|
|
16888
17954
|
ListCertificates: string;
|
|
16889
17955
|
ListConnectors: string;
|
|
16890
17956
|
ListExecutions: string;
|
|
17957
|
+
ListFileTransferResults: string;
|
|
16891
17958
|
ListHostKeys: string;
|
|
16892
17959
|
ListProfiles: string;
|
|
16893
17960
|
ListSecurityPolicies: string;
|
|
16894
17961
|
ListServers: string;
|
|
16895
17962
|
ListTagsForResource: string;
|
|
16896
17963
|
ListUsers: string;
|
|
17964
|
+
ListWebApps: string;
|
|
16897
17965
|
ListWorkflows: string;
|
|
16898
17966
|
SendWorkflowStepState: string;
|
|
16899
17967
|
StartDirectoryListing: string;
|
|
@@ -16912,6 +17980,8 @@ export declare const Actions: {
|
|
|
16912
17980
|
UpdateProfile: string;
|
|
16913
17981
|
UpdateServer: string;
|
|
16914
17982
|
UpdateUser: string;
|
|
17983
|
+
UpdateWebApp: string;
|
|
17984
|
+
UpdateWebAppCustomization: string;
|
|
16915
17985
|
};
|
|
16916
17986
|
translate: {
|
|
16917
17987
|
CreateParallelData: string;
|
|
@@ -17100,21 +18170,30 @@ export declare const Actions: {
|
|
|
17100
18170
|
Invoke: string;
|
|
17101
18171
|
};
|
|
17102
18172
|
"vpc-lattice": {
|
|
18173
|
+
"AssociateViaAWSService-EventsAndStates": string;
|
|
17103
18174
|
CreateAccessLogSubscription: string;
|
|
17104
18175
|
CreateListener: string;
|
|
18176
|
+
CreateResourceConfiguration: string;
|
|
18177
|
+
CreateResourceGateway: string;
|
|
17105
18178
|
CreateRule: string;
|
|
17106
18179
|
CreateService: string;
|
|
17107
18180
|
CreateServiceNetwork: string;
|
|
18181
|
+
CreateServiceNetworkResourceAssociation: string;
|
|
17108
18182
|
CreateServiceNetworkServiceAssociation: string;
|
|
17109
18183
|
CreateServiceNetworkVpcAssociation: string;
|
|
18184
|
+
CreateServiceNetworkVpcEndpointAssociation: string;
|
|
17110
18185
|
CreateTargetGroup: string;
|
|
17111
18186
|
DeleteAccessLogSubscription: string;
|
|
17112
18187
|
DeleteAuthPolicy: string;
|
|
17113
18188
|
DeleteListener: string;
|
|
18189
|
+
DeleteResourceConfiguration: string;
|
|
18190
|
+
DeleteResourceEndpointAssociation: string;
|
|
18191
|
+
DeleteResourceGateway: string;
|
|
17114
18192
|
DeleteResourcePolicy: string;
|
|
17115
18193
|
DeleteRule: string;
|
|
17116
18194
|
DeleteService: string;
|
|
17117
18195
|
DeleteServiceNetwork: string;
|
|
18196
|
+
DeleteServiceNetworkResourceAssociation: string;
|
|
17118
18197
|
DeleteServiceNetworkServiceAssociation: string;
|
|
17119
18198
|
DeleteServiceNetworkVpcAssociation: string;
|
|
17120
18199
|
DeleteTargetGroup: string;
|
|
@@ -17122,19 +18201,27 @@ export declare const Actions: {
|
|
|
17122
18201
|
GetAccessLogSubscription: string;
|
|
17123
18202
|
GetAuthPolicy: string;
|
|
17124
18203
|
GetListener: string;
|
|
18204
|
+
GetResourceConfiguration: string;
|
|
18205
|
+
GetResourceGateway: string;
|
|
17125
18206
|
GetResourcePolicy: string;
|
|
17126
18207
|
GetRule: string;
|
|
17127
18208
|
GetService: string;
|
|
17128
18209
|
GetServiceNetwork: string;
|
|
18210
|
+
GetServiceNetworkResourceAssociation: string;
|
|
17129
18211
|
GetServiceNetworkServiceAssociation: string;
|
|
17130
18212
|
GetServiceNetworkVpcAssociation: string;
|
|
17131
18213
|
GetTargetGroup: string;
|
|
17132
18214
|
ListAccessLogSubscriptions: string;
|
|
17133
18215
|
ListListeners: string;
|
|
18216
|
+
ListResourceConfigurations: string;
|
|
18217
|
+
ListResourceEndpointAssociations: string;
|
|
18218
|
+
ListResourceGateways: string;
|
|
17134
18219
|
ListRules: string;
|
|
18220
|
+
ListServiceNetworkResourceAssociations: string;
|
|
17135
18221
|
ListServiceNetworks: string;
|
|
17136
18222
|
ListServiceNetworkServiceAssociations: string;
|
|
17137
18223
|
ListServiceNetworkVpcAssociations: string;
|
|
18224
|
+
ListServiceNetworkVpcEndpointAssociations: string;
|
|
17138
18225
|
ListServices: string;
|
|
17139
18226
|
ListTagsForResource: string;
|
|
17140
18227
|
ListTargetGroups: string;
|
|
@@ -17146,12 +18233,17 @@ export declare const Actions: {
|
|
|
17146
18233
|
UntagResource: string;
|
|
17147
18234
|
UpdateAccessLogSubscription: string;
|
|
17148
18235
|
UpdateListener: string;
|
|
18236
|
+
UpdateResourceConfiguration: string;
|
|
18237
|
+
UpdateResourceGateway: string;
|
|
17149
18238
|
UpdateRule: string;
|
|
17150
18239
|
UpdateService: string;
|
|
17151
18240
|
UpdateServiceNetwork: string;
|
|
17152
18241
|
UpdateServiceNetworkVpcAssociation: string;
|
|
17153
18242
|
UpdateTargetGroup: string;
|
|
17154
18243
|
};
|
|
18244
|
+
vpce: {
|
|
18245
|
+
AllowMultiRegion: string;
|
|
18246
|
+
};
|
|
17155
18247
|
"waf-regional": {
|
|
17156
18248
|
AssociateWebACL: string;
|
|
17157
18249
|
CreateByteMatchSet: string;
|
|
@@ -17462,6 +18554,13 @@ export declare const Actions: {
|
|
|
17462
18554
|
};
|
|
17463
18555
|
wisdom: {
|
|
17464
18556
|
ActivateMessageTemplate: string;
|
|
18557
|
+
AllowVendedLogDeliveryForResource: string;
|
|
18558
|
+
CreateAIAgent: string;
|
|
18559
|
+
CreateAIAgentVersion: string;
|
|
18560
|
+
CreateAIGuardrail: string;
|
|
18561
|
+
CreateAIGuardrailVersion: string;
|
|
18562
|
+
CreateAIPrompt: string;
|
|
18563
|
+
CreateAIPromptVersion: string;
|
|
17465
18564
|
CreateAssistant: string;
|
|
17466
18565
|
CreateAssistantAssociation: string;
|
|
17467
18566
|
CreateContent: string;
|
|
@@ -17473,6 +18572,12 @@ export declare const Actions: {
|
|
|
17473
18572
|
CreateQuickResponse: string;
|
|
17474
18573
|
CreateSession: string;
|
|
17475
18574
|
DeactivateMessageTemplate: string;
|
|
18575
|
+
DeleteAIAgent: string;
|
|
18576
|
+
DeleteAIAgentVersion: string;
|
|
18577
|
+
DeleteAIGuardrail: string;
|
|
18578
|
+
DeleteAIGuardrailVersion: string;
|
|
18579
|
+
DeleteAIPrompt: string;
|
|
18580
|
+
DeleteAIPromptVersion: string;
|
|
17476
18581
|
DeleteAssistant: string;
|
|
17477
18582
|
DeleteAssistantAssociation: string;
|
|
17478
18583
|
DeleteContent: string;
|
|
@@ -17482,6 +18587,9 @@ export declare const Actions: {
|
|
|
17482
18587
|
DeleteMessageTemplate: string;
|
|
17483
18588
|
DeleteMessageTemplateAttachment: string;
|
|
17484
18589
|
DeleteQuickResponse: string;
|
|
18590
|
+
GetAIAgent: string;
|
|
18591
|
+
GetAIGuardrail: string;
|
|
18592
|
+
GetAIPrompt: string;
|
|
17485
18593
|
GetAssistant: string;
|
|
17486
18594
|
GetAssistantAssociation: string;
|
|
17487
18595
|
GetContent: string;
|
|
@@ -17490,15 +18598,23 @@ export declare const Actions: {
|
|
|
17490
18598
|
GetImportJob: string;
|
|
17491
18599
|
GetKnowledgeBase: string;
|
|
17492
18600
|
GetMessageTemplate: string;
|
|
18601
|
+
GetNextMessage: string;
|
|
17493
18602
|
GetQuickResponse: string;
|
|
17494
18603
|
GetRecommendations: string;
|
|
17495
18604
|
GetSession: string;
|
|
18605
|
+
ListAIAgents: string;
|
|
18606
|
+
ListAIAgentVersions: string;
|
|
18607
|
+
ListAIGuardrails: string;
|
|
18608
|
+
ListAIGuardrailVersions: string;
|
|
18609
|
+
ListAIPrompts: string;
|
|
18610
|
+
ListAIPromptVersions: string;
|
|
17496
18611
|
ListAssistantAssociations: string;
|
|
17497
18612
|
ListAssistants: string;
|
|
17498
18613
|
ListContentAssociations: string;
|
|
17499
18614
|
ListContents: string;
|
|
17500
18615
|
ListImportJobs: string;
|
|
17501
18616
|
ListKnowledgeBases: string;
|
|
18617
|
+
ListMessages: string;
|
|
17502
18618
|
ListMessageTemplates: string;
|
|
17503
18619
|
ListMessageTemplateVersions: string;
|
|
17504
18620
|
ListQuickResponses: string;
|
|
@@ -17506,22 +18622,29 @@ export declare const Actions: {
|
|
|
17506
18622
|
NotifyRecommendationsReceived: string;
|
|
17507
18623
|
PutFeedback: string;
|
|
17508
18624
|
QueryAssistant: string;
|
|
18625
|
+
RemoveAssistantAIAgent: string;
|
|
17509
18626
|
RemoveKnowledgeBaseTemplateUri: string;
|
|
17510
18627
|
RenderMessageTemplate: string;
|
|
17511
18628
|
SearchContent: string;
|
|
17512
18629
|
SearchMessageTemplates: string;
|
|
17513
18630
|
SearchQuickResponses: string;
|
|
17514
18631
|
SearchSessions: string;
|
|
18632
|
+
SendMessage: string;
|
|
17515
18633
|
StartContentUpload: string;
|
|
17516
18634
|
StartImportJob: string;
|
|
17517
18635
|
TagResource: string;
|
|
17518
18636
|
UntagResource: string;
|
|
18637
|
+
UpdateAIAgent: string;
|
|
18638
|
+
UpdateAIGuardrail: string;
|
|
18639
|
+
UpdateAIPrompt: string;
|
|
18640
|
+
UpdateAssistantAIAgent: string;
|
|
17519
18641
|
UpdateContent: string;
|
|
17520
18642
|
UpdateKnowledgeBaseTemplateUri: string;
|
|
17521
18643
|
UpdateMessageTemplate: string;
|
|
17522
18644
|
UpdateMessageTemplateMetadata: string;
|
|
17523
18645
|
UpdateQuickResponse: string;
|
|
17524
18646
|
UpdateSession: string;
|
|
18647
|
+
UpdateSessionData: string;
|
|
17525
18648
|
};
|
|
17526
18649
|
workdocs: {
|
|
17527
18650
|
AbortDocumentVersionUpload: string;
|
|
@@ -17631,6 +18754,7 @@ export declare const Actions: {
|
|
|
17631
18754
|
CreateAlias: string;
|
|
17632
18755
|
CreateAvailabilityConfiguration: string;
|
|
17633
18756
|
CreateGroup: string;
|
|
18757
|
+
CreateIdentityCenterApplication: string;
|
|
17634
18758
|
CreateImpersonationRole: string;
|
|
17635
18759
|
CreateInboundMailFlowRule: string;
|
|
17636
18760
|
CreateMailDomain: string;
|
|
@@ -17645,6 +18769,8 @@ export declare const Actions: {
|
|
|
17645
18769
|
DeleteAvailabilityConfiguration: string;
|
|
17646
18770
|
DeleteEmailMonitoringConfiguration: string;
|
|
17647
18771
|
DeleteGroup: string;
|
|
18772
|
+
DeleteIdentityCenterApplication: string;
|
|
18773
|
+
DeleteIdentityProviderConfiguration: string;
|
|
17648
18774
|
DeleteImpersonationRole: string;
|
|
17649
18775
|
DeleteInboundMailFlowRule: string;
|
|
17650
18776
|
DeleteMailboxPermissions: string;
|
|
@@ -17654,6 +18780,7 @@ export declare const Actions: {
|
|
|
17654
18780
|
DeleteMobileDeviceAccessRule: string;
|
|
17655
18781
|
DeleteOrganization: string;
|
|
17656
18782
|
DeleteOutboundMailFlowRule: string;
|
|
18783
|
+
DeletePersonalAccessToken: string;
|
|
17657
18784
|
DeleteResource: string;
|
|
17658
18785
|
DeleteRetentionPolicy: string;
|
|
17659
18786
|
DeleteSmtpGateway: string;
|
|
@@ -17664,6 +18791,7 @@ export declare const Actions: {
|
|
|
17664
18791
|
DescribeEmailMonitoringConfiguration: string;
|
|
17665
18792
|
DescribeEntity: string;
|
|
17666
18793
|
DescribeGroup: string;
|
|
18794
|
+
DescribeIdentityProviderConfiguration: string;
|
|
17667
18795
|
DescribeInboundDmarcSettings: string;
|
|
17668
18796
|
DescribeInboundMailFlowRule: string;
|
|
17669
18797
|
DescribeMailboxExportJob: string;
|
|
@@ -17689,6 +18817,7 @@ export declare const Actions: {
|
|
|
17689
18817
|
GetMobileDeviceDetails: string;
|
|
17690
18818
|
GetMobileDevicesForUser: string;
|
|
17691
18819
|
GetMobilePolicyDetails: string;
|
|
18820
|
+
GetPersonalAccessTokenMetadata: string;
|
|
17692
18821
|
ListAccessControlRules: string;
|
|
17693
18822
|
ListAliases: string;
|
|
17694
18823
|
ListAvailabilityConfigurations: string;
|
|
@@ -17704,6 +18833,7 @@ export declare const Actions: {
|
|
|
17704
18833
|
ListMobileDeviceAccessRules: string;
|
|
17705
18834
|
ListOrganizations: string;
|
|
17706
18835
|
ListOutboundMailFlowRules: string;
|
|
18836
|
+
ListPersonalAccessTokens: string;
|
|
17707
18837
|
ListResourceDelegates: string;
|
|
17708
18838
|
ListResources: string;
|
|
17709
18839
|
ListSmtpGateways: string;
|
|
@@ -17711,6 +18841,7 @@ export declare const Actions: {
|
|
|
17711
18841
|
ListUsers: string;
|
|
17712
18842
|
PutAccessControlRule: string;
|
|
17713
18843
|
PutEmailMonitoringConfiguration: string;
|
|
18844
|
+
PutIdentityProviderConfiguration: string;
|
|
17714
18845
|
PutInboundDmarcSettings: string;
|
|
17715
18846
|
PutMailboxPermissions: string;
|
|
17716
18847
|
PutMobileDeviceAccessOverride: string;
|
|
@@ -17748,12 +18879,14 @@ export declare const Actions: {
|
|
|
17748
18879
|
};
|
|
17749
18880
|
"workspaces-web": {
|
|
17750
18881
|
AssociateBrowserSettings: string;
|
|
18882
|
+
AssociateDataProtectionSettings: string;
|
|
17751
18883
|
AssociateIpAccessSettings: string;
|
|
17752
18884
|
AssociateNetworkSettings: string;
|
|
17753
18885
|
AssociateTrustStore: string;
|
|
17754
18886
|
AssociateUserAccessLoggingSettings: string;
|
|
17755
18887
|
AssociateUserSettings: string;
|
|
17756
18888
|
CreateBrowserSettings: string;
|
|
18889
|
+
CreateDataProtectionSettings: string;
|
|
17757
18890
|
CreateIdentityProvider: string;
|
|
17758
18891
|
CreateIpAccessSettings: string;
|
|
17759
18892
|
CreateNetworkSettings: string;
|
|
@@ -17762,6 +18895,7 @@ export declare const Actions: {
|
|
|
17762
18895
|
CreateUserAccessLoggingSettings: string;
|
|
17763
18896
|
CreateUserSettings: string;
|
|
17764
18897
|
DeleteBrowserSettings: string;
|
|
18898
|
+
DeleteDataProtectionSettings: string;
|
|
17765
18899
|
DeleteIdentityProvider: string;
|
|
17766
18900
|
DeleteIpAccessSettings: string;
|
|
17767
18901
|
DeleteNetworkSettings: string;
|
|
@@ -17770,26 +18904,32 @@ export declare const Actions: {
|
|
|
17770
18904
|
DeleteUserAccessLoggingSettings: string;
|
|
17771
18905
|
DeleteUserSettings: string;
|
|
17772
18906
|
DisassociateBrowserSettings: string;
|
|
18907
|
+
DisassociateDataProtectionSettings: string;
|
|
17773
18908
|
DisassociateIpAccessSettings: string;
|
|
17774
18909
|
DisassociateNetworkSettings: string;
|
|
17775
18910
|
DisassociateTrustStore: string;
|
|
17776
18911
|
DisassociateUserAccessLoggingSettings: string;
|
|
17777
18912
|
DisassociateUserSettings: string;
|
|
18913
|
+
ExpireSession: string;
|
|
17778
18914
|
GetBrowserSettings: string;
|
|
18915
|
+
GetDataProtectionSettings: string;
|
|
17779
18916
|
GetIdentityProvider: string;
|
|
17780
18917
|
GetIpAccessSettings: string;
|
|
17781
18918
|
GetNetworkSettings: string;
|
|
17782
18919
|
GetPortal: string;
|
|
17783
18920
|
GetPortalServiceProviderMetadata: string;
|
|
18921
|
+
GetSession: string;
|
|
17784
18922
|
GetTrustStore: string;
|
|
17785
18923
|
GetTrustStoreCertificate: string;
|
|
17786
18924
|
GetUserAccessLoggingSettings: string;
|
|
17787
18925
|
GetUserSettings: string;
|
|
17788
18926
|
ListBrowserSettings: string;
|
|
18927
|
+
ListDataProtectionSettings: string;
|
|
17789
18928
|
ListIdentityProviders: string;
|
|
17790
18929
|
ListIpAccessSettings: string;
|
|
17791
18930
|
ListNetworkSettings: string;
|
|
17792
18931
|
ListPortals: string;
|
|
18932
|
+
ListSessions: string;
|
|
17793
18933
|
ListTagsForResource: string;
|
|
17794
18934
|
ListTrustStoreCertificates: string;
|
|
17795
18935
|
ListTrustStores: string;
|
|
@@ -17798,6 +18938,7 @@ export declare const Actions: {
|
|
|
17798
18938
|
TagResource: string;
|
|
17799
18939
|
UntagResource: string;
|
|
17800
18940
|
UpdateBrowserSettings: string;
|
|
18941
|
+
UpdateDataProtectionSettings: string;
|
|
17801
18942
|
UpdateIdentityProvider: string;
|
|
17802
18943
|
UpdateIpAccessSettings: string;
|
|
17803
18944
|
UpdateNetworkSettings: string;
|
|
@@ -17900,6 +19041,7 @@ export declare const Actions: {
|
|
|
17900
19041
|
xray: {
|
|
17901
19042
|
BatchGetTraces: string;
|
|
17902
19043
|
BatchGetTraceSummaryById: string;
|
|
19044
|
+
CancelTraceRetrieval: string;
|
|
17903
19045
|
CreateGroup: string;
|
|
17904
19046
|
CreateSamplingRule: string;
|
|
17905
19047
|
DeleteGroup: string;
|
|
@@ -17909,27 +19051,36 @@ export declare const Actions: {
|
|
|
17909
19051
|
GetEncryptionConfig: string;
|
|
17910
19052
|
GetGroup: string;
|
|
17911
19053
|
GetGroups: string;
|
|
19054
|
+
GetIndexingRules: string;
|
|
17912
19055
|
GetInsight: string;
|
|
17913
19056
|
GetInsightEvents: string;
|
|
17914
19057
|
GetInsightImpactGraph: string;
|
|
17915
19058
|
GetInsightSummaries: string;
|
|
19059
|
+
GetRetrievedTracesGraph: string;
|
|
17916
19060
|
GetSamplingRules: string;
|
|
17917
19061
|
GetSamplingStatisticSummaries: string;
|
|
17918
19062
|
GetSamplingTargets: string;
|
|
17919
19063
|
GetServiceGraph: string;
|
|
17920
19064
|
GetTimeSeriesServiceStatistics: string;
|
|
17921
19065
|
GetTraceGraph: string;
|
|
19066
|
+
GetTraceSegmentDestination: string;
|
|
17922
19067
|
GetTraceSummaries: string;
|
|
17923
19068
|
Link: string;
|
|
17924
19069
|
ListResourcePolicies: string;
|
|
19070
|
+
ListRetrievedTraces: string;
|
|
17925
19071
|
ListTagsForResource: string;
|
|
17926
19072
|
PutEncryptionConfig: string;
|
|
17927
19073
|
PutResourcePolicy: string;
|
|
19074
|
+
PutSpans: string;
|
|
19075
|
+
PutSpansForIndexing: string;
|
|
17928
19076
|
PutTelemetryRecords: string;
|
|
17929
19077
|
PutTraceSegments: string;
|
|
19078
|
+
StartTraceRetrieval: string;
|
|
17930
19079
|
TagResource: string;
|
|
17931
19080
|
UntagResource: string;
|
|
17932
19081
|
UpdateGroup: string;
|
|
19082
|
+
UpdateIndexingRule: string;
|
|
17933
19083
|
UpdateSamplingRule: string;
|
|
19084
|
+
UpdateTraceSegmentDestination: string;
|
|
17934
19085
|
};
|
|
17935
19086
|
};
|