@jjrawlins/cdk-iam-policy-builder-helper 0.0.4 → 0.0.6
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 +211 -62
- package/.mergify.yml +60 -0
- package/cdk-iam-policy-builder-helper/go.mod +13 -0
- package/{jjrawlinscdkiampolicybuilderhelper → cdk-iam-policy-builder-helper}/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -0
- package/lib/bin/download-actions-json.js +3 -7
- package/lib/constructs/Actions.d.ts +800 -61
- package/lib/constructs/Actions.js +801 -62
- package/lib/constructs/ManagedPolicies.d.ts +248 -40
- package/lib/constructs/ManagedPolicies.js +249 -41
- package/methods_list.txt +19274 -0
- package/node_modules/axios/CHANGELOG.md +257 -0
- package/node_modules/axios/README.md +71 -87
- package/node_modules/axios/dist/axios.js +303 -235
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +230 -177
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +230 -177
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +268 -187
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +22 -6
- package/node_modules/axios/index.d.ts +14 -4
- package/node_modules/axios/lib/adapters/fetch.js +22 -22
- package/node_modules/axios/lib/adapters/http.js +7 -7
- package/node_modules/axios/lib/cancel/CancelToken.js +14 -0
- package/node_modules/axios/lib/core/Axios.js +20 -6
- package/node_modules/axios/lib/core/AxiosError.js +5 -2
- package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
- package/node_modules/axios/lib/core/buildFullPath.js +3 -2
- package/node_modules/axios/lib/core/mergeConfig.js +6 -6
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +7 -1
- package/node_modules/axios/lib/helpers/composeSignals.js +31 -29
- package/node_modules/axios/lib/helpers/formDataToStream.js +6 -5
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
- package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
- package/node_modules/axios/lib/helpers/throttle.js +1 -1
- package/node_modules/axios/lib/helpers/toFormData.js +4 -0
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
- package/node_modules/axios/lib/helpers/trackStream.js +25 -5
- package/node_modules/axios/lib/helpers/validator.js +8 -0
- package/node_modules/axios/lib/platform/common/utils.js +5 -4
- package/node_modules/axios/lib/platform/node/index.js +26 -0
- package/node_modules/axios/lib/utils.js +48 -28
- package/node_modules/axios/package.json +14 -5
- package/node_modules/form-data/CHANGELOG.md +601 -0
- package/node_modules/form-data/{Readme.md → README.md} +34 -37
- package/node_modules/form-data/lib/browser.js +3 -1
- package/node_modules/form-data/lib/form_data.js +126 -135
- package/node_modules/form-data/lib/populate.js +5 -5
- package/node_modules/form-data/package.json +24 -16
- package/package.json +16 -10
- package/jjrawlinscdkiampolicybuilderhelper/go.mod +0 -13
- package/jjrawlinscdkiampolicybuilderhelper/version +0 -1
- package/node_modules/axios/SECURITY.md +0 -6
- /package/{jjrawlinscdkiampolicybuilderhelper → cdk-iam-policy-builder-helper}/LICENSE +0 -0
- /package/{jjrawlinscdkiampolicybuilderhelper → cdk-iam-policy-builder-helper}/README.md +0 -0
|
@@ -152,6 +152,7 @@ export declare const Actions: {
|
|
|
152
152
|
GetPrimaryEmail: string;
|
|
153
153
|
GetRegionOptStatus: string;
|
|
154
154
|
ListRegions: string;
|
|
155
|
+
PutAccountName: string;
|
|
155
156
|
PutAlternateContact: string;
|
|
156
157
|
PutContactInformation: string;
|
|
157
158
|
StartPrimaryEmailUpdate: string;
|
|
@@ -196,6 +197,7 @@ export declare const Actions: {
|
|
|
196
197
|
RenewCertificate: string;
|
|
197
198
|
RequestCertificate: string;
|
|
198
199
|
ResendValidationEmail: string;
|
|
200
|
+
RevokeCertificate: string;
|
|
199
201
|
UpdateCertificateOptions: string;
|
|
200
202
|
};
|
|
201
203
|
activate: {
|
|
@@ -216,6 +218,7 @@ export declare const Actions: {
|
|
|
216
218
|
DeleteInvestigation: string;
|
|
217
219
|
DeleteInvestigationGroup: string;
|
|
218
220
|
DeleteInvestigationGroupPolicy: string;
|
|
221
|
+
GetEphemeralInvestigationResults: string;
|
|
219
222
|
GetInvestigation: string;
|
|
220
223
|
GetInvestigationEvent: string;
|
|
221
224
|
GetInvestigationGroup: string;
|
|
@@ -231,6 +234,7 @@ export declare const Actions: {
|
|
|
231
234
|
UpdateInvestigation: string;
|
|
232
235
|
UpdateInvestigationEvent: string;
|
|
233
236
|
UpdateInvestigationGroup: string;
|
|
237
|
+
ValidateInvestigationGroup: string;
|
|
234
238
|
};
|
|
235
239
|
airflow: {
|
|
236
240
|
CreateCliToken: string;
|
|
@@ -361,6 +365,7 @@ export declare const Actions: {
|
|
|
361
365
|
BatchGetVpcEndpoint: string;
|
|
362
366
|
CreateAccessPolicy: string;
|
|
363
367
|
CreateCollection: string;
|
|
368
|
+
CreateIndex: string;
|
|
364
369
|
CreateLifecyclePolicy: string;
|
|
365
370
|
CreateSecurityConfig: string;
|
|
366
371
|
CreateSecurityPolicy: string;
|
|
@@ -368,12 +373,14 @@ export declare const Actions: {
|
|
|
368
373
|
DashboardsAccessAll: string;
|
|
369
374
|
DeleteAccessPolicy: string;
|
|
370
375
|
DeleteCollection: string;
|
|
376
|
+
DeleteIndex: string;
|
|
371
377
|
DeleteLifecyclePolicy: string;
|
|
372
378
|
DeleteSecurityConfig: string;
|
|
373
379
|
DeleteSecurityPolicy: string;
|
|
374
380
|
DeleteVpcEndpoint: string;
|
|
375
381
|
GetAccessPolicy: string;
|
|
376
382
|
GetAccountSettings: string;
|
|
383
|
+
GetIndex: string;
|
|
377
384
|
GetPoliciesStats: string;
|
|
378
385
|
GetSecurityConfig: string;
|
|
379
386
|
GetSecurityPolicy: string;
|
|
@@ -389,6 +396,7 @@ export declare const Actions: {
|
|
|
389
396
|
UpdateAccessPolicy: string;
|
|
390
397
|
UpdateAccountSettings: string;
|
|
391
398
|
UpdateCollection: string;
|
|
399
|
+
UpdateIndex: string;
|
|
392
400
|
UpdateLifecyclePolicy: string;
|
|
393
401
|
UpdateSecurityConfig: string;
|
|
394
402
|
UpdateSecurityPolicy: string;
|
|
@@ -397,8 +405,12 @@ export declare const Actions: {
|
|
|
397
405
|
apigateway: {
|
|
398
406
|
AddCertificateToDomain: string;
|
|
399
407
|
CreateAccessAssociation: string;
|
|
408
|
+
CreateRoutingRule: string;
|
|
400
409
|
DELETE: string;
|
|
410
|
+
DeleteRoutingRule: string;
|
|
401
411
|
GET: string;
|
|
412
|
+
GetRoutingRule: string;
|
|
413
|
+
ListRoutingRules: string;
|
|
402
414
|
PATCH: string;
|
|
403
415
|
POST: string;
|
|
404
416
|
PUT: string;
|
|
@@ -408,12 +420,14 @@ export declare const Actions: {
|
|
|
408
420
|
UpdateDomainNameManagementPolicy: string;
|
|
409
421
|
UpdateDomainNamePolicy: string;
|
|
410
422
|
UpdateRestApiPolicy: string;
|
|
423
|
+
UpdateRoutingRule: string;
|
|
411
424
|
};
|
|
412
425
|
'app-integrations': {
|
|
413
426
|
CreateApplication: string;
|
|
414
427
|
CreateApplicationAssociation: string;
|
|
415
428
|
CreateDataIntegration: string;
|
|
416
429
|
CreateDataIntegrationAssociation: string;
|
|
430
|
+
CreateDataIntegrationSchedule: string;
|
|
417
431
|
CreateEventIntegration: string;
|
|
418
432
|
CreateEventIntegrationAssociation: string;
|
|
419
433
|
DeleteApplication: string;
|
|
@@ -424,19 +438,25 @@ export declare const Actions: {
|
|
|
424
438
|
DeleteEventIntegrationAssociation: string;
|
|
425
439
|
GetApplication: string;
|
|
426
440
|
GetDataIntegration: string;
|
|
441
|
+
GetDataIntegrationExecution: string;
|
|
442
|
+
GetDataIntegrationSchedule: string;
|
|
427
443
|
GetEventIntegration: string;
|
|
428
444
|
ListApplicationAssociations: string;
|
|
429
445
|
ListApplications: string;
|
|
430
446
|
ListDataIntegrationAssociations: string;
|
|
447
|
+
ListDataIntegrationExecutions: string;
|
|
431
448
|
ListDataIntegrations: string;
|
|
449
|
+
ListDataIntegrationSchedules: string;
|
|
432
450
|
ListEventIntegrationAssociations: string;
|
|
433
451
|
ListEventIntegrations: string;
|
|
434
452
|
ListTagsForResource: string;
|
|
453
|
+
StartDataIntegrationExecution: string;
|
|
435
454
|
TagResource: string;
|
|
436
455
|
UntagResource: string;
|
|
437
456
|
UpdateApplication: string;
|
|
438
457
|
UpdateDataIntegration: string;
|
|
439
458
|
UpdateDataIntegrationAssociation: string;
|
|
459
|
+
UpdateDataIntegrationSchedule: string;
|
|
440
460
|
UpdateEventIntegration: string;
|
|
441
461
|
};
|
|
442
462
|
appconfig: {
|
|
@@ -979,20 +999,26 @@ export declare const Actions: {
|
|
|
979
999
|
CreateAlertManagerAlerts: string;
|
|
980
1000
|
CreateAlertManagerDefinition: string;
|
|
981
1001
|
CreateLoggingConfiguration: string;
|
|
1002
|
+
CreateQueryLoggingConfiguration: string;
|
|
982
1003
|
CreateRuleGroupsNamespace: string;
|
|
983
1004
|
CreateScraper: string;
|
|
984
1005
|
CreateWorkspace: string;
|
|
985
1006
|
DeleteAlertManagerDefinition: string;
|
|
986
1007
|
DeleteAlertManagerSilence: string;
|
|
987
1008
|
DeleteLoggingConfiguration: string;
|
|
1009
|
+
DeleteQueryLoggingConfiguration: string;
|
|
1010
|
+
DeleteResourcePolicy: string;
|
|
988
1011
|
DeleteRuleGroupsNamespace: string;
|
|
989
1012
|
DeleteScraper: string;
|
|
990
1013
|
DeleteWorkspace: string;
|
|
991
1014
|
DescribeAlertManagerDefinition: string;
|
|
992
1015
|
DescribeLoggingConfiguration: string;
|
|
1016
|
+
DescribeQueryLoggingConfiguration: string;
|
|
1017
|
+
DescribeResourcePolicy: string;
|
|
993
1018
|
DescribeRuleGroupsNamespace: string;
|
|
994
1019
|
DescribeScraper: string;
|
|
995
1020
|
DescribeWorkspace: string;
|
|
1021
|
+
DescribeWorkspaceConfiguration: string;
|
|
996
1022
|
GetAlertManagerSilence: string;
|
|
997
1023
|
GetAlertManagerStatus: string;
|
|
998
1024
|
GetDefaultScraperConfiguration: string;
|
|
@@ -1011,16 +1037,45 @@ export declare const Actions: {
|
|
|
1011
1037
|
ListWorkspaces: string;
|
|
1012
1038
|
PutAlertManagerDefinition: string;
|
|
1013
1039
|
PutAlertManagerSilences: string;
|
|
1040
|
+
PutResourcePolicy: string;
|
|
1014
1041
|
PutRuleGroupsNamespace: string;
|
|
1015
1042
|
QueryMetrics: string;
|
|
1016
1043
|
RemoteWrite: string;
|
|
1017
1044
|
TagResource: string;
|
|
1018
1045
|
UntagResource: string;
|
|
1019
1046
|
UpdateLoggingConfiguration: string;
|
|
1047
|
+
UpdateQueryLoggingConfiguration: string;
|
|
1020
1048
|
UpdateScraper: string;
|
|
1021
1049
|
UpdateWorkspaceAlias: string;
|
|
1050
|
+
UpdateWorkspaceConfiguration: string;
|
|
1051
|
+
};
|
|
1052
|
+
'arc-region-switch': {
|
|
1053
|
+
ApprovePlanExecutionStep: string;
|
|
1054
|
+
CancelPlanExecution: string;
|
|
1055
|
+
CreatePlan: string;
|
|
1056
|
+
DeletePlan: string;
|
|
1057
|
+
DeleteResourcePolicy: string;
|
|
1058
|
+
GetPlan: string;
|
|
1059
|
+
GetPlanEvaluationStatus: string;
|
|
1060
|
+
GetPlanExecution: string;
|
|
1061
|
+
GetPlanInRegion: string;
|
|
1062
|
+
GetResourcePolicy: string;
|
|
1063
|
+
ListPlanExecutionEvents: string;
|
|
1064
|
+
ListPlanExecutions: string;
|
|
1065
|
+
ListPlans: string;
|
|
1066
|
+
ListPlansInRegion: string;
|
|
1067
|
+
ListRoute53HealthChecks: string;
|
|
1068
|
+
ListTagsForResource: string;
|
|
1069
|
+
PutResourcePolicy: string;
|
|
1070
|
+
StartPlanExecution: string;
|
|
1071
|
+
TagResource: string;
|
|
1072
|
+
UntagResource: string;
|
|
1073
|
+
UpdatePlan: string;
|
|
1074
|
+
UpdatePlanExecution: string;
|
|
1075
|
+
UpdatePlanExecutionStep: string;
|
|
1022
1076
|
};
|
|
1023
1077
|
'arc-zonal-shift': {
|
|
1078
|
+
CancelPracticeRun: string;
|
|
1024
1079
|
CancelZonalShift: string;
|
|
1025
1080
|
CreatePracticeRunConfiguration: string;
|
|
1026
1081
|
DeletePracticeRunConfiguration: string;
|
|
@@ -1029,6 +1084,7 @@ export declare const Actions: {
|
|
|
1029
1084
|
ListAutoshifts: string;
|
|
1030
1085
|
ListManagedResources: string;
|
|
1031
1086
|
ListZonalShifts: string;
|
|
1087
|
+
StartPracticeRun: string;
|
|
1032
1088
|
StartZonalShift: string;
|
|
1033
1089
|
UpdateAutoshiftObserverNotificationStatus: string;
|
|
1034
1090
|
UpdatePracticeRunConfiguration: string;
|
|
@@ -1297,7 +1353,6 @@ export declare const Actions: {
|
|
|
1297
1353
|
CancelAgreement: string;
|
|
1298
1354
|
CancelAgreementRequest: string;
|
|
1299
1355
|
CancelChangeSet: string;
|
|
1300
|
-
CompleteTask: string;
|
|
1301
1356
|
CreateAgreementRequest: string;
|
|
1302
1357
|
CreatePrivateMarketplaceRequests: string;
|
|
1303
1358
|
DeleteResourcePolicy: string;
|
|
@@ -1308,9 +1363,9 @@ export declare const Actions: {
|
|
|
1308
1363
|
DescribeEntity: string;
|
|
1309
1364
|
DescribePrivateMarketplaceRequests: string;
|
|
1310
1365
|
DescribeProcurementSystemConfiguration: string;
|
|
1311
|
-
DescribeTask: string;
|
|
1312
1366
|
DisassociateProductsFromPrivateMarketplace: string;
|
|
1313
1367
|
GetAgreementApprovalRequest: string;
|
|
1368
|
+
GetAgreementEntitlements: string;
|
|
1314
1369
|
GetAgreementRequest: string;
|
|
1315
1370
|
GetAgreementTerms: string;
|
|
1316
1371
|
GetBuyerDashboard: string;
|
|
@@ -1328,7 +1383,6 @@ export declare const Actions: {
|
|
|
1328
1383
|
ListPrivateListings: string;
|
|
1329
1384
|
ListPrivateMarketplaceRequests: string;
|
|
1330
1385
|
ListTagsForResource: string;
|
|
1331
|
-
ListTasks: string;
|
|
1332
1386
|
MeterUsage: string;
|
|
1333
1387
|
PutDeploymentParameter: string;
|
|
1334
1388
|
PutProcurementSystemConfiguration: string;
|
|
@@ -1345,7 +1399,6 @@ export declare const Actions: {
|
|
|
1345
1399
|
UntagResource: string;
|
|
1346
1400
|
UpdateAgreementApprovalRequest: string;
|
|
1347
1401
|
UpdatePurchaseOrders: string;
|
|
1348
|
-
UpdateTask: string;
|
|
1349
1402
|
ViewSubscriptions: string;
|
|
1350
1403
|
};
|
|
1351
1404
|
'aws-portal': {
|
|
@@ -1457,6 +1510,7 @@ export declare const Actions: {
|
|
|
1457
1510
|
UpdateObjectComplete: string;
|
|
1458
1511
|
};
|
|
1459
1512
|
backup: {
|
|
1513
|
+
AssociateBackupVaultMpaApprovalTeam: string;
|
|
1460
1514
|
CancelLegalHold: string;
|
|
1461
1515
|
CopyFromBackupVault: string;
|
|
1462
1516
|
CopyIntoBackupVault: string;
|
|
@@ -1467,6 +1521,7 @@ export declare const Actions: {
|
|
|
1467
1521
|
CreateLegalHold: string;
|
|
1468
1522
|
CreateLogicallyAirGappedBackupVault: string;
|
|
1469
1523
|
CreateReportPlan: string;
|
|
1524
|
+
CreateRestoreAccessBackupVault: string;
|
|
1470
1525
|
CreateRestoreTestingPlan: string;
|
|
1471
1526
|
CreateRestoreTestingSelection: string;
|
|
1472
1527
|
DeleteBackupPlan: string;
|
|
@@ -1492,6 +1547,7 @@ export declare const Actions: {
|
|
|
1492
1547
|
DescribeReportJob: string;
|
|
1493
1548
|
DescribeReportPlan: string;
|
|
1494
1549
|
DescribeRestoreJob: string;
|
|
1550
|
+
DisassociateBackupVaultMpaApprovalTeam: string;
|
|
1495
1551
|
DisassociateRecoveryPoint: string;
|
|
1496
1552
|
DisassociateRecoveryPointFromParent: string;
|
|
1497
1553
|
ExportBackupPlanTemplate: string;
|
|
@@ -1530,6 +1586,7 @@ export declare const Actions: {
|
|
|
1530
1586
|
ListRecoveryPointsByResource: string;
|
|
1531
1587
|
ListReportJobs: string;
|
|
1532
1588
|
ListReportPlans: string;
|
|
1589
|
+
ListRestoreAccessBackupVaults: string;
|
|
1533
1590
|
ListRestoreJobs: string;
|
|
1534
1591
|
ListRestoreJobsByProtectedResource: string;
|
|
1535
1592
|
ListRestoreJobSummaries: string;
|
|
@@ -1541,6 +1598,7 @@ export declare const Actions: {
|
|
|
1541
1598
|
PutBackupVaultNotifications: string;
|
|
1542
1599
|
PutBackupVaultSharingPolicy: string;
|
|
1543
1600
|
PutRestoreValidationResult: string;
|
|
1601
|
+
RevokeRestoreAccessBackupVault: string;
|
|
1544
1602
|
SearchRecoveryPoint: string;
|
|
1545
1603
|
StartBackupJob: string;
|
|
1546
1604
|
StartCopyJob: string;
|
|
@@ -1565,10 +1623,12 @@ export declare const Actions: {
|
|
|
1565
1623
|
CreateConsumableResource: string;
|
|
1566
1624
|
CreateJobQueue: string;
|
|
1567
1625
|
CreateSchedulingPolicy: string;
|
|
1626
|
+
CreateServiceEnvironment: string;
|
|
1568
1627
|
DeleteComputeEnvironment: string;
|
|
1569
1628
|
DeleteConsumableResource: string;
|
|
1570
1629
|
DeleteJobQueue: string;
|
|
1571
1630
|
DeleteSchedulingPolicy: string;
|
|
1631
|
+
DeleteServiceEnvironment: string;
|
|
1572
1632
|
DeregisterJobDefinition: string;
|
|
1573
1633
|
DescribeComputeEnvironments: string;
|
|
1574
1634
|
DescribeConsumableResource: string;
|
|
@@ -1576,21 +1636,38 @@ export declare const Actions: {
|
|
|
1576
1636
|
DescribeJobQueues: string;
|
|
1577
1637
|
DescribeJobs: string;
|
|
1578
1638
|
DescribeSchedulingPolicies: string;
|
|
1639
|
+
DescribeServiceEnvironments: string;
|
|
1640
|
+
DescribeServiceJob: string;
|
|
1579
1641
|
GetJobQueueSnapshot: string;
|
|
1580
1642
|
ListConsumableResources: string;
|
|
1581
1643
|
ListJobs: string;
|
|
1582
1644
|
ListJobsByConsumableResource: string;
|
|
1583
1645
|
ListSchedulingPolicies: string;
|
|
1646
|
+
ListServiceJobs: string;
|
|
1584
1647
|
ListTagsForResource: string;
|
|
1585
1648
|
RegisterJobDefinition: string;
|
|
1586
1649
|
SubmitJob: string;
|
|
1650
|
+
SubmitServiceJob: string;
|
|
1587
1651
|
TagResource: string;
|
|
1588
1652
|
TerminateJob: string;
|
|
1653
|
+
TerminateServiceJob: string;
|
|
1589
1654
|
UntagResource: string;
|
|
1590
1655
|
UpdateComputeEnvironment: string;
|
|
1591
1656
|
UpdateConsumableResource: string;
|
|
1592
1657
|
UpdateJobQueue: string;
|
|
1593
1658
|
UpdateSchedulingPolicy: string;
|
|
1659
|
+
UpdateServiceEnvironment: string;
|
|
1660
|
+
};
|
|
1661
|
+
'bcm-dashboards': {
|
|
1662
|
+
CreateDashboard: string;
|
|
1663
|
+
DeleteDashboard: string;
|
|
1664
|
+
GetDashboard: string;
|
|
1665
|
+
GetResourcePolicy: string;
|
|
1666
|
+
ListDashboards: string;
|
|
1667
|
+
ListTagsForResource: string;
|
|
1668
|
+
TagResource: string;
|
|
1669
|
+
UntagResource: string;
|
|
1670
|
+
UpdateDashboard: string;
|
|
1594
1671
|
};
|
|
1595
1672
|
'bcm-data-exports': {
|
|
1596
1673
|
CreateExport: string;
|
|
@@ -1644,6 +1721,92 @@ export declare const Actions: {
|
|
|
1644
1721
|
UpdateWorkloadEstimate: string;
|
|
1645
1722
|
UpdateWorkloadEstimateUsage: string;
|
|
1646
1723
|
};
|
|
1724
|
+
'bcm-recommended-actions': {
|
|
1725
|
+
ListRecommendedActions: string;
|
|
1726
|
+
};
|
|
1727
|
+
'bedrock-agentcore': {
|
|
1728
|
+
AllowVendedLogDeliveryForResource: string;
|
|
1729
|
+
ConnectBrowserAutomationStream: string;
|
|
1730
|
+
ConnectBrowserLiveViewStream: string;
|
|
1731
|
+
CreateAgentRuntime: string;
|
|
1732
|
+
CreateAgentRuntimeEndpoint: string;
|
|
1733
|
+
CreateApiKeyCredentialProvider: string;
|
|
1734
|
+
CreateBrowser: string;
|
|
1735
|
+
CreateCodeInterpreter: string;
|
|
1736
|
+
CreateEvent: string;
|
|
1737
|
+
CreateGateway: string;
|
|
1738
|
+
CreateGatewayTarget: string;
|
|
1739
|
+
CreateMemory: string;
|
|
1740
|
+
CreateOauth2CredentialProvider: string;
|
|
1741
|
+
CreateWorkloadIdentity: string;
|
|
1742
|
+
DeleteAgentRuntime: string;
|
|
1743
|
+
DeleteAgentRuntimeEndpoint: string;
|
|
1744
|
+
DeleteApiKeyCredentialProvider: string;
|
|
1745
|
+
DeleteBrowser: string;
|
|
1746
|
+
DeleteCodeInterpreter: string;
|
|
1747
|
+
DeleteEvent: string;
|
|
1748
|
+
DeleteGateway: string;
|
|
1749
|
+
DeleteGatewayTarget: string;
|
|
1750
|
+
DeleteMemory: string;
|
|
1751
|
+
DeleteMemoryRecord: string;
|
|
1752
|
+
DeleteOauth2CredentialProvider: string;
|
|
1753
|
+
DeleteWorkloadIdentity: string;
|
|
1754
|
+
GetAgentRuntime: string;
|
|
1755
|
+
GetAgentRuntimeEndpoint: string;
|
|
1756
|
+
GetApiKeyCredentialProvider: string;
|
|
1757
|
+
GetBrowser: string;
|
|
1758
|
+
GetBrowserSession: string;
|
|
1759
|
+
GetCodeInterpreter: string;
|
|
1760
|
+
GetCodeInterpreterSession: string;
|
|
1761
|
+
GetEvent: string;
|
|
1762
|
+
GetGateway: string;
|
|
1763
|
+
GetGatewayTarget: string;
|
|
1764
|
+
GetMemory: string;
|
|
1765
|
+
GetMemoryRecord: string;
|
|
1766
|
+
GetOauth2CredentialProvider: string;
|
|
1767
|
+
GetResourceApiKey: string;
|
|
1768
|
+
GetResourceOauth2Token: string;
|
|
1769
|
+
GetTokenVault: string;
|
|
1770
|
+
GetWorkloadAccessToken: string;
|
|
1771
|
+
GetWorkloadAccessTokenForJWT: string;
|
|
1772
|
+
GetWorkloadAccessTokenForUserId: string;
|
|
1773
|
+
GetWorkloadIdentity: string;
|
|
1774
|
+
InvokeAgentRuntime: string;
|
|
1775
|
+
InvokeCodeInterpreter: string;
|
|
1776
|
+
ListActors: string;
|
|
1777
|
+
ListAgentRuntimeEndpoints: string;
|
|
1778
|
+
ListAgentRuntimes: string;
|
|
1779
|
+
ListAgentRuntimeVersions: string;
|
|
1780
|
+
ListApiKeyCredentialProviders: string;
|
|
1781
|
+
ListBrowsers: string;
|
|
1782
|
+
ListBrowserSessions: string;
|
|
1783
|
+
ListCodeInterpreters: string;
|
|
1784
|
+
ListCodeInterpreterSessions: string;
|
|
1785
|
+
ListEvents: string;
|
|
1786
|
+
ListGateways: string;
|
|
1787
|
+
ListGatewayTargets: string;
|
|
1788
|
+
ListMemories: string;
|
|
1789
|
+
ListMemoryRecords: string;
|
|
1790
|
+
ListOauth2CredentialProviders: string;
|
|
1791
|
+
ListSessions: string;
|
|
1792
|
+
ListWorkloadIdentities: string;
|
|
1793
|
+
RetrieveMemoryRecords: string;
|
|
1794
|
+
SetTokenVaultCMK: string;
|
|
1795
|
+
StartBrowserSession: string;
|
|
1796
|
+
StartCodeInterpreterSession: string;
|
|
1797
|
+
StopBrowserSession: string;
|
|
1798
|
+
StopCodeInterpreterSession: string;
|
|
1799
|
+
SynchronizeGatewayTargets: string;
|
|
1800
|
+
UpdateAgentRuntime: string;
|
|
1801
|
+
UpdateAgentRuntimeEndpoint: string;
|
|
1802
|
+
UpdateApiKeyCredentialProvider: string;
|
|
1803
|
+
UpdateBrowserStream: string;
|
|
1804
|
+
UpdateGateway: string;
|
|
1805
|
+
UpdateGatewayTarget: string;
|
|
1806
|
+
UpdateMemory: string;
|
|
1807
|
+
UpdateOauth2CredentialProvider: string;
|
|
1808
|
+
UpdateWorkloadIdentity: string;
|
|
1809
|
+
};
|
|
1647
1810
|
bedrock: {
|
|
1648
1811
|
AllowVendedLogDeliveryForResource: string;
|
|
1649
1812
|
ApplyGuardrail: string;
|
|
@@ -1651,11 +1814,18 @@ export declare const Actions: {
|
|
|
1651
1814
|
AssociateAgentKnowledgeBase: string;
|
|
1652
1815
|
AssociateThirdPartyKnowledgeBase: string;
|
|
1653
1816
|
BatchDeleteEvaluationJob: string;
|
|
1817
|
+
CallWithBearerToken: string;
|
|
1818
|
+
CancelAutomatedReasoningPolicyBuildWorkflow: string;
|
|
1654
1819
|
CreateAgent: string;
|
|
1655
1820
|
CreateAgentActionGroup: string;
|
|
1656
1821
|
CreateAgentAlias: string;
|
|
1822
|
+
CreateAutomatedReasoningPolicy: string;
|
|
1823
|
+
CreateAutomatedReasoningPolicyTestCase: string;
|
|
1824
|
+
CreateAutomatedReasoningPolicyVersion: string;
|
|
1657
1825
|
CreateBlueprint: string;
|
|
1658
1826
|
CreateBlueprintVersion: string;
|
|
1827
|
+
CreateCustomModel: string;
|
|
1828
|
+
CreateCustomModelDeployment: string;
|
|
1659
1829
|
CreateDataAutomationProject: string;
|
|
1660
1830
|
CreateDataSource: string;
|
|
1661
1831
|
CreateEvaluationJob: string;
|
|
@@ -1684,8 +1854,12 @@ export declare const Actions: {
|
|
|
1684
1854
|
DeleteAgentAlias: string;
|
|
1685
1855
|
DeleteAgentMemory: string;
|
|
1686
1856
|
DeleteAgentVersion: string;
|
|
1857
|
+
DeleteAutomatedReasoningPolicy: string;
|
|
1858
|
+
DeleteAutomatedReasoningPolicyBuildWorkflow: string;
|
|
1859
|
+
DeleteAutomatedReasoningPolicyTestCase: string;
|
|
1687
1860
|
DeleteBlueprint: string;
|
|
1688
1861
|
DeleteCustomModel: string;
|
|
1862
|
+
DeleteCustomModelDeployment: string;
|
|
1689
1863
|
DeleteDataAutomationProject: string;
|
|
1690
1864
|
DeleteDataSource: string;
|
|
1691
1865
|
DeleteFlow: string;
|
|
@@ -1710,6 +1884,7 @@ export declare const Actions: {
|
|
|
1710
1884
|
DisassociateAgentCollaborator: string;
|
|
1711
1885
|
DisassociateAgentKnowledgeBase: string;
|
|
1712
1886
|
EndSession: string;
|
|
1887
|
+
ExportAutomatedReasoningPolicyVersion: string;
|
|
1713
1888
|
GenerateQuery: string;
|
|
1714
1889
|
GetAgent: string;
|
|
1715
1890
|
GetAgentActionGroup: string;
|
|
@@ -1719,15 +1894,25 @@ export declare const Actions: {
|
|
|
1719
1894
|
GetAgentMemory: string;
|
|
1720
1895
|
GetAgentVersion: string;
|
|
1721
1896
|
GetAsyncInvoke: string;
|
|
1897
|
+
GetAutomatedReasoningPolicy: string;
|
|
1898
|
+
GetAutomatedReasoningPolicyAnnotations: string;
|
|
1899
|
+
GetAutomatedReasoningPolicyBuildWorkflow: string;
|
|
1900
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssets: string;
|
|
1901
|
+
GetAutomatedReasoningPolicyNextScenario: string;
|
|
1902
|
+
GetAutomatedReasoningPolicyTestCase: string;
|
|
1903
|
+
GetAutomatedReasoningPolicyTestResult: string;
|
|
1722
1904
|
GetBlueprint: string;
|
|
1723
1905
|
GetBlueprintRecommendation: string;
|
|
1724
1906
|
GetCustomModel: string;
|
|
1907
|
+
GetCustomModelDeployment: string;
|
|
1725
1908
|
GetDataAutomationProject: string;
|
|
1726
1909
|
GetDataAutomationStatus: string;
|
|
1727
1910
|
GetDataSource: string;
|
|
1728
1911
|
GetEvaluationJob: string;
|
|
1912
|
+
GetExecutionFlowSnapshot: string;
|
|
1729
1913
|
GetFlow: string;
|
|
1730
1914
|
GetFlowAlias: string;
|
|
1915
|
+
GetFlowExecution: string;
|
|
1731
1916
|
GetFlowVersion: string;
|
|
1732
1917
|
GetFoundationModel: string;
|
|
1733
1918
|
GetFoundationModelAvailability: string;
|
|
@@ -1753,6 +1938,7 @@ export declare const Actions: {
|
|
|
1753
1938
|
GetUseCaseForModelAccess: string;
|
|
1754
1939
|
IngestKnowledgeBaseDocuments: string;
|
|
1755
1940
|
InvokeAgent: string;
|
|
1941
|
+
InvokeAutomatedReasoningPolicy: string;
|
|
1756
1942
|
InvokeBlueprintRecommendationAsync: string;
|
|
1757
1943
|
InvokeBuilder: string;
|
|
1758
1944
|
InvokeDataAutomationAsync: string;
|
|
@@ -1767,12 +1953,19 @@ export declare const Actions: {
|
|
|
1767
1953
|
ListAgents: string;
|
|
1768
1954
|
ListAgentVersions: string;
|
|
1769
1955
|
ListAsyncInvokes: string;
|
|
1956
|
+
ListAutomatedReasoningPolicies: string;
|
|
1957
|
+
ListAutomatedReasoningPolicyBuildWorkflows: string;
|
|
1958
|
+
ListAutomatedReasoningPolicyTestCases: string;
|
|
1959
|
+
ListAutomatedReasoningPolicyTestResults: string;
|
|
1770
1960
|
ListBlueprints: string;
|
|
1961
|
+
ListCustomModelDeployments: string;
|
|
1771
1962
|
ListCustomModels: string;
|
|
1772
1963
|
ListDataAutomationProjects: string;
|
|
1773
1964
|
ListDataSources: string;
|
|
1774
1965
|
ListEvaluationJobs: string;
|
|
1775
1966
|
ListFlowAliases: string;
|
|
1967
|
+
ListFlowExecutionEvents: string;
|
|
1968
|
+
ListFlowExecutions: string;
|
|
1776
1969
|
ListFlows: string;
|
|
1777
1970
|
ListFlowVersions: string;
|
|
1778
1971
|
ListFoundationModelAgreementOffers: string;
|
|
@@ -1809,8 +2002,12 @@ export declare const Actions: {
|
|
|
1809
2002
|
Rerank: string;
|
|
1810
2003
|
Retrieve: string;
|
|
1811
2004
|
RetrieveAndGenerate: string;
|
|
2005
|
+
StartAutomatedReasoningPolicyBuildWorkflow: string;
|
|
2006
|
+
StartAutomatedReasoningPolicyTestWorkflow: string;
|
|
2007
|
+
StartFlowExecution: string;
|
|
1812
2008
|
StartIngestionJob: string;
|
|
1813
2009
|
StopEvaluationJob: string;
|
|
2010
|
+
StopFlowExecution: string;
|
|
1814
2011
|
StopIngestionJob: string;
|
|
1815
2012
|
StopModelCustomizationJob: string;
|
|
1816
2013
|
StopModelInvocationJob: string;
|
|
@@ -1821,6 +2018,9 @@ export declare const Actions: {
|
|
|
1821
2018
|
UpdateAgentAlias: string;
|
|
1822
2019
|
UpdateAgentCollaborator: string;
|
|
1823
2020
|
UpdateAgentKnowledgeBase: string;
|
|
2021
|
+
UpdateAutomatedReasoningPolicy: string;
|
|
2022
|
+
UpdateAutomatedReasoningPolicyAnnotations: string;
|
|
2023
|
+
UpdateAutomatedReasoningPolicyTestCase: string;
|
|
1824
2024
|
UpdateBlueprint: string;
|
|
1825
2025
|
UpdateDataAutomationProject: string;
|
|
1826
2026
|
UpdateDataSource: string;
|
|
@@ -1843,6 +2043,7 @@ export declare const Actions: {
|
|
|
1843
2043
|
GetBillingNotifications: string;
|
|
1844
2044
|
GetBillingPreferences: string;
|
|
1845
2045
|
GetBillingView: string;
|
|
2046
|
+
GetBillingViewData: string;
|
|
1846
2047
|
GetContractInformation: string;
|
|
1847
2048
|
GetCredits: string;
|
|
1848
2049
|
GetIAMAccessPreference: string;
|
|
@@ -1896,7 +2097,6 @@ export declare const Actions: {
|
|
|
1896
2097
|
};
|
|
1897
2098
|
braket: {
|
|
1898
2099
|
AcceptUserAgreement: string;
|
|
1899
|
-
AccessBraketFeature: string;
|
|
1900
2100
|
CancelJob: string;
|
|
1901
2101
|
CancelQuantumTask: string;
|
|
1902
2102
|
CreateJob: string;
|
|
@@ -1958,6 +2158,7 @@ export declare const Actions: {
|
|
|
1958
2158
|
CreateLayout: string;
|
|
1959
2159
|
CreateRelatedItem: string;
|
|
1960
2160
|
CreateTemplate: string;
|
|
2161
|
+
DeleteCase: string;
|
|
1961
2162
|
DeleteCaseRule: string;
|
|
1962
2163
|
DeleteDomain: string;
|
|
1963
2164
|
DeleteField: string;
|
|
@@ -1996,6 +2197,10 @@ export declare const Actions: {
|
|
|
1996
2197
|
CreateMultiRegionResource: string;
|
|
1997
2198
|
Drop: string;
|
|
1998
2199
|
DropMultiRegionResource: string;
|
|
2200
|
+
GetRecords: string;
|
|
2201
|
+
GetShardIterator: string;
|
|
2202
|
+
GetStream: string;
|
|
2203
|
+
ListStreams: string;
|
|
1999
2204
|
Modify: string;
|
|
2000
2205
|
ModifyMultiRegionResource: string;
|
|
2001
2206
|
Restore: string;
|
|
@@ -2029,8 +2234,10 @@ export declare const Actions: {
|
|
|
2029
2234
|
GetCommitmentPurchaseAnalysis: string;
|
|
2030
2235
|
GetConsoleActionSetEnforced: string;
|
|
2031
2236
|
GetCostAndUsage: string;
|
|
2237
|
+
GetCostAndUsageComparisons: string;
|
|
2032
2238
|
GetCostAndUsageWithResources: string;
|
|
2033
2239
|
GetCostCategories: string;
|
|
2240
|
+
GetCostComparisonDrivers: string;
|
|
2034
2241
|
GetCostForecast: string;
|
|
2035
2242
|
GetDimensionValues: string;
|
|
2036
2243
|
GetPreferences: string;
|
|
@@ -2474,6 +2681,7 @@ export declare const Actions: {
|
|
|
2474
2681
|
ListTagsForResource: string;
|
|
2475
2682
|
ListTrainedModelInferenceJobs: string;
|
|
2476
2683
|
ListTrainedModels: string;
|
|
2684
|
+
ListTrainedModelVersions: string;
|
|
2477
2685
|
ListTrainingDatasets: string;
|
|
2478
2686
|
PutConfiguredAudienceModelPolicy: string;
|
|
2479
2687
|
PutMLConfiguration: string;
|
|
@@ -2563,9 +2771,11 @@ export declare const Actions: {
|
|
|
2563
2771
|
UpdateCollaboration: string;
|
|
2564
2772
|
UpdateConfiguredAudienceModelAssociation: string;
|
|
2565
2773
|
UpdateConfiguredTable: string;
|
|
2774
|
+
UpdateConfiguredTableAllowedColumns: string;
|
|
2566
2775
|
UpdateConfiguredTableAnalysisRule: string;
|
|
2567
2776
|
UpdateConfiguredTableAssociation: string;
|
|
2568
2777
|
UpdateConfiguredTableAssociationAnalysisRule: string;
|
|
2778
|
+
UpdateConfiguredTableReference: string;
|
|
2569
2779
|
UpdateIdMappingTable: string;
|
|
2570
2780
|
UpdateIdNamespaceAssociation: string;
|
|
2571
2781
|
UpdateMembership: string;
|
|
@@ -2603,7 +2813,6 @@ export declare const Actions: {
|
|
|
2603
2813
|
UpdateMembershipSettings: string;
|
|
2604
2814
|
UpdateSSHRemote: string;
|
|
2605
2815
|
UpdateUserSettings: string;
|
|
2606
|
-
ValidateEnvironmentName: string;
|
|
2607
2816
|
};
|
|
2608
2817
|
clouddirectory: {
|
|
2609
2818
|
AddFacetToObject: string;
|
|
@@ -2785,16 +2994,21 @@ export declare const Actions: {
|
|
|
2785
2994
|
cloudfront: {
|
|
2786
2995
|
AllowVendedLogDeliveryForResource: string;
|
|
2787
2996
|
AssociateAlias: string;
|
|
2997
|
+
AssociateDistributionTenantWebACL: string;
|
|
2998
|
+
AssociateDistributionWebACL: string;
|
|
2788
2999
|
CopyDistribution: string;
|
|
2789
3000
|
CreateAnycastIpList: string;
|
|
2790
3001
|
CreateCachePolicy: string;
|
|
2791
3002
|
CreateCloudFrontOriginAccessIdentity: string;
|
|
3003
|
+
CreateConnectionGroup: string;
|
|
2792
3004
|
CreateContinuousDeploymentPolicy: string;
|
|
2793
3005
|
CreateDistribution: string;
|
|
3006
|
+
CreateDistributionTenant: string;
|
|
2794
3007
|
CreateFieldLevelEncryptionConfig: string;
|
|
2795
3008
|
CreateFieldLevelEncryptionProfile: string;
|
|
2796
3009
|
CreateFunction: string;
|
|
2797
3010
|
CreateInvalidation: string;
|
|
3011
|
+
CreateInvalidationForDistributionTenant: string;
|
|
2798
3012
|
CreateKeyGroup: string;
|
|
2799
3013
|
CreateKeyValueStore: string;
|
|
2800
3014
|
CreateMonitoringSubscription: string;
|
|
@@ -2810,8 +3024,10 @@ export declare const Actions: {
|
|
|
2810
3024
|
DeleteAnycastIpList: string;
|
|
2811
3025
|
DeleteCachePolicy: string;
|
|
2812
3026
|
DeleteCloudFrontOriginAccessIdentity: string;
|
|
3027
|
+
DeleteConnectionGroup: string;
|
|
2813
3028
|
DeleteContinuousDeploymentPolicy: string;
|
|
2814
3029
|
DeleteDistribution: string;
|
|
3030
|
+
DeleteDistributionTenant: string;
|
|
2815
3031
|
DeleteFieldLevelEncryptionConfig: string;
|
|
2816
3032
|
DeleteFieldLevelEncryptionProfile: string;
|
|
2817
3033
|
DeleteFunction: string;
|
|
@@ -2827,23 +3043,31 @@ export declare const Actions: {
|
|
|
2827
3043
|
DeleteVpcOrigin: string;
|
|
2828
3044
|
DescribeFunction: string;
|
|
2829
3045
|
DescribeKeyValueStore: string;
|
|
3046
|
+
DisassociateDistributionTenantWebACL: string;
|
|
3047
|
+
DisassociateDistributionWebACL: string;
|
|
2830
3048
|
GetAnycastIpList: string;
|
|
2831
3049
|
GetCachePolicy: string;
|
|
2832
3050
|
GetCachePolicyConfig: string;
|
|
2833
3051
|
GetCloudFrontOriginAccessIdentity: string;
|
|
2834
3052
|
GetCloudFrontOriginAccessIdentityConfig: string;
|
|
3053
|
+
GetConnectionGroup: string;
|
|
3054
|
+
GetConnectionGroupByRoutingEndpoint: string;
|
|
2835
3055
|
GetContinuousDeploymentPolicy: string;
|
|
2836
3056
|
GetContinuousDeploymentPolicyConfig: string;
|
|
2837
3057
|
GetDistribution: string;
|
|
2838
3058
|
GetDistributionConfig: string;
|
|
3059
|
+
GetDistributionTenant: string;
|
|
3060
|
+
GetDistributionTenantByDomain: string;
|
|
2839
3061
|
GetFieldLevelEncryption: string;
|
|
2840
3062
|
GetFieldLevelEncryptionConfig: string;
|
|
2841
3063
|
GetFieldLevelEncryptionProfile: string;
|
|
2842
3064
|
GetFieldLevelEncryptionProfileConfig: string;
|
|
2843
3065
|
GetFunction: string;
|
|
2844
3066
|
GetInvalidation: string;
|
|
3067
|
+
GetInvalidationForDistributionTenant: string;
|
|
2845
3068
|
GetKeyGroup: string;
|
|
2846
3069
|
GetKeyGroupConfig: string;
|
|
3070
|
+
GetManagedCertificateDetails: string;
|
|
2847
3071
|
GetMonitoringSubscription: string;
|
|
2848
3072
|
GetOriginAccessControl: string;
|
|
2849
3073
|
GetOriginAccessControlConfig: string;
|
|
@@ -2862,10 +3086,12 @@ export declare const Actions: {
|
|
|
2862
3086
|
ListCachePolicies: string;
|
|
2863
3087
|
ListCloudFrontOriginAccessIdentities: string;
|
|
2864
3088
|
ListConflictingAliases: string;
|
|
3089
|
+
ListConnectionGroups: string;
|
|
2865
3090
|
ListContinuousDeploymentPolicies: string;
|
|
2866
3091
|
ListDistributions: string;
|
|
2867
3092
|
ListDistributionsByAnycastIpListId: string;
|
|
2868
3093
|
ListDistributionsByCachePolicyId: string;
|
|
3094
|
+
ListDistributionsByConnectionMode: string;
|
|
2869
3095
|
ListDistributionsByKeyGroup: string;
|
|
2870
3096
|
ListDistributionsByLambdaFunction: string;
|
|
2871
3097
|
ListDistributionsByOriginRequestPolicyId: string;
|
|
@@ -2873,10 +3099,14 @@ export declare const Actions: {
|
|
|
2873
3099
|
ListDistributionsByResponseHeadersPolicyId: string;
|
|
2874
3100
|
ListDistributionsByVpcOriginId: string;
|
|
2875
3101
|
ListDistributionsByWebACLId: string;
|
|
3102
|
+
ListDistributionTenants: string;
|
|
3103
|
+
ListDistributionTenantsByCustomization: string;
|
|
3104
|
+
ListDomainConflicts: string;
|
|
2876
3105
|
ListFieldLevelEncryptionConfigs: string;
|
|
2877
3106
|
ListFieldLevelEncryptionProfiles: string;
|
|
2878
3107
|
ListFunctions: string;
|
|
2879
3108
|
ListInvalidations: string;
|
|
3109
|
+
ListInvalidationsForDistributionTenant: string;
|
|
2880
3110
|
ListKeyGroups: string;
|
|
2881
3111
|
ListKeyValueStores: string;
|
|
2882
3112
|
ListOriginAccessControls: string;
|
|
@@ -2896,9 +3126,12 @@ export declare const Actions: {
|
|
|
2896
3126
|
UntagResource: string;
|
|
2897
3127
|
UpdateCachePolicy: string;
|
|
2898
3128
|
UpdateCloudFrontOriginAccessIdentity: string;
|
|
3129
|
+
UpdateConnectionGroup: string;
|
|
2899
3130
|
UpdateContinuousDeploymentPolicy: string;
|
|
2900
3131
|
UpdateDistribution: string;
|
|
3132
|
+
UpdateDistributionTenant: string;
|
|
2901
3133
|
UpdateDistributionWithStagingConfig: string;
|
|
3134
|
+
UpdateDomainAssociation: string;
|
|
2902
3135
|
UpdateFieldLevelEncryptionConfig: string;
|
|
2903
3136
|
UpdateFieldLevelEncryptionProfile: string;
|
|
2904
3137
|
UpdateFunction: string;
|
|
@@ -2912,6 +3145,7 @@ export declare const Actions: {
|
|
|
2912
3145
|
UpdateSavingsPlan: string;
|
|
2913
3146
|
UpdateStreamingDistribution: string;
|
|
2914
3147
|
UpdateVpcOrigin: string;
|
|
3148
|
+
VerifyDnsConfiguration: string;
|
|
2915
3149
|
};
|
|
2916
3150
|
cloudhsm: {
|
|
2917
3151
|
CopyBackupToRegion: string;
|
|
@@ -3006,6 +3240,7 @@ export declare const Actions: {
|
|
|
3006
3240
|
GenerateQueryResultsSummary: string;
|
|
3007
3241
|
GetChannel: string;
|
|
3008
3242
|
GetDashboard: string;
|
|
3243
|
+
GetEventConfiguration: string;
|
|
3009
3244
|
GetEventDataStore: string;
|
|
3010
3245
|
GetEventDataStoreData: string;
|
|
3011
3246
|
GetEventSelectors: string;
|
|
@@ -3027,6 +3262,7 @@ export declare const Actions: {
|
|
|
3027
3262
|
ListTags: string;
|
|
3028
3263
|
ListTrails: string;
|
|
3029
3264
|
LookupEvents: string;
|
|
3265
|
+
PutEventConfiguration: string;
|
|
3030
3266
|
PutEventSelectors: string;
|
|
3031
3267
|
PutInsightSelectors: string;
|
|
3032
3268
|
PutResourcePolicy: string;
|
|
@@ -3069,6 +3305,7 @@ export declare const Actions: {
|
|
|
3069
3305
|
EnableInsightRules: string;
|
|
3070
3306
|
EnableTopologyDiscovery: string;
|
|
3071
3307
|
GenerateQuery: string;
|
|
3308
|
+
GenerateQueryResultsSummary: string;
|
|
3072
3309
|
GetDashboard: string;
|
|
3073
3310
|
GetInsightRuleReport: string;
|
|
3074
3311
|
GetMetricData: string;
|
|
@@ -3161,10 +3398,12 @@ export declare const Actions: {
|
|
|
3161
3398
|
BatchDeleteBuilds: string;
|
|
3162
3399
|
BatchGetBuildBatches: string;
|
|
3163
3400
|
BatchGetBuilds: string;
|
|
3401
|
+
BatchGetCommandExecutions: string;
|
|
3164
3402
|
BatchGetFleets: string;
|
|
3165
3403
|
BatchGetProjects: string;
|
|
3166
3404
|
BatchGetReportGroups: string;
|
|
3167
3405
|
BatchGetReports: string;
|
|
3406
|
+
BatchGetSandboxes: string;
|
|
3168
3407
|
BatchPutCodeCoverages: string;
|
|
3169
3408
|
BatchPutTestCases: string;
|
|
3170
3409
|
CreateFleet: string;
|
|
@@ -3191,6 +3430,7 @@ export declare const Actions: {
|
|
|
3191
3430
|
ListBuildBatchesForProject: string;
|
|
3192
3431
|
ListBuilds: string;
|
|
3193
3432
|
ListBuildsForProject: string;
|
|
3433
|
+
ListCommandExecutionsForSandbox: string;
|
|
3194
3434
|
ListConnectedOAuthAccounts: string;
|
|
3195
3435
|
ListCuratedEnvironmentImages: string;
|
|
3196
3436
|
ListFleets: string;
|
|
@@ -3199,6 +3439,8 @@ export declare const Actions: {
|
|
|
3199
3439
|
ListReports: string;
|
|
3200
3440
|
ListReportsForReportGroup: string;
|
|
3201
3441
|
ListRepositories: string;
|
|
3442
|
+
ListSandboxes: string;
|
|
3443
|
+
ListSandboxesForProject: string;
|
|
3202
3444
|
ListSharedProjects: string;
|
|
3203
3445
|
ListSharedReportGroups: string;
|
|
3204
3446
|
ListSourceCredentials: string;
|
|
@@ -3208,8 +3450,12 @@ export declare const Actions: {
|
|
|
3208
3450
|
RetryBuildBatch: string;
|
|
3209
3451
|
StartBuild: string;
|
|
3210
3452
|
StartBuildBatch: string;
|
|
3453
|
+
StartCommandExecution: string;
|
|
3454
|
+
StartSandbox: string;
|
|
3455
|
+
StartSandboxConnection: string;
|
|
3211
3456
|
StopBuild: string;
|
|
3212
3457
|
StopBuildBatch: string;
|
|
3458
|
+
StopSandbox: string;
|
|
3213
3459
|
UpdateFleet: string;
|
|
3214
3460
|
UpdateProject: string;
|
|
3215
3461
|
UpdateProjectVisibility: string;
|
|
@@ -3520,6 +3766,7 @@ export declare const Actions: {
|
|
|
3520
3766
|
GetThirdPartyJobDetails: string;
|
|
3521
3767
|
ListActionExecutions: string;
|
|
3522
3768
|
ListActionTypes: string;
|
|
3769
|
+
ListDeployActionExecutionTargets: string;
|
|
3523
3770
|
ListPipelineExecutions: string;
|
|
3524
3771
|
ListPipelines: string;
|
|
3525
3772
|
ListRuleExecutions: string;
|
|
@@ -3742,6 +3989,7 @@ export declare const Actions: {
|
|
|
3742
3989
|
GetIdentityProviderByIdentifier: string;
|
|
3743
3990
|
GetLogDeliveryConfiguration: string;
|
|
3744
3991
|
GetSigningCertificate: string;
|
|
3992
|
+
GetTokensFromRefreshToken: string;
|
|
3745
3993
|
GetUICustomization: string;
|
|
3746
3994
|
GetUser: string;
|
|
3747
3995
|
GetUserAttributeVerificationCode: string;
|
|
@@ -4064,6 +4312,7 @@ export declare const Actions: {
|
|
|
4064
4312
|
GetCampaignState: string;
|
|
4065
4313
|
GetCampaignStateBatch: string;
|
|
4066
4314
|
GetConnectInstanceConfig: string;
|
|
4315
|
+
GetInstanceCommunicationLimits: string;
|
|
4067
4316
|
GetInstanceOnboardingJobStatus: string;
|
|
4068
4317
|
ListCampaigns: string;
|
|
4069
4318
|
ListConnectInstanceIntegrations: string;
|
|
@@ -4071,6 +4320,7 @@ export declare const Actions: {
|
|
|
4071
4320
|
PauseCampaign: string;
|
|
4072
4321
|
PutConnectInstanceIntegration: string;
|
|
4073
4322
|
PutDialRequestBatch: string;
|
|
4323
|
+
PutInstanceCommunicationLimits: string;
|
|
4074
4324
|
PutOutboundRequestBatch: string;
|
|
4075
4325
|
PutProfileOutboundRequestBatch: string;
|
|
4076
4326
|
ResumeCampaign: string;
|
|
@@ -4217,6 +4467,7 @@ export declare const Actions: {
|
|
|
4217
4467
|
DismissUserContact: string;
|
|
4218
4468
|
GetAttachedFile: string;
|
|
4219
4469
|
GetContactAttributes: string;
|
|
4470
|
+
GetContactMetrics: string;
|
|
4220
4471
|
GetCurrentMetricData: string;
|
|
4221
4472
|
GetCurrentUserData: string;
|
|
4222
4473
|
GetEffectiveHoursOfOperations: string;
|
|
@@ -4393,6 +4644,7 @@ export declare const Actions: {
|
|
|
4393
4644
|
controlcatalog: {
|
|
4394
4645
|
GetControl: string;
|
|
4395
4646
|
ListCommonControls: string;
|
|
4647
|
+
ListControlMappings: string;
|
|
4396
4648
|
ListControls: string;
|
|
4397
4649
|
ListDomains: string;
|
|
4398
4650
|
ListObjectives: string;
|
|
@@ -4679,10 +4931,12 @@ export declare const Actions: {
|
|
|
4679
4931
|
AddEntityOwner: string;
|
|
4680
4932
|
AddPolicyGrant: string;
|
|
4681
4933
|
AssociateEnvironmentRole: string;
|
|
4934
|
+
AssociateGovernedTerms: string;
|
|
4682
4935
|
BatchDeleteLinkedTypes: string;
|
|
4683
4936
|
BatchPutLinkedTypes: string;
|
|
4684
4937
|
CancelMetadataGenerationRun: string;
|
|
4685
4938
|
CancelSubscription: string;
|
|
4939
|
+
CreateAccountPool: string;
|
|
4686
4940
|
CreateAsset: string;
|
|
4687
4941
|
CreateAssetFilter: string;
|
|
4688
4942
|
CreateAssetRevision: string;
|
|
@@ -4710,6 +4964,7 @@ export declare const Actions: {
|
|
|
4710
4964
|
CreateSubscriptionRequest: string;
|
|
4711
4965
|
CreateSubscriptionTarget: string;
|
|
4712
4966
|
CreateUserProfile: string;
|
|
4967
|
+
DeleteAccountPool: string;
|
|
4713
4968
|
DeleteAsset: string;
|
|
4714
4969
|
DeleteAssetFilter: string;
|
|
4715
4970
|
DeleteAssetType: string;
|
|
@@ -4737,6 +4992,8 @@ export declare const Actions: {
|
|
|
4737
4992
|
DeleteSubscriptionTarget: string;
|
|
4738
4993
|
DeleteTimeSeriesDataPoints: string;
|
|
4739
4994
|
DisassociateEnvironmentRole: string;
|
|
4995
|
+
DisassociateGovernedTerms: string;
|
|
4996
|
+
GetAccountPool: string;
|
|
4740
4997
|
GetAsset: string;
|
|
4741
4998
|
GetAssetFilter: string;
|
|
4742
4999
|
GetAssetType: string;
|
|
@@ -4777,6 +5034,8 @@ export declare const Actions: {
|
|
|
4777
5034
|
GetUpdateEligibility: string;
|
|
4778
5035
|
GetUserProfile: string;
|
|
4779
5036
|
ListAccountEnvironments: string;
|
|
5037
|
+
ListAccountPools: string;
|
|
5038
|
+
ListAccountsInAccountPool: string;
|
|
4780
5039
|
ListAssetFilters: string;
|
|
4781
5040
|
ListAssetRevisions: string;
|
|
4782
5041
|
ListConnections: string;
|
|
@@ -4831,11 +5090,13 @@ export declare const Actions: {
|
|
|
4831
5090
|
SearchUserProfiles: string;
|
|
4832
5091
|
SsoLogin: string;
|
|
4833
5092
|
SsoLogout: string;
|
|
5093
|
+
StartAccountBootstrapAction: string;
|
|
4834
5094
|
StartDataSourceRun: string;
|
|
4835
5095
|
StartMetadataGenerationRun: string;
|
|
4836
5096
|
StopMetadataGenerationRun: string;
|
|
4837
5097
|
TagResource: string;
|
|
4838
5098
|
UntagResource: string;
|
|
5099
|
+
UpdateAccountPool: string;
|
|
4839
5100
|
UpdateAssetFilter: string;
|
|
4840
5101
|
UpdateConnection: string;
|
|
4841
5102
|
UpdateDataSource: string;
|
|
@@ -5360,9 +5621,6 @@ export declare const Actions: {
|
|
|
5360
5621
|
ApplyPendingMaintenanceAction: string;
|
|
5361
5622
|
AssociateExtensionPack: string;
|
|
5362
5623
|
BatchStartRecommendations: string;
|
|
5363
|
-
CancelMetadataModelAssessment: string;
|
|
5364
|
-
CancelMetadataModelConversion: string;
|
|
5365
|
-
CancelMetadataModelExport: string;
|
|
5366
5624
|
CancelReplicationTaskAssessmentRun: string;
|
|
5367
5625
|
CreateDataMigration: string;
|
|
5368
5626
|
CreateDataProvider: string;
|
|
@@ -5396,7 +5654,6 @@ export declare const Actions: {
|
|
|
5396
5654
|
DescribeConnections: string;
|
|
5397
5655
|
DescribeConversionConfiguration: string;
|
|
5398
5656
|
DescribeDataMigrations: string;
|
|
5399
|
-
DescribeDataProviders: string;
|
|
5400
5657
|
DescribeEndpoints: string;
|
|
5401
5658
|
DescribeEndpointSettings: string;
|
|
5402
5659
|
DescribeEndpointTypes: string;
|
|
@@ -5404,19 +5661,12 @@ export declare const Actions: {
|
|
|
5404
5661
|
DescribeEventCategories: string;
|
|
5405
5662
|
DescribeEvents: string;
|
|
5406
5663
|
DescribeEventSubscriptions: string;
|
|
5407
|
-
DescribeExtensionPackAssociations: string;
|
|
5408
5664
|
DescribeFleetAdvisorCollectors: string;
|
|
5409
5665
|
DescribeFleetAdvisorDatabases: string;
|
|
5410
5666
|
DescribeFleetAdvisorLsaAnalysis: string;
|
|
5411
5667
|
DescribeFleetAdvisorSchemaObjectSummary: string;
|
|
5412
5668
|
DescribeFleetAdvisorSchemas: string;
|
|
5413
|
-
DescribeInstanceProfiles: string;
|
|
5414
|
-
DescribeMetadataModelAssessments: string;
|
|
5415
|
-
DescribeMetadataModelConversions: string;
|
|
5416
|
-
DescribeMetadataModelExportsAsScript: string;
|
|
5417
|
-
DescribeMetadataModelExportsToTarget: string;
|
|
5418
5669
|
DescribeMetadataModelImports: string;
|
|
5419
|
-
DescribeMigrationProjects: string;
|
|
5420
5670
|
DescribeOrderableReplicationInstances: string;
|
|
5421
5671
|
DescribePendingMaintenanceActions: string;
|
|
5422
5672
|
DescribeRecommendationLimitations: string;
|
|
@@ -5434,9 +5684,7 @@ export declare const Actions: {
|
|
|
5434
5684
|
DescribeReplicationTasks: string;
|
|
5435
5685
|
DescribeSchemas: string;
|
|
5436
5686
|
DescribeTableStatistics: string;
|
|
5437
|
-
DisassociateExtensionPack: string;
|
|
5438
5687
|
ExportMetadataModelAssessment: string;
|
|
5439
|
-
GetMetadataModel: string;
|
|
5440
5688
|
ImportCertificate: string;
|
|
5441
5689
|
ListDataProviders: string;
|
|
5442
5690
|
ListExtensionPacks: string;
|
|
@@ -5447,15 +5695,11 @@ export declare const Actions: {
|
|
|
5447
5695
|
ListMetadataModelExports: string;
|
|
5448
5696
|
ListMigrationProjects: string;
|
|
5449
5697
|
ListTagsForResource: string;
|
|
5450
|
-
ModifyConversionConfiguration: string;
|
|
5451
5698
|
ModifyDataMigration: string;
|
|
5452
|
-
ModifyDataProvider: string;
|
|
5453
5699
|
ModifyEndpoint: string;
|
|
5454
5700
|
ModifyEventSubscription: string;
|
|
5455
5701
|
ModifyFleetAdvisorCollector: string;
|
|
5456
5702
|
ModifyFleetAdvisorCollectorStatuses: string;
|
|
5457
|
-
ModifyInstanceProfile: string;
|
|
5458
|
-
ModifyMigrationProject: string;
|
|
5459
5703
|
ModifyReplicationConfig: string;
|
|
5460
5704
|
ModifyReplicationInstance: string;
|
|
5461
5705
|
ModifyReplicationSubnetGroup: string;
|
|
@@ -5468,10 +5712,8 @@ export declare const Actions: {
|
|
|
5468
5712
|
RemoveTagsFromResource: string;
|
|
5469
5713
|
RunFleetAdvisorLsaAnalysis: string;
|
|
5470
5714
|
StartDataMigration: string;
|
|
5471
|
-
StartExtensionPackAssociation: string;
|
|
5472
5715
|
StartMetadataModelAssessment: string;
|
|
5473
5716
|
StartMetadataModelConversion: string;
|
|
5474
|
-
StartMetadataModelExportAsScript: string;
|
|
5475
5717
|
StartMetadataModelExportAsScripts: string;
|
|
5476
5718
|
StartMetadataModelExportToTarget: string;
|
|
5477
5719
|
StartMetadataModelImport: string;
|
|
@@ -5637,11 +5879,13 @@ export declare const Actions: {
|
|
|
5637
5879
|
CreateComputer: string;
|
|
5638
5880
|
CreateConditionalForwarder: string;
|
|
5639
5881
|
CreateDirectory: string;
|
|
5882
|
+
CreateHybridAD: string;
|
|
5640
5883
|
CreateIdentityPoolDirectory: string;
|
|
5641
5884
|
CreateLogSubscription: string;
|
|
5642
5885
|
CreateMicrosoftAD: string;
|
|
5643
5886
|
CreateSnapshot: string;
|
|
5644
5887
|
CreateTrust: string;
|
|
5888
|
+
DeleteADAssessment: string;
|
|
5645
5889
|
DeleteConditionalForwarder: string;
|
|
5646
5890
|
DeleteDirectory: string;
|
|
5647
5891
|
DeleteLogSubscription: string;
|
|
@@ -5649,6 +5893,8 @@ export declare const Actions: {
|
|
|
5649
5893
|
DeleteTrust: string;
|
|
5650
5894
|
DeregisterCertificate: string;
|
|
5651
5895
|
DeregisterEventTopic: string;
|
|
5896
|
+
DescribeADAssessment: string;
|
|
5897
|
+
DescribeCAEnrollmentPolicy: string;
|
|
5652
5898
|
DescribeCertificate: string;
|
|
5653
5899
|
DescribeClientAuthenticationSettings: string;
|
|
5654
5900
|
DescribeConditionalForwarders: string;
|
|
@@ -5656,6 +5902,7 @@ export declare const Actions: {
|
|
|
5656
5902
|
DescribeDirectoryDataAccess: string;
|
|
5657
5903
|
DescribeDomainControllers: string;
|
|
5658
5904
|
DescribeEventTopics: string;
|
|
5905
|
+
DescribeHybridADUpdate: string;
|
|
5659
5906
|
DescribeLDAPSSettings: string;
|
|
5660
5907
|
DescribeRegions: string;
|
|
5661
5908
|
DescribeSettings: string;
|
|
@@ -5663,12 +5910,14 @@ export declare const Actions: {
|
|
|
5663
5910
|
DescribeSnapshots: string;
|
|
5664
5911
|
DescribeTrusts: string;
|
|
5665
5912
|
DescribeUpdateDirectory: string;
|
|
5913
|
+
DisableCAEnrollmentPolicy: string;
|
|
5666
5914
|
DisableClientAuthentication: string;
|
|
5667
5915
|
DisableDirectoryDataAccess: string;
|
|
5668
5916
|
DisableLDAPS: string;
|
|
5669
5917
|
DisableRadius: string;
|
|
5670
5918
|
DisableRoleAccess: string;
|
|
5671
5919
|
DisableSso: string;
|
|
5920
|
+
EnableCAEnrollmentPolicy: string;
|
|
5672
5921
|
EnableClientAuthentication: string;
|
|
5673
5922
|
EnableDirectoryDataAccess: string;
|
|
5674
5923
|
EnableLDAPS: string;
|
|
@@ -5678,6 +5927,7 @@ export declare const Actions: {
|
|
|
5678
5927
|
GetAuthorizedApplicationDetails: string;
|
|
5679
5928
|
GetDirectoryLimits: string;
|
|
5680
5929
|
GetSnapshotLimits: string;
|
|
5930
|
+
ListADAssessments: string;
|
|
5681
5931
|
ListAuthorizedApplications: string;
|
|
5682
5932
|
ListCertificates: string;
|
|
5683
5933
|
ListIpRoutes: string;
|
|
@@ -5693,6 +5943,7 @@ export declare const Actions: {
|
|
|
5693
5943
|
ResetUserPassword: string;
|
|
5694
5944
|
RestoreFromSnapshot: string;
|
|
5695
5945
|
ShareDirectory: string;
|
|
5946
|
+
StartADAssessment: string;
|
|
5696
5947
|
StartSchemaExtension: string;
|
|
5697
5948
|
UnauthorizeApplication: string;
|
|
5698
5949
|
UnshareDirectory: string;
|
|
@@ -5700,6 +5951,7 @@ export declare const Actions: {
|
|
|
5700
5951
|
UpdateConditionalForwarder: string;
|
|
5701
5952
|
UpdateDirectory: string;
|
|
5702
5953
|
UpdateDirectorySetup: string;
|
|
5954
|
+
UpdateHybridAD: string;
|
|
5703
5955
|
UpdateNumberOfDomainControllers: string;
|
|
5704
5956
|
UpdateRadius: string;
|
|
5705
5957
|
UpdateSettings: string;
|
|
@@ -5707,15 +5959,25 @@ export declare const Actions: {
|
|
|
5707
5959
|
VerifyTrust: string;
|
|
5708
5960
|
};
|
|
5709
5961
|
dsql: {
|
|
5962
|
+
AddPeerCluster: string;
|
|
5710
5963
|
CreateCluster: string;
|
|
5711
|
-
CreateMultiRegionClusters: string;
|
|
5712
5964
|
DbConnect: string;
|
|
5713
5965
|
DbConnectAdmin: string;
|
|
5714
5966
|
DeleteCluster: string;
|
|
5715
|
-
|
|
5967
|
+
GetBackupJob: string;
|
|
5716
5968
|
GetCluster: string;
|
|
5969
|
+
GetRestoreJob: string;
|
|
5970
|
+
GetVpcEndpointServiceName: string;
|
|
5971
|
+
InjectError: string;
|
|
5717
5972
|
ListClusters: string;
|
|
5718
5973
|
ListTagsForResource: string;
|
|
5974
|
+
PutMultiRegionProperties: string;
|
|
5975
|
+
PutWitnessRegion: string;
|
|
5976
|
+
RemovePeerCluster: string;
|
|
5977
|
+
StartBackupJob: string;
|
|
5978
|
+
StartRestoreJob: string;
|
|
5979
|
+
StopBackupJob: string;
|
|
5980
|
+
StopRestoreJob: string;
|
|
5719
5981
|
TagResource: string;
|
|
5720
5982
|
UntagResource: string;
|
|
5721
5983
|
UpdateCluster: string;
|
|
@@ -5726,9 +5988,11 @@ export declare const Actions: {
|
|
|
5726
5988
|
ConditionCheckItem: string;
|
|
5727
5989
|
CreateBackup: string;
|
|
5728
5990
|
CreateGlobalTable: string;
|
|
5991
|
+
CreateGlobalTableWitness: string;
|
|
5729
5992
|
CreateTable: string;
|
|
5730
5993
|
CreateTableReplica: string;
|
|
5731
5994
|
DeleteBackup: string;
|
|
5995
|
+
DeleteGlobalTableWitness: string;
|
|
5732
5996
|
DeleteItem: string;
|
|
5733
5997
|
DeleteResourcePolicy: string;
|
|
5734
5998
|
DeleteTable: string;
|
|
@@ -5833,6 +6097,7 @@ export declare const Actions: {
|
|
|
5833
6097
|
AssociateIpamByoasn: string;
|
|
5834
6098
|
AssociateIpamResourceDiscovery: string;
|
|
5835
6099
|
AssociateNatGatewayAddress: string;
|
|
6100
|
+
AssociateRouteServer: string;
|
|
5836
6101
|
AssociateRouteTable: string;
|
|
5837
6102
|
AssociateSecurityGroupVpc: string;
|
|
5838
6103
|
AssociateSubnetCidrBlock: string;
|
|
@@ -5879,12 +6144,14 @@ export declare const Actions: {
|
|
|
5879
6144
|
CreateCustomerGateway: string;
|
|
5880
6145
|
CreateDefaultSubnet: string;
|
|
5881
6146
|
CreateDefaultVpc: string;
|
|
6147
|
+
CreateDelegateMacVolumeOwnershipTask: string;
|
|
5882
6148
|
CreateDhcpOptions: string;
|
|
5883
6149
|
CreateEgressOnlyInternetGateway: string;
|
|
5884
6150
|
CreateFleet: string;
|
|
5885
6151
|
CreateFlowLogs: string;
|
|
5886
6152
|
CreateFpgaImage: string;
|
|
5887
6153
|
CreateImage: string;
|
|
6154
|
+
CreateImageUsageReport: string;
|
|
5888
6155
|
CreateInstanceConnectEndpoint: string;
|
|
5889
6156
|
CreateInstanceEventWindow: string;
|
|
5890
6157
|
CreateInstanceExportTask: string;
|
|
@@ -5902,6 +6169,9 @@ export declare const Actions: {
|
|
|
5902
6169
|
CreateLocalGatewayRouteTablePermission: string;
|
|
5903
6170
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation: string;
|
|
5904
6171
|
CreateLocalGatewayRouteTableVpcAssociation: string;
|
|
6172
|
+
CreateLocalGatewayVirtualInterface: string;
|
|
6173
|
+
CreateLocalGatewayVirtualInterfaceGroup: string;
|
|
6174
|
+
CreateMacSystemIntegrityProtectionModificationTask: string;
|
|
5905
6175
|
CreateManagedPrefixList: string;
|
|
5906
6176
|
CreateNatGateway: string;
|
|
5907
6177
|
CreateNetworkAcl: string;
|
|
@@ -5916,6 +6186,9 @@ export declare const Actions: {
|
|
|
5916
6186
|
CreateReservedInstancesListing: string;
|
|
5917
6187
|
CreateRestoreImageTask: string;
|
|
5918
6188
|
CreateRoute: string;
|
|
6189
|
+
CreateRouteServer: string;
|
|
6190
|
+
CreateRouteServerEndpoint: string;
|
|
6191
|
+
CreateRouteServerPeer: string;
|
|
5919
6192
|
CreateRouteTable: string;
|
|
5920
6193
|
CreateSecurityGroup: string;
|
|
5921
6194
|
CreateSnapshot: string;
|
|
@@ -5966,6 +6239,7 @@ export declare const Actions: {
|
|
|
5966
6239
|
DeleteFleets: string;
|
|
5967
6240
|
DeleteFlowLogs: string;
|
|
5968
6241
|
DeleteFpgaImage: string;
|
|
6242
|
+
DeleteImageUsageReport: string;
|
|
5969
6243
|
DeleteInstanceConnectEndpoint: string;
|
|
5970
6244
|
DeleteInstanceEventWindow: string;
|
|
5971
6245
|
DeleteInternetGateway: string;
|
|
@@ -5982,6 +6256,8 @@ export declare const Actions: {
|
|
|
5982
6256
|
DeleteLocalGatewayRouteTablePermission: string;
|
|
5983
6257
|
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation: string;
|
|
5984
6258
|
DeleteLocalGatewayRouteTableVpcAssociation: string;
|
|
6259
|
+
DeleteLocalGatewayVirtualInterface: string;
|
|
6260
|
+
DeleteLocalGatewayVirtualInterfaceGroup: string;
|
|
5985
6261
|
DeleteManagedPrefixList: string;
|
|
5986
6262
|
DeleteNatGateway: string;
|
|
5987
6263
|
DeleteNetworkAcl: string;
|
|
@@ -5997,6 +6273,9 @@ export declare const Actions: {
|
|
|
5997
6273
|
DeleteQueuedReservedInstances: string;
|
|
5998
6274
|
DeleteResourcePolicy: string;
|
|
5999
6275
|
DeleteRoute: string;
|
|
6276
|
+
DeleteRouteServer: string;
|
|
6277
|
+
DeleteRouteServerEndpoint: string;
|
|
6278
|
+
DeleteRouteServerPeer: string;
|
|
6000
6279
|
DeleteRouteTable: string;
|
|
6001
6280
|
DeleteSecurityGroup: string;
|
|
6002
6281
|
DeleteSnapshot: string;
|
|
@@ -6053,6 +6332,8 @@ export declare const Actions: {
|
|
|
6053
6332
|
DescribeCapacityBlockExtensionHistory: string;
|
|
6054
6333
|
DescribeCapacityBlockExtensionOfferings: string;
|
|
6055
6334
|
DescribeCapacityBlockOfferings: string;
|
|
6335
|
+
DescribeCapacityBlocks: string;
|
|
6336
|
+
DescribeCapacityBlockStatus: string;
|
|
6056
6337
|
DescribeCapacityReservationBillingRequests: string;
|
|
6057
6338
|
DescribeCapacityReservationFleets: string;
|
|
6058
6339
|
DescribeCapacityReservations: string;
|
|
@@ -6087,7 +6368,10 @@ export declare const Actions: {
|
|
|
6087
6368
|
DescribeIdentityIdFormat: string;
|
|
6088
6369
|
DescribeIdFormat: string;
|
|
6089
6370
|
DescribeImageAttribute: string;
|
|
6371
|
+
DescribeImageReferences: string;
|
|
6090
6372
|
DescribeImages: string;
|
|
6373
|
+
DescribeImageUsageReportEntries: string;
|
|
6374
|
+
DescribeImageUsageReports: string;
|
|
6091
6375
|
DescribeImportImageTasks: string;
|
|
6092
6376
|
DescribeImportSnapshotTasks: string;
|
|
6093
6377
|
DescribeInstanceAttribute: string;
|
|
@@ -6122,6 +6406,7 @@ export declare const Actions: {
|
|
|
6122
6406
|
DescribeLocalGatewayVirtualInterfaces: string;
|
|
6123
6407
|
DescribeLockedSnapshots: string;
|
|
6124
6408
|
DescribeMacHosts: string;
|
|
6409
|
+
DescribeMacModificationTasks: string;
|
|
6125
6410
|
DescribeManagedPrefixLists: string;
|
|
6126
6411
|
DescribeMovingAddresses: string;
|
|
6127
6412
|
DescribeNatGateways: string;
|
|
@@ -6133,6 +6418,7 @@ export declare const Actions: {
|
|
|
6133
6418
|
DescribeNetworkInterfaceAttribute: string;
|
|
6134
6419
|
DescribeNetworkInterfacePermissions: string;
|
|
6135
6420
|
DescribeNetworkInterfaces: string;
|
|
6421
|
+
DescribeOutpostLags: string;
|
|
6136
6422
|
DescribePlacementGroups: string;
|
|
6137
6423
|
DescribePrefixLists: string;
|
|
6138
6424
|
DescribePrincipalIdFormat: string;
|
|
@@ -6143,6 +6429,9 @@ export declare const Actions: {
|
|
|
6143
6429
|
DescribeReservedInstancesListings: string;
|
|
6144
6430
|
DescribeReservedInstancesModifications: string;
|
|
6145
6431
|
DescribeReservedInstancesOfferings: string;
|
|
6432
|
+
DescribeRouteServerEndpoints: string;
|
|
6433
|
+
DescribeRouteServerPeers: string;
|
|
6434
|
+
DescribeRouteServers: string;
|
|
6146
6435
|
DescribeRouteTables: string;
|
|
6147
6436
|
DescribeScheduledInstanceAvailability: string;
|
|
6148
6437
|
DescribeScheduledInstances: string;
|
|
@@ -6150,6 +6439,7 @@ export declare const Actions: {
|
|
|
6150
6439
|
DescribeSecurityGroupRules: string;
|
|
6151
6440
|
DescribeSecurityGroups: string;
|
|
6152
6441
|
DescribeSecurityGroupVpcAssociations: string;
|
|
6442
|
+
DescribeServiceLinkVirtualInterfaces: string;
|
|
6153
6443
|
DescribeSnapshotAttribute: string;
|
|
6154
6444
|
DescribeSnapshots: string;
|
|
6155
6445
|
DescribeSnapshotTierStatus: string;
|
|
@@ -6221,6 +6511,7 @@ export declare const Actions: {
|
|
|
6221
6511
|
DisableImageDeprecation: string;
|
|
6222
6512
|
DisableImageDeregistrationProtection: string;
|
|
6223
6513
|
DisableIpamOrganizationAdminAccount: string;
|
|
6514
|
+
DisableRouteServerPropagation: string;
|
|
6224
6515
|
DisableSerialConsoleAccess: string;
|
|
6225
6516
|
DisableSnapshotBlockPublicAccess: string;
|
|
6226
6517
|
DisableTransitGatewayRouteTablePropagation: string;
|
|
@@ -6236,6 +6527,7 @@ export declare const Actions: {
|
|
|
6236
6527
|
DisassociateIpamByoasn: string;
|
|
6237
6528
|
DisassociateIpamResourceDiscovery: string;
|
|
6238
6529
|
DisassociateNatGatewayAddress: string;
|
|
6530
|
+
DisassociateRouteServer: string;
|
|
6239
6531
|
DisassociateRouteTable: string;
|
|
6240
6532
|
DisassociateSecurityGroupVpc: string;
|
|
6241
6533
|
DisassociateSubnetCidrBlock: string;
|
|
@@ -6257,6 +6549,7 @@ export declare const Actions: {
|
|
|
6257
6549
|
EnableImageDeregistrationProtection: string;
|
|
6258
6550
|
EnableIpamOrganizationAdminAccount: string;
|
|
6259
6551
|
EnableReachabilityAnalyzerOrganizationSharing: string;
|
|
6552
|
+
EnableRouteServerPropagation: string;
|
|
6260
6553
|
EnableSerialConsoleAccess: string;
|
|
6261
6554
|
EnableSnapshotBlockPublicAccess: string;
|
|
6262
6555
|
EnableTransitGatewayRouteTablePropagation: string;
|
|
@@ -6269,6 +6562,7 @@ export declare const Actions: {
|
|
|
6269
6562
|
ExportImage: string;
|
|
6270
6563
|
ExportTransitGatewayRoutes: string;
|
|
6271
6564
|
ExportVerifiedAccessInstanceClientConfiguration: string;
|
|
6565
|
+
GetActiveVpnTunnelStatus: string;
|
|
6272
6566
|
GetAllowedImagesSettings: string;
|
|
6273
6567
|
GetAssociatedEnclaveCertificateIamRoles: string;
|
|
6274
6568
|
GetAssociatedIpv6PoolCidrs: string;
|
|
@@ -6304,6 +6598,9 @@ export declare const Actions: {
|
|
|
6304
6598
|
GetPasswordData: string;
|
|
6305
6599
|
GetReservedInstancesExchangeQuote: string;
|
|
6306
6600
|
GetResourcePolicy: string;
|
|
6601
|
+
GetRouteServerAssociations: string;
|
|
6602
|
+
GetRouteServerPropagations: string;
|
|
6603
|
+
GetRouteServerRoutingDatabase: string;
|
|
6307
6604
|
GetSecurityGroupsForVpc: string;
|
|
6308
6605
|
GetSerialConsoleAccessStatus: string;
|
|
6309
6606
|
GetSnapshotBlockPublicAccessState: string;
|
|
@@ -6349,6 +6646,7 @@ export declare const Actions: {
|
|
|
6349
6646
|
ModifyImageAttribute: string;
|
|
6350
6647
|
ModifyInstanceAttribute: string;
|
|
6351
6648
|
ModifyInstanceCapacityReservationAttributes: string;
|
|
6649
|
+
ModifyInstanceConnectEndpoint: string;
|
|
6352
6650
|
ModifyInstanceCpuOptions: string;
|
|
6353
6651
|
ModifyInstanceCreditSpecification: string;
|
|
6354
6652
|
ModifyInstanceEventStartTime: string;
|
|
@@ -6368,7 +6666,9 @@ export declare const Actions: {
|
|
|
6368
6666
|
ModifyManagedPrefixList: string;
|
|
6369
6667
|
ModifyNetworkInterfaceAttribute: string;
|
|
6370
6668
|
ModifyPrivateDnsNameOptions: string;
|
|
6669
|
+
ModifyPublicIpDnsNameOptions: string;
|
|
6371
6670
|
ModifyReservedInstances: string;
|
|
6671
|
+
ModifyRouteServer: string;
|
|
6372
6672
|
ModifySecurityGroupRules: string;
|
|
6373
6673
|
ModifySnapshotAttribute: string;
|
|
6374
6674
|
ModifySnapshotTier: string;
|
|
@@ -6616,6 +6916,7 @@ export declare const Actions: {
|
|
|
6616
6916
|
RunTask: string;
|
|
6617
6917
|
StartTask: string;
|
|
6618
6918
|
StartTelemetrySession: string;
|
|
6919
|
+
StopServiceDeployment: string;
|
|
6619
6920
|
StopTask: string;
|
|
6620
6921
|
SubmitAttachmentStateChanges: string;
|
|
6621
6922
|
SubmitContainerStateChange: string;
|
|
@@ -6665,6 +6966,7 @@ export declare const Actions: {
|
|
|
6665
6966
|
DescribeFargateProfile: string;
|
|
6666
6967
|
DescribeIdentityProviderConfig: string;
|
|
6667
6968
|
DescribeInsight: string;
|
|
6969
|
+
DescribeInsightsRefresh: string;
|
|
6668
6970
|
DescribeNodegroup: string;
|
|
6669
6971
|
DescribePodIdentityAssociation: string;
|
|
6670
6972
|
DescribeUpdate: string;
|
|
@@ -6675,6 +6977,8 @@ export declare const Actions: {
|
|
|
6675
6977
|
ListAddons: string;
|
|
6676
6978
|
ListAssociatedAccessPolicies: string;
|
|
6677
6979
|
ListClusters: string;
|
|
6980
|
+
ListDashboardData: string;
|
|
6981
|
+
ListDashboardResources: string;
|
|
6678
6982
|
ListEksAnywhereSubscriptions: string;
|
|
6679
6983
|
ListFargateProfiles: string;
|
|
6680
6984
|
ListIdentityProviderConfigs: string;
|
|
@@ -6684,6 +6988,7 @@ export declare const Actions: {
|
|
|
6684
6988
|
ListTagsForResource: string;
|
|
6685
6989
|
ListUpdates: string;
|
|
6686
6990
|
RegisterCluster: string;
|
|
6991
|
+
StartInsightsRefresh: string;
|
|
6687
6992
|
TagResource: string;
|
|
6688
6993
|
UntagResource: string;
|
|
6689
6994
|
UpdateAccessEntry: string;
|
|
@@ -6941,6 +7246,7 @@ export declare const Actions: {
|
|
|
6941
7246
|
SetWebAcl: string;
|
|
6942
7247
|
};
|
|
6943
7248
|
elasticmapreduce: {
|
|
7249
|
+
AccessAllEventLogs: string;
|
|
6944
7250
|
AddInstanceFleet: string;
|
|
6945
7251
|
AddInstanceGroups: string;
|
|
6946
7252
|
AddJobFlowSteps: string;
|
|
@@ -7125,6 +7431,7 @@ export declare const Actions: {
|
|
|
7125
7431
|
'emr-serverless': {
|
|
7126
7432
|
AccessInteractiveEndpoints: string;
|
|
7127
7433
|
AccessLivyEndpoints: string;
|
|
7434
|
+
AccessSystemProfileLogs: string;
|
|
7128
7435
|
CancelJobRun: string;
|
|
7129
7436
|
CreateApplication: string;
|
|
7130
7437
|
DeleteApplication: string;
|
|
@@ -7154,6 +7461,7 @@ export declare const Actions: {
|
|
|
7154
7461
|
DeleteMatchingWorkflow: string;
|
|
7155
7462
|
DeletePolicyStatement: string;
|
|
7156
7463
|
DeleteSchemaMapping: string;
|
|
7464
|
+
GenerateMatchId: string;
|
|
7157
7465
|
GetIdMappingJob: string;
|
|
7158
7466
|
GetIdMappingWorkflow: string;
|
|
7159
7467
|
GetIdNamespace: string;
|
|
@@ -7297,6 +7605,7 @@ export declare const Actions: {
|
|
|
7297
7605
|
};
|
|
7298
7606
|
events: {
|
|
7299
7607
|
ActivateEventSource: string;
|
|
7608
|
+
AllowVendedLogDeliveryForResource: string;
|
|
7300
7609
|
CancelReplay: string;
|
|
7301
7610
|
CreateApiDestination: string;
|
|
7302
7611
|
CreateArchive: string;
|
|
@@ -7396,6 +7705,19 @@ export declare const Actions: {
|
|
|
7396
7705
|
UpdateProject: string;
|
|
7397
7706
|
UpdateProjectDataDelivery: string;
|
|
7398
7707
|
};
|
|
7708
|
+
evs: {
|
|
7709
|
+
CreateEnvironment: string;
|
|
7710
|
+
CreateEnvironmentHost: string;
|
|
7711
|
+
DeleteEnvironment: string;
|
|
7712
|
+
DeleteEnvironmentHost: string;
|
|
7713
|
+
GetEnvironment: string;
|
|
7714
|
+
ListEnvironmentHosts: string;
|
|
7715
|
+
ListEnvironments: string;
|
|
7716
|
+
ListEnvironmentVlans: string;
|
|
7717
|
+
ListTagsForResource: string;
|
|
7718
|
+
TagResource: string;
|
|
7719
|
+
UntagResource: string;
|
|
7720
|
+
};
|
|
7399
7721
|
'execute-api': {
|
|
7400
7722
|
InvalidateCache: string;
|
|
7401
7723
|
Invoke: string;
|
|
@@ -7725,9 +8047,13 @@ export declare const Actions: {
|
|
|
7725
8047
|
VerifyEmail: string;
|
|
7726
8048
|
};
|
|
7727
8049
|
freetier: {
|
|
8050
|
+
GetAccountActivity: string;
|
|
8051
|
+
GetAccountPlanState: string;
|
|
7728
8052
|
GetFreeTierAlertPreference: string;
|
|
7729
8053
|
GetFreeTierUsage: string;
|
|
8054
|
+
ListAccountActivities: string;
|
|
7730
8055
|
PutFreeTierAlertPreference: string;
|
|
8056
|
+
UpgradeAccountPlan: string;
|
|
7731
8057
|
};
|
|
7732
8058
|
fsx: {
|
|
7733
8059
|
AssociateFileGateway: string;
|
|
@@ -7736,6 +8062,7 @@ export declare const Actions: {
|
|
|
7736
8062
|
CancelDataRepositoryTask: string;
|
|
7737
8063
|
CopyBackup: string;
|
|
7738
8064
|
CopySnapshotAndUpdateVolume: string;
|
|
8065
|
+
CreateAndAttachS3AccessPoint: string;
|
|
7739
8066
|
CreateBackup: string;
|
|
7740
8067
|
CreateDataRepositoryAssociation: string;
|
|
7741
8068
|
CreateDataRepositoryTask: string;
|
|
@@ -7761,10 +8088,12 @@ export declare const Actions: {
|
|
|
7761
8088
|
DescribeFileCaches: string;
|
|
7762
8089
|
DescribeFileSystemAliases: string;
|
|
7763
8090
|
DescribeFileSystems: string;
|
|
8091
|
+
DescribeS3AccessPointAttachments: string;
|
|
7764
8092
|
DescribeSharedVpcConfiguration: string;
|
|
7765
8093
|
DescribeSnapshots: string;
|
|
7766
8094
|
DescribeStorageVirtualMachines: string;
|
|
7767
8095
|
DescribeVolumes: string;
|
|
8096
|
+
DetachAndDeleteS3AccessPoint: string;
|
|
7768
8097
|
DisassociateFileGateway: string;
|
|
7769
8098
|
DisassociateFileSystemAliases: string;
|
|
7770
8099
|
GetResourcePolicy: string;
|
|
@@ -8139,6 +8468,7 @@ export declare const Actions: {
|
|
|
8139
8468
|
CreateDatabase: string;
|
|
8140
8469
|
CreateDataQualityRuleset: string;
|
|
8141
8470
|
CreateDevEndpoint: string;
|
|
8471
|
+
CreateGlueIdentityCenterConfiguration: string;
|
|
8142
8472
|
CreateInboundIntegration: string;
|
|
8143
8473
|
CreateIntegration: string;
|
|
8144
8474
|
CreateIntegrationResourceProperty: string;
|
|
@@ -8170,6 +8500,7 @@ export declare const Actions: {
|
|
|
8170
8500
|
DeleteDatabase: string;
|
|
8171
8501
|
DeleteDataQualityRuleset: string;
|
|
8172
8502
|
DeleteDevEndpoint: string;
|
|
8503
|
+
DeleteGlueIdentityCenterConfiguration: string;
|
|
8173
8504
|
DeleteIntegration: string;
|
|
8174
8505
|
DeleteIntegrationTableProperties: string;
|
|
8175
8506
|
DeleteJob: string;
|
|
@@ -8233,6 +8564,7 @@ export declare const Actions: {
|
|
|
8233
8564
|
GetExecutors: string;
|
|
8234
8565
|
GetExecutorsThreads: string;
|
|
8235
8566
|
GetGeneratedCode: string;
|
|
8567
|
+
GetGlueIdentityCenterConfiguration: string;
|
|
8236
8568
|
GetIntegrationResourceProperty: string;
|
|
8237
8569
|
GetIntegrationTableProperties: string;
|
|
8238
8570
|
GetJob: string;
|
|
@@ -8379,6 +8711,7 @@ export declare const Actions: {
|
|
|
8379
8711
|
UpdateDatabase: string;
|
|
8380
8712
|
UpdateDataQualityRuleset: string;
|
|
8381
8713
|
UpdateDevEndpoint: string;
|
|
8714
|
+
UpdateGlueIdentityCenterConfiguration: string;
|
|
8382
8715
|
UpdateIntegrationResourceProperty: string;
|
|
8383
8716
|
UpdateIntegrationTableProperties: string;
|
|
8384
8717
|
UpdateJob: string;
|
|
@@ -8603,7 +8936,9 @@ export declare const Actions: {
|
|
|
8603
8936
|
CreateMembers: string;
|
|
8604
8937
|
CreatePublishingDestination: string;
|
|
8605
8938
|
CreateSampleFindings: string;
|
|
8939
|
+
CreateThreatEntitySet: string;
|
|
8606
8940
|
CreateThreatIntelSet: string;
|
|
8941
|
+
CreateTrustedEntitySet: string;
|
|
8607
8942
|
DeclineInvitations: string;
|
|
8608
8943
|
DeleteDetector: string;
|
|
8609
8944
|
DeleteFilter: string;
|
|
@@ -8612,7 +8947,9 @@ export declare const Actions: {
|
|
|
8612
8947
|
DeleteMalwareProtectionPlan: string;
|
|
8613
8948
|
DeleteMembers: string;
|
|
8614
8949
|
DeletePublishingDestination: string;
|
|
8950
|
+
DeleteThreatEntitySet: string;
|
|
8615
8951
|
DeleteThreatIntelSet: string;
|
|
8952
|
+
DeleteTrustedEntitySet: string;
|
|
8616
8953
|
DescribeMalwareScans: string;
|
|
8617
8954
|
DescribeOrganizationConfiguration: string;
|
|
8618
8955
|
DescribePublishingDestination: string;
|
|
@@ -8636,7 +8973,9 @@ export declare const Actions: {
|
|
|
8636
8973
|
GetMembers: string;
|
|
8637
8974
|
GetOrganizationStatistics: string;
|
|
8638
8975
|
GetRemainingFreeTrialDays: string;
|
|
8976
|
+
GetThreatEntitySet: string;
|
|
8639
8977
|
GetThreatIntelSet: string;
|
|
8978
|
+
GetTrustedEntitySet: string;
|
|
8640
8979
|
GetUsageStatistics: string;
|
|
8641
8980
|
InviteMembers: string;
|
|
8642
8981
|
ListCoverage: string;
|
|
@@ -8650,7 +8989,9 @@ export declare const Actions: {
|
|
|
8650
8989
|
ListOrganizationAdminAccounts: string;
|
|
8651
8990
|
ListPublishingDestinations: string;
|
|
8652
8991
|
ListTagsForResource: string;
|
|
8992
|
+
ListThreatEntitySets: string;
|
|
8653
8993
|
ListThreatIntelSets: string;
|
|
8994
|
+
ListTrustedEntitySets: string;
|
|
8654
8995
|
SendSecurityTelemetry: string;
|
|
8655
8996
|
StartMalwareScan: string;
|
|
8656
8997
|
StartMonitoringMembers: string;
|
|
@@ -8667,7 +9008,9 @@ export declare const Actions: {
|
|
|
8667
9008
|
UpdateMemberDetectors: string;
|
|
8668
9009
|
UpdateOrganizationConfiguration: string;
|
|
8669
9010
|
UpdatePublishingDestination: string;
|
|
9011
|
+
UpdateThreatEntitySet: string;
|
|
8670
9012
|
UpdateThreatIntelSet: string;
|
|
9013
|
+
UpdateTrustedEntitySet: string;
|
|
8671
9014
|
};
|
|
8672
9015
|
health: {
|
|
8673
9016
|
DescribeAffectedAccountsForOrganization: string;
|
|
@@ -9096,6 +9439,8 @@ export declare const Actions: {
|
|
|
9096
9439
|
};
|
|
9097
9440
|
inspector2: {
|
|
9098
9441
|
AssociateMember: string;
|
|
9442
|
+
BatchAssociateCodeSecurityScanConfiguration: string;
|
|
9443
|
+
BatchDisassociateCodeSecurityScanConfiguration: string;
|
|
9099
9444
|
BatchGetAccountStatus: string;
|
|
9100
9445
|
BatchGetCodeSnippet: string;
|
|
9101
9446
|
BatchGetFindingDetails: string;
|
|
@@ -9105,10 +9450,14 @@ export declare const Actions: {
|
|
|
9105
9450
|
CancelFindingsReport: string;
|
|
9106
9451
|
CancelSbomExport: string;
|
|
9107
9452
|
CreateCisScanConfiguration: string;
|
|
9453
|
+
CreateCodeSecurityIntegration: string;
|
|
9454
|
+
CreateCodeSecurityScanConfiguration: string;
|
|
9108
9455
|
CreateFilter: string;
|
|
9109
9456
|
CreateFindingsReport: string;
|
|
9110
9457
|
CreateSbomExport: string;
|
|
9111
9458
|
DeleteCisScanConfiguration: string;
|
|
9459
|
+
DeleteCodeSecurityIntegration: string;
|
|
9460
|
+
DeleteCodeSecurityScanConfiguration: string;
|
|
9112
9461
|
DeleteFilter: string;
|
|
9113
9462
|
DescribeOrganizationConfiguration: string;
|
|
9114
9463
|
Disable: string;
|
|
@@ -9118,6 +9467,10 @@ export declare const Actions: {
|
|
|
9118
9467
|
EnableDelegatedAdminAccount: string;
|
|
9119
9468
|
GetCisScanReport: string;
|
|
9120
9469
|
GetCisScanResultDetails: string;
|
|
9470
|
+
GetClustersForImage: string;
|
|
9471
|
+
GetCodeSecurityIntegration: string;
|
|
9472
|
+
GetCodeSecurityScan: string;
|
|
9473
|
+
GetCodeSecurityScanConfiguration: string;
|
|
9121
9474
|
GetConfiguration: string;
|
|
9122
9475
|
GetDelegatedAdminAccount: string;
|
|
9123
9476
|
GetEc2DeepInspectionConfiguration: string;
|
|
@@ -9130,6 +9483,9 @@ export declare const Actions: {
|
|
|
9130
9483
|
ListCisScanResultsAggregatedByChecks: string;
|
|
9131
9484
|
ListCisScanResultsAggregatedByTargetResource: string;
|
|
9132
9485
|
ListCisScans: string;
|
|
9486
|
+
ListCodeSecurityIntegrations: string;
|
|
9487
|
+
ListCodeSecurityScanConfigurationAssociations: string;
|
|
9488
|
+
ListCodeSecurityScanConfigurations: string;
|
|
9133
9489
|
ListCoverage: string;
|
|
9134
9490
|
ListCoverageStatistics: string;
|
|
9135
9491
|
ListDelegatedAdminAccounts: string;
|
|
@@ -9144,10 +9500,13 @@ export declare const Actions: {
|
|
|
9144
9500
|
SendCisSessionHealth: string;
|
|
9145
9501
|
SendCisSessionTelemetry: string;
|
|
9146
9502
|
StartCisSession: string;
|
|
9503
|
+
StartCodeSecurityScan: string;
|
|
9147
9504
|
StopCisSession: string;
|
|
9148
9505
|
TagResource: string;
|
|
9149
9506
|
UntagResource: string;
|
|
9150
9507
|
UpdateCisScanConfiguration: string;
|
|
9508
|
+
UpdateCodeSecurityIntegration: string;
|
|
9509
|
+
UpdateCodeSecurityScanConfiguration: string;
|
|
9151
9510
|
UpdateConfiguration: string;
|
|
9152
9511
|
UpdateEc2DeepInspectionConfiguration: string;
|
|
9153
9512
|
UpdateEncryptionKey: string;
|
|
@@ -9257,6 +9616,7 @@ export declare const Actions: {
|
|
|
9257
9616
|
DeleteCertificateProvider: string;
|
|
9258
9617
|
DeleteCommand: string;
|
|
9259
9618
|
DeleteCommandExecution: string;
|
|
9619
|
+
DeleteConnection: string;
|
|
9260
9620
|
DeleteCustomMetric: string;
|
|
9261
9621
|
DeleteDimension: string;
|
|
9262
9622
|
DeleteDomainConfiguration: string;
|
|
@@ -9301,6 +9661,7 @@ export declare const Actions: {
|
|
|
9301
9661
|
DescribeDetectMitigationActionsTask: string;
|
|
9302
9662
|
DescribeDimension: string;
|
|
9303
9663
|
DescribeDomainConfiguration: string;
|
|
9664
|
+
DescribeEncryptionConfiguration: string;
|
|
9304
9665
|
DescribeEndpoint: string;
|
|
9305
9666
|
DescribeEventConfigurations: string;
|
|
9306
9667
|
DescribeFleetMetric: string;
|
|
@@ -9464,6 +9825,7 @@ export declare const Actions: {
|
|
|
9464
9825
|
UpdateDimension: string;
|
|
9465
9826
|
UpdateDomainConfiguration: string;
|
|
9466
9827
|
UpdateDynamicThingGroup: string;
|
|
9828
|
+
UpdateEncryptionConfiguration: string;
|
|
9467
9829
|
UpdateEventConfigurations: string;
|
|
9468
9830
|
UpdateFleetMetric: string;
|
|
9469
9831
|
UpdateIndexingConfiguration: string;
|
|
@@ -9618,8 +9980,6 @@ export declare const Actions: {
|
|
|
9618
9980
|
};
|
|
9619
9981
|
iotfleetwise: {
|
|
9620
9982
|
AssociateVehicleFleet: string;
|
|
9621
|
-
BatchCreateVehicle: string;
|
|
9622
|
-
BatchUpdateVehicle: string;
|
|
9623
9983
|
CreateCampaign: string;
|
|
9624
9984
|
CreateDecoderManifest: string;
|
|
9625
9985
|
CreateFleet: string;
|
|
@@ -9683,6 +10043,9 @@ export declare const Actions: {
|
|
|
9683
10043
|
UpdateJobExecution: string;
|
|
9684
10044
|
};
|
|
9685
10045
|
iotmanagedintegrations: {
|
|
10046
|
+
CreateAccountAssociation: string;
|
|
10047
|
+
CreateCloudConnector: string;
|
|
10048
|
+
CreateConnectorDestination: string;
|
|
9686
10049
|
CreateCredentialLocker: string;
|
|
9687
10050
|
CreateDestination: string;
|
|
9688
10051
|
CreateEventLogConfiguration: string;
|
|
@@ -9691,6 +10054,9 @@ export declare const Actions: {
|
|
|
9691
10054
|
CreateOtaTask: string;
|
|
9692
10055
|
CreateOtaTaskConfiguration: string;
|
|
9693
10056
|
CreateProvisioningProfile: string;
|
|
10057
|
+
DeleteAccountAssociation: string;
|
|
10058
|
+
DeleteCloudConnector: string;
|
|
10059
|
+
DeleteConnectorDestination: string;
|
|
9694
10060
|
DeleteCredentialLocker: string;
|
|
9695
10061
|
DeleteDestination: string;
|
|
9696
10062
|
DeleteEventLogConfiguration: string;
|
|
@@ -9699,6 +10065,10 @@ export declare const Actions: {
|
|
|
9699
10065
|
DeleteOtaTask: string;
|
|
9700
10066
|
DeleteOtaTaskConfiguration: string;
|
|
9701
10067
|
DeleteProvisioningProfile: string;
|
|
10068
|
+
DeregisterAccountAssociation: string;
|
|
10069
|
+
GetAccountAssociation: string;
|
|
10070
|
+
GetCloudConnector: string;
|
|
10071
|
+
GetConnectorDestination: string;
|
|
9702
10072
|
GetCredentialLocker: string;
|
|
9703
10073
|
GetCustomEndpoint: string;
|
|
9704
10074
|
GetDefaultEncryptionConfiguration: string;
|
|
@@ -9717,9 +10087,15 @@ export declare const Actions: {
|
|
|
9717
10087
|
GetProvisioningProfile: string;
|
|
9718
10088
|
GetRuntimeLogConfiguration: string;
|
|
9719
10089
|
GetSchemaVersion: string;
|
|
10090
|
+
ListAccountAssociations: string;
|
|
10091
|
+
ListCloudConnectors: string;
|
|
10092
|
+
ListConnectorDestinations: string;
|
|
9720
10093
|
ListCredentialLockers: string;
|
|
9721
10094
|
ListDestinations: string;
|
|
10095
|
+
ListDeviceDiscoveries: string;
|
|
10096
|
+
ListDiscoveredDevices: string;
|
|
9722
10097
|
ListEventLogConfigurations: string;
|
|
10098
|
+
ListManagedThingAccountAssociations: string;
|
|
9723
10099
|
ListManagedThings: string;
|
|
9724
10100
|
ListManagedThingSchemas: string;
|
|
9725
10101
|
ListNotificationConfigurations: string;
|
|
@@ -9728,13 +10104,22 @@ export declare const Actions: {
|
|
|
9728
10104
|
ListOtaTasks: string;
|
|
9729
10105
|
ListProvisioningProfiles: string;
|
|
9730
10106
|
ListSchemaVersions: string;
|
|
10107
|
+
ListTagsForResource: string;
|
|
9731
10108
|
PutDefaultEncryptionConfiguration: string;
|
|
9732
10109
|
PutHubConfiguration: string;
|
|
9733
10110
|
PutRuntimeLogConfiguration: string;
|
|
10111
|
+
RegisterAccountAssociation: string;
|
|
9734
10112
|
RegisterCustomEndpoint: string;
|
|
9735
10113
|
ResetRuntimeLogConfiguration: string;
|
|
10114
|
+
SendConnectorEvent: string;
|
|
9736
10115
|
SendManagedThingCommand: string;
|
|
10116
|
+
StartAccountAssociationRefresh: string;
|
|
9737
10117
|
StartDeviceDiscovery: string;
|
|
10118
|
+
TagResource: string;
|
|
10119
|
+
UntagResource: string;
|
|
10120
|
+
UpdateAccountAssociation: string;
|
|
10121
|
+
UpdateCloudConnector: string;
|
|
10122
|
+
UpdateConnectorDestination: string;
|
|
9738
10123
|
UpdateDestination: string;
|
|
9739
10124
|
UpdateEventLogConfiguration: string;
|
|
9740
10125
|
UpdateManagedThing: string;
|
|
@@ -9755,6 +10140,7 @@ export declare const Actions: {
|
|
|
9755
10140
|
CreateAssetModel: string;
|
|
9756
10141
|
CreateAssetModelCompositeModel: string;
|
|
9757
10142
|
CreateBulkImportJob: string;
|
|
10143
|
+
CreateComputationModel: string;
|
|
9758
10144
|
CreateDashboard: string;
|
|
9759
10145
|
CreateDataset: string;
|
|
9760
10146
|
CreateGateway: string;
|
|
@@ -9764,6 +10150,8 @@ export declare const Actions: {
|
|
|
9764
10150
|
DeleteAsset: string;
|
|
9765
10151
|
DeleteAssetModel: string;
|
|
9766
10152
|
DeleteAssetModelCompositeModel: string;
|
|
10153
|
+
DeleteAssetModelInterfaceRelationship: string;
|
|
10154
|
+
DeleteComputationModel: string;
|
|
9767
10155
|
DeleteDashboard: string;
|
|
9768
10156
|
DeleteDataset: string;
|
|
9769
10157
|
DeleteGateway: string;
|
|
@@ -9776,11 +10164,15 @@ export declare const Actions: {
|
|
|
9776
10164
|
DescribeAssetCompositeModel: string;
|
|
9777
10165
|
DescribeAssetModel: string;
|
|
9778
10166
|
DescribeAssetModelCompositeModel: string;
|
|
10167
|
+
DescribeAssetModelInterfaceRelationship: string;
|
|
9779
10168
|
DescribeAssetProperty: string;
|
|
9780
10169
|
DescribeBulkImportJob: string;
|
|
10170
|
+
DescribeComputationModel: string;
|
|
10171
|
+
DescribeComputationModelExecutionSummary: string;
|
|
9781
10172
|
DescribeDashboard: string;
|
|
9782
10173
|
DescribeDataset: string;
|
|
9783
10174
|
DescribeDefaultEncryptionConfiguration: string;
|
|
10175
|
+
DescribeExecution: string;
|
|
9784
10176
|
DescribeGateway: string;
|
|
9785
10177
|
DescribeGatewayCapabilityConfiguration: string;
|
|
9786
10178
|
DescribeLoggingOptions: string;
|
|
@@ -9809,14 +10201,20 @@ export declare const Actions: {
|
|
|
9809
10201
|
ListAssociatedAssets: string;
|
|
9810
10202
|
ListBulkImportJobs: string;
|
|
9811
10203
|
ListCompositionRelationships: string;
|
|
10204
|
+
ListComputationModelDataBindingUsages: string;
|
|
10205
|
+
ListComputationModelResolveToResources: string;
|
|
10206
|
+
ListComputationModels: string;
|
|
9812
10207
|
ListDashboards: string;
|
|
9813
10208
|
ListDatasets: string;
|
|
10209
|
+
ListExecutions: string;
|
|
9814
10210
|
ListGateways: string;
|
|
10211
|
+
ListInterfaceRelationships: string;
|
|
9815
10212
|
ListPortals: string;
|
|
9816
10213
|
ListProjectAssets: string;
|
|
9817
10214
|
ListProjects: string;
|
|
9818
10215
|
ListTagsForResource: string;
|
|
9819
10216
|
ListTimeSeries: string;
|
|
10217
|
+
PutAssetModelInterfaceRelationship: string;
|
|
9820
10218
|
PutDefaultEncryptionConfiguration: string;
|
|
9821
10219
|
PutLoggingOptions: string;
|
|
9822
10220
|
PutStorageConfiguration: string;
|
|
@@ -9828,6 +10226,7 @@ export declare const Actions: {
|
|
|
9828
10226
|
UpdateAssetModelCompositeModel: string;
|
|
9829
10227
|
UpdateAssetModelPropertyRouting: string;
|
|
9830
10228
|
UpdateAssetProperty: string;
|
|
10229
|
+
UpdateComputationModel: string;
|
|
9831
10230
|
UpdateDashboard: string;
|
|
9832
10231
|
UpdateDataset: string;
|
|
9833
10232
|
UpdateGateway: string;
|
|
@@ -10114,6 +10513,7 @@ export declare const Actions: {
|
|
|
10114
10513
|
ListEncoderConfigurations: string;
|
|
10115
10514
|
ListIngestConfigurations: string;
|
|
10116
10515
|
ListParticipantEvents: string;
|
|
10516
|
+
ListParticipantReplicas: string;
|
|
10117
10517
|
ListParticipants: string;
|
|
10118
10518
|
ListPlaybackKeyPairs: string;
|
|
10119
10519
|
ListPlaybackRestrictionPolicies: string;
|
|
@@ -10128,8 +10528,10 @@ export declare const Actions: {
|
|
|
10128
10528
|
ListTagsForResource: string;
|
|
10129
10529
|
PutMetadata: string;
|
|
10130
10530
|
StartComposition: string;
|
|
10531
|
+
StartParticipantReplication: string;
|
|
10131
10532
|
StartViewerSessionRevocation: string;
|
|
10132
10533
|
StopComposition: string;
|
|
10534
|
+
StopParticipantReplication: string;
|
|
10133
10535
|
StopStream: string;
|
|
10134
10536
|
TagResource: string;
|
|
10135
10537
|
UntagResource: string;
|
|
@@ -10351,6 +10753,7 @@ export declare const Actions: {
|
|
|
10351
10753
|
ListShards: string;
|
|
10352
10754
|
ListStreamConsumers: string;
|
|
10353
10755
|
ListStreams: string;
|
|
10756
|
+
ListTagsForResource: string;
|
|
10354
10757
|
ListTagsForStream: string;
|
|
10355
10758
|
MergeShards: string;
|
|
10356
10759
|
PutRecord: string;
|
|
@@ -10362,6 +10765,8 @@ export declare const Actions: {
|
|
|
10362
10765
|
StartStreamEncryption: string;
|
|
10363
10766
|
StopStreamEncryption: string;
|
|
10364
10767
|
SubscribeToShard: string;
|
|
10768
|
+
TagResource: string;
|
|
10769
|
+
UntagResource: string;
|
|
10365
10770
|
UpdateShardCount: string;
|
|
10366
10771
|
UpdateStreamMode: string;
|
|
10367
10772
|
};
|
|
@@ -10692,6 +11097,7 @@ export declare const Actions: {
|
|
|
10692
11097
|
CreateIntent: string;
|
|
10693
11098
|
CreateIntentVersion: string;
|
|
10694
11099
|
CreateResourcePolicy: string;
|
|
11100
|
+
CreateResourcePolicyStatement: string;
|
|
10695
11101
|
CreateSlot: string;
|
|
10696
11102
|
CreateSlotType: string;
|
|
10697
11103
|
CreateSlotTypeVersion: string;
|
|
@@ -10711,6 +11117,7 @@ export declare const Actions: {
|
|
|
10711
11117
|
DeleteIntent: string;
|
|
10712
11118
|
DeleteIntentVersion: string;
|
|
10713
11119
|
DeleteResourcePolicy: string;
|
|
11120
|
+
DeleteResourcePolicyStatement: string;
|
|
10714
11121
|
DeleteSession: string;
|
|
10715
11122
|
DeleteSlot: string;
|
|
10716
11123
|
DeleteSlotType: string;
|
|
@@ -11135,6 +11542,7 @@ export declare const Actions: {
|
|
|
11135
11542
|
ListIntegrations: string;
|
|
11136
11543
|
ListLogAnomalyDetectors: string;
|
|
11137
11544
|
ListLogDeliveries: string;
|
|
11545
|
+
ListLogGroups: string;
|
|
11138
11546
|
ListLogGroupsForEntity: string;
|
|
11139
11547
|
ListLogGroupsForQuery: string;
|
|
11140
11548
|
ListTagsForResource: string;
|
|
@@ -11284,6 +11692,7 @@ export declare const Actions: {
|
|
|
11284
11692
|
m2: {
|
|
11285
11693
|
CancelBatchJobExecution: string;
|
|
11286
11694
|
CreateApplication: string;
|
|
11695
|
+
CreateDataSetExportTask: string;
|
|
11287
11696
|
CreateDataSetImportTask: string;
|
|
11288
11697
|
CreateDeployment: string;
|
|
11289
11698
|
CreateEnvironment: string;
|
|
@@ -11294,6 +11703,7 @@ export declare const Actions: {
|
|
|
11294
11703
|
GetApplicationVersion: string;
|
|
11295
11704
|
GetBatchJobExecution: string;
|
|
11296
11705
|
GetDataSetDetails: string;
|
|
11706
|
+
GetDataSetExportTask: string;
|
|
11297
11707
|
GetDataSetImportTask: string;
|
|
11298
11708
|
GetDeployment: string;
|
|
11299
11709
|
GetEnvironment: string;
|
|
@@ -11303,6 +11713,7 @@ export declare const Actions: {
|
|
|
11303
11713
|
ListBatchJobDefinitions: string;
|
|
11304
11714
|
ListBatchJobExecutions: string;
|
|
11305
11715
|
ListBatchJobRestartPoints: string;
|
|
11716
|
+
ListDataSetExportHistory: string;
|
|
11306
11717
|
ListDataSetImportHistory: string;
|
|
11307
11718
|
ListDataSets: string;
|
|
11308
11719
|
ListDeployments: string;
|
|
@@ -11643,6 +12054,7 @@ export declare const Actions: {
|
|
|
11643
12054
|
CreateNode: string;
|
|
11644
12055
|
CreateNodeRegistrationScript: string;
|
|
11645
12056
|
CreatePartnerInput: string;
|
|
12057
|
+
CreateSdiSource: string;
|
|
11646
12058
|
CreateSignalMap: string;
|
|
11647
12059
|
CreateTags: string;
|
|
11648
12060
|
DeleteChannel: string;
|
|
@@ -11660,6 +12072,7 @@ export declare const Actions: {
|
|
|
11660
12072
|
DeleteNode: string;
|
|
11661
12073
|
DeleteReservation: string;
|
|
11662
12074
|
DeleteSchedule: string;
|
|
12075
|
+
DeleteSdiSource: string;
|
|
11663
12076
|
DeleteSignalMap: string;
|
|
11664
12077
|
DeleteTags: string;
|
|
11665
12078
|
DescribeAccountConfiguration: string;
|
|
@@ -11677,6 +12090,7 @@ export declare const Actions: {
|
|
|
11677
12090
|
DescribeOffering: string;
|
|
11678
12091
|
DescribeReservation: string;
|
|
11679
12092
|
DescribeSchedule: string;
|
|
12093
|
+
DescribeSdiSource: string;
|
|
11680
12094
|
DescribeThumbnails: string;
|
|
11681
12095
|
GetCloudWatchAlarmTemplate: string;
|
|
11682
12096
|
GetCloudWatchAlarmTemplateGroup: string;
|
|
@@ -11700,6 +12114,7 @@ export declare const Actions: {
|
|
|
11700
12114
|
ListNodes: string;
|
|
11701
12115
|
ListOfferings: string;
|
|
11702
12116
|
ListReservations: string;
|
|
12117
|
+
ListSdiSources: string;
|
|
11703
12118
|
ListSignalMaps: string;
|
|
11704
12119
|
ListTagsForResource: string;
|
|
11705
12120
|
ListVersions: string;
|
|
@@ -11738,6 +12153,7 @@ export declare const Actions: {
|
|
|
11738
12153
|
UpdateNode: string;
|
|
11739
12154
|
UpdateNodeState: string;
|
|
11740
12155
|
UpdateReservation: string;
|
|
12156
|
+
UpdateSdiSource: string;
|
|
11741
12157
|
};
|
|
11742
12158
|
'mediapackage-vod': {
|
|
11743
12159
|
ConfigureLogs: string;
|
|
@@ -11895,10 +12311,12 @@ export declare const Actions: {
|
|
|
11895
12311
|
DeleteDatastore: string;
|
|
11896
12312
|
DeleteImageSet: string;
|
|
11897
12313
|
GetDatastore: string;
|
|
12314
|
+
GetDICOMBulkdata: string;
|
|
11898
12315
|
GetDICOMImportJob: string;
|
|
11899
12316
|
GetDICOMInstance: string;
|
|
11900
12317
|
GetDICOMInstanceFrames: string;
|
|
11901
12318
|
GetDICOMInstanceMetadata: string;
|
|
12319
|
+
GetDICOMSeriesMetadata: string;
|
|
11902
12320
|
GetImageFrame: string;
|
|
11903
12321
|
GetImageSet: string;
|
|
11904
12322
|
GetImageSetMetadata: string;
|
|
@@ -11906,8 +12324,13 @@ export declare const Actions: {
|
|
|
11906
12324
|
ListDICOMImportJobs: string;
|
|
11907
12325
|
ListImageSetVersions: string;
|
|
11908
12326
|
ListTagsForResource: string;
|
|
12327
|
+
SearchDICOMInstances: string;
|
|
12328
|
+
SearchDICOMSeries: string;
|
|
12329
|
+
SearchDICOMStudies: string;
|
|
11909
12330
|
SearchImageSets: string;
|
|
11910
12331
|
StartDICOMImportJob: string;
|
|
12332
|
+
StoreDICOM: string;
|
|
12333
|
+
StoreDICOMStudy: string;
|
|
11911
12334
|
TagResource: string;
|
|
11912
12335
|
UntagResource: string;
|
|
11913
12336
|
UpdateImageSetMetadata: string;
|
|
@@ -11949,6 +12372,7 @@ export declare const Actions: {
|
|
|
11949
12372
|
ListAllowedMultiRegionClusterUpdates: string;
|
|
11950
12373
|
ListAllowedNodeTypeUpdates: string;
|
|
11951
12374
|
ListTags: string;
|
|
12375
|
+
PauseMultiRegionClusterReplication: string;
|
|
11952
12376
|
PurchaseReservedNodesOffering: string;
|
|
11953
12377
|
ResetParameterGroup: string;
|
|
11954
12378
|
TagResource: string;
|
|
@@ -12357,6 +12781,32 @@ export declare const Actions: {
|
|
|
12357
12781
|
UntagResource: string;
|
|
12358
12782
|
UpdateProject: string;
|
|
12359
12783
|
};
|
|
12784
|
+
mpa: {
|
|
12785
|
+
CancelSession: string;
|
|
12786
|
+
CreateApprovalTeam: string;
|
|
12787
|
+
CreateIdentitySource: string;
|
|
12788
|
+
DeleteIdentitySource: string;
|
|
12789
|
+
DeleteInactiveApprovalTeamVersion: string;
|
|
12790
|
+
DeleteResourcePolicy: string;
|
|
12791
|
+
GetApprovalTeam: string;
|
|
12792
|
+
GetIdentitySource: string;
|
|
12793
|
+
GetPolicyVersion: string;
|
|
12794
|
+
GetResourcePolicy: string;
|
|
12795
|
+
GetSession: string;
|
|
12796
|
+
ListApprovalTeams: string;
|
|
12797
|
+
ListIdentitySources: string;
|
|
12798
|
+
ListPolicies: string;
|
|
12799
|
+
ListPolicyVersions: string;
|
|
12800
|
+
ListResourcePolicies: string;
|
|
12801
|
+
ListSessions: string;
|
|
12802
|
+
ListTagsForResource: string;
|
|
12803
|
+
PutResourcePolicy: string;
|
|
12804
|
+
StartActiveApprovalTeamDeletion: string;
|
|
12805
|
+
StartSession: string;
|
|
12806
|
+
TagResource: string;
|
|
12807
|
+
UntagResource: string;
|
|
12808
|
+
UpdateApprovalTeam: string;
|
|
12809
|
+
};
|
|
12360
12810
|
mq: {
|
|
12361
12811
|
CreateBroker: string;
|
|
12362
12812
|
CreateConfiguration: string;
|
|
@@ -12364,6 +12814,7 @@ export declare const Actions: {
|
|
|
12364
12814
|
CreateTags: string;
|
|
12365
12815
|
CreateUser: string;
|
|
12366
12816
|
DeleteBroker: string;
|
|
12817
|
+
DeleteConfiguration: string;
|
|
12367
12818
|
DeleteTags: string;
|
|
12368
12819
|
DeleteUser: string;
|
|
12369
12820
|
DescribeBroker: string;
|
|
@@ -12450,32 +12901,43 @@ export declare const Actions: {
|
|
|
12450
12901
|
ResetGraph: string;
|
|
12451
12902
|
RestoreGraphFromSnapshot: string;
|
|
12452
12903
|
StartExportTask: string;
|
|
12904
|
+
StartGraph: string;
|
|
12453
12905
|
StartImportTask: string;
|
|
12906
|
+
StopGraph: string;
|
|
12454
12907
|
TagResource: string;
|
|
12455
12908
|
UntagResource: string;
|
|
12456
12909
|
UpdateGraph: string;
|
|
12457
12910
|
WriteDataViaQuery: string;
|
|
12458
12911
|
};
|
|
12459
12912
|
'network-firewall': {
|
|
12913
|
+
AcceptNetworkFirewallTransitGatewayAttachment: string;
|
|
12914
|
+
AssociateAvailabilityZones: string;
|
|
12460
12915
|
AssociateFirewallPolicy: string;
|
|
12461
12916
|
AssociateSubnets: string;
|
|
12462
12917
|
CreateFirewall: string;
|
|
12463
12918
|
CreateFirewallPolicy: string;
|
|
12464
12919
|
CreateRuleGroup: string;
|
|
12465
12920
|
CreateTLSInspectionConfiguration: string;
|
|
12921
|
+
CreateVpcEndpointAssociation: string;
|
|
12466
12922
|
DeleteFirewall: string;
|
|
12467
12923
|
DeleteFirewallPolicy: string;
|
|
12924
|
+
DeleteNetworkFirewallTransitGatewayAttachment: string;
|
|
12468
12925
|
DeleteResourcePolicy: string;
|
|
12469
12926
|
DeleteRuleGroup: string;
|
|
12470
12927
|
DeleteTLSInspectionConfiguration: string;
|
|
12928
|
+
DeleteVpcEndpointAssociation: string;
|
|
12471
12929
|
DescribeFirewall: string;
|
|
12930
|
+
DescribeFirewallMetadata: string;
|
|
12472
12931
|
DescribeFirewallPolicy: string;
|
|
12473
12932
|
DescribeFlowOperation: string;
|
|
12474
12933
|
DescribeLoggingConfiguration: string;
|
|
12475
12934
|
DescribeResourcePolicy: string;
|
|
12476
12935
|
DescribeRuleGroup: string;
|
|
12477
12936
|
DescribeRuleGroupMetadata: string;
|
|
12937
|
+
DescribeRuleGroupSummary: string;
|
|
12478
12938
|
DescribeTLSInspectionConfiguration: string;
|
|
12939
|
+
DescribeVpcEndpointAssociation: string;
|
|
12940
|
+
DisassociateAvailabilityZones: string;
|
|
12479
12941
|
DisassociateSubnets: string;
|
|
12480
12942
|
GetAnalysisReportResults: string;
|
|
12481
12943
|
ListAnalysisReports: string;
|
|
@@ -12486,12 +12948,15 @@ export declare const Actions: {
|
|
|
12486
12948
|
ListRuleGroups: string;
|
|
12487
12949
|
ListTagsForResource: string;
|
|
12488
12950
|
ListTLSInspectionConfigurations: string;
|
|
12951
|
+
ListVpcEndpointAssociations: string;
|
|
12489
12952
|
PutResourcePolicy: string;
|
|
12953
|
+
RejectNetworkFirewallTransitGatewayAttachment: string;
|
|
12490
12954
|
StartAnalysisReport: string;
|
|
12491
12955
|
StartFlowCapture: string;
|
|
12492
12956
|
StartFlowFlush: string;
|
|
12493
12957
|
TagResource: string;
|
|
12494
12958
|
UntagResource: string;
|
|
12959
|
+
UpdateAvailabilityZoneChangeProtection: string;
|
|
12495
12960
|
UpdateFirewallAnalysisSettings: string;
|
|
12496
12961
|
UpdateFirewallDeleteProtection: string;
|
|
12497
12962
|
UpdateFirewallDescription: string;
|
|
@@ -12503,6 +12968,17 @@ export declare const Actions: {
|
|
|
12503
12968
|
UpdateSubnetChangeProtection: string;
|
|
12504
12969
|
UpdateTLSInspectionConfiguration: string;
|
|
12505
12970
|
};
|
|
12971
|
+
'network-security-director': {
|
|
12972
|
+
GetFinding: string;
|
|
12973
|
+
GetNetworkSecurityScan: string;
|
|
12974
|
+
GetResource: string;
|
|
12975
|
+
ListFindings: string;
|
|
12976
|
+
ListInsights: string;
|
|
12977
|
+
ListRemediations: string;
|
|
12978
|
+
ListResources: string;
|
|
12979
|
+
StartNetworkSecurityScan: string;
|
|
12980
|
+
UpdateFinding: string;
|
|
12981
|
+
};
|
|
12506
12982
|
networkflowmonitor: {
|
|
12507
12983
|
CreateMonitor: string;
|
|
12508
12984
|
CreateScope: string;
|
|
@@ -12765,14 +13241,75 @@ export declare const Actions: {
|
|
|
12765
13241
|
UpdateLink: string;
|
|
12766
13242
|
};
|
|
12767
13243
|
observabilityadmin: {
|
|
13244
|
+
CreateTelemetryRule: string;
|
|
13245
|
+
CreateTelemetryRuleForOrganization: string;
|
|
13246
|
+
DeleteTelemetryRule: string;
|
|
13247
|
+
DeleteTelemetryRuleForOrganization: string;
|
|
12768
13248
|
GetTelemetryEvaluationStatus: string;
|
|
12769
13249
|
GetTelemetryEvaluationStatusForOrganization: string;
|
|
13250
|
+
GetTelemetryRule: string;
|
|
13251
|
+
GetTelemetryRuleForOrganization: string;
|
|
12770
13252
|
ListResourceTelemetry: string;
|
|
12771
13253
|
ListResourceTelemetryForOrganization: string;
|
|
13254
|
+
ListTagsForResource: string;
|
|
13255
|
+
ListTelemetryRules: string;
|
|
13256
|
+
ListTelemetryRulesForOrganization: string;
|
|
12772
13257
|
StartTelemetryEvaluation: string;
|
|
12773
13258
|
StartTelemetryEvaluationForOrganization: string;
|
|
12774
13259
|
StopTelemetryEvaluation: string;
|
|
12775
13260
|
StopTelemetryEvaluationForOrganization: string;
|
|
13261
|
+
TagResource: string;
|
|
13262
|
+
UntagResource: string;
|
|
13263
|
+
UpdateTelemetryRule: string;
|
|
13264
|
+
UpdateTelemetryRuleForOrganization: string;
|
|
13265
|
+
};
|
|
13266
|
+
odb: {
|
|
13267
|
+
AcceptMarketplaceRegistration: string;
|
|
13268
|
+
CreateCloudAutonomousVmCluster: string;
|
|
13269
|
+
CreateCloudExadataInfrastructure: string;
|
|
13270
|
+
CreateCloudVmCluster: string;
|
|
13271
|
+
CreateDbNode: string;
|
|
13272
|
+
CreateOdbNetwork: string;
|
|
13273
|
+
CreateOdbPeeringConnection: string;
|
|
13274
|
+
CreateOutboundIntegration: string;
|
|
13275
|
+
DeleteCloudAutonomousVmCluster: string;
|
|
13276
|
+
DeleteCloudExadataInfrastructure: string;
|
|
13277
|
+
DeleteCloudVmCluster: string;
|
|
13278
|
+
DeleteDbNode: string;
|
|
13279
|
+
DeleteOdbNetwork: string;
|
|
13280
|
+
DeleteOdbPeeringConnection: string;
|
|
13281
|
+
DeleteResourcePolicy: string;
|
|
13282
|
+
GetCloudAutonomousVmCluster: string;
|
|
13283
|
+
GetCloudExadataInfrastructure: string;
|
|
13284
|
+
GetCloudExadataInfrastructureUnallocatedResources: string;
|
|
13285
|
+
GetCloudVmCluster: string;
|
|
13286
|
+
GetDbNode: string;
|
|
13287
|
+
GetDbServer: string;
|
|
13288
|
+
GetOciOnboardingStatus: string;
|
|
13289
|
+
GetOdbNetwork: string;
|
|
13290
|
+
GetOdbPeeringConnection: string;
|
|
13291
|
+
GetResourcePolicy: string;
|
|
13292
|
+
InitializeService: string;
|
|
13293
|
+
ListAutonomousVirtualMachines: string;
|
|
13294
|
+
ListCloudAutonomousVmClusters: string;
|
|
13295
|
+
ListCloudExadataInfrastructures: string;
|
|
13296
|
+
ListCloudVmClusters: string;
|
|
13297
|
+
ListDbNodes: string;
|
|
13298
|
+
ListDbServers: string;
|
|
13299
|
+
ListDbSystemShapes: string;
|
|
13300
|
+
ListGiVersions: string;
|
|
13301
|
+
ListOdbNetworks: string;
|
|
13302
|
+
ListOdbPeeringConnections: string;
|
|
13303
|
+
ListSystemVersions: string;
|
|
13304
|
+
ListTagsForResource: string;
|
|
13305
|
+
PutResourcePolicy: string;
|
|
13306
|
+
RebootDbNode: string;
|
|
13307
|
+
StartDbNode: string;
|
|
13308
|
+
StopDbNode: string;
|
|
13309
|
+
TagResource: string;
|
|
13310
|
+
UntagResource: string;
|
|
13311
|
+
UpdateCloudExadataInfrastructure: string;
|
|
13312
|
+
UpdateOdbNetwork: string;
|
|
12776
13313
|
};
|
|
12777
13314
|
omics: {
|
|
12778
13315
|
AbortMultipartReadSetUpload: string;
|
|
@@ -12792,6 +13329,7 @@ export declare const Actions: {
|
|
|
12792
13329
|
CreateShare: string;
|
|
12793
13330
|
CreateVariantStore: string;
|
|
12794
13331
|
CreateWorkflow: string;
|
|
13332
|
+
CreateWorkflowVersion: string;
|
|
12795
13333
|
DeleteAnnotationStore: string;
|
|
12796
13334
|
DeleteAnnotationStoreVersions: string;
|
|
12797
13335
|
DeleteReference: string;
|
|
@@ -12804,6 +13342,7 @@ export declare const Actions: {
|
|
|
12804
13342
|
DeleteShare: string;
|
|
12805
13343
|
DeleteVariantStore: string;
|
|
12806
13344
|
DeleteWorkflow: string;
|
|
13345
|
+
DeleteWorkflowVersion: string;
|
|
12807
13346
|
GetAnnotationImportJob: string;
|
|
12808
13347
|
GetAnnotationStore: string;
|
|
12809
13348
|
GetAnnotationStoreVersion: string;
|
|
@@ -12826,6 +13365,7 @@ export declare const Actions: {
|
|
|
12826
13365
|
GetVariantImportJob: string;
|
|
12827
13366
|
GetVariantStore: string;
|
|
12828
13367
|
GetWorkflow: string;
|
|
13368
|
+
GetWorkflowVersion: string;
|
|
12829
13369
|
ListAnnotationImportJobs: string;
|
|
12830
13370
|
ListAnnotationStores: string;
|
|
12831
13371
|
ListAnnotationStoreVersions: string;
|
|
@@ -12848,6 +13388,7 @@ export declare const Actions: {
|
|
|
12848
13388
|
ListVariantImportJobs: string;
|
|
12849
13389
|
ListVariantStores: string;
|
|
12850
13390
|
ListWorkflows: string;
|
|
13391
|
+
ListWorkflowVersions: string;
|
|
12851
13392
|
PutS3AccessPolicy: string;
|
|
12852
13393
|
StartAnnotationImportJob: string;
|
|
12853
13394
|
StartReadSetActivationJob: string;
|
|
@@ -12865,6 +13406,7 @@ export declare const Actions: {
|
|
|
12865
13406
|
UpdateSequenceStore: string;
|
|
12866
13407
|
UpdateVariantStore: string;
|
|
12867
13408
|
UpdateWorkflow: string;
|
|
13409
|
+
UpdateWorkflowVersion: string;
|
|
12868
13410
|
UploadReadSetPart: string;
|
|
12869
13411
|
};
|
|
12870
13412
|
one: {
|
|
@@ -13088,6 +13630,7 @@ export declare const Actions: {
|
|
|
13088
13630
|
GetConnection: string;
|
|
13089
13631
|
GetOrder: string;
|
|
13090
13632
|
GetOutpost: string;
|
|
13633
|
+
GetOutpostBillingInformation: string;
|
|
13091
13634
|
GetOutpostInstanceTypes: string;
|
|
13092
13635
|
GetOutpostSupportedInstanceTypes: string;
|
|
13093
13636
|
GetPrivateConnectivityConfig: string;
|
|
@@ -13480,6 +14023,7 @@ export declare const Actions: {
|
|
|
13480
14023
|
BatchGetProfile: string;
|
|
13481
14024
|
CreateCalculatedAttributeDefinition: string;
|
|
13482
14025
|
CreateDomain: string;
|
|
14026
|
+
CreateDomainLayout: string;
|
|
13483
14027
|
CreateEventStream: string;
|
|
13484
14028
|
CreateEventTrigger: string;
|
|
13485
14029
|
CreateIntegrationWorkflow: string;
|
|
@@ -13488,8 +14032,10 @@ export declare const Actions: {
|
|
|
13488
14032
|
CreateSegmentEstimate: string;
|
|
13489
14033
|
CreateSegmentSnapshot: string;
|
|
13490
14034
|
CreateSnapshot: string;
|
|
14035
|
+
CreateUploadJob: string;
|
|
13491
14036
|
DeleteCalculatedAttributeDefinition: string;
|
|
13492
14037
|
DeleteDomain: string;
|
|
14038
|
+
DeleteDomainLayout: string;
|
|
13493
14039
|
DeleteEventStream: string;
|
|
13494
14040
|
DeleteEventTrigger: string;
|
|
13495
14041
|
DeleteIntegration: string;
|
|
@@ -13504,6 +14050,7 @@ export declare const Actions: {
|
|
|
13504
14050
|
GetCalculatedAttributeDefinition: string;
|
|
13505
14051
|
GetCalculatedAttributeForProfile: string;
|
|
13506
14052
|
GetDomain: string;
|
|
14053
|
+
GetDomainLayout: string;
|
|
13507
14054
|
GetEventStream: string;
|
|
13508
14055
|
GetEventTrigger: string;
|
|
13509
14056
|
GetIdentityResolutionJob: string;
|
|
@@ -13517,11 +14064,14 @@ export declare const Actions: {
|
|
|
13517
14064
|
GetSegmentSnapshot: string;
|
|
13518
14065
|
GetSimilarProfiles: string;
|
|
13519
14066
|
GetSnapshot: string;
|
|
14067
|
+
GetUploadJob: string;
|
|
14068
|
+
GetUploadJobPath: string;
|
|
13520
14069
|
GetWorkflow: string;
|
|
13521
14070
|
GetWorkflowSteps: string;
|
|
13522
14071
|
ListAccountIntegrations: string;
|
|
13523
14072
|
ListCalculatedAttributeDefinitions: string;
|
|
13524
14073
|
ListCalculatedAttributesForProfile: string;
|
|
14074
|
+
ListDomainLayouts: string;
|
|
13525
14075
|
ListDomains: string;
|
|
13526
14076
|
ListEventStreams: string;
|
|
13527
14077
|
ListEventTriggers: string;
|
|
@@ -13535,16 +14085,20 @@ export declare const Actions: {
|
|
|
13535
14085
|
ListRuleBasedMatches: string;
|
|
13536
14086
|
ListSegmentDefinitions: string;
|
|
13537
14087
|
ListTagsForResource: string;
|
|
14088
|
+
ListUploadJobs: string;
|
|
13538
14089
|
ListWorkflows: string;
|
|
13539
14090
|
MergeProfiles: string;
|
|
13540
14091
|
PutIntegration: string;
|
|
13541
14092
|
PutProfileObject: string;
|
|
13542
14093
|
PutProfileObjectType: string;
|
|
13543
14094
|
SearchProfiles: string;
|
|
14095
|
+
StartUploadJob: string;
|
|
14096
|
+
StopUploadJob: string;
|
|
13544
14097
|
TagResource: string;
|
|
13545
14098
|
UntagResource: string;
|
|
13546
14099
|
UpdateCalculatedAttributeDefinition: string;
|
|
13547
14100
|
UpdateDomain: string;
|
|
14101
|
+
UpdateDomainLayout: string;
|
|
13548
14102
|
UpdateEventTrigger: string;
|
|
13549
14103
|
UpdateProfile: string;
|
|
13550
14104
|
};
|
|
@@ -13684,8 +14238,11 @@ export declare const Actions: {
|
|
|
13684
14238
|
CreateOAuthAppConnection: string;
|
|
13685
14239
|
CreatePlugin: string;
|
|
13686
14240
|
DeleteAssignment: string;
|
|
14241
|
+
DeleteConversation: string;
|
|
14242
|
+
DeleteOAuthAppConnection: string;
|
|
13687
14243
|
DeletePlugin: string;
|
|
13688
14244
|
GenerateCodeFromCommands: string;
|
|
14245
|
+
GenerateCodeRecommendations: string;
|
|
13689
14246
|
GetConnector: string;
|
|
13690
14247
|
GetConversation: string;
|
|
13691
14248
|
GetIdentityMetadata: string;
|
|
@@ -13706,9 +14263,12 @@ export declare const Actions: {
|
|
|
13706
14263
|
TagResource: string;
|
|
13707
14264
|
UntagResource: string;
|
|
13708
14265
|
UpdateAuthGrant: string;
|
|
14266
|
+
UpdateConversation: string;
|
|
13709
14267
|
UpdateOAuthAppConnection: string;
|
|
14268
|
+
UpdatePlugin: string;
|
|
13710
14269
|
UpdateTroubleshootingCommandResult: string;
|
|
13711
14270
|
UsePlugin: string;
|
|
14271
|
+
VerifyOAuthAppConnection: string;
|
|
13712
14272
|
};
|
|
13713
14273
|
qapps: {
|
|
13714
14274
|
AssociateLibraryItemReview: string;
|
|
@@ -13719,7 +14279,6 @@ export declare const Actions: {
|
|
|
13719
14279
|
CopyQApp: string;
|
|
13720
14280
|
CreateLibraryItem: string;
|
|
13721
14281
|
CreateLibraryItemReview: string;
|
|
13722
|
-
CreatePresignedUrl: string;
|
|
13723
14282
|
CreateQApp: string;
|
|
13724
14283
|
CreateSubscriptionToken: string;
|
|
13725
14284
|
DeleteLibraryItem: string;
|
|
@@ -13733,8 +14292,6 @@ export declare const Actions: {
|
|
|
13733
14292
|
GetQAppSession: string;
|
|
13734
14293
|
GetQAppSessionMetadata: string;
|
|
13735
14294
|
ImportDocument: string;
|
|
13736
|
-
ImportDocumentToQApp: string;
|
|
13737
|
-
ImportDocumentToQAppSession: string;
|
|
13738
14295
|
ListCategories: string;
|
|
13739
14296
|
ListLibraryItems: string;
|
|
13740
14297
|
ListQApps: string;
|
|
@@ -13755,7 +14312,6 @@ export declare const Actions: {
|
|
|
13755
14312
|
UpdateQAppSessionMetadata: string;
|
|
13756
14313
|
};
|
|
13757
14314
|
qbusiness: {
|
|
13758
|
-
AddUserLicenses: string;
|
|
13759
14315
|
AllowVendedLogDeliveryForResource: string;
|
|
13760
14316
|
AssociatePermission: string;
|
|
13761
14317
|
BatchDeleteDocument: string;
|
|
@@ -13763,12 +14319,15 @@ export declare const Actions: {
|
|
|
13763
14319
|
CancelSubscription: string;
|
|
13764
14320
|
Chat: string;
|
|
13765
14321
|
ChatSync: string;
|
|
14322
|
+
CheckDocumentAccess: string;
|
|
14323
|
+
CreateAnonymousWebExperienceUrl: string;
|
|
13766
14324
|
CreateApplication: string;
|
|
14325
|
+
CreateChatResponseConfiguration: string;
|
|
13767
14326
|
CreateDataAccessor: string;
|
|
14327
|
+
CreateDataAccessorWithTti: string;
|
|
13768
14328
|
CreateDataSource: string;
|
|
13769
14329
|
CreateIndex: string;
|
|
13770
14330
|
CreateIntegration: string;
|
|
13771
|
-
CreateLicense: string;
|
|
13772
14331
|
CreatePlugin: string;
|
|
13773
14332
|
CreateRetriever: string;
|
|
13774
14333
|
CreateSubscription: string;
|
|
@@ -13777,6 +14336,7 @@ export declare const Actions: {
|
|
|
13777
14336
|
DeleteApplication: string;
|
|
13778
14337
|
DeleteAttachment: string;
|
|
13779
14338
|
DeleteChatControlsConfiguration: string;
|
|
14339
|
+
DeleteChatResponseConfiguration: string;
|
|
13780
14340
|
DeleteConversation: string;
|
|
13781
14341
|
DeleteDataAccessor: string;
|
|
13782
14342
|
DeleteDataSource: string;
|
|
@@ -13791,12 +14351,13 @@ export declare const Actions: {
|
|
|
13791
14351
|
DisassociatePermission: string;
|
|
13792
14352
|
GetApplication: string;
|
|
13793
14353
|
GetChatControlsConfiguration: string;
|
|
14354
|
+
GetChatResponseConfiguration: string;
|
|
13794
14355
|
GetDataAccessor: string;
|
|
13795
14356
|
GetDataSource: string;
|
|
14357
|
+
GetDocumentContent: string;
|
|
13796
14358
|
GetGroup: string;
|
|
13797
14359
|
GetIndex: string;
|
|
13798
14360
|
GetIntegration: string;
|
|
13799
|
-
GetLicense: string;
|
|
13800
14361
|
GetMedia: string;
|
|
13801
14362
|
GetPlugin: string;
|
|
13802
14363
|
GetPolicy: string;
|
|
@@ -13805,6 +14366,7 @@ export declare const Actions: {
|
|
|
13805
14366
|
GetWebExperience: string;
|
|
13806
14367
|
ListApplications: string;
|
|
13807
14368
|
ListAttachments: string;
|
|
14369
|
+
ListChatResponseConfigurations: string;
|
|
13808
14370
|
ListConversations: string;
|
|
13809
14371
|
ListDataAccessors: string;
|
|
13810
14372
|
ListDataSources: string;
|
|
@@ -13821,12 +14383,10 @@ export declare const Actions: {
|
|
|
13821
14383
|
ListRetrievers: string;
|
|
13822
14384
|
ListSubscriptions: string;
|
|
13823
14385
|
ListTagsForResource: string;
|
|
13824
|
-
ListUserLicenses: string;
|
|
13825
14386
|
ListWebExperiences: string;
|
|
13826
14387
|
PutFeedback: string;
|
|
13827
14388
|
PutGroup: string;
|
|
13828
14389
|
PutResourcePolicy: string;
|
|
13829
|
-
RemoveUserLicenses: string;
|
|
13830
14390
|
SearchRelevantContent: string;
|
|
13831
14391
|
StartDataSourceSyncJob: string;
|
|
13832
14392
|
StartDeployment: string;
|
|
@@ -13835,6 +14395,7 @@ export declare const Actions: {
|
|
|
13835
14395
|
UntagResource: string;
|
|
13836
14396
|
UpdateApplication: string;
|
|
13837
14397
|
UpdateChatControlsConfiguration: string;
|
|
14398
|
+
UpdateChatResponseConfiguration: string;
|
|
13838
14399
|
UpdateDataAccessor: string;
|
|
13839
14400
|
UpdateDataSource: string;
|
|
13840
14401
|
UpdateIndex: string;
|
|
@@ -14255,6 +14816,7 @@ export declare const Actions: {
|
|
|
14255
14816
|
DescribeDBInstanceAutomatedBackups: string;
|
|
14256
14817
|
DescribeDBInstances: string;
|
|
14257
14818
|
DescribeDBLogFiles: string;
|
|
14819
|
+
DescribeDBMajorEngineVersions: string;
|
|
14258
14820
|
DescribeDBParameterGroups: string;
|
|
14259
14821
|
DescribeDBParameters: string;
|
|
14260
14822
|
DescribeDBProxies: string;
|
|
@@ -14370,6 +14932,7 @@ export declare const Actions: {
|
|
|
14370
14932
|
CreateCustomDomainAssociation: string;
|
|
14371
14933
|
CreateEndpointAccess: string;
|
|
14372
14934
|
CreateNamespace: string;
|
|
14935
|
+
CreateReservation: string;
|
|
14373
14936
|
CreateScheduledAction: string;
|
|
14374
14937
|
CreateSnapshot: string;
|
|
14375
14938
|
CreateSnapshotCopyConfiguration: string;
|
|
@@ -14391,6 +14954,8 @@ export declare const Actions: {
|
|
|
14391
14954
|
GetManagedWorkgroup: string;
|
|
14392
14955
|
GetNamespace: string;
|
|
14393
14956
|
GetRecoveryPoint: string;
|
|
14957
|
+
GetReservation: string;
|
|
14958
|
+
GetReservationOffering: string;
|
|
14394
14959
|
GetResourcePolicy: string;
|
|
14395
14960
|
GetScheduledAction: string;
|
|
14396
14961
|
GetSnapshot: string;
|
|
@@ -14403,6 +14968,8 @@ export declare const Actions: {
|
|
|
14403
14968
|
ListManagedWorkgroups: string;
|
|
14404
14969
|
ListNamespaces: string;
|
|
14405
14970
|
ListRecoveryPoints: string;
|
|
14971
|
+
ListReservationOfferings: string;
|
|
14972
|
+
ListReservations: string;
|
|
14406
14973
|
ListScheduledActions: string;
|
|
14407
14974
|
ListSnapshotCopyConfigurations: string;
|
|
14408
14975
|
ListSnapshots: string;
|
|
@@ -14697,18 +15264,24 @@ export declare const Actions: {
|
|
|
14697
15264
|
UpdateStreamProcessor: string;
|
|
14698
15265
|
};
|
|
14699
15266
|
repostspace: {
|
|
15267
|
+
BatchAddChannelRoleToAccessors: string;
|
|
14700
15268
|
BatchAddRole: string;
|
|
15269
|
+
BatchRemoveChannelRoleFromAccessors: string;
|
|
14701
15270
|
BatchRemoveRole: string;
|
|
15271
|
+
CreateChannel: string;
|
|
14702
15272
|
CreateSpace: string;
|
|
14703
15273
|
DeleteSpace: string;
|
|
14704
15274
|
DeregisterAdmin: string;
|
|
15275
|
+
GetChannel: string;
|
|
14705
15276
|
GetSpace: string;
|
|
15277
|
+
ListChannels: string;
|
|
14706
15278
|
ListSpaces: string;
|
|
14707
15279
|
ListTagsForResource: string;
|
|
14708
15280
|
RegisterAdmin: string;
|
|
14709
15281
|
SendInvites: string;
|
|
14710
15282
|
TagResource: string;
|
|
14711
15283
|
UntagResource: string;
|
|
15284
|
+
UpdateChannel: string;
|
|
14712
15285
|
UpdateSpace: string;
|
|
14713
15286
|
};
|
|
14714
15287
|
resiliencehub: {
|
|
@@ -15466,6 +16039,8 @@ export declare const Actions: {
|
|
|
15466
16039
|
TagResource: string;
|
|
15467
16040
|
UntagResource: string;
|
|
15468
16041
|
UpdateAccessGrantsLocation: string;
|
|
16042
|
+
UpdateBucketMetadataInventoryTableConfiguration: string;
|
|
16043
|
+
UpdateBucketMetadataJournalTableConfiguration: string;
|
|
15469
16044
|
UpdateJobPriority: string;
|
|
15470
16045
|
UpdateJobStatus: string;
|
|
15471
16046
|
UpdateStorageLensGroup: string;
|
|
@@ -15487,11 +16062,14 @@ export declare const Actions: {
|
|
|
15487
16062
|
GetLifecycleConfiguration: string;
|
|
15488
16063
|
ListAccessPointsForDirectoryBuckets: string;
|
|
15489
16064
|
ListAllMyDirectoryBuckets: string;
|
|
16065
|
+
ListTagsForResource: string;
|
|
15490
16066
|
PutAccessPointPolicy: string;
|
|
15491
16067
|
PutAccessPointScope: string;
|
|
15492
16068
|
PutBucketPolicy: string;
|
|
15493
16069
|
PutEncryptionConfiguration: string;
|
|
15494
16070
|
PutLifecycleConfiguration: string;
|
|
16071
|
+
TagResource: string;
|
|
16072
|
+
UntagResource: string;
|
|
15495
16073
|
};
|
|
15496
16074
|
s3tables: {
|
|
15497
16075
|
CreateNamespace: string;
|
|
@@ -15500,14 +16078,17 @@ export declare const Actions: {
|
|
|
15500
16078
|
DeleteNamespace: string;
|
|
15501
16079
|
DeleteTable: string;
|
|
15502
16080
|
DeleteTableBucket: string;
|
|
16081
|
+
DeleteTableBucketEncryption: string;
|
|
15503
16082
|
DeleteTableBucketPolicy: string;
|
|
15504
16083
|
DeleteTablePolicy: string;
|
|
15505
16084
|
GetNamespace: string;
|
|
15506
16085
|
GetTable: string;
|
|
15507
16086
|
GetTableBucket: string;
|
|
16087
|
+
GetTableBucketEncryption: string;
|
|
15508
16088
|
GetTableBucketMaintenanceConfiguration: string;
|
|
15509
16089
|
GetTableBucketPolicy: string;
|
|
15510
16090
|
GetTableData: string;
|
|
16091
|
+
GetTableEncryption: string;
|
|
15511
16092
|
GetTableMaintenanceConfiguration: string;
|
|
15512
16093
|
GetTableMaintenanceJobStatus: string;
|
|
15513
16094
|
GetTableMetadataLocation: string;
|
|
@@ -15515,14 +16096,34 @@ export declare const Actions: {
|
|
|
15515
16096
|
ListNamespaces: string;
|
|
15516
16097
|
ListTableBuckets: string;
|
|
15517
16098
|
ListTables: string;
|
|
16099
|
+
PutTableBucketEncryption: string;
|
|
15518
16100
|
PutTableBucketMaintenanceConfiguration: string;
|
|
15519
16101
|
PutTableBucketPolicy: string;
|
|
15520
16102
|
PutTableData: string;
|
|
16103
|
+
PutTableEncryption: string;
|
|
15521
16104
|
PutTableMaintenanceConfiguration: string;
|
|
15522
16105
|
PutTablePolicy: string;
|
|
15523
16106
|
RenameTable: string;
|
|
15524
16107
|
UpdateTableMetadataLocation: string;
|
|
15525
16108
|
};
|
|
16109
|
+
s3vectors: {
|
|
16110
|
+
CreateIndex: string;
|
|
16111
|
+
CreateVectorBucket: string;
|
|
16112
|
+
DeleteIndex: string;
|
|
16113
|
+
DeleteVectorBucket: string;
|
|
16114
|
+
DeleteVectorBucketPolicy: string;
|
|
16115
|
+
DeleteVectors: string;
|
|
16116
|
+
GetIndex: string;
|
|
16117
|
+
GetVectorBucket: string;
|
|
16118
|
+
GetVectorBucketPolicy: string;
|
|
16119
|
+
GetVectors: string;
|
|
16120
|
+
ListIndexes: string;
|
|
16121
|
+
ListVectorBuckets: string;
|
|
16122
|
+
ListVectors: string;
|
|
16123
|
+
PutVectorBucketPolicy: string;
|
|
16124
|
+
PutVectors: string;
|
|
16125
|
+
QueryVectors: string;
|
|
16126
|
+
};
|
|
15526
16127
|
'sagemaker-data-science-assistant': {
|
|
15527
16128
|
SendConversation: string;
|
|
15528
16129
|
};
|
|
@@ -15547,20 +16148,6 @@ export declare const Actions: {
|
|
|
15547
16148
|
TagResource: string;
|
|
15548
16149
|
UntagResource: string;
|
|
15549
16150
|
};
|
|
15550
|
-
'sagemaker-groundtruth-synthetic': {
|
|
15551
|
-
CreateProject: string;
|
|
15552
|
-
DeleteProject: string;
|
|
15553
|
-
GetAccountDetails: string;
|
|
15554
|
-
GetBatch: string;
|
|
15555
|
-
GetProject: string;
|
|
15556
|
-
ListBatchDataTransfers: string;
|
|
15557
|
-
ListBatchSummaries: string;
|
|
15558
|
-
ListProjectDataTransfers: string;
|
|
15559
|
-
ListProjectSummaries: string;
|
|
15560
|
-
StartBatchDataTransfer: string;
|
|
15561
|
-
StartProjectDataTransfer: string;
|
|
15562
|
-
UpdateBatch: string;
|
|
15563
|
-
};
|
|
15564
16151
|
'sagemaker-mlflow': {
|
|
15565
16152
|
AccessUI: string;
|
|
15566
16153
|
CreateExperiment: string;
|
|
@@ -15568,6 +16155,8 @@ export declare const Actions: {
|
|
|
15568
16155
|
CreateRegisteredModel: string;
|
|
15569
16156
|
CreateRun: string;
|
|
15570
16157
|
DeleteExperiment: string;
|
|
16158
|
+
DeleteLoggedModel: string;
|
|
16159
|
+
DeleteLoggedModelTag: string;
|
|
15571
16160
|
DeleteModelVersion: string;
|
|
15572
16161
|
DeleteModelVersionTag: string;
|
|
15573
16162
|
DeleteRegisteredModel: string;
|
|
@@ -15578,10 +16167,12 @@ export declare const Actions: {
|
|
|
15578
16167
|
DeleteTraces: string;
|
|
15579
16168
|
DeleteTraceTag: string;
|
|
15580
16169
|
EndTrace: string;
|
|
16170
|
+
FinalizeLoggedModel: string;
|
|
15581
16171
|
GetDownloadURIForModelVersionArtifacts: string;
|
|
15582
16172
|
GetExperiment: string;
|
|
15583
16173
|
GetExperimentByName: string;
|
|
15584
16174
|
GetLatestModelVersions: string;
|
|
16175
|
+
GetLoggedModel: string;
|
|
15585
16176
|
GetMetricHistory: string;
|
|
15586
16177
|
GetModelVersion: string;
|
|
15587
16178
|
GetModelVersionByAlias: string;
|
|
@@ -15589,20 +16180,25 @@ export declare const Actions: {
|
|
|
15589
16180
|
GetRun: string;
|
|
15590
16181
|
GetTraceInfo: string;
|
|
15591
16182
|
ListArtifacts: string;
|
|
16183
|
+
ListLoggedModelArtifacts: string;
|
|
15592
16184
|
LogBatch: string;
|
|
15593
16185
|
LogInputs: string;
|
|
16186
|
+
LogLoggedModelParams: string;
|
|
15594
16187
|
LogMetric: string;
|
|
15595
16188
|
LogModel: string;
|
|
16189
|
+
LogOutputs: string;
|
|
15596
16190
|
LogParam: string;
|
|
15597
16191
|
RenameRegisteredModel: string;
|
|
15598
16192
|
RestoreExperiment: string;
|
|
15599
16193
|
RestoreRun: string;
|
|
15600
16194
|
SearchExperiments: string;
|
|
16195
|
+
SearchLoggedModels: string;
|
|
15601
16196
|
SearchModelVersions: string;
|
|
15602
16197
|
SearchRegisteredModels: string;
|
|
15603
16198
|
SearchRuns: string;
|
|
15604
16199
|
SearchTraces: string;
|
|
15605
16200
|
SetExperimentTag: string;
|
|
16201
|
+
SetLoggedModelTags: string;
|
|
15606
16202
|
SetModelVersionTag: string;
|
|
15607
16203
|
SetRegisteredModelAlias: string;
|
|
15608
16204
|
SetRegisteredModelTag: string;
|
|
@@ -15619,6 +16215,8 @@ export declare const Actions: {
|
|
|
15619
16215
|
AddAssociation: string;
|
|
15620
16216
|
AddTags: string;
|
|
15621
16217
|
AssociateTrialComponent: string;
|
|
16218
|
+
AttachClusterNodeVolume: string;
|
|
16219
|
+
BatchAddClusterNodes: string;
|
|
15622
16220
|
BatchDeleteClusterNodes: string;
|
|
15623
16221
|
BatchDescribeModelPackage: string;
|
|
15624
16222
|
BatchGetMetrics: string;
|
|
@@ -15650,6 +16248,7 @@ export declare const Actions: {
|
|
|
15650
16248
|
CreateFeatureGroup: string;
|
|
15651
16249
|
CreateFlowDefinition: string;
|
|
15652
16250
|
CreateHub: string;
|
|
16251
|
+
CreateHubContentPresignedUrls: string;
|
|
15653
16252
|
CreateHubContentReference: string;
|
|
15654
16253
|
CreateHumanTaskUi: string;
|
|
15655
16254
|
CreateHyperParameterTuningJob: string;
|
|
@@ -15762,6 +16361,8 @@ export declare const Actions: {
|
|
|
15762
16361
|
DescribeAutoMLJob: string;
|
|
15763
16362
|
DescribeAutoMLJobV2: string;
|
|
15764
16363
|
DescribeCluster: string;
|
|
16364
|
+
DescribeClusterEvent: string;
|
|
16365
|
+
DescribeClusterInference: string;
|
|
15765
16366
|
DescribeClusterNode: string;
|
|
15766
16367
|
DescribeClusterSchedulerConfig: string;
|
|
15767
16368
|
DescribeCodeRepository: string;
|
|
@@ -15811,6 +16412,7 @@ export declare const Actions: {
|
|
|
15811
16412
|
DescribePipelineExecution: string;
|
|
15812
16413
|
DescribeProcessingJob: string;
|
|
15813
16414
|
DescribeProject: string;
|
|
16415
|
+
DescribeReservedCapacity: string;
|
|
15814
16416
|
DescribeSharedModel: string;
|
|
15815
16417
|
DescribeSpace: string;
|
|
15816
16418
|
DescribeStudioLifecycleConfig: string;
|
|
@@ -15823,6 +16425,7 @@ export declare const Actions: {
|
|
|
15823
16425
|
DescribeUserProfile: string;
|
|
15824
16426
|
DescribeWorkforce: string;
|
|
15825
16427
|
DescribeWorkteam: string;
|
|
16428
|
+
DetachClusterNodeVolume: string;
|
|
15826
16429
|
DisableSagemakerServicecatalogPortfolio: string;
|
|
15827
16430
|
DisassociateTrialComponent: string;
|
|
15828
16431
|
EnableSagemakerServicecatalogPortfolio: string;
|
|
@@ -15849,6 +16452,7 @@ export declare const Actions: {
|
|
|
15849
16452
|
ListAssociations: string;
|
|
15850
16453
|
ListAutoMLJobs: string;
|
|
15851
16454
|
ListCandidatesForAutoMLJob: string;
|
|
16455
|
+
ListClusterEvents: string;
|
|
15852
16456
|
ListClusterNodes: string;
|
|
15853
16457
|
ListClusters: string;
|
|
15854
16458
|
ListClusterSchedulerConfigs: string;
|
|
@@ -15905,6 +16509,7 @@ export declare const Actions: {
|
|
|
15905
16509
|
ListPipelineExecutionSteps: string;
|
|
15906
16510
|
ListPipelineParametersForExecution: string;
|
|
15907
16511
|
ListPipelines: string;
|
|
16512
|
+
ListPipelineVersions: string;
|
|
15908
16513
|
ListProcessingJobs: string;
|
|
15909
16514
|
ListProjects: string;
|
|
15910
16515
|
ListResourceCatalogs: string;
|
|
@@ -15922,6 +16527,7 @@ export declare const Actions: {
|
|
|
15922
16527
|
ListTransformJobs: string;
|
|
15923
16528
|
ListTrialComponents: string;
|
|
15924
16529
|
ListTrials: string;
|
|
16530
|
+
ListUltraServersByReservedCapacity: string;
|
|
15925
16531
|
ListUserProfiles: string;
|
|
15926
16532
|
ListWorkforces: string;
|
|
15927
16533
|
ListWorkteams: string;
|
|
@@ -15946,6 +16552,7 @@ export declare const Actions: {
|
|
|
15946
16552
|
StartMonitoringSchedule: string;
|
|
15947
16553
|
StartNotebookInstance: string;
|
|
15948
16554
|
StartPipelineExecution: string;
|
|
16555
|
+
StartSession: string;
|
|
15949
16556
|
StopAutoMLJob: string;
|
|
15950
16557
|
StopCompilationJob: string;
|
|
15951
16558
|
StopEdgeDeploymentStage: string;
|
|
@@ -15968,6 +16575,7 @@ export declare const Actions: {
|
|
|
15968
16575
|
UpdateAppImageConfig: string;
|
|
15969
16576
|
UpdateArtifact: string;
|
|
15970
16577
|
UpdateCluster: string;
|
|
16578
|
+
UpdateClusterInference: string;
|
|
15971
16579
|
UpdateClusterSchedulerConfig: string;
|
|
15972
16580
|
UpdateClusterSoftware: string;
|
|
15973
16581
|
UpdateCodeRepository: string;
|
|
@@ -15999,6 +16607,7 @@ export declare const Actions: {
|
|
|
15999
16607
|
UpdatePartnerApp: string;
|
|
16000
16608
|
UpdatePipeline: string;
|
|
16001
16609
|
UpdatePipelineExecution: string;
|
|
16610
|
+
UpdatePipelineVersion: string;
|
|
16002
16611
|
UpdateProject: string;
|
|
16003
16612
|
UpdateSharedModel: string;
|
|
16004
16613
|
UpdateSpace: string;
|
|
@@ -16073,20 +16682,28 @@ export declare const Actions: {
|
|
|
16073
16682
|
CreateBillOfMaterialsImportJob: string;
|
|
16074
16683
|
CreateDataIntegrationFlow: string;
|
|
16075
16684
|
CreateDataLakeDataset: string;
|
|
16685
|
+
CreateDataLakeNamespace: string;
|
|
16076
16686
|
CreateInstance: string;
|
|
16077
16687
|
CreateSSOApplication: string;
|
|
16078
16688
|
DeleteDataIntegrationFlow: string;
|
|
16079
16689
|
DeleteDataLakeDataset: string;
|
|
16690
|
+
DeleteDataLakeNamespace: string;
|
|
16080
16691
|
DeleteInstance: string;
|
|
16081
16692
|
DeleteSSOApplication: string;
|
|
16082
16693
|
DescribeInstance: string;
|
|
16083
16694
|
GetBillOfMaterialsImportJob: string;
|
|
16695
|
+
GetDataIntegrationEvent: string;
|
|
16084
16696
|
GetDataIntegrationFlow: string;
|
|
16697
|
+
GetDataIntegrationFlowExecution: string;
|
|
16085
16698
|
GetDataLakeDataset: string;
|
|
16699
|
+
GetDataLakeNamespace: string;
|
|
16086
16700
|
GetInstance: string;
|
|
16087
16701
|
ListAdminUsers: string;
|
|
16702
|
+
ListDataIntegrationEvents: string;
|
|
16703
|
+
ListDataIntegrationFlowExecutions: string;
|
|
16088
16704
|
ListDataIntegrationFlows: string;
|
|
16089
16705
|
ListDataLakeDatasets: string;
|
|
16706
|
+
ListDataLakeNamespaces: string;
|
|
16090
16707
|
ListInstances: string;
|
|
16091
16708
|
ListTagsForResource: string;
|
|
16092
16709
|
RemoveAdminPermissionsForUser: string;
|
|
@@ -16095,6 +16712,7 @@ export declare const Actions: {
|
|
|
16095
16712
|
UntagResource: string;
|
|
16096
16713
|
UpdateDataIntegrationFlow: string;
|
|
16097
16714
|
UpdateDataLakeDataset: string;
|
|
16715
|
+
UpdateDataLakeNamespace: string;
|
|
16098
16716
|
UpdateInstance: string;
|
|
16099
16717
|
};
|
|
16100
16718
|
sdb: {
|
|
@@ -16173,15 +16791,23 @@ export declare const Actions: {
|
|
|
16173
16791
|
BatchUpdateAutomationRules: string;
|
|
16174
16792
|
BatchUpdateFindings: string;
|
|
16175
16793
|
BatchUpdateStandardsControlAssociations: string;
|
|
16794
|
+
ConnectorRegistrationsV2: string;
|
|
16176
16795
|
CreateActionTarget: string;
|
|
16796
|
+
CreateAggregatorV2: string;
|
|
16177
16797
|
CreateAutomationRule: string;
|
|
16798
|
+
CreateAutomationRuleV2: string;
|
|
16178
16799
|
CreateConfigurationPolicy: string;
|
|
16800
|
+
CreateConnectorV2: string;
|
|
16179
16801
|
CreateFindingAggregator: string;
|
|
16180
16802
|
CreateInsight: string;
|
|
16181
16803
|
CreateMembers: string;
|
|
16804
|
+
CreateTicketV2: string;
|
|
16182
16805
|
DeclineInvitations: string;
|
|
16183
16806
|
DeleteActionTarget: string;
|
|
16807
|
+
DeleteAggregatorV2: string;
|
|
16808
|
+
DeleteAutomationRuleV2: string;
|
|
16184
16809
|
DeleteConfigurationPolicy: string;
|
|
16810
|
+
DeleteConnectorV2: string;
|
|
16185
16811
|
DeleteFindingAggregator: string;
|
|
16186
16812
|
DeleteInsight: string;
|
|
16187
16813
|
DeleteInvitations: string;
|
|
@@ -16190,21 +16816,28 @@ export declare const Actions: {
|
|
|
16190
16816
|
DescribeHub: string;
|
|
16191
16817
|
DescribeOrganizationConfiguration: string;
|
|
16192
16818
|
DescribeProducts: string;
|
|
16819
|
+
DescribeProductsV2: string;
|
|
16820
|
+
DescribeSecurityHubV2: string;
|
|
16193
16821
|
DescribeStandards: string;
|
|
16194
16822
|
DescribeStandardsControls: string;
|
|
16195
16823
|
DisableImportFindingsForProduct: string;
|
|
16196
16824
|
DisableOrganizationAdminAccount: string;
|
|
16197
16825
|
DisableSecurityHub: string;
|
|
16826
|
+
DisableSecurityHubV2: string;
|
|
16198
16827
|
DisassociateFromAdministratorAccount: string;
|
|
16199
16828
|
DisassociateFromMasterAccount: string;
|
|
16200
16829
|
DisassociateMembers: string;
|
|
16201
16830
|
EnableImportFindingsForProduct: string;
|
|
16202
16831
|
EnableOrganizationAdminAccount: string;
|
|
16203
16832
|
EnableSecurityHub: string;
|
|
16833
|
+
EnableSecurityHubV2: string;
|
|
16204
16834
|
GetAdhocInsightResults: string;
|
|
16205
16835
|
GetAdministratorAccount: string;
|
|
16836
|
+
GetAggregatorV2: string;
|
|
16837
|
+
GetAutomationRuleV2: string;
|
|
16206
16838
|
GetConfigurationPolicy: string;
|
|
16207
16839
|
GetConfigurationPolicyAssociation: string;
|
|
16840
|
+
GetConnectorV2: string;
|
|
16208
16841
|
GetControlFindingSummary: string;
|
|
16209
16842
|
GetEnabledStandards: string;
|
|
16210
16843
|
GetFindingAggregator: string;
|
|
@@ -16218,12 +16851,17 @@ export declare const Actions: {
|
|
|
16218
16851
|
GetInvitationsCount: string;
|
|
16219
16852
|
GetMasterAccount: string;
|
|
16220
16853
|
GetMembers: string;
|
|
16854
|
+
GetResourcesStatisticsV2: string;
|
|
16855
|
+
GetResourcesV2: string;
|
|
16221
16856
|
GetSecurityControlDefinition: string;
|
|
16222
16857
|
GetUsage: string;
|
|
16223
16858
|
InviteMembers: string;
|
|
16859
|
+
ListAggregatorsV2: string;
|
|
16224
16860
|
ListAutomationRules: string;
|
|
16861
|
+
ListAutomationRulesV2: string;
|
|
16225
16862
|
ListConfigurationPolicies: string;
|
|
16226
16863
|
ListConfigurationPolicyAssociations: string;
|
|
16864
|
+
ListConnectorsV2: string;
|
|
16227
16865
|
ListControlEvaluationSummaries: string;
|
|
16228
16866
|
ListEnabledProductsForImport: string;
|
|
16229
16867
|
ListFindingAggregators: string;
|
|
@@ -16240,7 +16878,10 @@ export declare const Actions: {
|
|
|
16240
16878
|
TagResource: string;
|
|
16241
16879
|
UntagResource: string;
|
|
16242
16880
|
UpdateActionTarget: string;
|
|
16881
|
+
UpdateAggregatorV2: string;
|
|
16882
|
+
UpdateAutomationRuleV2: string;
|
|
16243
16883
|
UpdateConfigurationPolicy: string;
|
|
16884
|
+
UpdateConnectorV2: string;
|
|
16244
16885
|
UpdateFindingAggregator: string;
|
|
16245
16886
|
UpdateFindings: string;
|
|
16246
16887
|
UpdateInsight: string;
|
|
@@ -16424,6 +17065,7 @@ export declare const Actions: {
|
|
|
16424
17065
|
CreatePublicDnsNamespace: string;
|
|
16425
17066
|
CreateService: string;
|
|
16426
17067
|
DeleteNamespace: string;
|
|
17068
|
+
DeleteResourcePolicy: string;
|
|
16427
17069
|
DeleteService: string;
|
|
16428
17070
|
DeleteServiceAttributes: string;
|
|
16429
17071
|
DeregisterInstance: string;
|
|
@@ -16433,6 +17075,7 @@ export declare const Actions: {
|
|
|
16433
17075
|
GetInstancesHealthStatus: string;
|
|
16434
17076
|
GetNamespace: string;
|
|
16435
17077
|
GetOperation: string;
|
|
17078
|
+
GetResourcePolicy: string;
|
|
16436
17079
|
GetService: string;
|
|
16437
17080
|
GetServiceAttributes: string;
|
|
16438
17081
|
ListInstances: string;
|
|
@@ -16440,6 +17083,7 @@ export declare const Actions: {
|
|
|
16440
17083
|
ListOperations: string;
|
|
16441
17084
|
ListServices: string;
|
|
16442
17085
|
ListTagsForResource: string;
|
|
17086
|
+
PutResourcePolicy: string;
|
|
16443
17087
|
RegisterInstance: string;
|
|
16444
17088
|
TagResource: string;
|
|
16445
17089
|
UntagResource: string;
|
|
@@ -16455,6 +17099,7 @@ export declare const Actions: {
|
|
|
16455
17099
|
};
|
|
16456
17100
|
servicequotas: {
|
|
16457
17101
|
AssociateServiceQuotaTemplate: string;
|
|
17102
|
+
CreateSupportCase: string;
|
|
16458
17103
|
DeleteServiceQuotaIncreaseRequestFromTemplate: string;
|
|
16459
17104
|
DisassociateServiceQuotaTemplate: string;
|
|
16460
17105
|
GetAssociationForServiceQuotaTemplate: string;
|
|
@@ -16505,6 +17150,8 @@ export declare const Actions: {
|
|
|
16505
17150
|
CreateRelay: string;
|
|
16506
17151
|
CreateRuleSet: string;
|
|
16507
17152
|
CreateTemplate: string;
|
|
17153
|
+
CreateTenant: string;
|
|
17154
|
+
CreateTenantResourceAssociation: string;
|
|
16508
17155
|
CreateTrafficPolicy: string;
|
|
16509
17156
|
DeleteAddonInstance: string;
|
|
16510
17157
|
DeleteAddonSubscription: string;
|
|
@@ -16531,6 +17178,8 @@ export declare const Actions: {
|
|
|
16531
17178
|
DeleteRuleSet: string;
|
|
16532
17179
|
DeleteSuppressedDestination: string;
|
|
16533
17180
|
DeleteTemplate: string;
|
|
17181
|
+
DeleteTenant: string;
|
|
17182
|
+
DeleteTenantResourceAssociation: string;
|
|
16534
17183
|
DeleteTrafficPolicy: string;
|
|
16535
17184
|
DeleteVerifiedEmailAddress: string;
|
|
16536
17185
|
DeregisterMemberFromAddressList: string;
|
|
@@ -16578,11 +17227,13 @@ export declare const Actions: {
|
|
|
16578
17227
|
GetMessageInsights: string;
|
|
16579
17228
|
GetMultiRegionEndpoint: string;
|
|
16580
17229
|
GetRelay: string;
|
|
17230
|
+
GetReputationEntity: string;
|
|
16581
17231
|
GetRuleSet: string;
|
|
16582
17232
|
GetSendQuota: string;
|
|
16583
17233
|
GetSendStatistics: string;
|
|
16584
17234
|
GetSuppressedDestination: string;
|
|
16585
17235
|
GetTemplate: string;
|
|
17236
|
+
GetTenant: string;
|
|
16586
17237
|
GetTrafficPolicy: string;
|
|
16587
17238
|
ListAddonInstances: string;
|
|
16588
17239
|
ListAddonSubscriptions: string;
|
|
@@ -16611,10 +17262,14 @@ export declare const Actions: {
|
|
|
16611
17262
|
ListReceiptRuleSets: string;
|
|
16612
17263
|
ListRecommendations: string;
|
|
16613
17264
|
ListRelays: string;
|
|
17265
|
+
ListReputationEntities: string;
|
|
17266
|
+
ListResourceTenants: string;
|
|
16614
17267
|
ListRuleSets: string;
|
|
16615
17268
|
ListSuppressedDestinations: string;
|
|
16616
17269
|
ListTagsForResource: string;
|
|
16617
17270
|
ListTemplates: string;
|
|
17271
|
+
ListTenantResources: string;
|
|
17272
|
+
ListTenants: string;
|
|
16618
17273
|
ListTrafficPolicies: string;
|
|
16619
17274
|
ListVerifiedEmailAddresses: string;
|
|
16620
17275
|
PutAccountDedicatedIpWarmupAttributes: string;
|
|
@@ -16681,6 +17336,8 @@ export declare const Actions: {
|
|
|
16681
17336
|
UpdateIngressPoint: string;
|
|
16682
17337
|
UpdateReceiptRule: string;
|
|
16683
17338
|
UpdateRelay: string;
|
|
17339
|
+
UpdateReputationEntityCustomerManagedStatus: string;
|
|
17340
|
+
UpdateReputationEntityPolicy: string;
|
|
16684
17341
|
UpdateRuleSet: string;
|
|
16685
17342
|
UpdateTemplate: string;
|
|
16686
17343
|
UpdateTrafficPolicy: string;
|
|
@@ -16701,6 +17358,7 @@ export declare const Actions: {
|
|
|
16701
17358
|
DeleteProtectionGroup: string;
|
|
16702
17359
|
DeleteSubscription: string;
|
|
16703
17360
|
DescribeAttack: string;
|
|
17361
|
+
DescribeAttackContributors: string;
|
|
16704
17362
|
DescribeAttackStatistics: string;
|
|
16705
17363
|
DescribeDRTAccess: string;
|
|
16706
17364
|
DescribeEmergencyContactSettings: string;
|
|
@@ -16714,8 +17372,10 @@ export declare const Actions: {
|
|
|
16714
17372
|
DisassociateHealthCheck: string;
|
|
16715
17373
|
EnableApplicationLayerAutomaticResponse: string;
|
|
16716
17374
|
EnableProactiveEngagement: string;
|
|
17375
|
+
GetGlobalThreatData: string;
|
|
16717
17376
|
GetSubscriptionState: string;
|
|
16718
17377
|
ListAttacks: string;
|
|
17378
|
+
ListMitigations: string;
|
|
16719
17379
|
ListProtectionGroups: string;
|
|
16720
17380
|
ListProtections: string;
|
|
16721
17381
|
ListResourcesInProtectionGroup: string;
|
|
@@ -16995,18 +17655,26 @@ export declare const Actions: {
|
|
|
16995
17655
|
};
|
|
16996
17656
|
'social-messaging': {
|
|
16997
17657
|
AssociateWhatsAppBusinessAccount: string;
|
|
17658
|
+
CreateWhatsAppMessageTemplate: string;
|
|
17659
|
+
CreateWhatsAppMessageTemplateFromLibrary: string;
|
|
17660
|
+
CreateWhatsAppMessageTemplateMedia: string;
|
|
16998
17661
|
DeleteWhatsAppMessageMedia: string;
|
|
17662
|
+
DeleteWhatsAppMessageTemplate: string;
|
|
16999
17663
|
DisassociateWhatsAppBusinessAccount: string;
|
|
17000
17664
|
GetLinkedWhatsAppBusinessAccount: string;
|
|
17001
17665
|
GetLinkedWhatsAppBusinessAccountPhoneNumber: string;
|
|
17002
17666
|
GetWhatsAppMessageMedia: string;
|
|
17667
|
+
GetWhatsAppMessageTemplate: string;
|
|
17003
17668
|
ListLinkedWhatsAppBusinessAccounts: string;
|
|
17004
17669
|
ListTagsForResource: string;
|
|
17670
|
+
ListWhatsAppMessageTemplates: string;
|
|
17671
|
+
ListWhatsAppTemplateLibrary: string;
|
|
17005
17672
|
PostWhatsAppMessageMedia: string;
|
|
17006
17673
|
PutWhatsAppBusinessAccountEventDestinations: string;
|
|
17007
17674
|
SendWhatsAppMessage: string;
|
|
17008
17675
|
TagResource: string;
|
|
17009
17676
|
UntagResource: string;
|
|
17677
|
+
UpdateWhatsAppMessageTemplate: string;
|
|
17010
17678
|
};
|
|
17011
17679
|
sqlworkbench: {
|
|
17012
17680
|
AssociateConnectionWithChart: string;
|
|
@@ -17155,9 +17823,12 @@ export declare const Actions: {
|
|
|
17155
17823
|
};
|
|
17156
17824
|
'ssm-guiconnect': {
|
|
17157
17825
|
CancelConnection: string;
|
|
17826
|
+
DeleteConnectionRecordingPreferences: string;
|
|
17158
17827
|
GetConnection: string;
|
|
17828
|
+
GetConnectionRecordingPreferences: string;
|
|
17159
17829
|
ListConnections: string;
|
|
17160
17830
|
StartConnection: string;
|
|
17831
|
+
UpdateConnectionRecordingPreferences: string;
|
|
17161
17832
|
};
|
|
17162
17833
|
'ssm-incidents': {
|
|
17163
17834
|
BatchGetIncidentFindings: string;
|
|
@@ -17214,20 +17885,26 @@ export declare const Actions: {
|
|
|
17214
17885
|
DeregisterApplication: string;
|
|
17215
17886
|
GetApplication: string;
|
|
17216
17887
|
GetComponent: string;
|
|
17888
|
+
GetConfigurationCheckOperation: string;
|
|
17217
17889
|
GetDatabase: string;
|
|
17218
17890
|
GetOperation: string;
|
|
17219
17891
|
GetResourcePermission: string;
|
|
17220
17892
|
ListApplications: string;
|
|
17221
17893
|
ListComponents: string;
|
|
17894
|
+
ListConfigurationCheckDefinitions: string;
|
|
17895
|
+
ListConfigurationCheckOperations: string;
|
|
17222
17896
|
ListDatabases: string;
|
|
17223
17897
|
ListOperationEvents: string;
|
|
17224
17898
|
ListOperations: string;
|
|
17899
|
+
ListSubCheckResults: string;
|
|
17900
|
+
ListSubCheckRuleResults: string;
|
|
17225
17901
|
ListTagsForResource: string;
|
|
17226
17902
|
PutResourcePermission: string;
|
|
17227
17903
|
RegisterApplication: string;
|
|
17228
17904
|
RestoreDatabase: string;
|
|
17229
17905
|
StartApplication: string;
|
|
17230
17906
|
StartApplicationRefresh: string;
|
|
17907
|
+
StartConfigurationChecks: string;
|
|
17231
17908
|
StopApplication: string;
|
|
17232
17909
|
TagResource: string;
|
|
17233
17910
|
UntagResource: string;
|
|
@@ -17300,6 +17977,7 @@ export declare const Actions: {
|
|
|
17300
17977
|
DescribeSessions: string;
|
|
17301
17978
|
DisassociateOpsItemRelatedItem: string;
|
|
17302
17979
|
ExecuteAPI: string;
|
|
17980
|
+
GetAccessToken: string;
|
|
17303
17981
|
GetAutomationExecution: string;
|
|
17304
17982
|
GetCalendar: string;
|
|
17305
17983
|
GetCalendarState: string;
|
|
@@ -17365,6 +18043,7 @@ export declare const Actions: {
|
|
|
17365
18043
|
ResumeSession: string;
|
|
17366
18044
|
SendAutomationSignal: string;
|
|
17367
18045
|
SendCommand: string;
|
|
18046
|
+
StartAccessRequest: string;
|
|
17368
18047
|
StartAssociationsOnce: string;
|
|
17369
18048
|
StartAutomationExecution: string;
|
|
17370
18049
|
StartChangeRequestExecution: string;
|
|
@@ -17489,7 +18168,6 @@ export declare const Actions: {
|
|
|
17489
18168
|
DeleteManagedApplicationInstance: string;
|
|
17490
18169
|
DeletePermissionsBoundaryFromPermissionSet: string;
|
|
17491
18170
|
DeletePermissionSet: string;
|
|
17492
|
-
DeletePermissionsPolicy: string;
|
|
17493
18171
|
DeleteProfile: string;
|
|
17494
18172
|
DeleteTrustedTokenIssuer: string;
|
|
17495
18173
|
DescribeAccountAssignmentCreationStatus: string;
|
|
@@ -17497,15 +18175,12 @@ export declare const Actions: {
|
|
|
17497
18175
|
DescribeApplication: string;
|
|
17498
18176
|
DescribeApplicationAssignment: string;
|
|
17499
18177
|
DescribeApplicationProvider: string;
|
|
17500
|
-
DescribeDirectories: string;
|
|
17501
18178
|
DescribeInstance: string;
|
|
17502
18179
|
DescribeInstanceAccessControlAttributeConfiguration: string;
|
|
17503
18180
|
DescribePermissionSet: string;
|
|
17504
18181
|
DescribePermissionSetProvisioningStatus: string;
|
|
17505
|
-
DescribePermissionsPolicies: string;
|
|
17506
18182
|
DescribeRegisteredRegions: string;
|
|
17507
18183
|
DescribeTrustedTokenIssuer: string;
|
|
17508
|
-
DescribeTrusts: string;
|
|
17509
18184
|
DetachCustomerManagedPolicyReferenceFromPermissionSet: string;
|
|
17510
18185
|
DetachManagedPolicyFromPermissionSet: string;
|
|
17511
18186
|
DisassociateDirectory: string;
|
|
@@ -17515,13 +18190,13 @@ export declare const Actions: {
|
|
|
17515
18190
|
GetApplicationAuthenticationMethod: string;
|
|
17516
18191
|
GetApplicationGrant: string;
|
|
17517
18192
|
GetApplicationInstance: string;
|
|
18193
|
+
GetApplicationSessionConfiguration: string;
|
|
17518
18194
|
GetApplicationTemplate: string;
|
|
17519
18195
|
GetInlinePolicyForPermissionSet: string;
|
|
17520
18196
|
GetManagedApplicationInstance: string;
|
|
17521
18197
|
GetMfaDeviceManagementForDirectory: string;
|
|
17522
18198
|
GetPermissionsBoundaryForPermissionSet: string;
|
|
17523
18199
|
GetPermissionSet: string;
|
|
17524
|
-
GetPermissionsPolicy: string;
|
|
17525
18200
|
GetProfile: string;
|
|
17526
18201
|
GetSharedSsoConfiguration: string;
|
|
17527
18202
|
GetSsoConfiguration: string;
|
|
@@ -17559,6 +18234,7 @@ export declare const Actions: {
|
|
|
17559
18234
|
PutApplicationAssignmentConfiguration: string;
|
|
17560
18235
|
PutApplicationAuthenticationMethod: string;
|
|
17561
18236
|
PutApplicationGrant: string;
|
|
18237
|
+
PutApplicationSessionConfiguration: string;
|
|
17562
18238
|
PutInlinePolicyToPermissionSet: string;
|
|
17563
18239
|
PutMfaDeviceManagementForDirectory: string;
|
|
17564
18240
|
PutPermissionsBoundaryToPermissionSet: string;
|
|
@@ -17576,7 +18252,6 @@ export declare const Actions: {
|
|
|
17576
18252
|
UpdateApplicationInstanceSecurityConfiguration: string;
|
|
17577
18253
|
UpdateApplicationInstanceServiceProviderConfiguration: string;
|
|
17578
18254
|
UpdateApplicationInstanceStatus: string;
|
|
17579
|
-
UpdateDirectoryAssociation: string;
|
|
17580
18255
|
UpdateInstance: string;
|
|
17581
18256
|
UpdateInstanceAccessControlAttributeConfiguration: string;
|
|
17582
18257
|
UpdateManagedApplicationInstanceStatus: string;
|
|
@@ -17741,12 +18416,26 @@ export declare const Actions: {
|
|
|
17741
18416
|
SetSourceIdentity: string;
|
|
17742
18417
|
TagSession: string;
|
|
17743
18418
|
};
|
|
18419
|
+
'support-console': {
|
|
18420
|
+
CheckSubscription: string;
|
|
18421
|
+
CreateCaseDraft: string;
|
|
18422
|
+
CreateContact: string;
|
|
18423
|
+
DeleteCaseDraft: string;
|
|
18424
|
+
DescribeDynamicHelp: string;
|
|
18425
|
+
GetAccountGovCloudEnabled: string;
|
|
18426
|
+
GetAccountState: string;
|
|
18427
|
+
GetBanner: string;
|
|
18428
|
+
GetCaseDraft: string;
|
|
18429
|
+
GetQuestionnaire: string;
|
|
18430
|
+
SaveFeedback: string;
|
|
18431
|
+
};
|
|
17744
18432
|
support: {
|
|
17745
18433
|
AddAttachmentsToSet: string;
|
|
17746
18434
|
AddCommunicationToCase: string;
|
|
17747
18435
|
CreateCase: string;
|
|
17748
18436
|
DescribeAttachment: string;
|
|
17749
18437
|
DescribeCaseAttributes: string;
|
|
18438
|
+
DescribeCaseOptions: string;
|
|
17750
18439
|
DescribeCases: string;
|
|
17751
18440
|
DescribeCommunication: string;
|
|
17752
18441
|
DescribeCommunications: string;
|
|
@@ -17769,6 +18458,8 @@ export declare const Actions: {
|
|
|
17769
18458
|
ResolveCase: string;
|
|
17770
18459
|
SearchForCases: string;
|
|
17771
18460
|
StartInteraction: string;
|
|
18461
|
+
UpdateCaseSeverity: string;
|
|
18462
|
+
UpdateInteraction: string;
|
|
17772
18463
|
};
|
|
17773
18464
|
supportapp: {
|
|
17774
18465
|
CreateSlackChannelConfiguration: string;
|
|
@@ -17792,10 +18483,6 @@ export declare const Actions: {
|
|
|
17792
18483
|
ListSupportPlanModifiers: string;
|
|
17793
18484
|
StartSupportPlanUpdate: string;
|
|
17794
18485
|
};
|
|
17795
|
-
supportrecommendations: {
|
|
17796
|
-
GetSupportTroubleshootingResponse: string;
|
|
17797
|
-
StartSupportTroubleshooting: string;
|
|
17798
|
-
};
|
|
17799
18486
|
sustainability: {
|
|
17800
18487
|
GetCarbonFootprintSummary: string;
|
|
17801
18488
|
};
|
|
@@ -17870,6 +18557,7 @@ export declare const Actions: {
|
|
|
17870
18557
|
ListGroups: string;
|
|
17871
18558
|
ListTagsForResource: string;
|
|
17872
18559
|
StartCanary: string;
|
|
18560
|
+
StartCanaryDryRun: string;
|
|
17873
18561
|
StopCanary: string;
|
|
17874
18562
|
TagResource: string;
|
|
17875
18563
|
UntagResource: string;
|
|
@@ -18158,6 +18846,8 @@ export declare const Actions: {
|
|
|
18158
18846
|
SendWorkflowStepState: string;
|
|
18159
18847
|
StartDirectoryListing: string;
|
|
18160
18848
|
StartFileTransfer: string;
|
|
18849
|
+
StartRemoteDelete: string;
|
|
18850
|
+
StartRemoteMove: string;
|
|
18161
18851
|
StartServer: string;
|
|
18162
18852
|
StopServer: string;
|
|
18163
18853
|
TagResource: string;
|
|
@@ -18175,6 +18865,15 @@ export declare const Actions: {
|
|
|
18175
18865
|
UpdateWebApp: string;
|
|
18176
18866
|
UpdateWebAppCustomization: string;
|
|
18177
18867
|
};
|
|
18868
|
+
transform: {
|
|
18869
|
+
AssociateConnectorResource: string;
|
|
18870
|
+
CreateProfile: string;
|
|
18871
|
+
DeleteProfile: string;
|
|
18872
|
+
GetConnector: string;
|
|
18873
|
+
ListProfiles: string;
|
|
18874
|
+
RejectConnector: string;
|
|
18875
|
+
UpdateProfile: string;
|
|
18876
|
+
};
|
|
18178
18877
|
translate: {
|
|
18179
18878
|
CreateParallelData: string;
|
|
18180
18879
|
DeleteParallelData: string;
|
|
@@ -18269,6 +18968,11 @@ export declare const Actions: {
|
|
|
18269
18968
|
ListUserSubscriptions: string;
|
|
18270
18969
|
UpdateClaim: string;
|
|
18271
18970
|
};
|
|
18971
|
+
uxc: {
|
|
18972
|
+
DeleteAccountColor: string;
|
|
18973
|
+
GetAccountColor: string;
|
|
18974
|
+
PutAccountColor: string;
|
|
18975
|
+
};
|
|
18272
18976
|
'vendor-insights': {
|
|
18273
18977
|
ActivateSecurityProfile: string;
|
|
18274
18978
|
AssociateDataSource: string;
|
|
@@ -18318,7 +19022,10 @@ export declare const Actions: {
|
|
|
18318
19022
|
ListPolicies: string;
|
|
18319
19023
|
ListPolicyStores: string;
|
|
18320
19024
|
ListPolicyTemplates: string;
|
|
19025
|
+
ListTagsForResource: string;
|
|
18321
19026
|
PutSchema: string;
|
|
19027
|
+
TagResource: string;
|
|
19028
|
+
UntagResource: string;
|
|
18322
19029
|
UpdateIdentitySource: string;
|
|
18323
19030
|
UpdatePolicy: string;
|
|
18324
19031
|
UpdatePolicyStore: string;
|
|
@@ -18362,6 +19069,7 @@ export declare const Actions: {
|
|
|
18362
19069
|
Invoke: string;
|
|
18363
19070
|
};
|
|
18364
19071
|
'vpc-lattice': {
|
|
19072
|
+
AssociateViaAWSService: string;
|
|
18365
19073
|
'AssociateViaAWSService-EventsAndStates': string;
|
|
18366
19074
|
CreateAccessLogSubscription: string;
|
|
18367
19075
|
CreateListener: string;
|
|
@@ -19069,11 +19777,27 @@ export declare const Actions: {
|
|
|
19069
19777
|
GetRawMessageContent: string;
|
|
19070
19778
|
PutRawMessageContent: string;
|
|
19071
19779
|
};
|
|
19780
|
+
'workspaces-instances': {
|
|
19781
|
+
AssociateVolume: string;
|
|
19782
|
+
CreateVolume: string;
|
|
19783
|
+
CreateWorkspaceInstance: string;
|
|
19784
|
+
DeleteVolume: string;
|
|
19785
|
+
DeleteWorkspaceInstance: string;
|
|
19786
|
+
DisassociateVolume: string;
|
|
19787
|
+
GetWorkspaceInstance: string;
|
|
19788
|
+
ListInstanceTypes: string;
|
|
19789
|
+
ListRegions: string;
|
|
19790
|
+
ListTagsForResource: string;
|
|
19791
|
+
ListWorkspaceInstances: string;
|
|
19792
|
+
TagResource: string;
|
|
19793
|
+
UntagResource: string;
|
|
19794
|
+
};
|
|
19072
19795
|
'workspaces-web': {
|
|
19073
19796
|
AssociateBrowserSettings: string;
|
|
19074
19797
|
AssociateDataProtectionSettings: string;
|
|
19075
19798
|
AssociateIpAccessSettings: string;
|
|
19076
19799
|
AssociateNetworkSettings: string;
|
|
19800
|
+
AssociateSessionLogger: string;
|
|
19077
19801
|
AssociateTrustStore: string;
|
|
19078
19802
|
AssociateUserAccessLoggingSettings: string;
|
|
19079
19803
|
AssociateUserSettings: string;
|
|
@@ -19083,6 +19807,7 @@ export declare const Actions: {
|
|
|
19083
19807
|
CreateIpAccessSettings: string;
|
|
19084
19808
|
CreateNetworkSettings: string;
|
|
19085
19809
|
CreatePortal: string;
|
|
19810
|
+
CreateSessionLogger: string;
|
|
19086
19811
|
CreateTrustStore: string;
|
|
19087
19812
|
CreateUserAccessLoggingSettings: string;
|
|
19088
19813
|
CreateUserSettings: string;
|
|
@@ -19092,6 +19817,7 @@ export declare const Actions: {
|
|
|
19092
19817
|
DeleteIpAccessSettings: string;
|
|
19093
19818
|
DeleteNetworkSettings: string;
|
|
19094
19819
|
DeletePortal: string;
|
|
19820
|
+
DeleteSessionLogger: string;
|
|
19095
19821
|
DeleteTrustStore: string;
|
|
19096
19822
|
DeleteUserAccessLoggingSettings: string;
|
|
19097
19823
|
DeleteUserSettings: string;
|
|
@@ -19099,6 +19825,7 @@ export declare const Actions: {
|
|
|
19099
19825
|
DisassociateDataProtectionSettings: string;
|
|
19100
19826
|
DisassociateIpAccessSettings: string;
|
|
19101
19827
|
DisassociateNetworkSettings: string;
|
|
19828
|
+
DisassociateSessionLogger: string;
|
|
19102
19829
|
DisassociateTrustStore: string;
|
|
19103
19830
|
DisassociateUserAccessLoggingSettings: string;
|
|
19104
19831
|
DisassociateUserSettings: string;
|
|
@@ -19111,6 +19838,7 @@ export declare const Actions: {
|
|
|
19111
19838
|
GetPortal: string;
|
|
19112
19839
|
GetPortalServiceProviderMetadata: string;
|
|
19113
19840
|
GetSession: string;
|
|
19841
|
+
GetSessionLogger: string;
|
|
19114
19842
|
GetTrustStore: string;
|
|
19115
19843
|
GetTrustStoreCertificate: string;
|
|
19116
19844
|
GetUserAccessLoggingSettings: string;
|
|
@@ -19121,6 +19849,7 @@ export declare const Actions: {
|
|
|
19121
19849
|
ListIpAccessSettings: string;
|
|
19122
19850
|
ListNetworkSettings: string;
|
|
19123
19851
|
ListPortals: string;
|
|
19852
|
+
ListSessionLoggers: string;
|
|
19124
19853
|
ListSessions: string;
|
|
19125
19854
|
ListTagsForResource: string;
|
|
19126
19855
|
ListTrustStoreCertificates: string;
|
|
@@ -19135,6 +19864,7 @@ export declare const Actions: {
|
|
|
19135
19864
|
UpdateIpAccessSettings: string;
|
|
19136
19865
|
UpdateNetworkSettings: string;
|
|
19137
19866
|
UpdatePortal: string;
|
|
19867
|
+
UpdateSessionLogger: string;
|
|
19138
19868
|
UpdateTrustStore: string;
|
|
19139
19869
|
UpdateUserAccessLoggingSettings: string;
|
|
19140
19870
|
UpdateUserSettings: string;
|
|
@@ -19150,6 +19880,7 @@ export declare const Actions: {
|
|
|
19150
19880
|
CreateConnectClientAddIn: string;
|
|
19151
19881
|
CreateConnectionAlias: string;
|
|
19152
19882
|
CreateIpGroup: string;
|
|
19883
|
+
CreateRootClientCertificate: string;
|
|
19153
19884
|
CreateStandbyWorkspaces: string;
|
|
19154
19885
|
CreateTags: string;
|
|
19155
19886
|
CreateUpdatedWorkspaceImage: string;
|
|
@@ -19162,6 +19893,7 @@ export declare const Actions: {
|
|
|
19162
19893
|
DeleteConnectClientAddIn: string;
|
|
19163
19894
|
DeleteConnectionAlias: string;
|
|
19164
19895
|
DeleteIpGroup: string;
|
|
19896
|
+
DeleteRootClientCertificate: string;
|
|
19165
19897
|
DeleteTags: string;
|
|
19166
19898
|
DeleteWorkspaceBundle: string;
|
|
19167
19899
|
DeleteWorkspaceImage: string;
|
|
@@ -19177,8 +19909,11 @@ export declare const Actions: {
|
|
|
19177
19909
|
DescribeConnectClientAddIns: string;
|
|
19178
19910
|
DescribeConnectionAliases: string;
|
|
19179
19911
|
DescribeConnectionAliasPermissions: string;
|
|
19912
|
+
DescribeConsent: string;
|
|
19913
|
+
DescribeCustomWorkspaceImageImport: string;
|
|
19180
19914
|
DescribeImageAssociations: string;
|
|
19181
19915
|
DescribeIpGroups: string;
|
|
19916
|
+
DescribeRootClientCertificates: string;
|
|
19182
19917
|
DescribeTags: string;
|
|
19183
19918
|
DescribeWorkspaceAssociations: string;
|
|
19184
19919
|
DescribeWorkspaceBundles: string;
|
|
@@ -19190,11 +19925,13 @@ export declare const Actions: {
|
|
|
19190
19925
|
DescribeWorkspaceSnapshots: string;
|
|
19191
19926
|
DescribeWorkspacesPools: string;
|
|
19192
19927
|
DescribeWorkspacesPoolSessions: string;
|
|
19928
|
+
DirectoryAccessManagement: string;
|
|
19193
19929
|
DisassociateConnectionAlias: string;
|
|
19194
19930
|
DisassociateIpGroups: string;
|
|
19195
19931
|
DisassociateWorkspaceApplication: string;
|
|
19196
19932
|
GetAccountLink: string;
|
|
19197
19933
|
ImportClientBranding: string;
|
|
19934
|
+
ImportCustomWorkspaceImage: string;
|
|
19198
19935
|
ImportWorkspaceImage: string;
|
|
19199
19936
|
ListAccountLinks: string;
|
|
19200
19937
|
ListAvailableManagementCidrRanges: string;
|
|
@@ -19226,6 +19963,8 @@ export declare const Actions: {
|
|
|
19226
19963
|
TerminateWorkspacesPoolSession: string;
|
|
19227
19964
|
UpdateConnectClientAddIn: string;
|
|
19228
19965
|
UpdateConnectionAliasPermission: string;
|
|
19966
|
+
UpdateConsent: string;
|
|
19967
|
+
UpdateRootClientCertificate: string;
|
|
19229
19968
|
UpdateRulesOfIpGroup: string;
|
|
19230
19969
|
UpdateWorkspaceBundle: string;
|
|
19231
19970
|
UpdateWorkspaceImagePermission: string;
|