@jjrawlins/cdk-iam-policy-builder-helper 0.0.3 → 0.0.5
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 +210 -62
- package/.mergify.yml +60 -0
- package/jjrawlinscdkiampolicybuilderhelper/go.mod +4 -4
- package/jjrawlinscdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/jjrawlinscdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +834 -91
- package/lib/constructs/Actions.js +835 -92
- package/lib/constructs/ManagedPolicies.d.ts +4 -0
- package/lib/constructs/ManagedPolicies.js +5 -1
- 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 +15 -10
- package/node_modules/axios/SECURITY.md +0 -6
|
@@ -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: {
|
|
@@ -231,6 +233,7 @@ export declare const Actions: {
|
|
|
231
233
|
UpdateInvestigation: string;
|
|
232
234
|
UpdateInvestigationEvent: string;
|
|
233
235
|
UpdateInvestigationGroup: string;
|
|
236
|
+
ValidateInvestigationGroup: string;
|
|
234
237
|
};
|
|
235
238
|
airflow: {
|
|
236
239
|
CreateCliToken: string;
|
|
@@ -361,6 +364,7 @@ export declare const Actions: {
|
|
|
361
364
|
BatchGetVpcEndpoint: string;
|
|
362
365
|
CreateAccessPolicy: string;
|
|
363
366
|
CreateCollection: string;
|
|
367
|
+
CreateIndex: string;
|
|
364
368
|
CreateLifecyclePolicy: string;
|
|
365
369
|
CreateSecurityConfig: string;
|
|
366
370
|
CreateSecurityPolicy: string;
|
|
@@ -368,12 +372,14 @@ export declare const Actions: {
|
|
|
368
372
|
DashboardsAccessAll: string;
|
|
369
373
|
DeleteAccessPolicy: string;
|
|
370
374
|
DeleteCollection: string;
|
|
375
|
+
DeleteIndex: string;
|
|
371
376
|
DeleteLifecyclePolicy: string;
|
|
372
377
|
DeleteSecurityConfig: string;
|
|
373
378
|
DeleteSecurityPolicy: string;
|
|
374
379
|
DeleteVpcEndpoint: string;
|
|
375
380
|
GetAccessPolicy: string;
|
|
376
381
|
GetAccountSettings: string;
|
|
382
|
+
GetIndex: string;
|
|
377
383
|
GetPoliciesStats: string;
|
|
378
384
|
GetSecurityConfig: string;
|
|
379
385
|
GetSecurityPolicy: string;
|
|
@@ -389,6 +395,7 @@ export declare const Actions: {
|
|
|
389
395
|
UpdateAccessPolicy: string;
|
|
390
396
|
UpdateAccountSettings: string;
|
|
391
397
|
UpdateCollection: string;
|
|
398
|
+
UpdateIndex: string;
|
|
392
399
|
UpdateLifecyclePolicy: string;
|
|
393
400
|
UpdateSecurityConfig: string;
|
|
394
401
|
UpdateSecurityPolicy: string;
|
|
@@ -397,8 +404,12 @@ export declare const Actions: {
|
|
|
397
404
|
apigateway: {
|
|
398
405
|
AddCertificateToDomain: string;
|
|
399
406
|
CreateAccessAssociation: string;
|
|
407
|
+
CreateRoutingRule: string;
|
|
400
408
|
DELETE: string;
|
|
409
|
+
DeleteRoutingRule: string;
|
|
401
410
|
GET: string;
|
|
411
|
+
GetRoutingRule: string;
|
|
412
|
+
ListRoutingRules: string;
|
|
402
413
|
PATCH: string;
|
|
403
414
|
POST: string;
|
|
404
415
|
PUT: string;
|
|
@@ -408,12 +419,14 @@ export declare const Actions: {
|
|
|
408
419
|
UpdateDomainNameManagementPolicy: string;
|
|
409
420
|
UpdateDomainNamePolicy: string;
|
|
410
421
|
UpdateRestApiPolicy: string;
|
|
422
|
+
UpdateRoutingRule: string;
|
|
411
423
|
};
|
|
412
424
|
'app-integrations': {
|
|
413
425
|
CreateApplication: string;
|
|
414
426
|
CreateApplicationAssociation: string;
|
|
415
427
|
CreateDataIntegration: string;
|
|
416
428
|
CreateDataIntegrationAssociation: string;
|
|
429
|
+
CreateDataIntegrationSchedule: string;
|
|
417
430
|
CreateEventIntegration: string;
|
|
418
431
|
CreateEventIntegrationAssociation: string;
|
|
419
432
|
DeleteApplication: string;
|
|
@@ -424,19 +437,25 @@ export declare const Actions: {
|
|
|
424
437
|
DeleteEventIntegrationAssociation: string;
|
|
425
438
|
GetApplication: string;
|
|
426
439
|
GetDataIntegration: string;
|
|
440
|
+
GetDataIntegrationExecution: string;
|
|
441
|
+
GetDataIntegrationSchedule: string;
|
|
427
442
|
GetEventIntegration: string;
|
|
428
443
|
ListApplicationAssociations: string;
|
|
429
444
|
ListApplications: string;
|
|
430
445
|
ListDataIntegrationAssociations: string;
|
|
446
|
+
ListDataIntegrationExecutions: string;
|
|
431
447
|
ListDataIntegrations: string;
|
|
448
|
+
ListDataIntegrationSchedules: string;
|
|
432
449
|
ListEventIntegrationAssociations: string;
|
|
433
450
|
ListEventIntegrations: string;
|
|
434
451
|
ListTagsForResource: string;
|
|
452
|
+
StartDataIntegrationExecution: string;
|
|
435
453
|
TagResource: string;
|
|
436
454
|
UntagResource: string;
|
|
437
455
|
UpdateApplication: string;
|
|
438
456
|
UpdateDataIntegration: string;
|
|
439
457
|
UpdateDataIntegrationAssociation: string;
|
|
458
|
+
UpdateDataIntegrationSchedule: string;
|
|
440
459
|
UpdateEventIntegration: string;
|
|
441
460
|
};
|
|
442
461
|
appconfig: {
|
|
@@ -575,6 +594,7 @@ export declare const Actions: {
|
|
|
575
594
|
};
|
|
576
595
|
'application-signals': {
|
|
577
596
|
BatchGetServiceLevelObjectiveBudgetReport: string;
|
|
597
|
+
BatchUpdateExclusionWindows: string;
|
|
578
598
|
CreateServiceLevelObjective: string;
|
|
579
599
|
DeleteServiceLevelObjective: string;
|
|
580
600
|
GetService: string;
|
|
@@ -583,6 +603,7 @@ export declare const Actions: {
|
|
|
583
603
|
ListObservedEntities: string;
|
|
584
604
|
ListServiceDependencies: string;
|
|
585
605
|
ListServiceDependents: string;
|
|
606
|
+
ListServiceLevelObjectiveExclusionWindows: string;
|
|
586
607
|
ListServiceLevelObjectives: string;
|
|
587
608
|
ListServiceOperations: string;
|
|
588
609
|
ListServices: string;
|
|
@@ -977,20 +998,26 @@ export declare const Actions: {
|
|
|
977
998
|
CreateAlertManagerAlerts: string;
|
|
978
999
|
CreateAlertManagerDefinition: string;
|
|
979
1000
|
CreateLoggingConfiguration: string;
|
|
1001
|
+
CreateQueryLoggingConfiguration: string;
|
|
980
1002
|
CreateRuleGroupsNamespace: string;
|
|
981
1003
|
CreateScraper: string;
|
|
982
1004
|
CreateWorkspace: string;
|
|
983
1005
|
DeleteAlertManagerDefinition: string;
|
|
984
1006
|
DeleteAlertManagerSilence: string;
|
|
985
1007
|
DeleteLoggingConfiguration: string;
|
|
1008
|
+
DeleteQueryLoggingConfiguration: string;
|
|
1009
|
+
DeleteResourcePolicy: string;
|
|
986
1010
|
DeleteRuleGroupsNamespace: string;
|
|
987
1011
|
DeleteScraper: string;
|
|
988
1012
|
DeleteWorkspace: string;
|
|
989
1013
|
DescribeAlertManagerDefinition: string;
|
|
990
1014
|
DescribeLoggingConfiguration: string;
|
|
1015
|
+
DescribeQueryLoggingConfiguration: string;
|
|
1016
|
+
DescribeResourcePolicy: string;
|
|
991
1017
|
DescribeRuleGroupsNamespace: string;
|
|
992
1018
|
DescribeScraper: string;
|
|
993
1019
|
DescribeWorkspace: string;
|
|
1020
|
+
DescribeWorkspaceConfiguration: string;
|
|
994
1021
|
GetAlertManagerSilence: string;
|
|
995
1022
|
GetAlertManagerStatus: string;
|
|
996
1023
|
GetDefaultScraperConfiguration: string;
|
|
@@ -1009,16 +1036,45 @@ export declare const Actions: {
|
|
|
1009
1036
|
ListWorkspaces: string;
|
|
1010
1037
|
PutAlertManagerDefinition: string;
|
|
1011
1038
|
PutAlertManagerSilences: string;
|
|
1039
|
+
PutResourcePolicy: string;
|
|
1012
1040
|
PutRuleGroupsNamespace: string;
|
|
1013
1041
|
QueryMetrics: string;
|
|
1014
1042
|
RemoteWrite: string;
|
|
1015
1043
|
TagResource: string;
|
|
1016
1044
|
UntagResource: string;
|
|
1017
1045
|
UpdateLoggingConfiguration: string;
|
|
1046
|
+
UpdateQueryLoggingConfiguration: string;
|
|
1018
1047
|
UpdateScraper: string;
|
|
1019
1048
|
UpdateWorkspaceAlias: string;
|
|
1049
|
+
UpdateWorkspaceConfiguration: string;
|
|
1050
|
+
};
|
|
1051
|
+
'arc-region-switch': {
|
|
1052
|
+
ApprovePlanExecutionStep: string;
|
|
1053
|
+
CancelPlanExecution: string;
|
|
1054
|
+
CreatePlan: string;
|
|
1055
|
+
DeletePlan: string;
|
|
1056
|
+
DeleteResourcePolicy: string;
|
|
1057
|
+
GetPlan: string;
|
|
1058
|
+
GetPlanEvaluationStatus: string;
|
|
1059
|
+
GetPlanExecution: string;
|
|
1060
|
+
GetPlanInRegion: string;
|
|
1061
|
+
GetResourcePolicy: string;
|
|
1062
|
+
ListPlanExecutionEvents: string;
|
|
1063
|
+
ListPlanExecutions: string;
|
|
1064
|
+
ListPlans: string;
|
|
1065
|
+
ListPlansInRegion: string;
|
|
1066
|
+
ListRoute53HealthChecks: string;
|
|
1067
|
+
ListTagsForResource: string;
|
|
1068
|
+
PutResourcePolicy: string;
|
|
1069
|
+
StartPlanExecution: string;
|
|
1070
|
+
TagResource: string;
|
|
1071
|
+
UntagResource: string;
|
|
1072
|
+
UpdatePlan: string;
|
|
1073
|
+
UpdatePlanExecution: string;
|
|
1074
|
+
UpdatePlanExecutionStep: string;
|
|
1020
1075
|
};
|
|
1021
1076
|
'arc-zonal-shift': {
|
|
1077
|
+
CancelPracticeRun: string;
|
|
1022
1078
|
CancelZonalShift: string;
|
|
1023
1079
|
CreatePracticeRunConfiguration: string;
|
|
1024
1080
|
DeletePracticeRunConfiguration: string;
|
|
@@ -1027,6 +1083,7 @@ export declare const Actions: {
|
|
|
1027
1083
|
ListAutoshifts: string;
|
|
1028
1084
|
ListManagedResources: string;
|
|
1029
1085
|
ListZonalShifts: string;
|
|
1086
|
+
StartPracticeRun: string;
|
|
1030
1087
|
StartZonalShift: string;
|
|
1031
1088
|
UpdateAutoshiftObserverNotificationStatus: string;
|
|
1032
1089
|
UpdatePracticeRunConfiguration: string;
|
|
@@ -1039,8 +1096,6 @@ export declare const Actions: {
|
|
|
1039
1096
|
artifact: {
|
|
1040
1097
|
AcceptAgreement: string;
|
|
1041
1098
|
AcceptNdaForAgreement: string;
|
|
1042
|
-
DownloadAgreement: string;
|
|
1043
|
-
Get: string;
|
|
1044
1099
|
GetAccountSettings: string;
|
|
1045
1100
|
GetAgreement: string;
|
|
1046
1101
|
GetCustomerAgreement: string;
|
|
@@ -1297,7 +1352,6 @@ export declare const Actions: {
|
|
|
1297
1352
|
CancelAgreement: string;
|
|
1298
1353
|
CancelAgreementRequest: string;
|
|
1299
1354
|
CancelChangeSet: string;
|
|
1300
|
-
CompleteTask: string;
|
|
1301
1355
|
CreateAgreementRequest: string;
|
|
1302
1356
|
CreatePrivateMarketplaceRequests: string;
|
|
1303
1357
|
DeleteResourcePolicy: string;
|
|
@@ -1308,9 +1362,9 @@ export declare const Actions: {
|
|
|
1308
1362
|
DescribeEntity: string;
|
|
1309
1363
|
DescribePrivateMarketplaceRequests: string;
|
|
1310
1364
|
DescribeProcurementSystemConfiguration: string;
|
|
1311
|
-
DescribeTask: string;
|
|
1312
1365
|
DisassociateProductsFromPrivateMarketplace: string;
|
|
1313
1366
|
GetAgreementApprovalRequest: string;
|
|
1367
|
+
GetAgreementEntitlements: string;
|
|
1314
1368
|
GetAgreementRequest: string;
|
|
1315
1369
|
GetAgreementTerms: string;
|
|
1316
1370
|
GetBuyerDashboard: string;
|
|
@@ -1328,7 +1382,6 @@ export declare const Actions: {
|
|
|
1328
1382
|
ListPrivateListings: string;
|
|
1329
1383
|
ListPrivateMarketplaceRequests: string;
|
|
1330
1384
|
ListTagsForResource: string;
|
|
1331
|
-
ListTasks: string;
|
|
1332
1385
|
MeterUsage: string;
|
|
1333
1386
|
PutDeploymentParameter: string;
|
|
1334
1387
|
PutProcurementSystemConfiguration: string;
|
|
@@ -1345,7 +1398,6 @@ export declare const Actions: {
|
|
|
1345
1398
|
UntagResource: string;
|
|
1346
1399
|
UpdateAgreementApprovalRequest: string;
|
|
1347
1400
|
UpdatePurchaseOrders: string;
|
|
1348
|
-
UpdateTask: string;
|
|
1349
1401
|
ViewSubscriptions: string;
|
|
1350
1402
|
};
|
|
1351
1403
|
'aws-portal': {
|
|
@@ -1457,6 +1509,7 @@ export declare const Actions: {
|
|
|
1457
1509
|
UpdateObjectComplete: string;
|
|
1458
1510
|
};
|
|
1459
1511
|
backup: {
|
|
1512
|
+
AssociateBackupVaultMpaApprovalTeam: string;
|
|
1460
1513
|
CancelLegalHold: string;
|
|
1461
1514
|
CopyFromBackupVault: string;
|
|
1462
1515
|
CopyIntoBackupVault: string;
|
|
@@ -1467,6 +1520,7 @@ export declare const Actions: {
|
|
|
1467
1520
|
CreateLegalHold: string;
|
|
1468
1521
|
CreateLogicallyAirGappedBackupVault: string;
|
|
1469
1522
|
CreateReportPlan: string;
|
|
1523
|
+
CreateRestoreAccessBackupVault: string;
|
|
1470
1524
|
CreateRestoreTestingPlan: string;
|
|
1471
1525
|
CreateRestoreTestingSelection: string;
|
|
1472
1526
|
DeleteBackupPlan: string;
|
|
@@ -1492,6 +1546,7 @@ export declare const Actions: {
|
|
|
1492
1546
|
DescribeReportJob: string;
|
|
1493
1547
|
DescribeReportPlan: string;
|
|
1494
1548
|
DescribeRestoreJob: string;
|
|
1549
|
+
DisassociateBackupVaultMpaApprovalTeam: string;
|
|
1495
1550
|
DisassociateRecoveryPoint: string;
|
|
1496
1551
|
DisassociateRecoveryPointFromParent: string;
|
|
1497
1552
|
ExportBackupPlanTemplate: string;
|
|
@@ -1530,6 +1585,7 @@ export declare const Actions: {
|
|
|
1530
1585
|
ListRecoveryPointsByResource: string;
|
|
1531
1586
|
ListReportJobs: string;
|
|
1532
1587
|
ListReportPlans: string;
|
|
1588
|
+
ListRestoreAccessBackupVaults: string;
|
|
1533
1589
|
ListRestoreJobs: string;
|
|
1534
1590
|
ListRestoreJobsByProtectedResource: string;
|
|
1535
1591
|
ListRestoreJobSummaries: string;
|
|
@@ -1541,6 +1597,7 @@ export declare const Actions: {
|
|
|
1541
1597
|
PutBackupVaultNotifications: string;
|
|
1542
1598
|
PutBackupVaultSharingPolicy: string;
|
|
1543
1599
|
PutRestoreValidationResult: string;
|
|
1600
|
+
RevokeRestoreAccessBackupVault: string;
|
|
1544
1601
|
SearchRecoveryPoint: string;
|
|
1545
1602
|
StartBackupJob: string;
|
|
1546
1603
|
StartCopyJob: string;
|
|
@@ -1565,10 +1622,12 @@ export declare const Actions: {
|
|
|
1565
1622
|
CreateConsumableResource: string;
|
|
1566
1623
|
CreateJobQueue: string;
|
|
1567
1624
|
CreateSchedulingPolicy: string;
|
|
1625
|
+
CreateServiceEnvironment: string;
|
|
1568
1626
|
DeleteComputeEnvironment: string;
|
|
1569
1627
|
DeleteConsumableResource: string;
|
|
1570
1628
|
DeleteJobQueue: string;
|
|
1571
1629
|
DeleteSchedulingPolicy: string;
|
|
1630
|
+
DeleteServiceEnvironment: string;
|
|
1572
1631
|
DeregisterJobDefinition: string;
|
|
1573
1632
|
DescribeComputeEnvironments: string;
|
|
1574
1633
|
DescribeConsumableResource: string;
|
|
@@ -1576,21 +1635,38 @@ export declare const Actions: {
|
|
|
1576
1635
|
DescribeJobQueues: string;
|
|
1577
1636
|
DescribeJobs: string;
|
|
1578
1637
|
DescribeSchedulingPolicies: string;
|
|
1638
|
+
DescribeServiceEnvironments: string;
|
|
1639
|
+
DescribeServiceJob: string;
|
|
1579
1640
|
GetJobQueueSnapshot: string;
|
|
1580
1641
|
ListConsumableResources: string;
|
|
1581
1642
|
ListJobs: string;
|
|
1582
1643
|
ListJobsByConsumableResource: string;
|
|
1583
1644
|
ListSchedulingPolicies: string;
|
|
1645
|
+
ListServiceJobs: string;
|
|
1584
1646
|
ListTagsForResource: string;
|
|
1585
1647
|
RegisterJobDefinition: string;
|
|
1586
1648
|
SubmitJob: string;
|
|
1649
|
+
SubmitServiceJob: string;
|
|
1587
1650
|
TagResource: string;
|
|
1588
1651
|
TerminateJob: string;
|
|
1652
|
+
TerminateServiceJob: string;
|
|
1589
1653
|
UntagResource: string;
|
|
1590
1654
|
UpdateComputeEnvironment: string;
|
|
1591
1655
|
UpdateConsumableResource: string;
|
|
1592
1656
|
UpdateJobQueue: string;
|
|
1593
1657
|
UpdateSchedulingPolicy: string;
|
|
1658
|
+
UpdateServiceEnvironment: string;
|
|
1659
|
+
};
|
|
1660
|
+
'bcm-dashboards': {
|
|
1661
|
+
CreateDashboard: string;
|
|
1662
|
+
DeleteDashboard: string;
|
|
1663
|
+
GetDashboard: string;
|
|
1664
|
+
GetResourcePolicy: string;
|
|
1665
|
+
ListDashboards: string;
|
|
1666
|
+
ListTagsForResource: string;
|
|
1667
|
+
TagResource: string;
|
|
1668
|
+
UntagResource: string;
|
|
1669
|
+
UpdateDashboard: string;
|
|
1594
1670
|
};
|
|
1595
1671
|
'bcm-data-exports': {
|
|
1596
1672
|
CreateExport: string;
|
|
@@ -1644,6 +1720,92 @@ export declare const Actions: {
|
|
|
1644
1720
|
UpdateWorkloadEstimate: string;
|
|
1645
1721
|
UpdateWorkloadEstimateUsage: string;
|
|
1646
1722
|
};
|
|
1723
|
+
'bcm-recommended-actions': {
|
|
1724
|
+
ListRecommendedActions: string;
|
|
1725
|
+
};
|
|
1726
|
+
'bedrock-agentcore': {
|
|
1727
|
+
AllowVendedLogDeliveryForResource: string;
|
|
1728
|
+
ConnectBrowserAutomationStream: string;
|
|
1729
|
+
ConnectBrowserLiveViewStream: string;
|
|
1730
|
+
CreateAgentRuntime: string;
|
|
1731
|
+
CreateAgentRuntimeEndpoint: string;
|
|
1732
|
+
CreateApiKeyCredentialProvider: string;
|
|
1733
|
+
CreateBrowser: string;
|
|
1734
|
+
CreateCodeInterpreter: string;
|
|
1735
|
+
CreateEvent: string;
|
|
1736
|
+
CreateGateway: string;
|
|
1737
|
+
CreateGatewayTarget: string;
|
|
1738
|
+
CreateMemory: string;
|
|
1739
|
+
CreateOauth2CredentialProvider: string;
|
|
1740
|
+
CreateWorkloadIdentity: string;
|
|
1741
|
+
DeleteAgentRuntime: string;
|
|
1742
|
+
DeleteAgentRuntimeEndpoint: string;
|
|
1743
|
+
DeleteApiKeyCredentialProvider: string;
|
|
1744
|
+
DeleteBrowser: string;
|
|
1745
|
+
DeleteCodeInterpreter: string;
|
|
1746
|
+
DeleteEvent: string;
|
|
1747
|
+
DeleteGateway: string;
|
|
1748
|
+
DeleteGatewayTarget: string;
|
|
1749
|
+
DeleteMemory: string;
|
|
1750
|
+
DeleteMemoryRecord: string;
|
|
1751
|
+
DeleteOauth2CredentialProvider: string;
|
|
1752
|
+
DeleteWorkloadIdentity: string;
|
|
1753
|
+
GetAgentRuntime: string;
|
|
1754
|
+
GetAgentRuntimeEndpoint: string;
|
|
1755
|
+
GetApiKeyCredentialProvider: string;
|
|
1756
|
+
GetBrowser: string;
|
|
1757
|
+
GetBrowserSession: string;
|
|
1758
|
+
GetCodeInterpreter: string;
|
|
1759
|
+
GetCodeInterpreterSession: string;
|
|
1760
|
+
GetEvent: string;
|
|
1761
|
+
GetGateway: string;
|
|
1762
|
+
GetGatewayTarget: string;
|
|
1763
|
+
GetMemory: string;
|
|
1764
|
+
GetMemoryRecord: string;
|
|
1765
|
+
GetOauth2CredentialProvider: string;
|
|
1766
|
+
GetResourceApiKey: string;
|
|
1767
|
+
GetResourceOauth2Token: string;
|
|
1768
|
+
GetTokenVault: string;
|
|
1769
|
+
GetWorkloadAccessToken: string;
|
|
1770
|
+
GetWorkloadAccessTokenForJWT: string;
|
|
1771
|
+
GetWorkloadAccessTokenForUserId: string;
|
|
1772
|
+
GetWorkloadIdentity: string;
|
|
1773
|
+
InvokeAgentRuntime: string;
|
|
1774
|
+
InvokeCodeInterpreter: string;
|
|
1775
|
+
ListActors: string;
|
|
1776
|
+
ListAgentRuntimeEndpoints: string;
|
|
1777
|
+
ListAgentRuntimes: string;
|
|
1778
|
+
ListAgentRuntimeVersions: string;
|
|
1779
|
+
ListApiKeyCredentialProviders: string;
|
|
1780
|
+
ListBrowsers: string;
|
|
1781
|
+
ListBrowserSessions: string;
|
|
1782
|
+
ListCodeInterpreters: string;
|
|
1783
|
+
ListCodeInterpreterSessions: string;
|
|
1784
|
+
ListEvents: string;
|
|
1785
|
+
ListGateways: string;
|
|
1786
|
+
ListGatewayTargets: string;
|
|
1787
|
+
ListMemories: string;
|
|
1788
|
+
ListMemoryRecords: string;
|
|
1789
|
+
ListOauth2CredentialProviders: string;
|
|
1790
|
+
ListSessions: string;
|
|
1791
|
+
ListWorkloadIdentities: string;
|
|
1792
|
+
RetrieveMemoryRecords: string;
|
|
1793
|
+
SetTokenVaultCMK: string;
|
|
1794
|
+
StartBrowserSession: string;
|
|
1795
|
+
StartCodeInterpreterSession: string;
|
|
1796
|
+
StopBrowserSession: string;
|
|
1797
|
+
StopCodeInterpreterSession: string;
|
|
1798
|
+
SynchronizeGatewayTargets: string;
|
|
1799
|
+
UpdateAgentRuntime: string;
|
|
1800
|
+
UpdateAgentRuntimeEndpoint: string;
|
|
1801
|
+
UpdateApiKeyCredentialProvider: string;
|
|
1802
|
+
UpdateBrowserStream: string;
|
|
1803
|
+
UpdateGateway: string;
|
|
1804
|
+
UpdateGatewayTarget: string;
|
|
1805
|
+
UpdateMemory: string;
|
|
1806
|
+
UpdateOauth2CredentialProvider: string;
|
|
1807
|
+
UpdateWorkloadIdentity: string;
|
|
1808
|
+
};
|
|
1647
1809
|
bedrock: {
|
|
1648
1810
|
AllowVendedLogDeliveryForResource: string;
|
|
1649
1811
|
ApplyGuardrail: string;
|
|
@@ -1651,11 +1813,18 @@ export declare const Actions: {
|
|
|
1651
1813
|
AssociateAgentKnowledgeBase: string;
|
|
1652
1814
|
AssociateThirdPartyKnowledgeBase: string;
|
|
1653
1815
|
BatchDeleteEvaluationJob: string;
|
|
1816
|
+
CallWithBearerToken: string;
|
|
1817
|
+
CancelAutomatedReasoningPolicyBuildWorkflow: string;
|
|
1654
1818
|
CreateAgent: string;
|
|
1655
1819
|
CreateAgentActionGroup: string;
|
|
1656
1820
|
CreateAgentAlias: string;
|
|
1821
|
+
CreateAutomatedReasoningPolicy: string;
|
|
1822
|
+
CreateAutomatedReasoningPolicyTestCase: string;
|
|
1823
|
+
CreateAutomatedReasoningPolicyVersion: string;
|
|
1657
1824
|
CreateBlueprint: string;
|
|
1658
1825
|
CreateBlueprintVersion: string;
|
|
1826
|
+
CreateCustomModel: string;
|
|
1827
|
+
CreateCustomModelDeployment: string;
|
|
1659
1828
|
CreateDataAutomationProject: string;
|
|
1660
1829
|
CreateDataSource: string;
|
|
1661
1830
|
CreateEvaluationJob: string;
|
|
@@ -1684,8 +1853,12 @@ export declare const Actions: {
|
|
|
1684
1853
|
DeleteAgentAlias: string;
|
|
1685
1854
|
DeleteAgentMemory: string;
|
|
1686
1855
|
DeleteAgentVersion: string;
|
|
1856
|
+
DeleteAutomatedReasoningPolicy: string;
|
|
1857
|
+
DeleteAutomatedReasoningPolicyBuildWorkflow: string;
|
|
1858
|
+
DeleteAutomatedReasoningPolicyTestCase: string;
|
|
1687
1859
|
DeleteBlueprint: string;
|
|
1688
1860
|
DeleteCustomModel: string;
|
|
1861
|
+
DeleteCustomModelDeployment: string;
|
|
1689
1862
|
DeleteDataAutomationProject: string;
|
|
1690
1863
|
DeleteDataSource: string;
|
|
1691
1864
|
DeleteFlow: string;
|
|
@@ -1710,6 +1883,7 @@ export declare const Actions: {
|
|
|
1710
1883
|
DisassociateAgentCollaborator: string;
|
|
1711
1884
|
DisassociateAgentKnowledgeBase: string;
|
|
1712
1885
|
EndSession: string;
|
|
1886
|
+
ExportAutomatedReasoningPolicyVersion: string;
|
|
1713
1887
|
GenerateQuery: string;
|
|
1714
1888
|
GetAgent: string;
|
|
1715
1889
|
GetAgentActionGroup: string;
|
|
@@ -1719,15 +1893,25 @@ export declare const Actions: {
|
|
|
1719
1893
|
GetAgentMemory: string;
|
|
1720
1894
|
GetAgentVersion: string;
|
|
1721
1895
|
GetAsyncInvoke: string;
|
|
1896
|
+
GetAutomatedReasoningPolicy: string;
|
|
1897
|
+
GetAutomatedReasoningPolicyAnnotations: string;
|
|
1898
|
+
GetAutomatedReasoningPolicyBuildWorkflow: string;
|
|
1899
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssets: string;
|
|
1900
|
+
GetAutomatedReasoningPolicyNextScenario: string;
|
|
1901
|
+
GetAutomatedReasoningPolicyTestCase: string;
|
|
1902
|
+
GetAutomatedReasoningPolicyTestResult: string;
|
|
1722
1903
|
GetBlueprint: string;
|
|
1723
1904
|
GetBlueprintRecommendation: string;
|
|
1724
1905
|
GetCustomModel: string;
|
|
1906
|
+
GetCustomModelDeployment: string;
|
|
1725
1907
|
GetDataAutomationProject: string;
|
|
1726
1908
|
GetDataAutomationStatus: string;
|
|
1727
1909
|
GetDataSource: string;
|
|
1728
1910
|
GetEvaluationJob: string;
|
|
1911
|
+
GetExecutionFlowSnapshot: string;
|
|
1729
1912
|
GetFlow: string;
|
|
1730
1913
|
GetFlowAlias: string;
|
|
1914
|
+
GetFlowExecution: string;
|
|
1731
1915
|
GetFlowVersion: string;
|
|
1732
1916
|
GetFoundationModel: string;
|
|
1733
1917
|
GetFoundationModelAvailability: string;
|
|
@@ -1753,6 +1937,7 @@ export declare const Actions: {
|
|
|
1753
1937
|
GetUseCaseForModelAccess: string;
|
|
1754
1938
|
IngestKnowledgeBaseDocuments: string;
|
|
1755
1939
|
InvokeAgent: string;
|
|
1940
|
+
InvokeAutomatedReasoningPolicy: string;
|
|
1756
1941
|
InvokeBlueprintRecommendationAsync: string;
|
|
1757
1942
|
InvokeBuilder: string;
|
|
1758
1943
|
InvokeDataAutomationAsync: string;
|
|
@@ -1767,12 +1952,19 @@ export declare const Actions: {
|
|
|
1767
1952
|
ListAgents: string;
|
|
1768
1953
|
ListAgentVersions: string;
|
|
1769
1954
|
ListAsyncInvokes: string;
|
|
1955
|
+
ListAutomatedReasoningPolicies: string;
|
|
1956
|
+
ListAutomatedReasoningPolicyBuildWorkflows: string;
|
|
1957
|
+
ListAutomatedReasoningPolicyTestCases: string;
|
|
1958
|
+
ListAutomatedReasoningPolicyTestResults: string;
|
|
1770
1959
|
ListBlueprints: string;
|
|
1960
|
+
ListCustomModelDeployments: string;
|
|
1771
1961
|
ListCustomModels: string;
|
|
1772
1962
|
ListDataAutomationProjects: string;
|
|
1773
1963
|
ListDataSources: string;
|
|
1774
1964
|
ListEvaluationJobs: string;
|
|
1775
1965
|
ListFlowAliases: string;
|
|
1966
|
+
ListFlowExecutionEvents: string;
|
|
1967
|
+
ListFlowExecutions: string;
|
|
1776
1968
|
ListFlows: string;
|
|
1777
1969
|
ListFlowVersions: string;
|
|
1778
1970
|
ListFoundationModelAgreementOffers: string;
|
|
@@ -1809,8 +2001,12 @@ export declare const Actions: {
|
|
|
1809
2001
|
Rerank: string;
|
|
1810
2002
|
Retrieve: string;
|
|
1811
2003
|
RetrieveAndGenerate: string;
|
|
2004
|
+
StartAutomatedReasoningPolicyBuildWorkflow: string;
|
|
2005
|
+
StartAutomatedReasoningPolicyTestWorkflow: string;
|
|
2006
|
+
StartFlowExecution: string;
|
|
1812
2007
|
StartIngestionJob: string;
|
|
1813
2008
|
StopEvaluationJob: string;
|
|
2009
|
+
StopFlowExecution: string;
|
|
1814
2010
|
StopIngestionJob: string;
|
|
1815
2011
|
StopModelCustomizationJob: string;
|
|
1816
2012
|
StopModelInvocationJob: string;
|
|
@@ -1821,6 +2017,9 @@ export declare const Actions: {
|
|
|
1821
2017
|
UpdateAgentAlias: string;
|
|
1822
2018
|
UpdateAgentCollaborator: string;
|
|
1823
2019
|
UpdateAgentKnowledgeBase: string;
|
|
2020
|
+
UpdateAutomatedReasoningPolicy: string;
|
|
2021
|
+
UpdateAutomatedReasoningPolicyAnnotations: string;
|
|
2022
|
+
UpdateAutomatedReasoningPolicyTestCase: string;
|
|
1824
2023
|
UpdateBlueprint: string;
|
|
1825
2024
|
UpdateDataAutomationProject: string;
|
|
1826
2025
|
UpdateDataSource: string;
|
|
@@ -1843,6 +2042,7 @@ export declare const Actions: {
|
|
|
1843
2042
|
GetBillingNotifications: string;
|
|
1844
2043
|
GetBillingPreferences: string;
|
|
1845
2044
|
GetBillingView: string;
|
|
2045
|
+
GetBillingViewData: string;
|
|
1846
2046
|
GetContractInformation: string;
|
|
1847
2047
|
GetCredits: string;
|
|
1848
2048
|
GetIAMAccessPreference: string;
|
|
@@ -1896,7 +2096,6 @@ export declare const Actions: {
|
|
|
1896
2096
|
};
|
|
1897
2097
|
braket: {
|
|
1898
2098
|
AcceptUserAgreement: string;
|
|
1899
|
-
AccessBraketFeature: string;
|
|
1900
2099
|
CancelJob: string;
|
|
1901
2100
|
CancelQuantumTask: string;
|
|
1902
2101
|
CreateJob: string;
|
|
@@ -1958,6 +2157,7 @@ export declare const Actions: {
|
|
|
1958
2157
|
CreateLayout: string;
|
|
1959
2158
|
CreateRelatedItem: string;
|
|
1960
2159
|
CreateTemplate: string;
|
|
2160
|
+
DeleteCase: string;
|
|
1961
2161
|
DeleteCaseRule: string;
|
|
1962
2162
|
DeleteDomain: string;
|
|
1963
2163
|
DeleteField: string;
|
|
@@ -1996,6 +2196,10 @@ export declare const Actions: {
|
|
|
1996
2196
|
CreateMultiRegionResource: string;
|
|
1997
2197
|
Drop: string;
|
|
1998
2198
|
DropMultiRegionResource: string;
|
|
2199
|
+
GetRecords: string;
|
|
2200
|
+
GetShardIterator: string;
|
|
2201
|
+
GetStream: string;
|
|
2202
|
+
ListStreams: string;
|
|
1999
2203
|
Modify: string;
|
|
2000
2204
|
ModifyMultiRegionResource: string;
|
|
2001
2205
|
Restore: string;
|
|
@@ -2029,8 +2233,10 @@ export declare const Actions: {
|
|
|
2029
2233
|
GetCommitmentPurchaseAnalysis: string;
|
|
2030
2234
|
GetConsoleActionSetEnforced: string;
|
|
2031
2235
|
GetCostAndUsage: string;
|
|
2236
|
+
GetCostAndUsageComparisons: string;
|
|
2032
2237
|
GetCostAndUsageWithResources: string;
|
|
2033
2238
|
GetCostCategories: string;
|
|
2239
|
+
GetCostComparisonDrivers: string;
|
|
2034
2240
|
GetCostForecast: string;
|
|
2035
2241
|
GetDimensionValues: string;
|
|
2036
2242
|
GetPreferences: string;
|
|
@@ -2474,6 +2680,7 @@ export declare const Actions: {
|
|
|
2474
2680
|
ListTagsForResource: string;
|
|
2475
2681
|
ListTrainedModelInferenceJobs: string;
|
|
2476
2682
|
ListTrainedModels: string;
|
|
2683
|
+
ListTrainedModelVersions: string;
|
|
2477
2684
|
ListTrainingDatasets: string;
|
|
2478
2685
|
PutConfiguredAudienceModelPolicy: string;
|
|
2479
2686
|
PutMLConfiguration: string;
|
|
@@ -2527,6 +2734,7 @@ export declare const Actions: {
|
|
|
2527
2734
|
GetIdNamespaceAssociation: string;
|
|
2528
2735
|
GetMembership: string;
|
|
2529
2736
|
GetPrivacyBudgetTemplate: string;
|
|
2737
|
+
GetProtectedJob: string;
|
|
2530
2738
|
GetProtectedQuery: string;
|
|
2531
2739
|
GetSchema: string;
|
|
2532
2740
|
GetSchemaAnalysisRule: string;
|
|
@@ -2546,6 +2754,7 @@ export declare const Actions: {
|
|
|
2546
2754
|
ListMemberships: string;
|
|
2547
2755
|
ListPrivacyBudgets: string;
|
|
2548
2756
|
ListPrivacyBudgetTemplates: string;
|
|
2757
|
+
ListProtectedJobs: string;
|
|
2549
2758
|
ListProtectedQueries: string;
|
|
2550
2759
|
ListSchemas: string;
|
|
2551
2760
|
ListTagsForResource: string;
|
|
@@ -2553,6 +2762,7 @@ export declare const Actions: {
|
|
|
2553
2762
|
PassMembership: string;
|
|
2554
2763
|
PopulateIdMappingTable: string;
|
|
2555
2764
|
PreviewPrivacyImpact: string;
|
|
2765
|
+
StartProtectedJob: string;
|
|
2556
2766
|
StartProtectedQuery: string;
|
|
2557
2767
|
TagResource: string;
|
|
2558
2768
|
UntagResource: string;
|
|
@@ -2560,13 +2770,16 @@ export declare const Actions: {
|
|
|
2560
2770
|
UpdateCollaboration: string;
|
|
2561
2771
|
UpdateConfiguredAudienceModelAssociation: string;
|
|
2562
2772
|
UpdateConfiguredTable: string;
|
|
2773
|
+
UpdateConfiguredTableAllowedColumns: string;
|
|
2563
2774
|
UpdateConfiguredTableAnalysisRule: string;
|
|
2564
2775
|
UpdateConfiguredTableAssociation: string;
|
|
2565
2776
|
UpdateConfiguredTableAssociationAnalysisRule: string;
|
|
2777
|
+
UpdateConfiguredTableReference: string;
|
|
2566
2778
|
UpdateIdMappingTable: string;
|
|
2567
2779
|
UpdateIdNamespaceAssociation: string;
|
|
2568
2780
|
UpdateMembership: string;
|
|
2569
2781
|
UpdatePrivacyBudgetTemplate: string;
|
|
2782
|
+
UpdateProtectedJob: string;
|
|
2570
2783
|
UpdateProtectedQuery: string;
|
|
2571
2784
|
};
|
|
2572
2785
|
cloud9: {
|
|
@@ -2599,7 +2812,6 @@ export declare const Actions: {
|
|
|
2599
2812
|
UpdateMembershipSettings: string;
|
|
2600
2813
|
UpdateSSHRemote: string;
|
|
2601
2814
|
UpdateUserSettings: string;
|
|
2602
|
-
ValidateEnvironmentName: string;
|
|
2603
2815
|
};
|
|
2604
2816
|
clouddirectory: {
|
|
2605
2817
|
AddFacetToObject: string;
|
|
@@ -2781,16 +2993,21 @@ export declare const Actions: {
|
|
|
2781
2993
|
cloudfront: {
|
|
2782
2994
|
AllowVendedLogDeliveryForResource: string;
|
|
2783
2995
|
AssociateAlias: string;
|
|
2996
|
+
AssociateDistributionTenantWebACL: string;
|
|
2997
|
+
AssociateDistributionWebACL: string;
|
|
2784
2998
|
CopyDistribution: string;
|
|
2785
2999
|
CreateAnycastIpList: string;
|
|
2786
3000
|
CreateCachePolicy: string;
|
|
2787
3001
|
CreateCloudFrontOriginAccessIdentity: string;
|
|
3002
|
+
CreateConnectionGroup: string;
|
|
2788
3003
|
CreateContinuousDeploymentPolicy: string;
|
|
2789
3004
|
CreateDistribution: string;
|
|
3005
|
+
CreateDistributionTenant: string;
|
|
2790
3006
|
CreateFieldLevelEncryptionConfig: string;
|
|
2791
3007
|
CreateFieldLevelEncryptionProfile: string;
|
|
2792
3008
|
CreateFunction: string;
|
|
2793
3009
|
CreateInvalidation: string;
|
|
3010
|
+
CreateInvalidationForDistributionTenant: string;
|
|
2794
3011
|
CreateKeyGroup: string;
|
|
2795
3012
|
CreateKeyValueStore: string;
|
|
2796
3013
|
CreateMonitoringSubscription: string;
|
|
@@ -2806,8 +3023,10 @@ export declare const Actions: {
|
|
|
2806
3023
|
DeleteAnycastIpList: string;
|
|
2807
3024
|
DeleteCachePolicy: string;
|
|
2808
3025
|
DeleteCloudFrontOriginAccessIdentity: string;
|
|
3026
|
+
DeleteConnectionGroup: string;
|
|
2809
3027
|
DeleteContinuousDeploymentPolicy: string;
|
|
2810
3028
|
DeleteDistribution: string;
|
|
3029
|
+
DeleteDistributionTenant: string;
|
|
2811
3030
|
DeleteFieldLevelEncryptionConfig: string;
|
|
2812
3031
|
DeleteFieldLevelEncryptionProfile: string;
|
|
2813
3032
|
DeleteFunction: string;
|
|
@@ -2823,23 +3042,31 @@ export declare const Actions: {
|
|
|
2823
3042
|
DeleteVpcOrigin: string;
|
|
2824
3043
|
DescribeFunction: string;
|
|
2825
3044
|
DescribeKeyValueStore: string;
|
|
3045
|
+
DisassociateDistributionTenantWebACL: string;
|
|
3046
|
+
DisassociateDistributionWebACL: string;
|
|
2826
3047
|
GetAnycastIpList: string;
|
|
2827
3048
|
GetCachePolicy: string;
|
|
2828
3049
|
GetCachePolicyConfig: string;
|
|
2829
3050
|
GetCloudFrontOriginAccessIdentity: string;
|
|
2830
3051
|
GetCloudFrontOriginAccessIdentityConfig: string;
|
|
3052
|
+
GetConnectionGroup: string;
|
|
3053
|
+
GetConnectionGroupByRoutingEndpoint: string;
|
|
2831
3054
|
GetContinuousDeploymentPolicy: string;
|
|
2832
3055
|
GetContinuousDeploymentPolicyConfig: string;
|
|
2833
3056
|
GetDistribution: string;
|
|
2834
3057
|
GetDistributionConfig: string;
|
|
3058
|
+
GetDistributionTenant: string;
|
|
3059
|
+
GetDistributionTenantByDomain: string;
|
|
2835
3060
|
GetFieldLevelEncryption: string;
|
|
2836
3061
|
GetFieldLevelEncryptionConfig: string;
|
|
2837
3062
|
GetFieldLevelEncryptionProfile: string;
|
|
2838
3063
|
GetFieldLevelEncryptionProfileConfig: string;
|
|
2839
3064
|
GetFunction: string;
|
|
2840
3065
|
GetInvalidation: string;
|
|
3066
|
+
GetInvalidationForDistributionTenant: string;
|
|
2841
3067
|
GetKeyGroup: string;
|
|
2842
3068
|
GetKeyGroupConfig: string;
|
|
3069
|
+
GetManagedCertificateDetails: string;
|
|
2843
3070
|
GetMonitoringSubscription: string;
|
|
2844
3071
|
GetOriginAccessControl: string;
|
|
2845
3072
|
GetOriginAccessControlConfig: string;
|
|
@@ -2858,10 +3085,12 @@ export declare const Actions: {
|
|
|
2858
3085
|
ListCachePolicies: string;
|
|
2859
3086
|
ListCloudFrontOriginAccessIdentities: string;
|
|
2860
3087
|
ListConflictingAliases: string;
|
|
3088
|
+
ListConnectionGroups: string;
|
|
2861
3089
|
ListContinuousDeploymentPolicies: string;
|
|
2862
3090
|
ListDistributions: string;
|
|
2863
3091
|
ListDistributionsByAnycastIpListId: string;
|
|
2864
3092
|
ListDistributionsByCachePolicyId: string;
|
|
3093
|
+
ListDistributionsByConnectionMode: string;
|
|
2865
3094
|
ListDistributionsByKeyGroup: string;
|
|
2866
3095
|
ListDistributionsByLambdaFunction: string;
|
|
2867
3096
|
ListDistributionsByOriginRequestPolicyId: string;
|
|
@@ -2869,10 +3098,14 @@ export declare const Actions: {
|
|
|
2869
3098
|
ListDistributionsByResponseHeadersPolicyId: string;
|
|
2870
3099
|
ListDistributionsByVpcOriginId: string;
|
|
2871
3100
|
ListDistributionsByWebACLId: string;
|
|
3101
|
+
ListDistributionTenants: string;
|
|
3102
|
+
ListDistributionTenantsByCustomization: string;
|
|
3103
|
+
ListDomainConflicts: string;
|
|
2872
3104
|
ListFieldLevelEncryptionConfigs: string;
|
|
2873
3105
|
ListFieldLevelEncryptionProfiles: string;
|
|
2874
3106
|
ListFunctions: string;
|
|
2875
3107
|
ListInvalidations: string;
|
|
3108
|
+
ListInvalidationsForDistributionTenant: string;
|
|
2876
3109
|
ListKeyGroups: string;
|
|
2877
3110
|
ListKeyValueStores: string;
|
|
2878
3111
|
ListOriginAccessControls: string;
|
|
@@ -2892,9 +3125,12 @@ export declare const Actions: {
|
|
|
2892
3125
|
UntagResource: string;
|
|
2893
3126
|
UpdateCachePolicy: string;
|
|
2894
3127
|
UpdateCloudFrontOriginAccessIdentity: string;
|
|
3128
|
+
UpdateConnectionGroup: string;
|
|
2895
3129
|
UpdateContinuousDeploymentPolicy: string;
|
|
2896
3130
|
UpdateDistribution: string;
|
|
3131
|
+
UpdateDistributionTenant: string;
|
|
2897
3132
|
UpdateDistributionWithStagingConfig: string;
|
|
3133
|
+
UpdateDomainAssociation: string;
|
|
2898
3134
|
UpdateFieldLevelEncryptionConfig: string;
|
|
2899
3135
|
UpdateFieldLevelEncryptionProfile: string;
|
|
2900
3136
|
UpdateFunction: string;
|
|
@@ -2908,6 +3144,7 @@ export declare const Actions: {
|
|
|
2908
3144
|
UpdateSavingsPlan: string;
|
|
2909
3145
|
UpdateStreamingDistribution: string;
|
|
2910
3146
|
UpdateVpcOrigin: string;
|
|
3147
|
+
VerifyDnsConfiguration: string;
|
|
2911
3148
|
};
|
|
2912
3149
|
cloudhsm: {
|
|
2913
3150
|
CopyBackupToRegion: string;
|
|
@@ -3002,6 +3239,7 @@ export declare const Actions: {
|
|
|
3002
3239
|
GenerateQueryResultsSummary: string;
|
|
3003
3240
|
GetChannel: string;
|
|
3004
3241
|
GetDashboard: string;
|
|
3242
|
+
GetEventConfiguration: string;
|
|
3005
3243
|
GetEventDataStore: string;
|
|
3006
3244
|
GetEventDataStoreData: string;
|
|
3007
3245
|
GetEventSelectors: string;
|
|
@@ -3023,6 +3261,7 @@ export declare const Actions: {
|
|
|
3023
3261
|
ListTags: string;
|
|
3024
3262
|
ListTrails: string;
|
|
3025
3263
|
LookupEvents: string;
|
|
3264
|
+
PutEventConfiguration: string;
|
|
3026
3265
|
PutEventSelectors: string;
|
|
3027
3266
|
PutInsightSelectors: string;
|
|
3028
3267
|
PutResourcePolicy: string;
|
|
@@ -3065,6 +3304,7 @@ export declare const Actions: {
|
|
|
3065
3304
|
EnableInsightRules: string;
|
|
3066
3305
|
EnableTopologyDiscovery: string;
|
|
3067
3306
|
GenerateQuery: string;
|
|
3307
|
+
GenerateQueryResultsSummary: string;
|
|
3068
3308
|
GetDashboard: string;
|
|
3069
3309
|
GetInsightRuleReport: string;
|
|
3070
3310
|
GetMetricData: string;
|
|
@@ -3157,10 +3397,12 @@ export declare const Actions: {
|
|
|
3157
3397
|
BatchDeleteBuilds: string;
|
|
3158
3398
|
BatchGetBuildBatches: string;
|
|
3159
3399
|
BatchGetBuilds: string;
|
|
3400
|
+
BatchGetCommandExecutions: string;
|
|
3160
3401
|
BatchGetFleets: string;
|
|
3161
3402
|
BatchGetProjects: string;
|
|
3162
3403
|
BatchGetReportGroups: string;
|
|
3163
3404
|
BatchGetReports: string;
|
|
3405
|
+
BatchGetSandboxes: string;
|
|
3164
3406
|
BatchPutCodeCoverages: string;
|
|
3165
3407
|
BatchPutTestCases: string;
|
|
3166
3408
|
CreateFleet: string;
|
|
@@ -3187,6 +3429,7 @@ export declare const Actions: {
|
|
|
3187
3429
|
ListBuildBatchesForProject: string;
|
|
3188
3430
|
ListBuilds: string;
|
|
3189
3431
|
ListBuildsForProject: string;
|
|
3432
|
+
ListCommandExecutionsForSandbox: string;
|
|
3190
3433
|
ListConnectedOAuthAccounts: string;
|
|
3191
3434
|
ListCuratedEnvironmentImages: string;
|
|
3192
3435
|
ListFleets: string;
|
|
@@ -3195,6 +3438,8 @@ export declare const Actions: {
|
|
|
3195
3438
|
ListReports: string;
|
|
3196
3439
|
ListReportsForReportGroup: string;
|
|
3197
3440
|
ListRepositories: string;
|
|
3441
|
+
ListSandboxes: string;
|
|
3442
|
+
ListSandboxesForProject: string;
|
|
3198
3443
|
ListSharedProjects: string;
|
|
3199
3444
|
ListSharedReportGroups: string;
|
|
3200
3445
|
ListSourceCredentials: string;
|
|
@@ -3204,8 +3449,12 @@ export declare const Actions: {
|
|
|
3204
3449
|
RetryBuildBatch: string;
|
|
3205
3450
|
StartBuild: string;
|
|
3206
3451
|
StartBuildBatch: string;
|
|
3452
|
+
StartCommandExecution: string;
|
|
3453
|
+
StartSandbox: string;
|
|
3454
|
+
StartSandboxConnection: string;
|
|
3207
3455
|
StopBuild: string;
|
|
3208
3456
|
StopBuildBatch: string;
|
|
3457
|
+
StopSandbox: string;
|
|
3209
3458
|
UpdateFleet: string;
|
|
3210
3459
|
UpdateProject: string;
|
|
3211
3460
|
UpdateProjectVisibility: string;
|
|
@@ -3516,6 +3765,7 @@ export declare const Actions: {
|
|
|
3516
3765
|
GetThirdPartyJobDetails: string;
|
|
3517
3766
|
ListActionExecutions: string;
|
|
3518
3767
|
ListActionTypes: string;
|
|
3768
|
+
ListDeployActionExecutionTargets: string;
|
|
3519
3769
|
ListPipelineExecutions: string;
|
|
3520
3770
|
ListPipelines: string;
|
|
3521
3771
|
ListRuleExecutions: string;
|
|
@@ -3738,6 +3988,7 @@ export declare const Actions: {
|
|
|
3738
3988
|
GetIdentityProviderByIdentifier: string;
|
|
3739
3989
|
GetLogDeliveryConfiguration: string;
|
|
3740
3990
|
GetSigningCertificate: string;
|
|
3991
|
+
GetTokensFromRefreshToken: string;
|
|
3741
3992
|
GetUICustomization: string;
|
|
3742
3993
|
GetUser: string;
|
|
3743
3994
|
GetUserAttributeVerificationCode: string;
|
|
@@ -4060,6 +4311,7 @@ export declare const Actions: {
|
|
|
4060
4311
|
GetCampaignState: string;
|
|
4061
4312
|
GetCampaignStateBatch: string;
|
|
4062
4313
|
GetConnectInstanceConfig: string;
|
|
4314
|
+
GetInstanceCommunicationLimits: string;
|
|
4063
4315
|
GetInstanceOnboardingJobStatus: string;
|
|
4064
4316
|
ListCampaigns: string;
|
|
4065
4317
|
ListConnectInstanceIntegrations: string;
|
|
@@ -4067,6 +4319,7 @@ export declare const Actions: {
|
|
|
4067
4319
|
PauseCampaign: string;
|
|
4068
4320
|
PutConnectInstanceIntegration: string;
|
|
4069
4321
|
PutDialRequestBatch: string;
|
|
4322
|
+
PutInstanceCommunicationLimits: string;
|
|
4070
4323
|
PutOutboundRequestBatch: string;
|
|
4071
4324
|
PutProfileOutboundRequestBatch: string;
|
|
4072
4325
|
ResumeCampaign: string;
|
|
@@ -4213,6 +4466,7 @@ export declare const Actions: {
|
|
|
4213
4466
|
DismissUserContact: string;
|
|
4214
4467
|
GetAttachedFile: string;
|
|
4215
4468
|
GetContactAttributes: string;
|
|
4469
|
+
GetContactMetrics: string;
|
|
4216
4470
|
GetCurrentMetricData: string;
|
|
4217
4471
|
GetCurrentUserData: string;
|
|
4218
4472
|
GetEffectiveHoursOfOperations: string;
|
|
@@ -4226,6 +4480,7 @@ export declare const Actions: {
|
|
|
4226
4480
|
ImportPhoneNumber: string;
|
|
4227
4481
|
ListAgentStatuses: string;
|
|
4228
4482
|
ListAnalyticsDataAssociations: string;
|
|
4483
|
+
ListAnalyticsDataLakeDataSets: string;
|
|
4229
4484
|
ListApprovedOrigins: string;
|
|
4230
4485
|
ListAssociatedContacts: string;
|
|
4231
4486
|
ListAuthenticationProfiles: string;
|
|
@@ -4388,6 +4643,7 @@ export declare const Actions: {
|
|
|
4388
4643
|
controlcatalog: {
|
|
4389
4644
|
GetControl: string;
|
|
4390
4645
|
ListCommonControls: string;
|
|
4646
|
+
ListControlMappings: string;
|
|
4391
4647
|
ListControls: string;
|
|
4392
4648
|
ListDomains: string;
|
|
4393
4649
|
ListObjectives: string;
|
|
@@ -4674,10 +4930,12 @@ export declare const Actions: {
|
|
|
4674
4930
|
AddEntityOwner: string;
|
|
4675
4931
|
AddPolicyGrant: string;
|
|
4676
4932
|
AssociateEnvironmentRole: string;
|
|
4933
|
+
AssociateGovernedTerms: string;
|
|
4677
4934
|
BatchDeleteLinkedTypes: string;
|
|
4678
4935
|
BatchPutLinkedTypes: string;
|
|
4679
4936
|
CancelMetadataGenerationRun: string;
|
|
4680
4937
|
CancelSubscription: string;
|
|
4938
|
+
CreateAccountPool: string;
|
|
4681
4939
|
CreateAsset: string;
|
|
4682
4940
|
CreateAssetFilter: string;
|
|
4683
4941
|
CreateAssetRevision: string;
|
|
@@ -4705,6 +4963,7 @@ export declare const Actions: {
|
|
|
4705
4963
|
CreateSubscriptionRequest: string;
|
|
4706
4964
|
CreateSubscriptionTarget: string;
|
|
4707
4965
|
CreateUserProfile: string;
|
|
4966
|
+
DeleteAccountPool: string;
|
|
4708
4967
|
DeleteAsset: string;
|
|
4709
4968
|
DeleteAssetFilter: string;
|
|
4710
4969
|
DeleteAssetType: string;
|
|
@@ -4732,6 +4991,8 @@ export declare const Actions: {
|
|
|
4732
4991
|
DeleteSubscriptionTarget: string;
|
|
4733
4992
|
DeleteTimeSeriesDataPoints: string;
|
|
4734
4993
|
DisassociateEnvironmentRole: string;
|
|
4994
|
+
DisassociateGovernedTerms: string;
|
|
4995
|
+
GetAccountPool: string;
|
|
4735
4996
|
GetAsset: string;
|
|
4736
4997
|
GetAssetFilter: string;
|
|
4737
4998
|
GetAssetType: string;
|
|
@@ -4769,8 +5030,11 @@ export declare const Actions: {
|
|
|
4769
5030
|
GetSubscriptionRequestDetails: string;
|
|
4770
5031
|
GetSubscriptionTarget: string;
|
|
4771
5032
|
GetTimeSeriesDataPoint: string;
|
|
5033
|
+
GetUpdateEligibility: string;
|
|
4772
5034
|
GetUserProfile: string;
|
|
4773
5035
|
ListAccountEnvironments: string;
|
|
5036
|
+
ListAccountPools: string;
|
|
5037
|
+
ListAccountsInAccountPool: string;
|
|
4774
5038
|
ListAssetFilters: string;
|
|
4775
5039
|
ListAssetRevisions: string;
|
|
4776
5040
|
ListConnections: string;
|
|
@@ -4825,11 +5089,13 @@ export declare const Actions: {
|
|
|
4825
5089
|
SearchUserProfiles: string;
|
|
4826
5090
|
SsoLogin: string;
|
|
4827
5091
|
SsoLogout: string;
|
|
5092
|
+
StartAccountBootstrapAction: string;
|
|
4828
5093
|
StartDataSourceRun: string;
|
|
4829
5094
|
StartMetadataGenerationRun: string;
|
|
4830
5095
|
StopMetadataGenerationRun: string;
|
|
4831
5096
|
TagResource: string;
|
|
4832
5097
|
UntagResource: string;
|
|
5098
|
+
UpdateAccountPool: string;
|
|
4833
5099
|
UpdateAssetFilter: string;
|
|
4834
5100
|
UpdateConnection: string;
|
|
4835
5101
|
UpdateDataSource: string;
|
|
@@ -5038,32 +5304,6 @@ export declare const Actions: {
|
|
|
5038
5304
|
UpdateComposition: string;
|
|
5039
5305
|
UpdateModel: string;
|
|
5040
5306
|
};
|
|
5041
|
-
deeplens: {
|
|
5042
|
-
AssociateServiceRoleToAccount: string;
|
|
5043
|
-
BatchGetDevice: string;
|
|
5044
|
-
BatchGetModel: string;
|
|
5045
|
-
BatchGetProject: string;
|
|
5046
|
-
CreateDeviceCertificates: string;
|
|
5047
|
-
CreateModel: string;
|
|
5048
|
-
CreateProject: string;
|
|
5049
|
-
DeleteModel: string;
|
|
5050
|
-
DeleteProject: string;
|
|
5051
|
-
DeployProject: string;
|
|
5052
|
-
DeregisterDevice: string;
|
|
5053
|
-
GetAssociatedResources: string;
|
|
5054
|
-
GetDeploymentStatus: string;
|
|
5055
|
-
GetDevice: string;
|
|
5056
|
-
GetModel: string;
|
|
5057
|
-
GetProject: string;
|
|
5058
|
-
ImportProjectFromTemplate: string;
|
|
5059
|
-
ListDeployments: string;
|
|
5060
|
-
ListDevices: string;
|
|
5061
|
-
ListModels: string;
|
|
5062
|
-
ListProjects: string;
|
|
5063
|
-
RegisterDevice: string;
|
|
5064
|
-
RemoveProject: string;
|
|
5065
|
-
UpdateProject: string;
|
|
5066
|
-
};
|
|
5067
5307
|
deepracer: {
|
|
5068
5308
|
AddLeaderboardAccessPermission: string;
|
|
5069
5309
|
AdminDescribeAccountKey: string;
|
|
@@ -5380,9 +5620,6 @@ export declare const Actions: {
|
|
|
5380
5620
|
ApplyPendingMaintenanceAction: string;
|
|
5381
5621
|
AssociateExtensionPack: string;
|
|
5382
5622
|
BatchStartRecommendations: string;
|
|
5383
|
-
CancelMetadataModelAssessment: string;
|
|
5384
|
-
CancelMetadataModelConversion: string;
|
|
5385
|
-
CancelMetadataModelExport: string;
|
|
5386
5623
|
CancelReplicationTaskAssessmentRun: string;
|
|
5387
5624
|
CreateDataMigration: string;
|
|
5388
5625
|
CreateDataProvider: string;
|
|
@@ -5416,7 +5653,6 @@ export declare const Actions: {
|
|
|
5416
5653
|
DescribeConnections: string;
|
|
5417
5654
|
DescribeConversionConfiguration: string;
|
|
5418
5655
|
DescribeDataMigrations: string;
|
|
5419
|
-
DescribeDataProviders: string;
|
|
5420
5656
|
DescribeEndpoints: string;
|
|
5421
5657
|
DescribeEndpointSettings: string;
|
|
5422
5658
|
DescribeEndpointTypes: string;
|
|
@@ -5424,19 +5660,12 @@ export declare const Actions: {
|
|
|
5424
5660
|
DescribeEventCategories: string;
|
|
5425
5661
|
DescribeEvents: string;
|
|
5426
5662
|
DescribeEventSubscriptions: string;
|
|
5427
|
-
DescribeExtensionPackAssociations: string;
|
|
5428
5663
|
DescribeFleetAdvisorCollectors: string;
|
|
5429
5664
|
DescribeFleetAdvisorDatabases: string;
|
|
5430
5665
|
DescribeFleetAdvisorLsaAnalysis: string;
|
|
5431
5666
|
DescribeFleetAdvisorSchemaObjectSummary: string;
|
|
5432
5667
|
DescribeFleetAdvisorSchemas: string;
|
|
5433
|
-
DescribeInstanceProfiles: string;
|
|
5434
|
-
DescribeMetadataModelAssessments: string;
|
|
5435
|
-
DescribeMetadataModelConversions: string;
|
|
5436
|
-
DescribeMetadataModelExportsAsScript: string;
|
|
5437
|
-
DescribeMetadataModelExportsToTarget: string;
|
|
5438
5668
|
DescribeMetadataModelImports: string;
|
|
5439
|
-
DescribeMigrationProjects: string;
|
|
5440
5669
|
DescribeOrderableReplicationInstances: string;
|
|
5441
5670
|
DescribePendingMaintenanceActions: string;
|
|
5442
5671
|
DescribeRecommendationLimitations: string;
|
|
@@ -5454,9 +5683,7 @@ export declare const Actions: {
|
|
|
5454
5683
|
DescribeReplicationTasks: string;
|
|
5455
5684
|
DescribeSchemas: string;
|
|
5456
5685
|
DescribeTableStatistics: string;
|
|
5457
|
-
DisassociateExtensionPack: string;
|
|
5458
5686
|
ExportMetadataModelAssessment: string;
|
|
5459
|
-
GetMetadataModel: string;
|
|
5460
5687
|
ImportCertificate: string;
|
|
5461
5688
|
ListDataProviders: string;
|
|
5462
5689
|
ListExtensionPacks: string;
|
|
@@ -5467,15 +5694,11 @@ export declare const Actions: {
|
|
|
5467
5694
|
ListMetadataModelExports: string;
|
|
5468
5695
|
ListMigrationProjects: string;
|
|
5469
5696
|
ListTagsForResource: string;
|
|
5470
|
-
ModifyConversionConfiguration: string;
|
|
5471
5697
|
ModifyDataMigration: string;
|
|
5472
|
-
ModifyDataProvider: string;
|
|
5473
5698
|
ModifyEndpoint: string;
|
|
5474
5699
|
ModifyEventSubscription: string;
|
|
5475
5700
|
ModifyFleetAdvisorCollector: string;
|
|
5476
5701
|
ModifyFleetAdvisorCollectorStatuses: string;
|
|
5477
|
-
ModifyInstanceProfile: string;
|
|
5478
|
-
ModifyMigrationProject: string;
|
|
5479
5702
|
ModifyReplicationConfig: string;
|
|
5480
5703
|
ModifyReplicationInstance: string;
|
|
5481
5704
|
ModifyReplicationSubnetGroup: string;
|
|
@@ -5488,10 +5711,8 @@ export declare const Actions: {
|
|
|
5488
5711
|
RemoveTagsFromResource: string;
|
|
5489
5712
|
RunFleetAdvisorLsaAnalysis: string;
|
|
5490
5713
|
StartDataMigration: string;
|
|
5491
|
-
StartExtensionPackAssociation: string;
|
|
5492
5714
|
StartMetadataModelAssessment: string;
|
|
5493
5715
|
StartMetadataModelConversion: string;
|
|
5494
|
-
StartMetadataModelExportAsScript: string;
|
|
5495
5716
|
StartMetadataModelExportAsScripts: string;
|
|
5496
5717
|
StartMetadataModelExportToTarget: string;
|
|
5497
5718
|
StartMetadataModelImport: string;
|
|
@@ -5657,11 +5878,13 @@ export declare const Actions: {
|
|
|
5657
5878
|
CreateComputer: string;
|
|
5658
5879
|
CreateConditionalForwarder: string;
|
|
5659
5880
|
CreateDirectory: string;
|
|
5881
|
+
CreateHybridAD: string;
|
|
5660
5882
|
CreateIdentityPoolDirectory: string;
|
|
5661
5883
|
CreateLogSubscription: string;
|
|
5662
5884
|
CreateMicrosoftAD: string;
|
|
5663
5885
|
CreateSnapshot: string;
|
|
5664
5886
|
CreateTrust: string;
|
|
5887
|
+
DeleteADAssessment: string;
|
|
5665
5888
|
DeleteConditionalForwarder: string;
|
|
5666
5889
|
DeleteDirectory: string;
|
|
5667
5890
|
DeleteLogSubscription: string;
|
|
@@ -5669,6 +5892,8 @@ export declare const Actions: {
|
|
|
5669
5892
|
DeleteTrust: string;
|
|
5670
5893
|
DeregisterCertificate: string;
|
|
5671
5894
|
DeregisterEventTopic: string;
|
|
5895
|
+
DescribeADAssessment: string;
|
|
5896
|
+
DescribeCAEnrollmentPolicy: string;
|
|
5672
5897
|
DescribeCertificate: string;
|
|
5673
5898
|
DescribeClientAuthenticationSettings: string;
|
|
5674
5899
|
DescribeConditionalForwarders: string;
|
|
@@ -5676,6 +5901,7 @@ export declare const Actions: {
|
|
|
5676
5901
|
DescribeDirectoryDataAccess: string;
|
|
5677
5902
|
DescribeDomainControllers: string;
|
|
5678
5903
|
DescribeEventTopics: string;
|
|
5904
|
+
DescribeHybridADUpdate: string;
|
|
5679
5905
|
DescribeLDAPSSettings: string;
|
|
5680
5906
|
DescribeRegions: string;
|
|
5681
5907
|
DescribeSettings: string;
|
|
@@ -5683,12 +5909,14 @@ export declare const Actions: {
|
|
|
5683
5909
|
DescribeSnapshots: string;
|
|
5684
5910
|
DescribeTrusts: string;
|
|
5685
5911
|
DescribeUpdateDirectory: string;
|
|
5912
|
+
DisableCAEnrollmentPolicy: string;
|
|
5686
5913
|
DisableClientAuthentication: string;
|
|
5687
5914
|
DisableDirectoryDataAccess: string;
|
|
5688
5915
|
DisableLDAPS: string;
|
|
5689
5916
|
DisableRadius: string;
|
|
5690
5917
|
DisableRoleAccess: string;
|
|
5691
5918
|
DisableSso: string;
|
|
5919
|
+
EnableCAEnrollmentPolicy: string;
|
|
5692
5920
|
EnableClientAuthentication: string;
|
|
5693
5921
|
EnableDirectoryDataAccess: string;
|
|
5694
5922
|
EnableLDAPS: string;
|
|
@@ -5698,6 +5926,7 @@ export declare const Actions: {
|
|
|
5698
5926
|
GetAuthorizedApplicationDetails: string;
|
|
5699
5927
|
GetDirectoryLimits: string;
|
|
5700
5928
|
GetSnapshotLimits: string;
|
|
5929
|
+
ListADAssessments: string;
|
|
5701
5930
|
ListAuthorizedApplications: string;
|
|
5702
5931
|
ListCertificates: string;
|
|
5703
5932
|
ListIpRoutes: string;
|
|
@@ -5713,6 +5942,7 @@ export declare const Actions: {
|
|
|
5713
5942
|
ResetUserPassword: string;
|
|
5714
5943
|
RestoreFromSnapshot: string;
|
|
5715
5944
|
ShareDirectory: string;
|
|
5945
|
+
StartADAssessment: string;
|
|
5716
5946
|
StartSchemaExtension: string;
|
|
5717
5947
|
UnauthorizeApplication: string;
|
|
5718
5948
|
UnshareDirectory: string;
|
|
@@ -5720,6 +5950,7 @@ export declare const Actions: {
|
|
|
5720
5950
|
UpdateConditionalForwarder: string;
|
|
5721
5951
|
UpdateDirectory: string;
|
|
5722
5952
|
UpdateDirectorySetup: string;
|
|
5953
|
+
UpdateHybridAD: string;
|
|
5723
5954
|
UpdateNumberOfDomainControllers: string;
|
|
5724
5955
|
UpdateRadius: string;
|
|
5725
5956
|
UpdateSettings: string;
|
|
@@ -5727,15 +5958,25 @@ export declare const Actions: {
|
|
|
5727
5958
|
VerifyTrust: string;
|
|
5728
5959
|
};
|
|
5729
5960
|
dsql: {
|
|
5961
|
+
AddPeerCluster: string;
|
|
5730
5962
|
CreateCluster: string;
|
|
5731
|
-
CreateMultiRegionClusters: string;
|
|
5732
5963
|
DbConnect: string;
|
|
5733
5964
|
DbConnectAdmin: string;
|
|
5734
5965
|
DeleteCluster: string;
|
|
5735
|
-
|
|
5966
|
+
GetBackupJob: string;
|
|
5736
5967
|
GetCluster: string;
|
|
5968
|
+
GetRestoreJob: string;
|
|
5969
|
+
GetVpcEndpointServiceName: string;
|
|
5970
|
+
InjectError: string;
|
|
5737
5971
|
ListClusters: string;
|
|
5738
5972
|
ListTagsForResource: string;
|
|
5973
|
+
PutMultiRegionProperties: string;
|
|
5974
|
+
PutWitnessRegion: string;
|
|
5975
|
+
RemovePeerCluster: string;
|
|
5976
|
+
StartBackupJob: string;
|
|
5977
|
+
StartRestoreJob: string;
|
|
5978
|
+
StopBackupJob: string;
|
|
5979
|
+
StopRestoreJob: string;
|
|
5739
5980
|
TagResource: string;
|
|
5740
5981
|
UntagResource: string;
|
|
5741
5982
|
UpdateCluster: string;
|
|
@@ -5746,9 +5987,11 @@ export declare const Actions: {
|
|
|
5746
5987
|
ConditionCheckItem: string;
|
|
5747
5988
|
CreateBackup: string;
|
|
5748
5989
|
CreateGlobalTable: string;
|
|
5990
|
+
CreateGlobalTableWitness: string;
|
|
5749
5991
|
CreateTable: string;
|
|
5750
5992
|
CreateTableReplica: string;
|
|
5751
5993
|
DeleteBackup: string;
|
|
5994
|
+
DeleteGlobalTableWitness: string;
|
|
5752
5995
|
DeleteItem: string;
|
|
5753
5996
|
DeleteResourcePolicy: string;
|
|
5754
5997
|
DeleteTable: string;
|
|
@@ -5853,6 +6096,7 @@ export declare const Actions: {
|
|
|
5853
6096
|
AssociateIpamByoasn: string;
|
|
5854
6097
|
AssociateIpamResourceDiscovery: string;
|
|
5855
6098
|
AssociateNatGatewayAddress: string;
|
|
6099
|
+
AssociateRouteServer: string;
|
|
5856
6100
|
AssociateRouteTable: string;
|
|
5857
6101
|
AssociateSecurityGroupVpc: string;
|
|
5858
6102
|
AssociateSubnetCidrBlock: string;
|
|
@@ -5899,12 +6143,14 @@ export declare const Actions: {
|
|
|
5899
6143
|
CreateCustomerGateway: string;
|
|
5900
6144
|
CreateDefaultSubnet: string;
|
|
5901
6145
|
CreateDefaultVpc: string;
|
|
6146
|
+
CreateDelegateMacVolumeOwnershipTask: string;
|
|
5902
6147
|
CreateDhcpOptions: string;
|
|
5903
6148
|
CreateEgressOnlyInternetGateway: string;
|
|
5904
6149
|
CreateFleet: string;
|
|
5905
6150
|
CreateFlowLogs: string;
|
|
5906
6151
|
CreateFpgaImage: string;
|
|
5907
6152
|
CreateImage: string;
|
|
6153
|
+
CreateImageUsageReport: string;
|
|
5908
6154
|
CreateInstanceConnectEndpoint: string;
|
|
5909
6155
|
CreateInstanceEventWindow: string;
|
|
5910
6156
|
CreateInstanceExportTask: string;
|
|
@@ -5922,6 +6168,9 @@ export declare const Actions: {
|
|
|
5922
6168
|
CreateLocalGatewayRouteTablePermission: string;
|
|
5923
6169
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation: string;
|
|
5924
6170
|
CreateLocalGatewayRouteTableVpcAssociation: string;
|
|
6171
|
+
CreateLocalGatewayVirtualInterface: string;
|
|
6172
|
+
CreateLocalGatewayVirtualInterfaceGroup: string;
|
|
6173
|
+
CreateMacSystemIntegrityProtectionModificationTask: string;
|
|
5925
6174
|
CreateManagedPrefixList: string;
|
|
5926
6175
|
CreateNatGateway: string;
|
|
5927
6176
|
CreateNetworkAcl: string;
|
|
@@ -5936,6 +6185,9 @@ export declare const Actions: {
|
|
|
5936
6185
|
CreateReservedInstancesListing: string;
|
|
5937
6186
|
CreateRestoreImageTask: string;
|
|
5938
6187
|
CreateRoute: string;
|
|
6188
|
+
CreateRouteServer: string;
|
|
6189
|
+
CreateRouteServerEndpoint: string;
|
|
6190
|
+
CreateRouteServerPeer: string;
|
|
5939
6191
|
CreateRouteTable: string;
|
|
5940
6192
|
CreateSecurityGroup: string;
|
|
5941
6193
|
CreateSnapshot: string;
|
|
@@ -5986,6 +6238,7 @@ export declare const Actions: {
|
|
|
5986
6238
|
DeleteFleets: string;
|
|
5987
6239
|
DeleteFlowLogs: string;
|
|
5988
6240
|
DeleteFpgaImage: string;
|
|
6241
|
+
DeleteImageUsageReport: string;
|
|
5989
6242
|
DeleteInstanceConnectEndpoint: string;
|
|
5990
6243
|
DeleteInstanceEventWindow: string;
|
|
5991
6244
|
DeleteInternetGateway: string;
|
|
@@ -6002,6 +6255,8 @@ export declare const Actions: {
|
|
|
6002
6255
|
DeleteLocalGatewayRouteTablePermission: string;
|
|
6003
6256
|
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation: string;
|
|
6004
6257
|
DeleteLocalGatewayRouteTableVpcAssociation: string;
|
|
6258
|
+
DeleteLocalGatewayVirtualInterface: string;
|
|
6259
|
+
DeleteLocalGatewayVirtualInterfaceGroup: string;
|
|
6005
6260
|
DeleteManagedPrefixList: string;
|
|
6006
6261
|
DeleteNatGateway: string;
|
|
6007
6262
|
DeleteNetworkAcl: string;
|
|
@@ -6017,6 +6272,9 @@ export declare const Actions: {
|
|
|
6017
6272
|
DeleteQueuedReservedInstances: string;
|
|
6018
6273
|
DeleteResourcePolicy: string;
|
|
6019
6274
|
DeleteRoute: string;
|
|
6275
|
+
DeleteRouteServer: string;
|
|
6276
|
+
DeleteRouteServerEndpoint: string;
|
|
6277
|
+
DeleteRouteServerPeer: string;
|
|
6020
6278
|
DeleteRouteTable: string;
|
|
6021
6279
|
DeleteSecurityGroup: string;
|
|
6022
6280
|
DeleteSnapshot: string;
|
|
@@ -6073,6 +6331,8 @@ export declare const Actions: {
|
|
|
6073
6331
|
DescribeCapacityBlockExtensionHistory: string;
|
|
6074
6332
|
DescribeCapacityBlockExtensionOfferings: string;
|
|
6075
6333
|
DescribeCapacityBlockOfferings: string;
|
|
6334
|
+
DescribeCapacityBlocks: string;
|
|
6335
|
+
DescribeCapacityBlockStatus: string;
|
|
6076
6336
|
DescribeCapacityReservationBillingRequests: string;
|
|
6077
6337
|
DescribeCapacityReservationFleets: string;
|
|
6078
6338
|
DescribeCapacityReservations: string;
|
|
@@ -6107,7 +6367,10 @@ export declare const Actions: {
|
|
|
6107
6367
|
DescribeIdentityIdFormat: string;
|
|
6108
6368
|
DescribeIdFormat: string;
|
|
6109
6369
|
DescribeImageAttribute: string;
|
|
6370
|
+
DescribeImageReferences: string;
|
|
6110
6371
|
DescribeImages: string;
|
|
6372
|
+
DescribeImageUsageReportEntries: string;
|
|
6373
|
+
DescribeImageUsageReports: string;
|
|
6111
6374
|
DescribeImportImageTasks: string;
|
|
6112
6375
|
DescribeImportSnapshotTasks: string;
|
|
6113
6376
|
DescribeInstanceAttribute: string;
|
|
@@ -6142,6 +6405,7 @@ export declare const Actions: {
|
|
|
6142
6405
|
DescribeLocalGatewayVirtualInterfaces: string;
|
|
6143
6406
|
DescribeLockedSnapshots: string;
|
|
6144
6407
|
DescribeMacHosts: string;
|
|
6408
|
+
DescribeMacModificationTasks: string;
|
|
6145
6409
|
DescribeManagedPrefixLists: string;
|
|
6146
6410
|
DescribeMovingAddresses: string;
|
|
6147
6411
|
DescribeNatGateways: string;
|
|
@@ -6153,6 +6417,7 @@ export declare const Actions: {
|
|
|
6153
6417
|
DescribeNetworkInterfaceAttribute: string;
|
|
6154
6418
|
DescribeNetworkInterfacePermissions: string;
|
|
6155
6419
|
DescribeNetworkInterfaces: string;
|
|
6420
|
+
DescribeOutpostLags: string;
|
|
6156
6421
|
DescribePlacementGroups: string;
|
|
6157
6422
|
DescribePrefixLists: string;
|
|
6158
6423
|
DescribePrincipalIdFormat: string;
|
|
@@ -6163,6 +6428,9 @@ export declare const Actions: {
|
|
|
6163
6428
|
DescribeReservedInstancesListings: string;
|
|
6164
6429
|
DescribeReservedInstancesModifications: string;
|
|
6165
6430
|
DescribeReservedInstancesOfferings: string;
|
|
6431
|
+
DescribeRouteServerEndpoints: string;
|
|
6432
|
+
DescribeRouteServerPeers: string;
|
|
6433
|
+
DescribeRouteServers: string;
|
|
6166
6434
|
DescribeRouteTables: string;
|
|
6167
6435
|
DescribeScheduledInstanceAvailability: string;
|
|
6168
6436
|
DescribeScheduledInstances: string;
|
|
@@ -6170,6 +6438,7 @@ export declare const Actions: {
|
|
|
6170
6438
|
DescribeSecurityGroupRules: string;
|
|
6171
6439
|
DescribeSecurityGroups: string;
|
|
6172
6440
|
DescribeSecurityGroupVpcAssociations: string;
|
|
6441
|
+
DescribeServiceLinkVirtualInterfaces: string;
|
|
6173
6442
|
DescribeSnapshotAttribute: string;
|
|
6174
6443
|
DescribeSnapshots: string;
|
|
6175
6444
|
DescribeSnapshotTierStatus: string;
|
|
@@ -6241,6 +6510,7 @@ export declare const Actions: {
|
|
|
6241
6510
|
DisableImageDeprecation: string;
|
|
6242
6511
|
DisableImageDeregistrationProtection: string;
|
|
6243
6512
|
DisableIpamOrganizationAdminAccount: string;
|
|
6513
|
+
DisableRouteServerPropagation: string;
|
|
6244
6514
|
DisableSerialConsoleAccess: string;
|
|
6245
6515
|
DisableSnapshotBlockPublicAccess: string;
|
|
6246
6516
|
DisableTransitGatewayRouteTablePropagation: string;
|
|
@@ -6256,6 +6526,7 @@ export declare const Actions: {
|
|
|
6256
6526
|
DisassociateIpamByoasn: string;
|
|
6257
6527
|
DisassociateIpamResourceDiscovery: string;
|
|
6258
6528
|
DisassociateNatGatewayAddress: string;
|
|
6529
|
+
DisassociateRouteServer: string;
|
|
6259
6530
|
DisassociateRouteTable: string;
|
|
6260
6531
|
DisassociateSecurityGroupVpc: string;
|
|
6261
6532
|
DisassociateSubnetCidrBlock: string;
|
|
@@ -6277,6 +6548,7 @@ export declare const Actions: {
|
|
|
6277
6548
|
EnableImageDeregistrationProtection: string;
|
|
6278
6549
|
EnableIpamOrganizationAdminAccount: string;
|
|
6279
6550
|
EnableReachabilityAnalyzerOrganizationSharing: string;
|
|
6551
|
+
EnableRouteServerPropagation: string;
|
|
6280
6552
|
EnableSerialConsoleAccess: string;
|
|
6281
6553
|
EnableSnapshotBlockPublicAccess: string;
|
|
6282
6554
|
EnableTransitGatewayRouteTablePropagation: string;
|
|
@@ -6289,6 +6561,7 @@ export declare const Actions: {
|
|
|
6289
6561
|
ExportImage: string;
|
|
6290
6562
|
ExportTransitGatewayRoutes: string;
|
|
6291
6563
|
ExportVerifiedAccessInstanceClientConfiguration: string;
|
|
6564
|
+
GetActiveVpnTunnelStatus: string;
|
|
6292
6565
|
GetAllowedImagesSettings: string;
|
|
6293
6566
|
GetAssociatedEnclaveCertificateIamRoles: string;
|
|
6294
6567
|
GetAssociatedIpv6PoolCidrs: string;
|
|
@@ -6324,6 +6597,9 @@ export declare const Actions: {
|
|
|
6324
6597
|
GetPasswordData: string;
|
|
6325
6598
|
GetReservedInstancesExchangeQuote: string;
|
|
6326
6599
|
GetResourcePolicy: string;
|
|
6600
|
+
GetRouteServerAssociations: string;
|
|
6601
|
+
GetRouteServerPropagations: string;
|
|
6602
|
+
GetRouteServerRoutingDatabase: string;
|
|
6327
6603
|
GetSecurityGroupsForVpc: string;
|
|
6328
6604
|
GetSerialConsoleAccessStatus: string;
|
|
6329
6605
|
GetSnapshotBlockPublicAccessState: string;
|
|
@@ -6369,6 +6645,7 @@ export declare const Actions: {
|
|
|
6369
6645
|
ModifyImageAttribute: string;
|
|
6370
6646
|
ModifyInstanceAttribute: string;
|
|
6371
6647
|
ModifyInstanceCapacityReservationAttributes: string;
|
|
6648
|
+
ModifyInstanceConnectEndpoint: string;
|
|
6372
6649
|
ModifyInstanceCpuOptions: string;
|
|
6373
6650
|
ModifyInstanceCreditSpecification: string;
|
|
6374
6651
|
ModifyInstanceEventStartTime: string;
|
|
@@ -6388,7 +6665,9 @@ export declare const Actions: {
|
|
|
6388
6665
|
ModifyManagedPrefixList: string;
|
|
6389
6666
|
ModifyNetworkInterfaceAttribute: string;
|
|
6390
6667
|
ModifyPrivateDnsNameOptions: string;
|
|
6668
|
+
ModifyPublicIpDnsNameOptions: string;
|
|
6391
6669
|
ModifyReservedInstances: string;
|
|
6670
|
+
ModifyRouteServer: string;
|
|
6392
6671
|
ModifySecurityGroupRules: string;
|
|
6393
6672
|
ModifySnapshotAttribute: string;
|
|
6394
6673
|
ModifySnapshotTier: string;
|
|
@@ -6636,6 +6915,7 @@ export declare const Actions: {
|
|
|
6636
6915
|
RunTask: string;
|
|
6637
6916
|
StartTask: string;
|
|
6638
6917
|
StartTelemetrySession: string;
|
|
6918
|
+
StopServiceDeployment: string;
|
|
6639
6919
|
StopTask: string;
|
|
6640
6920
|
SubmitAttachmentStateChanges: string;
|
|
6641
6921
|
SubmitContainerStateChange: string;
|
|
@@ -6685,6 +6965,7 @@ export declare const Actions: {
|
|
|
6685
6965
|
DescribeFargateProfile: string;
|
|
6686
6966
|
DescribeIdentityProviderConfig: string;
|
|
6687
6967
|
DescribeInsight: string;
|
|
6968
|
+
DescribeInsightsRefresh: string;
|
|
6688
6969
|
DescribeNodegroup: string;
|
|
6689
6970
|
DescribePodIdentityAssociation: string;
|
|
6690
6971
|
DescribeUpdate: string;
|
|
@@ -6695,6 +6976,8 @@ export declare const Actions: {
|
|
|
6695
6976
|
ListAddons: string;
|
|
6696
6977
|
ListAssociatedAccessPolicies: string;
|
|
6697
6978
|
ListClusters: string;
|
|
6979
|
+
ListDashboardData: string;
|
|
6980
|
+
ListDashboardResources: string;
|
|
6698
6981
|
ListEksAnywhereSubscriptions: string;
|
|
6699
6982
|
ListFargateProfiles: string;
|
|
6700
6983
|
ListIdentityProviderConfigs: string;
|
|
@@ -6704,6 +6987,7 @@ export declare const Actions: {
|
|
|
6704
6987
|
ListTagsForResource: string;
|
|
6705
6988
|
ListUpdates: string;
|
|
6706
6989
|
RegisterCluster: string;
|
|
6990
|
+
StartInsightsRefresh: string;
|
|
6707
6991
|
TagResource: string;
|
|
6708
6992
|
UntagResource: string;
|
|
6709
6993
|
UpdateAccessEntry: string;
|
|
@@ -6961,6 +7245,7 @@ export declare const Actions: {
|
|
|
6961
7245
|
SetWebAcl: string;
|
|
6962
7246
|
};
|
|
6963
7247
|
elasticmapreduce: {
|
|
7248
|
+
AccessAllEventLogs: string;
|
|
6964
7249
|
AddInstanceFleet: string;
|
|
6965
7250
|
AddInstanceGroups: string;
|
|
6966
7251
|
AddJobFlowSteps: string;
|
|
@@ -7145,6 +7430,7 @@ export declare const Actions: {
|
|
|
7145
7430
|
'emr-serverless': {
|
|
7146
7431
|
AccessInteractiveEndpoints: string;
|
|
7147
7432
|
AccessLivyEndpoints: string;
|
|
7433
|
+
AccessSystemProfileLogs: string;
|
|
7148
7434
|
CancelJobRun: string;
|
|
7149
7435
|
CreateApplication: string;
|
|
7150
7436
|
DeleteApplication: string;
|
|
@@ -7174,6 +7460,7 @@ export declare const Actions: {
|
|
|
7174
7460
|
DeleteMatchingWorkflow: string;
|
|
7175
7461
|
DeletePolicyStatement: string;
|
|
7176
7462
|
DeleteSchemaMapping: string;
|
|
7463
|
+
GenerateMatchId: string;
|
|
7177
7464
|
GetIdMappingJob: string;
|
|
7178
7465
|
GetIdMappingWorkflow: string;
|
|
7179
7466
|
GetIdNamespace: string;
|
|
@@ -7317,6 +7604,7 @@ export declare const Actions: {
|
|
|
7317
7604
|
};
|
|
7318
7605
|
events: {
|
|
7319
7606
|
ActivateEventSource: string;
|
|
7607
|
+
AllowVendedLogDeliveryForResource: string;
|
|
7320
7608
|
CancelReplay: string;
|
|
7321
7609
|
CreateApiDestination: string;
|
|
7322
7610
|
CreateArchive: string;
|
|
@@ -7416,6 +7704,19 @@ export declare const Actions: {
|
|
|
7416
7704
|
UpdateProject: string;
|
|
7417
7705
|
UpdateProjectDataDelivery: string;
|
|
7418
7706
|
};
|
|
7707
|
+
evs: {
|
|
7708
|
+
CreateEnvironment: string;
|
|
7709
|
+
CreateEnvironmentHost: string;
|
|
7710
|
+
DeleteEnvironment: string;
|
|
7711
|
+
DeleteEnvironmentHost: string;
|
|
7712
|
+
GetEnvironment: string;
|
|
7713
|
+
ListEnvironmentHosts: string;
|
|
7714
|
+
ListEnvironments: string;
|
|
7715
|
+
ListEnvironmentVlans: string;
|
|
7716
|
+
ListTagsForResource: string;
|
|
7717
|
+
TagResource: string;
|
|
7718
|
+
UntagResource: string;
|
|
7719
|
+
};
|
|
7419
7720
|
'execute-api': {
|
|
7420
7721
|
InvalidateCache: string;
|
|
7421
7722
|
Invoke: string;
|
|
@@ -7745,9 +8046,13 @@ export declare const Actions: {
|
|
|
7745
8046
|
VerifyEmail: string;
|
|
7746
8047
|
};
|
|
7747
8048
|
freetier: {
|
|
8049
|
+
GetAccountActivity: string;
|
|
8050
|
+
GetAccountPlanState: string;
|
|
7748
8051
|
GetFreeTierAlertPreference: string;
|
|
7749
8052
|
GetFreeTierUsage: string;
|
|
8053
|
+
ListAccountActivities: string;
|
|
7750
8054
|
PutFreeTierAlertPreference: string;
|
|
8055
|
+
UpgradeAccountPlan: string;
|
|
7751
8056
|
};
|
|
7752
8057
|
fsx: {
|
|
7753
8058
|
AssociateFileGateway: string;
|
|
@@ -7756,6 +8061,7 @@ export declare const Actions: {
|
|
|
7756
8061
|
CancelDataRepositoryTask: string;
|
|
7757
8062
|
CopyBackup: string;
|
|
7758
8063
|
CopySnapshotAndUpdateVolume: string;
|
|
8064
|
+
CreateAndAttachS3AccessPoint: string;
|
|
7759
8065
|
CreateBackup: string;
|
|
7760
8066
|
CreateDataRepositoryAssociation: string;
|
|
7761
8067
|
CreateDataRepositoryTask: string;
|
|
@@ -7781,10 +8087,12 @@ export declare const Actions: {
|
|
|
7781
8087
|
DescribeFileCaches: string;
|
|
7782
8088
|
DescribeFileSystemAliases: string;
|
|
7783
8089
|
DescribeFileSystems: string;
|
|
8090
|
+
DescribeS3AccessPointAttachments: string;
|
|
7784
8091
|
DescribeSharedVpcConfiguration: string;
|
|
7785
8092
|
DescribeSnapshots: string;
|
|
7786
8093
|
DescribeStorageVirtualMachines: string;
|
|
7787
8094
|
DescribeVolumes: string;
|
|
8095
|
+
DetachAndDeleteS3AccessPoint: string;
|
|
7788
8096
|
DisassociateFileGateway: string;
|
|
7789
8097
|
DisassociateFileSystemAliases: string;
|
|
7790
8098
|
GetResourcePolicy: string;
|
|
@@ -8159,6 +8467,7 @@ export declare const Actions: {
|
|
|
8159
8467
|
CreateDatabase: string;
|
|
8160
8468
|
CreateDataQualityRuleset: string;
|
|
8161
8469
|
CreateDevEndpoint: string;
|
|
8470
|
+
CreateGlueIdentityCenterConfiguration: string;
|
|
8162
8471
|
CreateInboundIntegration: string;
|
|
8163
8472
|
CreateIntegration: string;
|
|
8164
8473
|
CreateIntegrationResourceProperty: string;
|
|
@@ -8190,6 +8499,7 @@ export declare const Actions: {
|
|
|
8190
8499
|
DeleteDatabase: string;
|
|
8191
8500
|
DeleteDataQualityRuleset: string;
|
|
8192
8501
|
DeleteDevEndpoint: string;
|
|
8502
|
+
DeleteGlueIdentityCenterConfiguration: string;
|
|
8193
8503
|
DeleteIntegration: string;
|
|
8194
8504
|
DeleteIntegrationTableProperties: string;
|
|
8195
8505
|
DeleteJob: string;
|
|
@@ -8253,6 +8563,7 @@ export declare const Actions: {
|
|
|
8253
8563
|
GetExecutors: string;
|
|
8254
8564
|
GetExecutorsThreads: string;
|
|
8255
8565
|
GetGeneratedCode: string;
|
|
8566
|
+
GetGlueIdentityCenterConfiguration: string;
|
|
8256
8567
|
GetIntegrationResourceProperty: string;
|
|
8257
8568
|
GetIntegrationTableProperties: string;
|
|
8258
8569
|
GetJob: string;
|
|
@@ -8399,6 +8710,7 @@ export declare const Actions: {
|
|
|
8399
8710
|
UpdateDatabase: string;
|
|
8400
8711
|
UpdateDataQualityRuleset: string;
|
|
8401
8712
|
UpdateDevEndpoint: string;
|
|
8713
|
+
UpdateGlueIdentityCenterConfiguration: string;
|
|
8402
8714
|
UpdateIntegrationResourceProperty: string;
|
|
8403
8715
|
UpdateIntegrationTableProperties: string;
|
|
8404
8716
|
UpdateJob: string;
|
|
@@ -8623,7 +8935,9 @@ export declare const Actions: {
|
|
|
8623
8935
|
CreateMembers: string;
|
|
8624
8936
|
CreatePublishingDestination: string;
|
|
8625
8937
|
CreateSampleFindings: string;
|
|
8938
|
+
CreateThreatEntitySet: string;
|
|
8626
8939
|
CreateThreatIntelSet: string;
|
|
8940
|
+
CreateTrustedEntitySet: string;
|
|
8627
8941
|
DeclineInvitations: string;
|
|
8628
8942
|
DeleteDetector: string;
|
|
8629
8943
|
DeleteFilter: string;
|
|
@@ -8632,7 +8946,9 @@ export declare const Actions: {
|
|
|
8632
8946
|
DeleteMalwareProtectionPlan: string;
|
|
8633
8947
|
DeleteMembers: string;
|
|
8634
8948
|
DeletePublishingDestination: string;
|
|
8949
|
+
DeleteThreatEntitySet: string;
|
|
8635
8950
|
DeleteThreatIntelSet: string;
|
|
8951
|
+
DeleteTrustedEntitySet: string;
|
|
8636
8952
|
DescribeMalwareScans: string;
|
|
8637
8953
|
DescribeOrganizationConfiguration: string;
|
|
8638
8954
|
DescribePublishingDestination: string;
|
|
@@ -8656,7 +8972,9 @@ export declare const Actions: {
|
|
|
8656
8972
|
GetMembers: string;
|
|
8657
8973
|
GetOrganizationStatistics: string;
|
|
8658
8974
|
GetRemainingFreeTrialDays: string;
|
|
8975
|
+
GetThreatEntitySet: string;
|
|
8659
8976
|
GetThreatIntelSet: string;
|
|
8977
|
+
GetTrustedEntitySet: string;
|
|
8660
8978
|
GetUsageStatistics: string;
|
|
8661
8979
|
InviteMembers: string;
|
|
8662
8980
|
ListCoverage: string;
|
|
@@ -8670,7 +8988,9 @@ export declare const Actions: {
|
|
|
8670
8988
|
ListOrganizationAdminAccounts: string;
|
|
8671
8989
|
ListPublishingDestinations: string;
|
|
8672
8990
|
ListTagsForResource: string;
|
|
8991
|
+
ListThreatEntitySets: string;
|
|
8673
8992
|
ListThreatIntelSets: string;
|
|
8993
|
+
ListTrustedEntitySets: string;
|
|
8674
8994
|
SendSecurityTelemetry: string;
|
|
8675
8995
|
StartMalwareScan: string;
|
|
8676
8996
|
StartMonitoringMembers: string;
|
|
@@ -8687,7 +9007,9 @@ export declare const Actions: {
|
|
|
8687
9007
|
UpdateMemberDetectors: string;
|
|
8688
9008
|
UpdateOrganizationConfiguration: string;
|
|
8689
9009
|
UpdatePublishingDestination: string;
|
|
9010
|
+
UpdateThreatEntitySet: string;
|
|
8690
9011
|
UpdateThreatIntelSet: string;
|
|
9012
|
+
UpdateTrustedEntitySet: string;
|
|
8691
9013
|
};
|
|
8692
9014
|
health: {
|
|
8693
9015
|
DescribeAffectedAccountsForOrganization: string;
|
|
@@ -8722,6 +9044,7 @@ export declare const Actions: {
|
|
|
8722
9044
|
ListFHIRExportJobs: string;
|
|
8723
9045
|
ListFHIRImportJobs: string;
|
|
8724
9046
|
ListTagsForResource: string;
|
|
9047
|
+
ProcessBundle: string;
|
|
8725
9048
|
ReadResource: string;
|
|
8726
9049
|
SearchEverything: string;
|
|
8727
9050
|
SearchWithGet: string;
|
|
@@ -9115,6 +9438,8 @@ export declare const Actions: {
|
|
|
9115
9438
|
};
|
|
9116
9439
|
inspector2: {
|
|
9117
9440
|
AssociateMember: string;
|
|
9441
|
+
BatchAssociateCodeSecurityScanConfiguration: string;
|
|
9442
|
+
BatchDisassociateCodeSecurityScanConfiguration: string;
|
|
9118
9443
|
BatchGetAccountStatus: string;
|
|
9119
9444
|
BatchGetCodeSnippet: string;
|
|
9120
9445
|
BatchGetFindingDetails: string;
|
|
@@ -9124,10 +9449,14 @@ export declare const Actions: {
|
|
|
9124
9449
|
CancelFindingsReport: string;
|
|
9125
9450
|
CancelSbomExport: string;
|
|
9126
9451
|
CreateCisScanConfiguration: string;
|
|
9452
|
+
CreateCodeSecurityIntegration: string;
|
|
9453
|
+
CreateCodeSecurityScanConfiguration: string;
|
|
9127
9454
|
CreateFilter: string;
|
|
9128
9455
|
CreateFindingsReport: string;
|
|
9129
9456
|
CreateSbomExport: string;
|
|
9130
9457
|
DeleteCisScanConfiguration: string;
|
|
9458
|
+
DeleteCodeSecurityIntegration: string;
|
|
9459
|
+
DeleteCodeSecurityScanConfiguration: string;
|
|
9131
9460
|
DeleteFilter: string;
|
|
9132
9461
|
DescribeOrganizationConfiguration: string;
|
|
9133
9462
|
Disable: string;
|
|
@@ -9137,6 +9466,10 @@ export declare const Actions: {
|
|
|
9137
9466
|
EnableDelegatedAdminAccount: string;
|
|
9138
9467
|
GetCisScanReport: string;
|
|
9139
9468
|
GetCisScanResultDetails: string;
|
|
9469
|
+
GetClustersForImage: string;
|
|
9470
|
+
GetCodeSecurityIntegration: string;
|
|
9471
|
+
GetCodeSecurityScan: string;
|
|
9472
|
+
GetCodeSecurityScanConfiguration: string;
|
|
9140
9473
|
GetConfiguration: string;
|
|
9141
9474
|
GetDelegatedAdminAccount: string;
|
|
9142
9475
|
GetEc2DeepInspectionConfiguration: string;
|
|
@@ -9149,6 +9482,9 @@ export declare const Actions: {
|
|
|
9149
9482
|
ListCisScanResultsAggregatedByChecks: string;
|
|
9150
9483
|
ListCisScanResultsAggregatedByTargetResource: string;
|
|
9151
9484
|
ListCisScans: string;
|
|
9485
|
+
ListCodeSecurityIntegrations: string;
|
|
9486
|
+
ListCodeSecurityScanConfigurationAssociations: string;
|
|
9487
|
+
ListCodeSecurityScanConfigurations: string;
|
|
9152
9488
|
ListCoverage: string;
|
|
9153
9489
|
ListCoverageStatistics: string;
|
|
9154
9490
|
ListDelegatedAdminAccounts: string;
|
|
@@ -9163,10 +9499,13 @@ export declare const Actions: {
|
|
|
9163
9499
|
SendCisSessionHealth: string;
|
|
9164
9500
|
SendCisSessionTelemetry: string;
|
|
9165
9501
|
StartCisSession: string;
|
|
9502
|
+
StartCodeSecurityScan: string;
|
|
9166
9503
|
StopCisSession: string;
|
|
9167
9504
|
TagResource: string;
|
|
9168
9505
|
UntagResource: string;
|
|
9169
9506
|
UpdateCisScanConfiguration: string;
|
|
9507
|
+
UpdateCodeSecurityIntegration: string;
|
|
9508
|
+
UpdateCodeSecurityScanConfiguration: string;
|
|
9170
9509
|
UpdateConfiguration: string;
|
|
9171
9510
|
UpdateEc2DeepInspectionConfiguration: string;
|
|
9172
9511
|
UpdateEncryptionKey: string;
|
|
@@ -9276,6 +9615,7 @@ export declare const Actions: {
|
|
|
9276
9615
|
DeleteCertificateProvider: string;
|
|
9277
9616
|
DeleteCommand: string;
|
|
9278
9617
|
DeleteCommandExecution: string;
|
|
9618
|
+
DeleteConnection: string;
|
|
9279
9619
|
DeleteCustomMetric: string;
|
|
9280
9620
|
DeleteDimension: string;
|
|
9281
9621
|
DeleteDomainConfiguration: string;
|
|
@@ -9320,6 +9660,7 @@ export declare const Actions: {
|
|
|
9320
9660
|
DescribeDetectMitigationActionsTask: string;
|
|
9321
9661
|
DescribeDimension: string;
|
|
9322
9662
|
DescribeDomainConfiguration: string;
|
|
9663
|
+
DescribeEncryptionConfiguration: string;
|
|
9323
9664
|
DescribeEndpoint: string;
|
|
9324
9665
|
DescribeEventConfigurations: string;
|
|
9325
9666
|
DescribeFleetMetric: string;
|
|
@@ -9410,6 +9751,7 @@ export declare const Actions: {
|
|
|
9410
9751
|
ListPolicyVersions: string;
|
|
9411
9752
|
ListPrincipalPolicies: string;
|
|
9412
9753
|
ListPrincipalThings: string;
|
|
9754
|
+
ListPrincipalThingsV2: string;
|
|
9413
9755
|
ListProvisioningTemplates: string;
|
|
9414
9756
|
ListProvisioningTemplateVersions: string;
|
|
9415
9757
|
ListRelatedResourcesForAuditFinding: string;
|
|
@@ -9426,6 +9768,7 @@ export declare const Actions: {
|
|
|
9426
9768
|
ListThingGroups: string;
|
|
9427
9769
|
ListThingGroupsForThing: string;
|
|
9428
9770
|
ListThingPrincipals: string;
|
|
9771
|
+
ListThingPrincipalsV2: string;
|
|
9429
9772
|
ListThingRegistrationTaskReports: string;
|
|
9430
9773
|
ListThingRegistrationTasks: string;
|
|
9431
9774
|
ListThings: string;
|
|
@@ -9481,6 +9824,7 @@ export declare const Actions: {
|
|
|
9481
9824
|
UpdateDimension: string;
|
|
9482
9825
|
UpdateDomainConfiguration: string;
|
|
9483
9826
|
UpdateDynamicThingGroup: string;
|
|
9827
|
+
UpdateEncryptionConfiguration: string;
|
|
9484
9828
|
UpdateEventConfigurations: string;
|
|
9485
9829
|
UpdateFleetMetric: string;
|
|
9486
9830
|
UpdateIndexingConfiguration: string;
|
|
@@ -9635,8 +9979,6 @@ export declare const Actions: {
|
|
|
9635
9979
|
};
|
|
9636
9980
|
iotfleetwise: {
|
|
9637
9981
|
AssociateVehicleFleet: string;
|
|
9638
|
-
BatchCreateVehicle: string;
|
|
9639
|
-
BatchUpdateVehicle: string;
|
|
9640
9982
|
CreateCampaign: string;
|
|
9641
9983
|
CreateDecoderManifest: string;
|
|
9642
9984
|
CreateFleet: string;
|
|
@@ -9700,6 +10042,9 @@ export declare const Actions: {
|
|
|
9700
10042
|
UpdateJobExecution: string;
|
|
9701
10043
|
};
|
|
9702
10044
|
iotmanagedintegrations: {
|
|
10045
|
+
CreateAccountAssociation: string;
|
|
10046
|
+
CreateCloudConnector: string;
|
|
10047
|
+
CreateConnectorDestination: string;
|
|
9703
10048
|
CreateCredentialLocker: string;
|
|
9704
10049
|
CreateDestination: string;
|
|
9705
10050
|
CreateEventLogConfiguration: string;
|
|
@@ -9708,6 +10053,9 @@ export declare const Actions: {
|
|
|
9708
10053
|
CreateOtaTask: string;
|
|
9709
10054
|
CreateOtaTaskConfiguration: string;
|
|
9710
10055
|
CreateProvisioningProfile: string;
|
|
10056
|
+
DeleteAccountAssociation: string;
|
|
10057
|
+
DeleteCloudConnector: string;
|
|
10058
|
+
DeleteConnectorDestination: string;
|
|
9711
10059
|
DeleteCredentialLocker: string;
|
|
9712
10060
|
DeleteDestination: string;
|
|
9713
10061
|
DeleteEventLogConfiguration: string;
|
|
@@ -9716,6 +10064,10 @@ export declare const Actions: {
|
|
|
9716
10064
|
DeleteOtaTask: string;
|
|
9717
10065
|
DeleteOtaTaskConfiguration: string;
|
|
9718
10066
|
DeleteProvisioningProfile: string;
|
|
10067
|
+
DeregisterAccountAssociation: string;
|
|
10068
|
+
GetAccountAssociation: string;
|
|
10069
|
+
GetCloudConnector: string;
|
|
10070
|
+
GetConnectorDestination: string;
|
|
9719
10071
|
GetCredentialLocker: string;
|
|
9720
10072
|
GetCustomEndpoint: string;
|
|
9721
10073
|
GetDefaultEncryptionConfiguration: string;
|
|
@@ -9734,9 +10086,15 @@ export declare const Actions: {
|
|
|
9734
10086
|
GetProvisioningProfile: string;
|
|
9735
10087
|
GetRuntimeLogConfiguration: string;
|
|
9736
10088
|
GetSchemaVersion: string;
|
|
10089
|
+
ListAccountAssociations: string;
|
|
10090
|
+
ListCloudConnectors: string;
|
|
10091
|
+
ListConnectorDestinations: string;
|
|
9737
10092
|
ListCredentialLockers: string;
|
|
9738
10093
|
ListDestinations: string;
|
|
10094
|
+
ListDeviceDiscoveries: string;
|
|
10095
|
+
ListDiscoveredDevices: string;
|
|
9739
10096
|
ListEventLogConfigurations: string;
|
|
10097
|
+
ListManagedThingAccountAssociations: string;
|
|
9740
10098
|
ListManagedThings: string;
|
|
9741
10099
|
ListManagedThingSchemas: string;
|
|
9742
10100
|
ListNotificationConfigurations: string;
|
|
@@ -9745,13 +10103,22 @@ export declare const Actions: {
|
|
|
9745
10103
|
ListOtaTasks: string;
|
|
9746
10104
|
ListProvisioningProfiles: string;
|
|
9747
10105
|
ListSchemaVersions: string;
|
|
10106
|
+
ListTagsForResource: string;
|
|
9748
10107
|
PutDefaultEncryptionConfiguration: string;
|
|
9749
10108
|
PutHubConfiguration: string;
|
|
9750
10109
|
PutRuntimeLogConfiguration: string;
|
|
10110
|
+
RegisterAccountAssociation: string;
|
|
9751
10111
|
RegisterCustomEndpoint: string;
|
|
9752
10112
|
ResetRuntimeLogConfiguration: string;
|
|
10113
|
+
SendConnectorEvent: string;
|
|
9753
10114
|
SendManagedThingCommand: string;
|
|
10115
|
+
StartAccountAssociationRefresh: string;
|
|
9754
10116
|
StartDeviceDiscovery: string;
|
|
10117
|
+
TagResource: string;
|
|
10118
|
+
UntagResource: string;
|
|
10119
|
+
UpdateAccountAssociation: string;
|
|
10120
|
+
UpdateCloudConnector: string;
|
|
10121
|
+
UpdateConnectorDestination: string;
|
|
9755
10122
|
UpdateDestination: string;
|
|
9756
10123
|
UpdateEventLogConfiguration: string;
|
|
9757
10124
|
UpdateManagedThing: string;
|
|
@@ -9772,6 +10139,7 @@ export declare const Actions: {
|
|
|
9772
10139
|
CreateAssetModel: string;
|
|
9773
10140
|
CreateAssetModelCompositeModel: string;
|
|
9774
10141
|
CreateBulkImportJob: string;
|
|
10142
|
+
CreateComputationModel: string;
|
|
9775
10143
|
CreateDashboard: string;
|
|
9776
10144
|
CreateDataset: string;
|
|
9777
10145
|
CreateGateway: string;
|
|
@@ -9781,6 +10149,8 @@ export declare const Actions: {
|
|
|
9781
10149
|
DeleteAsset: string;
|
|
9782
10150
|
DeleteAssetModel: string;
|
|
9783
10151
|
DeleteAssetModelCompositeModel: string;
|
|
10152
|
+
DeleteAssetModelInterfaceRelationship: string;
|
|
10153
|
+
DeleteComputationModel: string;
|
|
9784
10154
|
DeleteDashboard: string;
|
|
9785
10155
|
DeleteDataset: string;
|
|
9786
10156
|
DeleteGateway: string;
|
|
@@ -9793,11 +10163,15 @@ export declare const Actions: {
|
|
|
9793
10163
|
DescribeAssetCompositeModel: string;
|
|
9794
10164
|
DescribeAssetModel: string;
|
|
9795
10165
|
DescribeAssetModelCompositeModel: string;
|
|
10166
|
+
DescribeAssetModelInterfaceRelationship: string;
|
|
9796
10167
|
DescribeAssetProperty: string;
|
|
9797
10168
|
DescribeBulkImportJob: string;
|
|
10169
|
+
DescribeComputationModel: string;
|
|
10170
|
+
DescribeComputationModelExecutionSummary: string;
|
|
9798
10171
|
DescribeDashboard: string;
|
|
9799
10172
|
DescribeDataset: string;
|
|
9800
10173
|
DescribeDefaultEncryptionConfiguration: string;
|
|
10174
|
+
DescribeExecution: string;
|
|
9801
10175
|
DescribeGateway: string;
|
|
9802
10176
|
DescribeGatewayCapabilityConfiguration: string;
|
|
9803
10177
|
DescribeLoggingOptions: string;
|
|
@@ -9826,14 +10200,20 @@ export declare const Actions: {
|
|
|
9826
10200
|
ListAssociatedAssets: string;
|
|
9827
10201
|
ListBulkImportJobs: string;
|
|
9828
10202
|
ListCompositionRelationships: string;
|
|
10203
|
+
ListComputationModelDataBindingUsages: string;
|
|
10204
|
+
ListComputationModelResolveToResources: string;
|
|
10205
|
+
ListComputationModels: string;
|
|
9829
10206
|
ListDashboards: string;
|
|
9830
10207
|
ListDatasets: string;
|
|
10208
|
+
ListExecutions: string;
|
|
9831
10209
|
ListGateways: string;
|
|
10210
|
+
ListInterfaceRelationships: string;
|
|
9832
10211
|
ListPortals: string;
|
|
9833
10212
|
ListProjectAssets: string;
|
|
9834
10213
|
ListProjects: string;
|
|
9835
10214
|
ListTagsForResource: string;
|
|
9836
10215
|
ListTimeSeries: string;
|
|
10216
|
+
PutAssetModelInterfaceRelationship: string;
|
|
9837
10217
|
PutDefaultEncryptionConfiguration: string;
|
|
9838
10218
|
PutLoggingOptions: string;
|
|
9839
10219
|
PutStorageConfiguration: string;
|
|
@@ -9845,6 +10225,7 @@ export declare const Actions: {
|
|
|
9845
10225
|
UpdateAssetModelCompositeModel: string;
|
|
9846
10226
|
UpdateAssetModelPropertyRouting: string;
|
|
9847
10227
|
UpdateAssetProperty: string;
|
|
10228
|
+
UpdateComputationModel: string;
|
|
9848
10229
|
UpdateDashboard: string;
|
|
9849
10230
|
UpdateDataset: string;
|
|
9850
10231
|
UpdateGateway: string;
|
|
@@ -10131,6 +10512,7 @@ export declare const Actions: {
|
|
|
10131
10512
|
ListEncoderConfigurations: string;
|
|
10132
10513
|
ListIngestConfigurations: string;
|
|
10133
10514
|
ListParticipantEvents: string;
|
|
10515
|
+
ListParticipantReplicas: string;
|
|
10134
10516
|
ListParticipants: string;
|
|
10135
10517
|
ListPlaybackKeyPairs: string;
|
|
10136
10518
|
ListPlaybackRestrictionPolicies: string;
|
|
@@ -10145,8 +10527,10 @@ export declare const Actions: {
|
|
|
10145
10527
|
ListTagsForResource: string;
|
|
10146
10528
|
PutMetadata: string;
|
|
10147
10529
|
StartComposition: string;
|
|
10530
|
+
StartParticipantReplication: string;
|
|
10148
10531
|
StartViewerSessionRevocation: string;
|
|
10149
10532
|
StopComposition: string;
|
|
10533
|
+
StopParticipantReplication: string;
|
|
10150
10534
|
StopStream: string;
|
|
10151
10535
|
TagResource: string;
|
|
10152
10536
|
UntagResource: string;
|
|
@@ -10368,6 +10752,7 @@ export declare const Actions: {
|
|
|
10368
10752
|
ListShards: string;
|
|
10369
10753
|
ListStreamConsumers: string;
|
|
10370
10754
|
ListStreams: string;
|
|
10755
|
+
ListTagsForResource: string;
|
|
10371
10756
|
ListTagsForStream: string;
|
|
10372
10757
|
MergeShards: string;
|
|
10373
10758
|
PutRecord: string;
|
|
@@ -10379,6 +10764,8 @@ export declare const Actions: {
|
|
|
10379
10764
|
StartStreamEncryption: string;
|
|
10380
10765
|
StopStreamEncryption: string;
|
|
10381
10766
|
SubscribeToShard: string;
|
|
10767
|
+
TagResource: string;
|
|
10768
|
+
UntagResource: string;
|
|
10382
10769
|
UpdateShardCount: string;
|
|
10383
10770
|
UpdateStreamMode: string;
|
|
10384
10771
|
};
|
|
@@ -10567,6 +10954,7 @@ export declare const Actions: {
|
|
|
10567
10954
|
ListTransactions: string;
|
|
10568
10955
|
PutDataLakeSettings: string;
|
|
10569
10956
|
RegisterResource: string;
|
|
10957
|
+
RegisterResourceWithPrivilegedAccess: string;
|
|
10570
10958
|
RemoveLFTagsFromResource: string;
|
|
10571
10959
|
RevokePermissions: string;
|
|
10572
10960
|
SearchDatabasesByLFTags: string;
|
|
@@ -10708,6 +11096,7 @@ export declare const Actions: {
|
|
|
10708
11096
|
CreateIntent: string;
|
|
10709
11097
|
CreateIntentVersion: string;
|
|
10710
11098
|
CreateResourcePolicy: string;
|
|
11099
|
+
CreateResourcePolicyStatement: string;
|
|
10711
11100
|
CreateSlot: string;
|
|
10712
11101
|
CreateSlotType: string;
|
|
10713
11102
|
CreateSlotTypeVersion: string;
|
|
@@ -10727,6 +11116,7 @@ export declare const Actions: {
|
|
|
10727
11116
|
DeleteIntent: string;
|
|
10728
11117
|
DeleteIntentVersion: string;
|
|
10729
11118
|
DeleteResourcePolicy: string;
|
|
11119
|
+
DeleteResourcePolicyStatement: string;
|
|
10730
11120
|
DeleteSession: string;
|
|
10731
11121
|
DeleteSlot: string;
|
|
10732
11122
|
DeleteSlotType: string;
|
|
@@ -11151,6 +11541,7 @@ export declare const Actions: {
|
|
|
11151
11541
|
ListIntegrations: string;
|
|
11152
11542
|
ListLogAnomalyDetectors: string;
|
|
11153
11543
|
ListLogDeliveries: string;
|
|
11544
|
+
ListLogGroups: string;
|
|
11154
11545
|
ListLogGroupsForEntity: string;
|
|
11155
11546
|
ListLogGroupsForQuery: string;
|
|
11156
11547
|
ListTagsForResource: string;
|
|
@@ -11300,6 +11691,7 @@ export declare const Actions: {
|
|
|
11300
11691
|
m2: {
|
|
11301
11692
|
CancelBatchJobExecution: string;
|
|
11302
11693
|
CreateApplication: string;
|
|
11694
|
+
CreateDataSetExportTask: string;
|
|
11303
11695
|
CreateDataSetImportTask: string;
|
|
11304
11696
|
CreateDeployment: string;
|
|
11305
11697
|
CreateEnvironment: string;
|
|
@@ -11310,6 +11702,7 @@ export declare const Actions: {
|
|
|
11310
11702
|
GetApplicationVersion: string;
|
|
11311
11703
|
GetBatchJobExecution: string;
|
|
11312
11704
|
GetDataSetDetails: string;
|
|
11705
|
+
GetDataSetExportTask: string;
|
|
11313
11706
|
GetDataSetImportTask: string;
|
|
11314
11707
|
GetDeployment: string;
|
|
11315
11708
|
GetEnvironment: string;
|
|
@@ -11319,6 +11712,7 @@ export declare const Actions: {
|
|
|
11319
11712
|
ListBatchJobDefinitions: string;
|
|
11320
11713
|
ListBatchJobExecutions: string;
|
|
11321
11714
|
ListBatchJobRestartPoints: string;
|
|
11715
|
+
ListDataSetExportHistory: string;
|
|
11322
11716
|
ListDataSetImportHistory: string;
|
|
11323
11717
|
ListDataSets: string;
|
|
11324
11718
|
ListDeployments: string;
|
|
@@ -11624,6 +12018,7 @@ export declare const Actions: {
|
|
|
11624
12018
|
ListQueues: string;
|
|
11625
12019
|
ListTagsForResource: string;
|
|
11626
12020
|
ListVersions: string;
|
|
12021
|
+
Probe: string;
|
|
11627
12022
|
PutPolicy: string;
|
|
11628
12023
|
SearchJobs: string;
|
|
11629
12024
|
TagResource: string;
|
|
@@ -11658,6 +12053,7 @@ export declare const Actions: {
|
|
|
11658
12053
|
CreateNode: string;
|
|
11659
12054
|
CreateNodeRegistrationScript: string;
|
|
11660
12055
|
CreatePartnerInput: string;
|
|
12056
|
+
CreateSdiSource: string;
|
|
11661
12057
|
CreateSignalMap: string;
|
|
11662
12058
|
CreateTags: string;
|
|
11663
12059
|
DeleteChannel: string;
|
|
@@ -11675,6 +12071,7 @@ export declare const Actions: {
|
|
|
11675
12071
|
DeleteNode: string;
|
|
11676
12072
|
DeleteReservation: string;
|
|
11677
12073
|
DeleteSchedule: string;
|
|
12074
|
+
DeleteSdiSource: string;
|
|
11678
12075
|
DeleteSignalMap: string;
|
|
11679
12076
|
DeleteTags: string;
|
|
11680
12077
|
DescribeAccountConfiguration: string;
|
|
@@ -11692,6 +12089,7 @@ export declare const Actions: {
|
|
|
11692
12089
|
DescribeOffering: string;
|
|
11693
12090
|
DescribeReservation: string;
|
|
11694
12091
|
DescribeSchedule: string;
|
|
12092
|
+
DescribeSdiSource: string;
|
|
11695
12093
|
DescribeThumbnails: string;
|
|
11696
12094
|
GetCloudWatchAlarmTemplate: string;
|
|
11697
12095
|
GetCloudWatchAlarmTemplateGroup: string;
|
|
@@ -11715,6 +12113,7 @@ export declare const Actions: {
|
|
|
11715
12113
|
ListNodes: string;
|
|
11716
12114
|
ListOfferings: string;
|
|
11717
12115
|
ListReservations: string;
|
|
12116
|
+
ListSdiSources: string;
|
|
11718
12117
|
ListSignalMaps: string;
|
|
11719
12118
|
ListTagsForResource: string;
|
|
11720
12119
|
ListVersions: string;
|
|
@@ -11753,6 +12152,7 @@ export declare const Actions: {
|
|
|
11753
12152
|
UpdateNode: string;
|
|
11754
12153
|
UpdateNodeState: string;
|
|
11755
12154
|
UpdateReservation: string;
|
|
12155
|
+
UpdateSdiSource: string;
|
|
11756
12156
|
};
|
|
11757
12157
|
'mediapackage-vod': {
|
|
11758
12158
|
ConfigureLogs: string;
|
|
@@ -11822,6 +12222,8 @@ export declare const Actions: {
|
|
|
11822
12222
|
PutChannelPolicy: string;
|
|
11823
12223
|
PutObject: string;
|
|
11824
12224
|
PutOriginEndpointPolicy: string;
|
|
12225
|
+
ResetChannelState: string;
|
|
12226
|
+
ResetOriginEndpointState: string;
|
|
11825
12227
|
TagResource: string;
|
|
11826
12228
|
UntagResource: string;
|
|
11827
12229
|
UpdateChannel: string;
|
|
@@ -11908,10 +12310,12 @@ export declare const Actions: {
|
|
|
11908
12310
|
DeleteDatastore: string;
|
|
11909
12311
|
DeleteImageSet: string;
|
|
11910
12312
|
GetDatastore: string;
|
|
12313
|
+
GetDICOMBulkdata: string;
|
|
11911
12314
|
GetDICOMImportJob: string;
|
|
11912
12315
|
GetDICOMInstance: string;
|
|
11913
12316
|
GetDICOMInstanceFrames: string;
|
|
11914
12317
|
GetDICOMInstanceMetadata: string;
|
|
12318
|
+
GetDICOMSeriesMetadata: string;
|
|
11915
12319
|
GetImageFrame: string;
|
|
11916
12320
|
GetImageSet: string;
|
|
11917
12321
|
GetImageSetMetadata: string;
|
|
@@ -11919,8 +12323,13 @@ export declare const Actions: {
|
|
|
11919
12323
|
ListDICOMImportJobs: string;
|
|
11920
12324
|
ListImageSetVersions: string;
|
|
11921
12325
|
ListTagsForResource: string;
|
|
12326
|
+
SearchDICOMInstances: string;
|
|
12327
|
+
SearchDICOMSeries: string;
|
|
12328
|
+
SearchDICOMStudies: string;
|
|
11922
12329
|
SearchImageSets: string;
|
|
11923
12330
|
StartDICOMImportJob: string;
|
|
12331
|
+
StoreDICOM: string;
|
|
12332
|
+
StoreDICOMStudy: string;
|
|
11924
12333
|
TagResource: string;
|
|
11925
12334
|
UntagResource: string;
|
|
11926
12335
|
UpdateImageSetMetadata: string;
|
|
@@ -11962,6 +12371,7 @@ export declare const Actions: {
|
|
|
11962
12371
|
ListAllowedMultiRegionClusterUpdates: string;
|
|
11963
12372
|
ListAllowedNodeTypeUpdates: string;
|
|
11964
12373
|
ListTags: string;
|
|
12374
|
+
PauseMultiRegionClusterReplication: string;
|
|
11965
12375
|
PurchaseReservedNodesOffering: string;
|
|
11966
12376
|
ResetParameterGroup: string;
|
|
11967
12377
|
TagResource: string;
|
|
@@ -12370,6 +12780,32 @@ export declare const Actions: {
|
|
|
12370
12780
|
UntagResource: string;
|
|
12371
12781
|
UpdateProject: string;
|
|
12372
12782
|
};
|
|
12783
|
+
mpa: {
|
|
12784
|
+
CancelSession: string;
|
|
12785
|
+
CreateApprovalTeam: string;
|
|
12786
|
+
CreateIdentitySource: string;
|
|
12787
|
+
DeleteIdentitySource: string;
|
|
12788
|
+
DeleteInactiveApprovalTeamVersion: string;
|
|
12789
|
+
DeleteResourcePolicy: string;
|
|
12790
|
+
GetApprovalTeam: string;
|
|
12791
|
+
GetIdentitySource: string;
|
|
12792
|
+
GetPolicyVersion: string;
|
|
12793
|
+
GetResourcePolicy: string;
|
|
12794
|
+
GetSession: string;
|
|
12795
|
+
ListApprovalTeams: string;
|
|
12796
|
+
ListIdentitySources: string;
|
|
12797
|
+
ListPolicies: string;
|
|
12798
|
+
ListPolicyVersions: string;
|
|
12799
|
+
ListResourcePolicies: string;
|
|
12800
|
+
ListSessions: string;
|
|
12801
|
+
ListTagsForResource: string;
|
|
12802
|
+
PutResourcePolicy: string;
|
|
12803
|
+
StartActiveApprovalTeamDeletion: string;
|
|
12804
|
+
StartSession: string;
|
|
12805
|
+
TagResource: string;
|
|
12806
|
+
UntagResource: string;
|
|
12807
|
+
UpdateApprovalTeam: string;
|
|
12808
|
+
};
|
|
12373
12809
|
mq: {
|
|
12374
12810
|
CreateBroker: string;
|
|
12375
12811
|
CreateConfiguration: string;
|
|
@@ -12377,6 +12813,7 @@ export declare const Actions: {
|
|
|
12377
12813
|
CreateTags: string;
|
|
12378
12814
|
CreateUser: string;
|
|
12379
12815
|
DeleteBroker: string;
|
|
12816
|
+
DeleteConfiguration: string;
|
|
12380
12817
|
DeleteTags: string;
|
|
12381
12818
|
DeleteUser: string;
|
|
12382
12819
|
DescribeBroker: string;
|
|
@@ -12463,43 +12900,62 @@ export declare const Actions: {
|
|
|
12463
12900
|
ResetGraph: string;
|
|
12464
12901
|
RestoreGraphFromSnapshot: string;
|
|
12465
12902
|
StartExportTask: string;
|
|
12903
|
+
StartGraph: string;
|
|
12466
12904
|
StartImportTask: string;
|
|
12905
|
+
StopGraph: string;
|
|
12467
12906
|
TagResource: string;
|
|
12468
12907
|
UntagResource: string;
|
|
12469
12908
|
UpdateGraph: string;
|
|
12470
12909
|
WriteDataViaQuery: string;
|
|
12471
12910
|
};
|
|
12472
12911
|
'network-firewall': {
|
|
12912
|
+
AcceptNetworkFirewallTransitGatewayAttachment: string;
|
|
12913
|
+
AssociateAvailabilityZones: string;
|
|
12473
12914
|
AssociateFirewallPolicy: string;
|
|
12474
12915
|
AssociateSubnets: string;
|
|
12475
12916
|
CreateFirewall: string;
|
|
12476
12917
|
CreateFirewallPolicy: string;
|
|
12477
12918
|
CreateRuleGroup: string;
|
|
12478
12919
|
CreateTLSInspectionConfiguration: string;
|
|
12920
|
+
CreateVpcEndpointAssociation: string;
|
|
12479
12921
|
DeleteFirewall: string;
|
|
12480
12922
|
DeleteFirewallPolicy: string;
|
|
12923
|
+
DeleteNetworkFirewallTransitGatewayAttachment: string;
|
|
12481
12924
|
DeleteResourcePolicy: string;
|
|
12482
12925
|
DeleteRuleGroup: string;
|
|
12483
12926
|
DeleteTLSInspectionConfiguration: string;
|
|
12927
|
+
DeleteVpcEndpointAssociation: string;
|
|
12484
12928
|
DescribeFirewall: string;
|
|
12929
|
+
DescribeFirewallMetadata: string;
|
|
12485
12930
|
DescribeFirewallPolicy: string;
|
|
12931
|
+
DescribeFlowOperation: string;
|
|
12486
12932
|
DescribeLoggingConfiguration: string;
|
|
12487
12933
|
DescribeResourcePolicy: string;
|
|
12488
12934
|
DescribeRuleGroup: string;
|
|
12489
12935
|
DescribeRuleGroupMetadata: string;
|
|
12936
|
+
DescribeRuleGroupSummary: string;
|
|
12490
12937
|
DescribeTLSInspectionConfiguration: string;
|
|
12938
|
+
DescribeVpcEndpointAssociation: string;
|
|
12939
|
+
DisassociateAvailabilityZones: string;
|
|
12491
12940
|
DisassociateSubnets: string;
|
|
12492
12941
|
GetAnalysisReportResults: string;
|
|
12493
12942
|
ListAnalysisReports: string;
|
|
12494
12943
|
ListFirewallPolicies: string;
|
|
12495
12944
|
ListFirewalls: string;
|
|
12945
|
+
ListFlowOperationResults: string;
|
|
12946
|
+
ListFlowOperations: string;
|
|
12496
12947
|
ListRuleGroups: string;
|
|
12497
12948
|
ListTagsForResource: string;
|
|
12498
12949
|
ListTLSInspectionConfigurations: string;
|
|
12950
|
+
ListVpcEndpointAssociations: string;
|
|
12499
12951
|
PutResourcePolicy: string;
|
|
12952
|
+
RejectNetworkFirewallTransitGatewayAttachment: string;
|
|
12500
12953
|
StartAnalysisReport: string;
|
|
12954
|
+
StartFlowCapture: string;
|
|
12955
|
+
StartFlowFlush: string;
|
|
12501
12956
|
TagResource: string;
|
|
12502
12957
|
UntagResource: string;
|
|
12958
|
+
UpdateAvailabilityZoneChangeProtection: string;
|
|
12503
12959
|
UpdateFirewallAnalysisSettings: string;
|
|
12504
12960
|
UpdateFirewallDeleteProtection: string;
|
|
12505
12961
|
UpdateFirewallDescription: string;
|
|
@@ -12511,6 +12967,17 @@ export declare const Actions: {
|
|
|
12511
12967
|
UpdateSubnetChangeProtection: string;
|
|
12512
12968
|
UpdateTLSInspectionConfiguration: string;
|
|
12513
12969
|
};
|
|
12970
|
+
'network-security-director': {
|
|
12971
|
+
GetFinding: string;
|
|
12972
|
+
GetNetworkSecurityScan: string;
|
|
12973
|
+
GetResource: string;
|
|
12974
|
+
ListFindings: string;
|
|
12975
|
+
ListInsights: string;
|
|
12976
|
+
ListRemediations: string;
|
|
12977
|
+
ListResources: string;
|
|
12978
|
+
StartNetworkSecurityScan: string;
|
|
12979
|
+
UpdateFinding: string;
|
|
12980
|
+
};
|
|
12514
12981
|
networkflowmonitor: {
|
|
12515
12982
|
CreateMonitor: string;
|
|
12516
12983
|
CreateScope: string;
|
|
@@ -12773,14 +13240,75 @@ export declare const Actions: {
|
|
|
12773
13240
|
UpdateLink: string;
|
|
12774
13241
|
};
|
|
12775
13242
|
observabilityadmin: {
|
|
13243
|
+
CreateTelemetryRule: string;
|
|
13244
|
+
CreateTelemetryRuleForOrganization: string;
|
|
13245
|
+
DeleteTelemetryRule: string;
|
|
13246
|
+
DeleteTelemetryRuleForOrganization: string;
|
|
12776
13247
|
GetTelemetryEvaluationStatus: string;
|
|
12777
13248
|
GetTelemetryEvaluationStatusForOrganization: string;
|
|
13249
|
+
GetTelemetryRule: string;
|
|
13250
|
+
GetTelemetryRuleForOrganization: string;
|
|
12778
13251
|
ListResourceTelemetry: string;
|
|
12779
13252
|
ListResourceTelemetryForOrganization: string;
|
|
13253
|
+
ListTagsForResource: string;
|
|
13254
|
+
ListTelemetryRules: string;
|
|
13255
|
+
ListTelemetryRulesForOrganization: string;
|
|
12780
13256
|
StartTelemetryEvaluation: string;
|
|
12781
13257
|
StartTelemetryEvaluationForOrganization: string;
|
|
12782
13258
|
StopTelemetryEvaluation: string;
|
|
12783
13259
|
StopTelemetryEvaluationForOrganization: string;
|
|
13260
|
+
TagResource: string;
|
|
13261
|
+
UntagResource: string;
|
|
13262
|
+
UpdateTelemetryRule: string;
|
|
13263
|
+
UpdateTelemetryRuleForOrganization: string;
|
|
13264
|
+
};
|
|
13265
|
+
odb: {
|
|
13266
|
+
AcceptMarketplaceRegistration: string;
|
|
13267
|
+
CreateCloudAutonomousVmCluster: string;
|
|
13268
|
+
CreateCloudExadataInfrastructure: string;
|
|
13269
|
+
CreateCloudVmCluster: string;
|
|
13270
|
+
CreateDbNode: string;
|
|
13271
|
+
CreateOdbNetwork: string;
|
|
13272
|
+
CreateOdbPeeringConnection: string;
|
|
13273
|
+
CreateOutboundIntegration: string;
|
|
13274
|
+
DeleteCloudAutonomousVmCluster: string;
|
|
13275
|
+
DeleteCloudExadataInfrastructure: string;
|
|
13276
|
+
DeleteCloudVmCluster: string;
|
|
13277
|
+
DeleteDbNode: string;
|
|
13278
|
+
DeleteOdbNetwork: string;
|
|
13279
|
+
DeleteOdbPeeringConnection: string;
|
|
13280
|
+
DeleteResourcePolicy: string;
|
|
13281
|
+
GetCloudAutonomousVmCluster: string;
|
|
13282
|
+
GetCloudExadataInfrastructure: string;
|
|
13283
|
+
GetCloudExadataInfrastructureUnallocatedResources: string;
|
|
13284
|
+
GetCloudVmCluster: string;
|
|
13285
|
+
GetDbNode: string;
|
|
13286
|
+
GetDbServer: string;
|
|
13287
|
+
GetOciOnboardingStatus: string;
|
|
13288
|
+
GetOdbNetwork: string;
|
|
13289
|
+
GetOdbPeeringConnection: string;
|
|
13290
|
+
GetResourcePolicy: string;
|
|
13291
|
+
InitializeService: string;
|
|
13292
|
+
ListAutonomousVirtualMachines: string;
|
|
13293
|
+
ListCloudAutonomousVmClusters: string;
|
|
13294
|
+
ListCloudExadataInfrastructures: string;
|
|
13295
|
+
ListCloudVmClusters: string;
|
|
13296
|
+
ListDbNodes: string;
|
|
13297
|
+
ListDbServers: string;
|
|
13298
|
+
ListDbSystemShapes: string;
|
|
13299
|
+
ListGiVersions: string;
|
|
13300
|
+
ListOdbNetworks: string;
|
|
13301
|
+
ListOdbPeeringConnections: string;
|
|
13302
|
+
ListSystemVersions: string;
|
|
13303
|
+
ListTagsForResource: string;
|
|
13304
|
+
PutResourcePolicy: string;
|
|
13305
|
+
RebootDbNode: string;
|
|
13306
|
+
StartDbNode: string;
|
|
13307
|
+
StopDbNode: string;
|
|
13308
|
+
TagResource: string;
|
|
13309
|
+
UntagResource: string;
|
|
13310
|
+
UpdateCloudExadataInfrastructure: string;
|
|
13311
|
+
UpdateOdbNetwork: string;
|
|
12784
13312
|
};
|
|
12785
13313
|
omics: {
|
|
12786
13314
|
AbortMultipartReadSetUpload: string;
|
|
@@ -12800,6 +13328,7 @@ export declare const Actions: {
|
|
|
12800
13328
|
CreateShare: string;
|
|
12801
13329
|
CreateVariantStore: string;
|
|
12802
13330
|
CreateWorkflow: string;
|
|
13331
|
+
CreateWorkflowVersion: string;
|
|
12803
13332
|
DeleteAnnotationStore: string;
|
|
12804
13333
|
DeleteAnnotationStoreVersions: string;
|
|
12805
13334
|
DeleteReference: string;
|
|
@@ -12812,6 +13341,7 @@ export declare const Actions: {
|
|
|
12812
13341
|
DeleteShare: string;
|
|
12813
13342
|
DeleteVariantStore: string;
|
|
12814
13343
|
DeleteWorkflow: string;
|
|
13344
|
+
DeleteWorkflowVersion: string;
|
|
12815
13345
|
GetAnnotationImportJob: string;
|
|
12816
13346
|
GetAnnotationStore: string;
|
|
12817
13347
|
GetAnnotationStoreVersion: string;
|
|
@@ -12834,6 +13364,7 @@ export declare const Actions: {
|
|
|
12834
13364
|
GetVariantImportJob: string;
|
|
12835
13365
|
GetVariantStore: string;
|
|
12836
13366
|
GetWorkflow: string;
|
|
13367
|
+
GetWorkflowVersion: string;
|
|
12837
13368
|
ListAnnotationImportJobs: string;
|
|
12838
13369
|
ListAnnotationStores: string;
|
|
12839
13370
|
ListAnnotationStoreVersions: string;
|
|
@@ -12856,6 +13387,7 @@ export declare const Actions: {
|
|
|
12856
13387
|
ListVariantImportJobs: string;
|
|
12857
13388
|
ListVariantStores: string;
|
|
12858
13389
|
ListWorkflows: string;
|
|
13390
|
+
ListWorkflowVersions: string;
|
|
12859
13391
|
PutS3AccessPolicy: string;
|
|
12860
13392
|
StartAnnotationImportJob: string;
|
|
12861
13393
|
StartReadSetActivationJob: string;
|
|
@@ -12873,6 +13405,7 @@ export declare const Actions: {
|
|
|
12873
13405
|
UpdateSequenceStore: string;
|
|
12874
13406
|
UpdateVariantStore: string;
|
|
12875
13407
|
UpdateWorkflow: string;
|
|
13408
|
+
UpdateWorkflowVersion: string;
|
|
12876
13409
|
UploadReadSetPart: string;
|
|
12877
13410
|
};
|
|
12878
13411
|
one: {
|
|
@@ -12885,7 +13418,7 @@ export declare const Actions: {
|
|
|
12885
13418
|
DeleteDeviceConfigurationTemplate: string;
|
|
12886
13419
|
DeleteDeviceInstance: string;
|
|
12887
13420
|
DeleteSite: string;
|
|
12888
|
-
|
|
13421
|
+
DeleteUserV1: string;
|
|
12889
13422
|
GetDeviceConfigurationTemplate: string;
|
|
12890
13423
|
GetDeviceInstance: string;
|
|
12891
13424
|
GetDeviceInstanceConfiguration: string;
|
|
@@ -12895,7 +13428,7 @@ export declare const Actions: {
|
|
|
12895
13428
|
ListDeviceInstances: string;
|
|
12896
13429
|
ListSites: string;
|
|
12897
13430
|
ListTagsForResource: string;
|
|
12898
|
-
|
|
13431
|
+
ListUsersV1: string;
|
|
12899
13432
|
RebootDevice: string;
|
|
12900
13433
|
TagResource: string;
|
|
12901
13434
|
UntagResource: string;
|
|
@@ -13096,6 +13629,7 @@ export declare const Actions: {
|
|
|
13096
13629
|
GetConnection: string;
|
|
13097
13630
|
GetOrder: string;
|
|
13098
13631
|
GetOutpost: string;
|
|
13632
|
+
GetOutpostBillingInformation: string;
|
|
13099
13633
|
GetOutpostInstanceTypes: string;
|
|
13100
13634
|
GetOutpostSupportedInstanceTypes: string;
|
|
13101
13635
|
GetPrivateConnectivityConfig: string;
|
|
@@ -13488,6 +14022,7 @@ export declare const Actions: {
|
|
|
13488
14022
|
BatchGetProfile: string;
|
|
13489
14023
|
CreateCalculatedAttributeDefinition: string;
|
|
13490
14024
|
CreateDomain: string;
|
|
14025
|
+
CreateDomainLayout: string;
|
|
13491
14026
|
CreateEventStream: string;
|
|
13492
14027
|
CreateEventTrigger: string;
|
|
13493
14028
|
CreateIntegrationWorkflow: string;
|
|
@@ -13496,8 +14031,10 @@ export declare const Actions: {
|
|
|
13496
14031
|
CreateSegmentEstimate: string;
|
|
13497
14032
|
CreateSegmentSnapshot: string;
|
|
13498
14033
|
CreateSnapshot: string;
|
|
14034
|
+
CreateUploadJob: string;
|
|
13499
14035
|
DeleteCalculatedAttributeDefinition: string;
|
|
13500
14036
|
DeleteDomain: string;
|
|
14037
|
+
DeleteDomainLayout: string;
|
|
13501
14038
|
DeleteEventStream: string;
|
|
13502
14039
|
DeleteEventTrigger: string;
|
|
13503
14040
|
DeleteIntegration: string;
|
|
@@ -13512,6 +14049,7 @@ export declare const Actions: {
|
|
|
13512
14049
|
GetCalculatedAttributeDefinition: string;
|
|
13513
14050
|
GetCalculatedAttributeForProfile: string;
|
|
13514
14051
|
GetDomain: string;
|
|
14052
|
+
GetDomainLayout: string;
|
|
13515
14053
|
GetEventStream: string;
|
|
13516
14054
|
GetEventTrigger: string;
|
|
13517
14055
|
GetIdentityResolutionJob: string;
|
|
@@ -13525,11 +14063,14 @@ export declare const Actions: {
|
|
|
13525
14063
|
GetSegmentSnapshot: string;
|
|
13526
14064
|
GetSimilarProfiles: string;
|
|
13527
14065
|
GetSnapshot: string;
|
|
14066
|
+
GetUploadJob: string;
|
|
14067
|
+
GetUploadJobPath: string;
|
|
13528
14068
|
GetWorkflow: string;
|
|
13529
14069
|
GetWorkflowSteps: string;
|
|
13530
14070
|
ListAccountIntegrations: string;
|
|
13531
14071
|
ListCalculatedAttributeDefinitions: string;
|
|
13532
14072
|
ListCalculatedAttributesForProfile: string;
|
|
14073
|
+
ListDomainLayouts: string;
|
|
13533
14074
|
ListDomains: string;
|
|
13534
14075
|
ListEventStreams: string;
|
|
13535
14076
|
ListEventTriggers: string;
|
|
@@ -13543,16 +14084,20 @@ export declare const Actions: {
|
|
|
13543
14084
|
ListRuleBasedMatches: string;
|
|
13544
14085
|
ListSegmentDefinitions: string;
|
|
13545
14086
|
ListTagsForResource: string;
|
|
14087
|
+
ListUploadJobs: string;
|
|
13546
14088
|
ListWorkflows: string;
|
|
13547
14089
|
MergeProfiles: string;
|
|
13548
14090
|
PutIntegration: string;
|
|
13549
14091
|
PutProfileObject: string;
|
|
13550
14092
|
PutProfileObjectType: string;
|
|
13551
14093
|
SearchProfiles: string;
|
|
14094
|
+
StartUploadJob: string;
|
|
14095
|
+
StopUploadJob: string;
|
|
13552
14096
|
TagResource: string;
|
|
13553
14097
|
UntagResource: string;
|
|
13554
14098
|
UpdateCalculatedAttributeDefinition: string;
|
|
13555
14099
|
UpdateDomain: string;
|
|
14100
|
+
UpdateDomainLayout: string;
|
|
13556
14101
|
UpdateEventTrigger: string;
|
|
13557
14102
|
UpdateProfile: string;
|
|
13558
14103
|
};
|
|
@@ -13692,8 +14237,11 @@ export declare const Actions: {
|
|
|
13692
14237
|
CreateOAuthAppConnection: string;
|
|
13693
14238
|
CreatePlugin: string;
|
|
13694
14239
|
DeleteAssignment: string;
|
|
14240
|
+
DeleteConversation: string;
|
|
14241
|
+
DeleteOAuthAppConnection: string;
|
|
13695
14242
|
DeletePlugin: string;
|
|
13696
14243
|
GenerateCodeFromCommands: string;
|
|
14244
|
+
GenerateCodeRecommendations: string;
|
|
13697
14245
|
GetConnector: string;
|
|
13698
14246
|
GetConversation: string;
|
|
13699
14247
|
GetIdentityMetadata: string;
|
|
@@ -13714,9 +14262,12 @@ export declare const Actions: {
|
|
|
13714
14262
|
TagResource: string;
|
|
13715
14263
|
UntagResource: string;
|
|
13716
14264
|
UpdateAuthGrant: string;
|
|
14265
|
+
UpdateConversation: string;
|
|
13717
14266
|
UpdateOAuthAppConnection: string;
|
|
14267
|
+
UpdatePlugin: string;
|
|
13718
14268
|
UpdateTroubleshootingCommandResult: string;
|
|
13719
14269
|
UsePlugin: string;
|
|
14270
|
+
VerifyOAuthAppConnection: string;
|
|
13720
14271
|
};
|
|
13721
14272
|
qapps: {
|
|
13722
14273
|
AssociateLibraryItemReview: string;
|
|
@@ -13727,7 +14278,6 @@ export declare const Actions: {
|
|
|
13727
14278
|
CopyQApp: string;
|
|
13728
14279
|
CreateLibraryItem: string;
|
|
13729
14280
|
CreateLibraryItemReview: string;
|
|
13730
|
-
CreatePresignedUrl: string;
|
|
13731
14281
|
CreateQApp: string;
|
|
13732
14282
|
CreateSubscriptionToken: string;
|
|
13733
14283
|
DeleteLibraryItem: string;
|
|
@@ -13741,8 +14291,6 @@ export declare const Actions: {
|
|
|
13741
14291
|
GetQAppSession: string;
|
|
13742
14292
|
GetQAppSessionMetadata: string;
|
|
13743
14293
|
ImportDocument: string;
|
|
13744
|
-
ImportDocumentToQApp: string;
|
|
13745
|
-
ImportDocumentToQAppSession: string;
|
|
13746
14294
|
ListCategories: string;
|
|
13747
14295
|
ListLibraryItems: string;
|
|
13748
14296
|
ListQApps: string;
|
|
@@ -13763,7 +14311,6 @@ export declare const Actions: {
|
|
|
13763
14311
|
UpdateQAppSessionMetadata: string;
|
|
13764
14312
|
};
|
|
13765
14313
|
qbusiness: {
|
|
13766
|
-
AddUserLicenses: string;
|
|
13767
14314
|
AllowVendedLogDeliveryForResource: string;
|
|
13768
14315
|
AssociatePermission: string;
|
|
13769
14316
|
BatchDeleteDocument: string;
|
|
@@ -13771,12 +14318,15 @@ export declare const Actions: {
|
|
|
13771
14318
|
CancelSubscription: string;
|
|
13772
14319
|
Chat: string;
|
|
13773
14320
|
ChatSync: string;
|
|
14321
|
+
CheckDocumentAccess: string;
|
|
14322
|
+
CreateAnonymousWebExperienceUrl: string;
|
|
13774
14323
|
CreateApplication: string;
|
|
14324
|
+
CreateChatResponseConfiguration: string;
|
|
13775
14325
|
CreateDataAccessor: string;
|
|
14326
|
+
CreateDataAccessorWithTti: string;
|
|
13776
14327
|
CreateDataSource: string;
|
|
13777
14328
|
CreateIndex: string;
|
|
13778
14329
|
CreateIntegration: string;
|
|
13779
|
-
CreateLicense: string;
|
|
13780
14330
|
CreatePlugin: string;
|
|
13781
14331
|
CreateRetriever: string;
|
|
13782
14332
|
CreateSubscription: string;
|
|
@@ -13785,6 +14335,7 @@ export declare const Actions: {
|
|
|
13785
14335
|
DeleteApplication: string;
|
|
13786
14336
|
DeleteAttachment: string;
|
|
13787
14337
|
DeleteChatControlsConfiguration: string;
|
|
14338
|
+
DeleteChatResponseConfiguration: string;
|
|
13788
14339
|
DeleteConversation: string;
|
|
13789
14340
|
DeleteDataAccessor: string;
|
|
13790
14341
|
DeleteDataSource: string;
|
|
@@ -13799,12 +14350,13 @@ export declare const Actions: {
|
|
|
13799
14350
|
DisassociatePermission: string;
|
|
13800
14351
|
GetApplication: string;
|
|
13801
14352
|
GetChatControlsConfiguration: string;
|
|
14353
|
+
GetChatResponseConfiguration: string;
|
|
13802
14354
|
GetDataAccessor: string;
|
|
13803
14355
|
GetDataSource: string;
|
|
14356
|
+
GetDocumentContent: string;
|
|
13804
14357
|
GetGroup: string;
|
|
13805
14358
|
GetIndex: string;
|
|
13806
14359
|
GetIntegration: string;
|
|
13807
|
-
GetLicense: string;
|
|
13808
14360
|
GetMedia: string;
|
|
13809
14361
|
GetPlugin: string;
|
|
13810
14362
|
GetPolicy: string;
|
|
@@ -13813,6 +14365,7 @@ export declare const Actions: {
|
|
|
13813
14365
|
GetWebExperience: string;
|
|
13814
14366
|
ListApplications: string;
|
|
13815
14367
|
ListAttachments: string;
|
|
14368
|
+
ListChatResponseConfigurations: string;
|
|
13816
14369
|
ListConversations: string;
|
|
13817
14370
|
ListDataAccessors: string;
|
|
13818
14371
|
ListDataSources: string;
|
|
@@ -13829,12 +14382,10 @@ export declare const Actions: {
|
|
|
13829
14382
|
ListRetrievers: string;
|
|
13830
14383
|
ListSubscriptions: string;
|
|
13831
14384
|
ListTagsForResource: string;
|
|
13832
|
-
ListUserLicenses: string;
|
|
13833
14385
|
ListWebExperiences: string;
|
|
13834
14386
|
PutFeedback: string;
|
|
13835
14387
|
PutGroup: string;
|
|
13836
14388
|
PutResourcePolicy: string;
|
|
13837
|
-
RemoveUserLicenses: string;
|
|
13838
14389
|
SearchRelevantContent: string;
|
|
13839
14390
|
StartDataSourceSyncJob: string;
|
|
13840
14391
|
StartDeployment: string;
|
|
@@ -13843,6 +14394,7 @@ export declare const Actions: {
|
|
|
13843
14394
|
UntagResource: string;
|
|
13844
14395
|
UpdateApplication: string;
|
|
13845
14396
|
UpdateChatControlsConfiguration: string;
|
|
14397
|
+
UpdateChatResponseConfiguration: string;
|
|
13846
14398
|
UpdateDataAccessor: string;
|
|
13847
14399
|
UpdateDataSource: string;
|
|
13848
14400
|
UpdateIndex: string;
|
|
@@ -14263,6 +14815,7 @@ export declare const Actions: {
|
|
|
14263
14815
|
DescribeDBInstanceAutomatedBackups: string;
|
|
14264
14816
|
DescribeDBInstances: string;
|
|
14265
14817
|
DescribeDBLogFiles: string;
|
|
14818
|
+
DescribeDBMajorEngineVersions: string;
|
|
14266
14819
|
DescribeDBParameterGroups: string;
|
|
14267
14820
|
DescribeDBParameters: string;
|
|
14268
14821
|
DescribeDBProxies: string;
|
|
@@ -14378,6 +14931,7 @@ export declare const Actions: {
|
|
|
14378
14931
|
CreateCustomDomainAssociation: string;
|
|
14379
14932
|
CreateEndpointAccess: string;
|
|
14380
14933
|
CreateNamespace: string;
|
|
14934
|
+
CreateReservation: string;
|
|
14381
14935
|
CreateScheduledAction: string;
|
|
14382
14936
|
CreateSnapshot: string;
|
|
14383
14937
|
CreateSnapshotCopyConfiguration: string;
|
|
@@ -14399,6 +14953,8 @@ export declare const Actions: {
|
|
|
14399
14953
|
GetManagedWorkgroup: string;
|
|
14400
14954
|
GetNamespace: string;
|
|
14401
14955
|
GetRecoveryPoint: string;
|
|
14956
|
+
GetReservation: string;
|
|
14957
|
+
GetReservationOffering: string;
|
|
14402
14958
|
GetResourcePolicy: string;
|
|
14403
14959
|
GetScheduledAction: string;
|
|
14404
14960
|
GetSnapshot: string;
|
|
@@ -14411,6 +14967,8 @@ export declare const Actions: {
|
|
|
14411
14967
|
ListManagedWorkgroups: string;
|
|
14412
14968
|
ListNamespaces: string;
|
|
14413
14969
|
ListRecoveryPoints: string;
|
|
14970
|
+
ListReservationOfferings: string;
|
|
14971
|
+
ListReservations: string;
|
|
14414
14972
|
ListScheduledActions: string;
|
|
14415
14973
|
ListSnapshotCopyConfigurations: string;
|
|
14416
14974
|
ListSnapshots: string;
|
|
@@ -14705,18 +15263,24 @@ export declare const Actions: {
|
|
|
14705
15263
|
UpdateStreamProcessor: string;
|
|
14706
15264
|
};
|
|
14707
15265
|
repostspace: {
|
|
15266
|
+
BatchAddChannelRoleToAccessors: string;
|
|
14708
15267
|
BatchAddRole: string;
|
|
15268
|
+
BatchRemoveChannelRoleFromAccessors: string;
|
|
14709
15269
|
BatchRemoveRole: string;
|
|
15270
|
+
CreateChannel: string;
|
|
14710
15271
|
CreateSpace: string;
|
|
14711
15272
|
DeleteSpace: string;
|
|
14712
15273
|
DeregisterAdmin: string;
|
|
15274
|
+
GetChannel: string;
|
|
14713
15275
|
GetSpace: string;
|
|
15276
|
+
ListChannels: string;
|
|
14714
15277
|
ListSpaces: string;
|
|
14715
15278
|
ListTagsForResource: string;
|
|
14716
15279
|
RegisterAdmin: string;
|
|
14717
15280
|
SendInvites: string;
|
|
14718
15281
|
TagResource: string;
|
|
14719
15282
|
UntagResource: string;
|
|
15283
|
+
UpdateChannel: string;
|
|
14720
15284
|
UpdateSpace: string;
|
|
14721
15285
|
};
|
|
14722
15286
|
resiliencehub: {
|
|
@@ -14958,6 +15522,7 @@ export declare const Actions: {
|
|
|
14958
15522
|
CreateSafetyRule: string;
|
|
14959
15523
|
DeleteCluster: string;
|
|
14960
15524
|
DeleteControlPanel: string;
|
|
15525
|
+
DeleteResourcePolicy: string;
|
|
14961
15526
|
DeleteRoutingControl: string;
|
|
14962
15527
|
DeleteSafetyRule: string;
|
|
14963
15528
|
DescribeCluster: string;
|
|
@@ -14972,8 +15537,10 @@ export declare const Actions: {
|
|
|
14972
15537
|
ListRoutingControls: string;
|
|
14973
15538
|
ListSafetyRules: string;
|
|
14974
15539
|
ListTagsForResource: string;
|
|
15540
|
+
PutResourcePolicy: string;
|
|
14975
15541
|
TagResource: string;
|
|
14976
15542
|
UntagResource: string;
|
|
15543
|
+
UpdateCluster: string;
|
|
14977
15544
|
UpdateControlPanel: string;
|
|
14978
15545
|
UpdateRoutingControl: string;
|
|
14979
15546
|
UpdateSafetyRule: string;
|
|
@@ -15471,22 +16038,37 @@ export declare const Actions: {
|
|
|
15471
16038
|
TagResource: string;
|
|
15472
16039
|
UntagResource: string;
|
|
15473
16040
|
UpdateAccessGrantsLocation: string;
|
|
16041
|
+
UpdateBucketMetadataInventoryTableConfiguration: string;
|
|
16042
|
+
UpdateBucketMetadataJournalTableConfiguration: string;
|
|
15474
16043
|
UpdateJobPriority: string;
|
|
15475
16044
|
UpdateJobStatus: string;
|
|
15476
16045
|
UpdateStorageLensGroup: string;
|
|
15477
16046
|
};
|
|
15478
16047
|
s3express: {
|
|
16048
|
+
CreateAccessPoint: string;
|
|
15479
16049
|
CreateBucket: string;
|
|
15480
16050
|
CreateSession: string;
|
|
16051
|
+
DeleteAccessPoint: string;
|
|
16052
|
+
DeleteAccessPointPolicy: string;
|
|
16053
|
+
DeleteAccessPointScope: string;
|
|
15481
16054
|
DeleteBucket: string;
|
|
15482
16055
|
DeleteBucketPolicy: string;
|
|
16056
|
+
GetAccessPoint: string;
|
|
16057
|
+
GetAccessPointPolicy: string;
|
|
16058
|
+
GetAccessPointScope: string;
|
|
15483
16059
|
GetBucketPolicy: string;
|
|
15484
16060
|
GetEncryptionConfiguration: string;
|
|
15485
16061
|
GetLifecycleConfiguration: string;
|
|
16062
|
+
ListAccessPointsForDirectoryBuckets: string;
|
|
15486
16063
|
ListAllMyDirectoryBuckets: string;
|
|
16064
|
+
ListTagsForResource: string;
|
|
16065
|
+
PutAccessPointPolicy: string;
|
|
16066
|
+
PutAccessPointScope: string;
|
|
15487
16067
|
PutBucketPolicy: string;
|
|
15488
16068
|
PutEncryptionConfiguration: string;
|
|
15489
16069
|
PutLifecycleConfiguration: string;
|
|
16070
|
+
TagResource: string;
|
|
16071
|
+
UntagResource: string;
|
|
15490
16072
|
};
|
|
15491
16073
|
s3tables: {
|
|
15492
16074
|
CreateNamespace: string;
|
|
@@ -15495,14 +16077,17 @@ export declare const Actions: {
|
|
|
15495
16077
|
DeleteNamespace: string;
|
|
15496
16078
|
DeleteTable: string;
|
|
15497
16079
|
DeleteTableBucket: string;
|
|
16080
|
+
DeleteTableBucketEncryption: string;
|
|
15498
16081
|
DeleteTableBucketPolicy: string;
|
|
15499
16082
|
DeleteTablePolicy: string;
|
|
15500
16083
|
GetNamespace: string;
|
|
15501
16084
|
GetTable: string;
|
|
15502
16085
|
GetTableBucket: string;
|
|
16086
|
+
GetTableBucketEncryption: string;
|
|
15503
16087
|
GetTableBucketMaintenanceConfiguration: string;
|
|
15504
16088
|
GetTableBucketPolicy: string;
|
|
15505
16089
|
GetTableData: string;
|
|
16090
|
+
GetTableEncryption: string;
|
|
15506
16091
|
GetTableMaintenanceConfiguration: string;
|
|
15507
16092
|
GetTableMaintenanceJobStatus: string;
|
|
15508
16093
|
GetTableMetadataLocation: string;
|
|
@@ -15510,14 +16095,34 @@ export declare const Actions: {
|
|
|
15510
16095
|
ListNamespaces: string;
|
|
15511
16096
|
ListTableBuckets: string;
|
|
15512
16097
|
ListTables: string;
|
|
16098
|
+
PutTableBucketEncryption: string;
|
|
15513
16099
|
PutTableBucketMaintenanceConfiguration: string;
|
|
15514
16100
|
PutTableBucketPolicy: string;
|
|
15515
16101
|
PutTableData: string;
|
|
16102
|
+
PutTableEncryption: string;
|
|
15516
16103
|
PutTableMaintenanceConfiguration: string;
|
|
15517
16104
|
PutTablePolicy: string;
|
|
15518
16105
|
RenameTable: string;
|
|
15519
16106
|
UpdateTableMetadataLocation: string;
|
|
15520
16107
|
};
|
|
16108
|
+
s3vectors: {
|
|
16109
|
+
CreateIndex: string;
|
|
16110
|
+
CreateVectorBucket: string;
|
|
16111
|
+
DeleteIndex: string;
|
|
16112
|
+
DeleteVectorBucket: string;
|
|
16113
|
+
DeleteVectorBucketPolicy: string;
|
|
16114
|
+
DeleteVectors: string;
|
|
16115
|
+
GetIndex: string;
|
|
16116
|
+
GetVectorBucket: string;
|
|
16117
|
+
GetVectorBucketPolicy: string;
|
|
16118
|
+
GetVectors: string;
|
|
16119
|
+
ListIndexes: string;
|
|
16120
|
+
ListVectorBuckets: string;
|
|
16121
|
+
ListVectors: string;
|
|
16122
|
+
PutVectorBucketPolicy: string;
|
|
16123
|
+
PutVectors: string;
|
|
16124
|
+
QueryVectors: string;
|
|
16125
|
+
};
|
|
15521
16126
|
'sagemaker-data-science-assistant': {
|
|
15522
16127
|
SendConversation: string;
|
|
15523
16128
|
};
|
|
@@ -15542,20 +16147,6 @@ export declare const Actions: {
|
|
|
15542
16147
|
TagResource: string;
|
|
15543
16148
|
UntagResource: string;
|
|
15544
16149
|
};
|
|
15545
|
-
'sagemaker-groundtruth-synthetic': {
|
|
15546
|
-
CreateProject: string;
|
|
15547
|
-
DeleteProject: string;
|
|
15548
|
-
GetAccountDetails: string;
|
|
15549
|
-
GetBatch: string;
|
|
15550
|
-
GetProject: string;
|
|
15551
|
-
ListBatchDataTransfers: string;
|
|
15552
|
-
ListBatchSummaries: string;
|
|
15553
|
-
ListProjectDataTransfers: string;
|
|
15554
|
-
ListProjectSummaries: string;
|
|
15555
|
-
StartBatchDataTransfer: string;
|
|
15556
|
-
StartProjectDataTransfer: string;
|
|
15557
|
-
UpdateBatch: string;
|
|
15558
|
-
};
|
|
15559
16150
|
'sagemaker-mlflow': {
|
|
15560
16151
|
AccessUI: string;
|
|
15561
16152
|
CreateExperiment: string;
|
|
@@ -15563,6 +16154,8 @@ export declare const Actions: {
|
|
|
15563
16154
|
CreateRegisteredModel: string;
|
|
15564
16155
|
CreateRun: string;
|
|
15565
16156
|
DeleteExperiment: string;
|
|
16157
|
+
DeleteLoggedModel: string;
|
|
16158
|
+
DeleteLoggedModelTag: string;
|
|
15566
16159
|
DeleteModelVersion: string;
|
|
15567
16160
|
DeleteModelVersionTag: string;
|
|
15568
16161
|
DeleteRegisteredModel: string;
|
|
@@ -15573,10 +16166,12 @@ export declare const Actions: {
|
|
|
15573
16166
|
DeleteTraces: string;
|
|
15574
16167
|
DeleteTraceTag: string;
|
|
15575
16168
|
EndTrace: string;
|
|
16169
|
+
FinalizeLoggedModel: string;
|
|
15576
16170
|
GetDownloadURIForModelVersionArtifacts: string;
|
|
15577
16171
|
GetExperiment: string;
|
|
15578
16172
|
GetExperimentByName: string;
|
|
15579
16173
|
GetLatestModelVersions: string;
|
|
16174
|
+
GetLoggedModel: string;
|
|
15580
16175
|
GetMetricHistory: string;
|
|
15581
16176
|
GetModelVersion: string;
|
|
15582
16177
|
GetModelVersionByAlias: string;
|
|
@@ -15584,20 +16179,25 @@ export declare const Actions: {
|
|
|
15584
16179
|
GetRun: string;
|
|
15585
16180
|
GetTraceInfo: string;
|
|
15586
16181
|
ListArtifacts: string;
|
|
16182
|
+
ListLoggedModelArtifacts: string;
|
|
15587
16183
|
LogBatch: string;
|
|
15588
16184
|
LogInputs: string;
|
|
16185
|
+
LogLoggedModelParams: string;
|
|
15589
16186
|
LogMetric: string;
|
|
15590
16187
|
LogModel: string;
|
|
16188
|
+
LogOutputs: string;
|
|
15591
16189
|
LogParam: string;
|
|
15592
16190
|
RenameRegisteredModel: string;
|
|
15593
16191
|
RestoreExperiment: string;
|
|
15594
16192
|
RestoreRun: string;
|
|
15595
16193
|
SearchExperiments: string;
|
|
16194
|
+
SearchLoggedModels: string;
|
|
15596
16195
|
SearchModelVersions: string;
|
|
15597
16196
|
SearchRegisteredModels: string;
|
|
15598
16197
|
SearchRuns: string;
|
|
15599
16198
|
SearchTraces: string;
|
|
15600
16199
|
SetExperimentTag: string;
|
|
16200
|
+
SetLoggedModelTags: string;
|
|
15601
16201
|
SetModelVersionTag: string;
|
|
15602
16202
|
SetRegisteredModelAlias: string;
|
|
15603
16203
|
SetRegisteredModelTag: string;
|
|
@@ -15614,6 +16214,8 @@ export declare const Actions: {
|
|
|
15614
16214
|
AddAssociation: string;
|
|
15615
16215
|
AddTags: string;
|
|
15616
16216
|
AssociateTrialComponent: string;
|
|
16217
|
+
AttachClusterNodeVolume: string;
|
|
16218
|
+
BatchAddClusterNodes: string;
|
|
15617
16219
|
BatchDeleteClusterNodes: string;
|
|
15618
16220
|
BatchDescribeModelPackage: string;
|
|
15619
16221
|
BatchGetMetrics: string;
|
|
@@ -15645,6 +16247,7 @@ export declare const Actions: {
|
|
|
15645
16247
|
CreateFeatureGroup: string;
|
|
15646
16248
|
CreateFlowDefinition: string;
|
|
15647
16249
|
CreateHub: string;
|
|
16250
|
+
CreateHubContentPresignedUrls: string;
|
|
15648
16251
|
CreateHubContentReference: string;
|
|
15649
16252
|
CreateHumanTaskUi: string;
|
|
15650
16253
|
CreateHyperParameterTuningJob: string;
|
|
@@ -15757,6 +16360,8 @@ export declare const Actions: {
|
|
|
15757
16360
|
DescribeAutoMLJob: string;
|
|
15758
16361
|
DescribeAutoMLJobV2: string;
|
|
15759
16362
|
DescribeCluster: string;
|
|
16363
|
+
DescribeClusterEvent: string;
|
|
16364
|
+
DescribeClusterInference: string;
|
|
15760
16365
|
DescribeClusterNode: string;
|
|
15761
16366
|
DescribeClusterSchedulerConfig: string;
|
|
15762
16367
|
DescribeCodeRepository: string;
|
|
@@ -15806,6 +16411,7 @@ export declare const Actions: {
|
|
|
15806
16411
|
DescribePipelineExecution: string;
|
|
15807
16412
|
DescribeProcessingJob: string;
|
|
15808
16413
|
DescribeProject: string;
|
|
16414
|
+
DescribeReservedCapacity: string;
|
|
15809
16415
|
DescribeSharedModel: string;
|
|
15810
16416
|
DescribeSpace: string;
|
|
15811
16417
|
DescribeStudioLifecycleConfig: string;
|
|
@@ -15818,6 +16424,7 @@ export declare const Actions: {
|
|
|
15818
16424
|
DescribeUserProfile: string;
|
|
15819
16425
|
DescribeWorkforce: string;
|
|
15820
16426
|
DescribeWorkteam: string;
|
|
16427
|
+
DetachClusterNodeVolume: string;
|
|
15821
16428
|
DisableSagemakerServicecatalogPortfolio: string;
|
|
15822
16429
|
DisassociateTrialComponent: string;
|
|
15823
16430
|
EnableSagemakerServicecatalogPortfolio: string;
|
|
@@ -15844,6 +16451,7 @@ export declare const Actions: {
|
|
|
15844
16451
|
ListAssociations: string;
|
|
15845
16452
|
ListAutoMLJobs: string;
|
|
15846
16453
|
ListCandidatesForAutoMLJob: string;
|
|
16454
|
+
ListClusterEvents: string;
|
|
15847
16455
|
ListClusterNodes: string;
|
|
15848
16456
|
ListClusters: string;
|
|
15849
16457
|
ListClusterSchedulerConfigs: string;
|
|
@@ -15900,6 +16508,7 @@ export declare const Actions: {
|
|
|
15900
16508
|
ListPipelineExecutionSteps: string;
|
|
15901
16509
|
ListPipelineParametersForExecution: string;
|
|
15902
16510
|
ListPipelines: string;
|
|
16511
|
+
ListPipelineVersions: string;
|
|
15903
16512
|
ListProcessingJobs: string;
|
|
15904
16513
|
ListProjects: string;
|
|
15905
16514
|
ListResourceCatalogs: string;
|
|
@@ -15917,6 +16526,7 @@ export declare const Actions: {
|
|
|
15917
16526
|
ListTransformJobs: string;
|
|
15918
16527
|
ListTrialComponents: string;
|
|
15919
16528
|
ListTrials: string;
|
|
16529
|
+
ListUltraServersByReservedCapacity: string;
|
|
15920
16530
|
ListUserProfiles: string;
|
|
15921
16531
|
ListWorkforces: string;
|
|
15922
16532
|
ListWorkteams: string;
|
|
@@ -15941,6 +16551,7 @@ export declare const Actions: {
|
|
|
15941
16551
|
StartMonitoringSchedule: string;
|
|
15942
16552
|
StartNotebookInstance: string;
|
|
15943
16553
|
StartPipelineExecution: string;
|
|
16554
|
+
StartSession: string;
|
|
15944
16555
|
StopAutoMLJob: string;
|
|
15945
16556
|
StopCompilationJob: string;
|
|
15946
16557
|
StopEdgeDeploymentStage: string;
|
|
@@ -15963,6 +16574,7 @@ export declare const Actions: {
|
|
|
15963
16574
|
UpdateAppImageConfig: string;
|
|
15964
16575
|
UpdateArtifact: string;
|
|
15965
16576
|
UpdateCluster: string;
|
|
16577
|
+
UpdateClusterInference: string;
|
|
15966
16578
|
UpdateClusterSchedulerConfig: string;
|
|
15967
16579
|
UpdateClusterSoftware: string;
|
|
15968
16580
|
UpdateCodeRepository: string;
|
|
@@ -15994,6 +16606,7 @@ export declare const Actions: {
|
|
|
15994
16606
|
UpdatePartnerApp: string;
|
|
15995
16607
|
UpdatePipeline: string;
|
|
15996
16608
|
UpdatePipelineExecution: string;
|
|
16609
|
+
UpdatePipelineVersion: string;
|
|
15997
16610
|
UpdateProject: string;
|
|
15998
16611
|
UpdateSharedModel: string;
|
|
15999
16612
|
UpdateSpace: string;
|
|
@@ -16068,20 +16681,28 @@ export declare const Actions: {
|
|
|
16068
16681
|
CreateBillOfMaterialsImportJob: string;
|
|
16069
16682
|
CreateDataIntegrationFlow: string;
|
|
16070
16683
|
CreateDataLakeDataset: string;
|
|
16684
|
+
CreateDataLakeNamespace: string;
|
|
16071
16685
|
CreateInstance: string;
|
|
16072
16686
|
CreateSSOApplication: string;
|
|
16073
16687
|
DeleteDataIntegrationFlow: string;
|
|
16074
16688
|
DeleteDataLakeDataset: string;
|
|
16689
|
+
DeleteDataLakeNamespace: string;
|
|
16075
16690
|
DeleteInstance: string;
|
|
16076
16691
|
DeleteSSOApplication: string;
|
|
16077
16692
|
DescribeInstance: string;
|
|
16078
16693
|
GetBillOfMaterialsImportJob: string;
|
|
16694
|
+
GetDataIntegrationEvent: string;
|
|
16079
16695
|
GetDataIntegrationFlow: string;
|
|
16696
|
+
GetDataIntegrationFlowExecution: string;
|
|
16080
16697
|
GetDataLakeDataset: string;
|
|
16698
|
+
GetDataLakeNamespace: string;
|
|
16081
16699
|
GetInstance: string;
|
|
16082
16700
|
ListAdminUsers: string;
|
|
16701
|
+
ListDataIntegrationEvents: string;
|
|
16702
|
+
ListDataIntegrationFlowExecutions: string;
|
|
16083
16703
|
ListDataIntegrationFlows: string;
|
|
16084
16704
|
ListDataLakeDatasets: string;
|
|
16705
|
+
ListDataLakeNamespaces: string;
|
|
16085
16706
|
ListInstances: string;
|
|
16086
16707
|
ListTagsForResource: string;
|
|
16087
16708
|
RemoveAdminPermissionsForUser: string;
|
|
@@ -16090,6 +16711,7 @@ export declare const Actions: {
|
|
|
16090
16711
|
UntagResource: string;
|
|
16091
16712
|
UpdateDataIntegrationFlow: string;
|
|
16092
16713
|
UpdateDataLakeDataset: string;
|
|
16714
|
+
UpdateDataLakeNamespace: string;
|
|
16093
16715
|
UpdateInstance: string;
|
|
16094
16716
|
};
|
|
16095
16717
|
sdb: {
|
|
@@ -16168,15 +16790,23 @@ export declare const Actions: {
|
|
|
16168
16790
|
BatchUpdateAutomationRules: string;
|
|
16169
16791
|
BatchUpdateFindings: string;
|
|
16170
16792
|
BatchUpdateStandardsControlAssociations: string;
|
|
16793
|
+
ConnectorRegistrationsV2: string;
|
|
16171
16794
|
CreateActionTarget: string;
|
|
16795
|
+
CreateAggregatorV2: string;
|
|
16172
16796
|
CreateAutomationRule: string;
|
|
16797
|
+
CreateAutomationRuleV2: string;
|
|
16173
16798
|
CreateConfigurationPolicy: string;
|
|
16799
|
+
CreateConnectorV2: string;
|
|
16174
16800
|
CreateFindingAggregator: string;
|
|
16175
16801
|
CreateInsight: string;
|
|
16176
16802
|
CreateMembers: string;
|
|
16803
|
+
CreateTicketV2: string;
|
|
16177
16804
|
DeclineInvitations: string;
|
|
16178
16805
|
DeleteActionTarget: string;
|
|
16806
|
+
DeleteAggregatorV2: string;
|
|
16807
|
+
DeleteAutomationRuleV2: string;
|
|
16179
16808
|
DeleteConfigurationPolicy: string;
|
|
16809
|
+
DeleteConnectorV2: string;
|
|
16180
16810
|
DeleteFindingAggregator: string;
|
|
16181
16811
|
DeleteInsight: string;
|
|
16182
16812
|
DeleteInvitations: string;
|
|
@@ -16185,21 +16815,28 @@ export declare const Actions: {
|
|
|
16185
16815
|
DescribeHub: string;
|
|
16186
16816
|
DescribeOrganizationConfiguration: string;
|
|
16187
16817
|
DescribeProducts: string;
|
|
16818
|
+
DescribeProductsV2: string;
|
|
16819
|
+
DescribeSecurityHubV2: string;
|
|
16188
16820
|
DescribeStandards: string;
|
|
16189
16821
|
DescribeStandardsControls: string;
|
|
16190
16822
|
DisableImportFindingsForProduct: string;
|
|
16191
16823
|
DisableOrganizationAdminAccount: string;
|
|
16192
16824
|
DisableSecurityHub: string;
|
|
16825
|
+
DisableSecurityHubV2: string;
|
|
16193
16826
|
DisassociateFromAdministratorAccount: string;
|
|
16194
16827
|
DisassociateFromMasterAccount: string;
|
|
16195
16828
|
DisassociateMembers: string;
|
|
16196
16829
|
EnableImportFindingsForProduct: string;
|
|
16197
16830
|
EnableOrganizationAdminAccount: string;
|
|
16198
16831
|
EnableSecurityHub: string;
|
|
16832
|
+
EnableSecurityHubV2: string;
|
|
16199
16833
|
GetAdhocInsightResults: string;
|
|
16200
16834
|
GetAdministratorAccount: string;
|
|
16835
|
+
GetAggregatorV2: string;
|
|
16836
|
+
GetAutomationRuleV2: string;
|
|
16201
16837
|
GetConfigurationPolicy: string;
|
|
16202
16838
|
GetConfigurationPolicyAssociation: string;
|
|
16839
|
+
GetConnectorV2: string;
|
|
16203
16840
|
GetControlFindingSummary: string;
|
|
16204
16841
|
GetEnabledStandards: string;
|
|
16205
16842
|
GetFindingAggregator: string;
|
|
@@ -16213,12 +16850,17 @@ export declare const Actions: {
|
|
|
16213
16850
|
GetInvitationsCount: string;
|
|
16214
16851
|
GetMasterAccount: string;
|
|
16215
16852
|
GetMembers: string;
|
|
16853
|
+
GetResourcesStatisticsV2: string;
|
|
16854
|
+
GetResourcesV2: string;
|
|
16216
16855
|
GetSecurityControlDefinition: string;
|
|
16217
16856
|
GetUsage: string;
|
|
16218
16857
|
InviteMembers: string;
|
|
16858
|
+
ListAggregatorsV2: string;
|
|
16219
16859
|
ListAutomationRules: string;
|
|
16860
|
+
ListAutomationRulesV2: string;
|
|
16220
16861
|
ListConfigurationPolicies: string;
|
|
16221
16862
|
ListConfigurationPolicyAssociations: string;
|
|
16863
|
+
ListConnectorsV2: string;
|
|
16222
16864
|
ListControlEvaluationSummaries: string;
|
|
16223
16865
|
ListEnabledProductsForImport: string;
|
|
16224
16866
|
ListFindingAggregators: string;
|
|
@@ -16235,7 +16877,10 @@ export declare const Actions: {
|
|
|
16235
16877
|
TagResource: string;
|
|
16236
16878
|
UntagResource: string;
|
|
16237
16879
|
UpdateActionTarget: string;
|
|
16880
|
+
UpdateAggregatorV2: string;
|
|
16881
|
+
UpdateAutomationRuleV2: string;
|
|
16238
16882
|
UpdateConfigurationPolicy: string;
|
|
16883
|
+
UpdateConnectorV2: string;
|
|
16239
16884
|
UpdateFindingAggregator: string;
|
|
16240
16885
|
UpdateFindings: string;
|
|
16241
16886
|
UpdateInsight: string;
|
|
@@ -16419,6 +17064,7 @@ export declare const Actions: {
|
|
|
16419
17064
|
CreatePublicDnsNamespace: string;
|
|
16420
17065
|
CreateService: string;
|
|
16421
17066
|
DeleteNamespace: string;
|
|
17067
|
+
DeleteResourcePolicy: string;
|
|
16422
17068
|
DeleteService: string;
|
|
16423
17069
|
DeleteServiceAttributes: string;
|
|
16424
17070
|
DeregisterInstance: string;
|
|
@@ -16428,6 +17074,7 @@ export declare const Actions: {
|
|
|
16428
17074
|
GetInstancesHealthStatus: string;
|
|
16429
17075
|
GetNamespace: string;
|
|
16430
17076
|
GetOperation: string;
|
|
17077
|
+
GetResourcePolicy: string;
|
|
16431
17078
|
GetService: string;
|
|
16432
17079
|
GetServiceAttributes: string;
|
|
16433
17080
|
ListInstances: string;
|
|
@@ -16435,6 +17082,7 @@ export declare const Actions: {
|
|
|
16435
17082
|
ListOperations: string;
|
|
16436
17083
|
ListServices: string;
|
|
16437
17084
|
ListTagsForResource: string;
|
|
17085
|
+
PutResourcePolicy: string;
|
|
16438
17086
|
RegisterInstance: string;
|
|
16439
17087
|
TagResource: string;
|
|
16440
17088
|
UntagResource: string;
|
|
@@ -16450,6 +17098,7 @@ export declare const Actions: {
|
|
|
16450
17098
|
};
|
|
16451
17099
|
servicequotas: {
|
|
16452
17100
|
AssociateServiceQuotaTemplate: string;
|
|
17101
|
+
CreateSupportCase: string;
|
|
16453
17102
|
DeleteServiceQuotaIncreaseRequestFromTemplate: string;
|
|
16454
17103
|
DisassociateServiceQuotaTemplate: string;
|
|
16455
17104
|
GetAssociationForServiceQuotaTemplate: string;
|
|
@@ -16500,6 +17149,8 @@ export declare const Actions: {
|
|
|
16500
17149
|
CreateRelay: string;
|
|
16501
17150
|
CreateRuleSet: string;
|
|
16502
17151
|
CreateTemplate: string;
|
|
17152
|
+
CreateTenant: string;
|
|
17153
|
+
CreateTenantResourceAssociation: string;
|
|
16503
17154
|
CreateTrafficPolicy: string;
|
|
16504
17155
|
DeleteAddonInstance: string;
|
|
16505
17156
|
DeleteAddonSubscription: string;
|
|
@@ -16526,6 +17177,8 @@ export declare const Actions: {
|
|
|
16526
17177
|
DeleteRuleSet: string;
|
|
16527
17178
|
DeleteSuppressedDestination: string;
|
|
16528
17179
|
DeleteTemplate: string;
|
|
17180
|
+
DeleteTenant: string;
|
|
17181
|
+
DeleteTenantResourceAssociation: string;
|
|
16529
17182
|
DeleteTrafficPolicy: string;
|
|
16530
17183
|
DeleteVerifiedEmailAddress: string;
|
|
16531
17184
|
DeregisterMemberFromAddressList: string;
|
|
@@ -16573,11 +17226,13 @@ export declare const Actions: {
|
|
|
16573
17226
|
GetMessageInsights: string;
|
|
16574
17227
|
GetMultiRegionEndpoint: string;
|
|
16575
17228
|
GetRelay: string;
|
|
17229
|
+
GetReputationEntity: string;
|
|
16576
17230
|
GetRuleSet: string;
|
|
16577
17231
|
GetSendQuota: string;
|
|
16578
17232
|
GetSendStatistics: string;
|
|
16579
17233
|
GetSuppressedDestination: string;
|
|
16580
17234
|
GetTemplate: string;
|
|
17235
|
+
GetTenant: string;
|
|
16581
17236
|
GetTrafficPolicy: string;
|
|
16582
17237
|
ListAddonInstances: string;
|
|
16583
17238
|
ListAddonSubscriptions: string;
|
|
@@ -16606,10 +17261,14 @@ export declare const Actions: {
|
|
|
16606
17261
|
ListReceiptRuleSets: string;
|
|
16607
17262
|
ListRecommendations: string;
|
|
16608
17263
|
ListRelays: string;
|
|
17264
|
+
ListReputationEntities: string;
|
|
17265
|
+
ListResourceTenants: string;
|
|
16609
17266
|
ListRuleSets: string;
|
|
16610
17267
|
ListSuppressedDestinations: string;
|
|
16611
17268
|
ListTagsForResource: string;
|
|
16612
17269
|
ListTemplates: string;
|
|
17270
|
+
ListTenantResources: string;
|
|
17271
|
+
ListTenants: string;
|
|
16613
17272
|
ListTrafficPolicies: string;
|
|
16614
17273
|
ListVerifiedEmailAddresses: string;
|
|
16615
17274
|
PutAccountDedicatedIpWarmupAttributes: string;
|
|
@@ -16676,6 +17335,8 @@ export declare const Actions: {
|
|
|
16676
17335
|
UpdateIngressPoint: string;
|
|
16677
17336
|
UpdateReceiptRule: string;
|
|
16678
17337
|
UpdateRelay: string;
|
|
17338
|
+
UpdateReputationEntityCustomerManagedStatus: string;
|
|
17339
|
+
UpdateReputationEntityPolicy: string;
|
|
16679
17340
|
UpdateRuleSet: string;
|
|
16680
17341
|
UpdateTemplate: string;
|
|
16681
17342
|
UpdateTrafficPolicy: string;
|
|
@@ -16696,6 +17357,7 @@ export declare const Actions: {
|
|
|
16696
17357
|
DeleteProtectionGroup: string;
|
|
16697
17358
|
DeleteSubscription: string;
|
|
16698
17359
|
DescribeAttack: string;
|
|
17360
|
+
DescribeAttackContributors: string;
|
|
16699
17361
|
DescribeAttackStatistics: string;
|
|
16700
17362
|
DescribeDRTAccess: string;
|
|
16701
17363
|
DescribeEmergencyContactSettings: string;
|
|
@@ -16709,8 +17371,10 @@ export declare const Actions: {
|
|
|
16709
17371
|
DisassociateHealthCheck: string;
|
|
16710
17372
|
EnableApplicationLayerAutomaticResponse: string;
|
|
16711
17373
|
EnableProactiveEngagement: string;
|
|
17374
|
+
GetGlobalThreatData: string;
|
|
16712
17375
|
GetSubscriptionState: string;
|
|
16713
17376
|
ListAttacks: string;
|
|
17377
|
+
ListMitigations: string;
|
|
16714
17378
|
ListProtectionGroups: string;
|
|
16715
17379
|
ListProtections: string;
|
|
16716
17380
|
ListResourcesInProtectionGroup: string;
|
|
@@ -16990,18 +17654,26 @@ export declare const Actions: {
|
|
|
16990
17654
|
};
|
|
16991
17655
|
'social-messaging': {
|
|
16992
17656
|
AssociateWhatsAppBusinessAccount: string;
|
|
17657
|
+
CreateWhatsAppMessageTemplate: string;
|
|
17658
|
+
CreateWhatsAppMessageTemplateFromLibrary: string;
|
|
17659
|
+
CreateWhatsAppMessageTemplateMedia: string;
|
|
16993
17660
|
DeleteWhatsAppMessageMedia: string;
|
|
17661
|
+
DeleteWhatsAppMessageTemplate: string;
|
|
16994
17662
|
DisassociateWhatsAppBusinessAccount: string;
|
|
16995
17663
|
GetLinkedWhatsAppBusinessAccount: string;
|
|
16996
17664
|
GetLinkedWhatsAppBusinessAccountPhoneNumber: string;
|
|
16997
17665
|
GetWhatsAppMessageMedia: string;
|
|
17666
|
+
GetWhatsAppMessageTemplate: string;
|
|
16998
17667
|
ListLinkedWhatsAppBusinessAccounts: string;
|
|
16999
17668
|
ListTagsForResource: string;
|
|
17669
|
+
ListWhatsAppMessageTemplates: string;
|
|
17670
|
+
ListWhatsAppTemplateLibrary: string;
|
|
17000
17671
|
PostWhatsAppMessageMedia: string;
|
|
17001
17672
|
PutWhatsAppBusinessAccountEventDestinations: string;
|
|
17002
17673
|
SendWhatsAppMessage: string;
|
|
17003
17674
|
TagResource: string;
|
|
17004
17675
|
UntagResource: string;
|
|
17676
|
+
UpdateWhatsAppMessageTemplate: string;
|
|
17005
17677
|
};
|
|
17006
17678
|
sqlworkbench: {
|
|
17007
17679
|
AssociateConnectionWithChart: string;
|
|
@@ -17150,9 +17822,12 @@ export declare const Actions: {
|
|
|
17150
17822
|
};
|
|
17151
17823
|
'ssm-guiconnect': {
|
|
17152
17824
|
CancelConnection: string;
|
|
17825
|
+
DeleteConnectionRecordingPreferences: string;
|
|
17153
17826
|
GetConnection: string;
|
|
17827
|
+
GetConnectionRecordingPreferences: string;
|
|
17154
17828
|
ListConnections: string;
|
|
17155
17829
|
StartConnection: string;
|
|
17830
|
+
UpdateConnectionRecordingPreferences: string;
|
|
17156
17831
|
};
|
|
17157
17832
|
'ssm-incidents': {
|
|
17158
17833
|
BatchGetIncidentFindings: string;
|
|
@@ -17209,20 +17884,26 @@ export declare const Actions: {
|
|
|
17209
17884
|
DeregisterApplication: string;
|
|
17210
17885
|
GetApplication: string;
|
|
17211
17886
|
GetComponent: string;
|
|
17887
|
+
GetConfigurationCheckOperation: string;
|
|
17212
17888
|
GetDatabase: string;
|
|
17213
17889
|
GetOperation: string;
|
|
17214
17890
|
GetResourcePermission: string;
|
|
17215
17891
|
ListApplications: string;
|
|
17216
17892
|
ListComponents: string;
|
|
17893
|
+
ListConfigurationCheckDefinitions: string;
|
|
17894
|
+
ListConfigurationCheckOperations: string;
|
|
17217
17895
|
ListDatabases: string;
|
|
17218
17896
|
ListOperationEvents: string;
|
|
17219
17897
|
ListOperations: string;
|
|
17898
|
+
ListSubCheckResults: string;
|
|
17899
|
+
ListSubCheckRuleResults: string;
|
|
17220
17900
|
ListTagsForResource: string;
|
|
17221
17901
|
PutResourcePermission: string;
|
|
17222
17902
|
RegisterApplication: string;
|
|
17223
17903
|
RestoreDatabase: string;
|
|
17224
17904
|
StartApplication: string;
|
|
17225
17905
|
StartApplicationRefresh: string;
|
|
17906
|
+
StartConfigurationChecks: string;
|
|
17226
17907
|
StopApplication: string;
|
|
17227
17908
|
TagResource: string;
|
|
17228
17909
|
UntagResource: string;
|
|
@@ -17295,6 +17976,7 @@ export declare const Actions: {
|
|
|
17295
17976
|
DescribeSessions: string;
|
|
17296
17977
|
DisassociateOpsItemRelatedItem: string;
|
|
17297
17978
|
ExecuteAPI: string;
|
|
17979
|
+
GetAccessToken: string;
|
|
17298
17980
|
GetAutomationExecution: string;
|
|
17299
17981
|
GetCalendar: string;
|
|
17300
17982
|
GetCalendarState: string;
|
|
@@ -17360,6 +18042,7 @@ export declare const Actions: {
|
|
|
17360
18042
|
ResumeSession: string;
|
|
17361
18043
|
SendAutomationSignal: string;
|
|
17362
18044
|
SendCommand: string;
|
|
18045
|
+
StartAccessRequest: string;
|
|
17363
18046
|
StartAssociationsOnce: string;
|
|
17364
18047
|
StartAutomationExecution: string;
|
|
17365
18048
|
StartChangeRequestExecution: string;
|
|
@@ -17484,7 +18167,6 @@ export declare const Actions: {
|
|
|
17484
18167
|
DeleteManagedApplicationInstance: string;
|
|
17485
18168
|
DeletePermissionsBoundaryFromPermissionSet: string;
|
|
17486
18169
|
DeletePermissionSet: string;
|
|
17487
|
-
DeletePermissionsPolicy: string;
|
|
17488
18170
|
DeleteProfile: string;
|
|
17489
18171
|
DeleteTrustedTokenIssuer: string;
|
|
17490
18172
|
DescribeAccountAssignmentCreationStatus: string;
|
|
@@ -17492,15 +18174,12 @@ export declare const Actions: {
|
|
|
17492
18174
|
DescribeApplication: string;
|
|
17493
18175
|
DescribeApplicationAssignment: string;
|
|
17494
18176
|
DescribeApplicationProvider: string;
|
|
17495
|
-
DescribeDirectories: string;
|
|
17496
18177
|
DescribeInstance: string;
|
|
17497
18178
|
DescribeInstanceAccessControlAttributeConfiguration: string;
|
|
17498
18179
|
DescribePermissionSet: string;
|
|
17499
18180
|
DescribePermissionSetProvisioningStatus: string;
|
|
17500
|
-
DescribePermissionsPolicies: string;
|
|
17501
18181
|
DescribeRegisteredRegions: string;
|
|
17502
18182
|
DescribeTrustedTokenIssuer: string;
|
|
17503
|
-
DescribeTrusts: string;
|
|
17504
18183
|
DetachCustomerManagedPolicyReferenceFromPermissionSet: string;
|
|
17505
18184
|
DetachManagedPolicyFromPermissionSet: string;
|
|
17506
18185
|
DisassociateDirectory: string;
|
|
@@ -17510,13 +18189,13 @@ export declare const Actions: {
|
|
|
17510
18189
|
GetApplicationAuthenticationMethod: string;
|
|
17511
18190
|
GetApplicationGrant: string;
|
|
17512
18191
|
GetApplicationInstance: string;
|
|
18192
|
+
GetApplicationSessionConfiguration: string;
|
|
17513
18193
|
GetApplicationTemplate: string;
|
|
17514
18194
|
GetInlinePolicyForPermissionSet: string;
|
|
17515
18195
|
GetManagedApplicationInstance: string;
|
|
17516
18196
|
GetMfaDeviceManagementForDirectory: string;
|
|
17517
18197
|
GetPermissionsBoundaryForPermissionSet: string;
|
|
17518
18198
|
GetPermissionSet: string;
|
|
17519
|
-
GetPermissionsPolicy: string;
|
|
17520
18199
|
GetProfile: string;
|
|
17521
18200
|
GetSharedSsoConfiguration: string;
|
|
17522
18201
|
GetSsoConfiguration: string;
|
|
@@ -17554,6 +18233,7 @@ export declare const Actions: {
|
|
|
17554
18233
|
PutApplicationAssignmentConfiguration: string;
|
|
17555
18234
|
PutApplicationAuthenticationMethod: string;
|
|
17556
18235
|
PutApplicationGrant: string;
|
|
18236
|
+
PutApplicationSessionConfiguration: string;
|
|
17557
18237
|
PutInlinePolicyToPermissionSet: string;
|
|
17558
18238
|
PutMfaDeviceManagementForDirectory: string;
|
|
17559
18239
|
PutPermissionsBoundaryToPermissionSet: string;
|
|
@@ -17571,7 +18251,6 @@ export declare const Actions: {
|
|
|
17571
18251
|
UpdateApplicationInstanceSecurityConfiguration: string;
|
|
17572
18252
|
UpdateApplicationInstanceServiceProviderConfiguration: string;
|
|
17573
18253
|
UpdateApplicationInstanceStatus: string;
|
|
17574
|
-
UpdateDirectoryAssociation: string;
|
|
17575
18254
|
UpdateInstance: string;
|
|
17576
18255
|
UpdateInstanceAccessControlAttributeConfiguration: string;
|
|
17577
18256
|
UpdateManagedApplicationInstanceStatus: string;
|
|
@@ -17736,12 +18415,26 @@ export declare const Actions: {
|
|
|
17736
18415
|
SetSourceIdentity: string;
|
|
17737
18416
|
TagSession: string;
|
|
17738
18417
|
};
|
|
18418
|
+
'support-console': {
|
|
18419
|
+
CheckSubscription: string;
|
|
18420
|
+
CreateCaseDraft: string;
|
|
18421
|
+
CreateContact: string;
|
|
18422
|
+
DeleteCaseDraft: string;
|
|
18423
|
+
DescribeDynamicHelp: string;
|
|
18424
|
+
GetAccountGovCloudEnabled: string;
|
|
18425
|
+
GetAccountState: string;
|
|
18426
|
+
GetBanner: string;
|
|
18427
|
+
GetCaseDraft: string;
|
|
18428
|
+
GetQuestionnaire: string;
|
|
18429
|
+
SaveFeedback: string;
|
|
18430
|
+
};
|
|
17739
18431
|
support: {
|
|
17740
18432
|
AddAttachmentsToSet: string;
|
|
17741
18433
|
AddCommunicationToCase: string;
|
|
17742
18434
|
CreateCase: string;
|
|
17743
18435
|
DescribeAttachment: string;
|
|
17744
18436
|
DescribeCaseAttributes: string;
|
|
18437
|
+
DescribeCaseOptions: string;
|
|
17745
18438
|
DescribeCases: string;
|
|
17746
18439
|
DescribeCommunication: string;
|
|
17747
18440
|
DescribeCommunications: string;
|
|
@@ -17764,6 +18457,8 @@ export declare const Actions: {
|
|
|
17764
18457
|
ResolveCase: string;
|
|
17765
18458
|
SearchForCases: string;
|
|
17766
18459
|
StartInteraction: string;
|
|
18460
|
+
UpdateCaseSeverity: string;
|
|
18461
|
+
UpdateInteraction: string;
|
|
17767
18462
|
};
|
|
17768
18463
|
supportapp: {
|
|
17769
18464
|
CreateSlackChannelConfiguration: string;
|
|
@@ -17787,10 +18482,6 @@ export declare const Actions: {
|
|
|
17787
18482
|
ListSupportPlanModifiers: string;
|
|
17788
18483
|
StartSupportPlanUpdate: string;
|
|
17789
18484
|
};
|
|
17790
|
-
supportrecommendations: {
|
|
17791
|
-
GetSupportTroubleshootingResponse: string;
|
|
17792
|
-
StartSupportTroubleshooting: string;
|
|
17793
|
-
};
|
|
17794
18485
|
sustainability: {
|
|
17795
18486
|
GetCarbonFootprintSummary: string;
|
|
17796
18487
|
};
|
|
@@ -17865,6 +18556,7 @@ export declare const Actions: {
|
|
|
17865
18556
|
ListGroups: string;
|
|
17866
18557
|
ListTagsForResource: string;
|
|
17867
18558
|
StartCanary: string;
|
|
18559
|
+
StartCanaryDryRun: string;
|
|
17868
18560
|
StopCanary: string;
|
|
17869
18561
|
TagResource: string;
|
|
17870
18562
|
UntagResource: string;
|
|
@@ -18153,6 +18845,8 @@ export declare const Actions: {
|
|
|
18153
18845
|
SendWorkflowStepState: string;
|
|
18154
18846
|
StartDirectoryListing: string;
|
|
18155
18847
|
StartFileTransfer: string;
|
|
18848
|
+
StartRemoteDelete: string;
|
|
18849
|
+
StartRemoteMove: string;
|
|
18156
18850
|
StartServer: string;
|
|
18157
18851
|
StopServer: string;
|
|
18158
18852
|
TagResource: string;
|
|
@@ -18170,6 +18864,15 @@ export declare const Actions: {
|
|
|
18170
18864
|
UpdateWebApp: string;
|
|
18171
18865
|
UpdateWebAppCustomization: string;
|
|
18172
18866
|
};
|
|
18867
|
+
transform: {
|
|
18868
|
+
AssociateConnectorResource: string;
|
|
18869
|
+
CreateProfile: string;
|
|
18870
|
+
DeleteProfile: string;
|
|
18871
|
+
GetConnector: string;
|
|
18872
|
+
ListProfiles: string;
|
|
18873
|
+
RejectConnector: string;
|
|
18874
|
+
UpdateProfile: string;
|
|
18875
|
+
};
|
|
18173
18876
|
translate: {
|
|
18174
18877
|
CreateParallelData: string;
|
|
18175
18878
|
DeleteParallelData: string;
|
|
@@ -18264,6 +18967,11 @@ export declare const Actions: {
|
|
|
18264
18967
|
ListUserSubscriptions: string;
|
|
18265
18968
|
UpdateClaim: string;
|
|
18266
18969
|
};
|
|
18970
|
+
uxc: {
|
|
18971
|
+
DeleteAccountColor: string;
|
|
18972
|
+
GetAccountColor: string;
|
|
18973
|
+
PutAccountColor: string;
|
|
18974
|
+
};
|
|
18267
18975
|
'vendor-insights': {
|
|
18268
18976
|
ActivateSecurityProfile: string;
|
|
18269
18977
|
AssociateDataSource: string;
|
|
@@ -18313,7 +19021,10 @@ export declare const Actions: {
|
|
|
18313
19021
|
ListPolicies: string;
|
|
18314
19022
|
ListPolicyStores: string;
|
|
18315
19023
|
ListPolicyTemplates: string;
|
|
19024
|
+
ListTagsForResource: string;
|
|
18316
19025
|
PutSchema: string;
|
|
19026
|
+
TagResource: string;
|
|
19027
|
+
UntagResource: string;
|
|
18317
19028
|
UpdateIdentitySource: string;
|
|
18318
19029
|
UpdatePolicy: string;
|
|
18319
19030
|
UpdatePolicyStore: string;
|
|
@@ -18357,6 +19068,7 @@ export declare const Actions: {
|
|
|
18357
19068
|
Invoke: string;
|
|
18358
19069
|
};
|
|
18359
19070
|
'vpc-lattice': {
|
|
19071
|
+
AssociateViaAWSService: string;
|
|
18360
19072
|
'AssociateViaAWSService-EventsAndStates': string;
|
|
18361
19073
|
CreateAccessLogSubscription: string;
|
|
18362
19074
|
CreateListener: string;
|
|
@@ -19064,11 +19776,27 @@ export declare const Actions: {
|
|
|
19064
19776
|
GetRawMessageContent: string;
|
|
19065
19777
|
PutRawMessageContent: string;
|
|
19066
19778
|
};
|
|
19779
|
+
'workspaces-instances': {
|
|
19780
|
+
AssociateVolume: string;
|
|
19781
|
+
CreateVolume: string;
|
|
19782
|
+
CreateWorkspaceInstance: string;
|
|
19783
|
+
DeleteVolume: string;
|
|
19784
|
+
DeleteWorkspaceInstance: string;
|
|
19785
|
+
DisassociateVolume: string;
|
|
19786
|
+
GetWorkspaceInstance: string;
|
|
19787
|
+
ListInstanceTypes: string;
|
|
19788
|
+
ListRegions: string;
|
|
19789
|
+
ListTagsForResource: string;
|
|
19790
|
+
ListWorkspaceInstances: string;
|
|
19791
|
+
TagResource: string;
|
|
19792
|
+
UntagResource: string;
|
|
19793
|
+
};
|
|
19067
19794
|
'workspaces-web': {
|
|
19068
19795
|
AssociateBrowserSettings: string;
|
|
19069
19796
|
AssociateDataProtectionSettings: string;
|
|
19070
19797
|
AssociateIpAccessSettings: string;
|
|
19071
19798
|
AssociateNetworkSettings: string;
|
|
19799
|
+
AssociateSessionLogger: string;
|
|
19072
19800
|
AssociateTrustStore: string;
|
|
19073
19801
|
AssociateUserAccessLoggingSettings: string;
|
|
19074
19802
|
AssociateUserSettings: string;
|
|
@@ -19078,6 +19806,7 @@ export declare const Actions: {
|
|
|
19078
19806
|
CreateIpAccessSettings: string;
|
|
19079
19807
|
CreateNetworkSettings: string;
|
|
19080
19808
|
CreatePortal: string;
|
|
19809
|
+
CreateSessionLogger: string;
|
|
19081
19810
|
CreateTrustStore: string;
|
|
19082
19811
|
CreateUserAccessLoggingSettings: string;
|
|
19083
19812
|
CreateUserSettings: string;
|
|
@@ -19087,6 +19816,7 @@ export declare const Actions: {
|
|
|
19087
19816
|
DeleteIpAccessSettings: string;
|
|
19088
19817
|
DeleteNetworkSettings: string;
|
|
19089
19818
|
DeletePortal: string;
|
|
19819
|
+
DeleteSessionLogger: string;
|
|
19090
19820
|
DeleteTrustStore: string;
|
|
19091
19821
|
DeleteUserAccessLoggingSettings: string;
|
|
19092
19822
|
DeleteUserSettings: string;
|
|
@@ -19094,6 +19824,7 @@ export declare const Actions: {
|
|
|
19094
19824
|
DisassociateDataProtectionSettings: string;
|
|
19095
19825
|
DisassociateIpAccessSettings: string;
|
|
19096
19826
|
DisassociateNetworkSettings: string;
|
|
19827
|
+
DisassociateSessionLogger: string;
|
|
19097
19828
|
DisassociateTrustStore: string;
|
|
19098
19829
|
DisassociateUserAccessLoggingSettings: string;
|
|
19099
19830
|
DisassociateUserSettings: string;
|
|
@@ -19106,6 +19837,7 @@ export declare const Actions: {
|
|
|
19106
19837
|
GetPortal: string;
|
|
19107
19838
|
GetPortalServiceProviderMetadata: string;
|
|
19108
19839
|
GetSession: string;
|
|
19840
|
+
GetSessionLogger: string;
|
|
19109
19841
|
GetTrustStore: string;
|
|
19110
19842
|
GetTrustStoreCertificate: string;
|
|
19111
19843
|
GetUserAccessLoggingSettings: string;
|
|
@@ -19116,6 +19848,7 @@ export declare const Actions: {
|
|
|
19116
19848
|
ListIpAccessSettings: string;
|
|
19117
19849
|
ListNetworkSettings: string;
|
|
19118
19850
|
ListPortals: string;
|
|
19851
|
+
ListSessionLoggers: string;
|
|
19119
19852
|
ListSessions: string;
|
|
19120
19853
|
ListTagsForResource: string;
|
|
19121
19854
|
ListTrustStoreCertificates: string;
|
|
@@ -19130,6 +19863,7 @@ export declare const Actions: {
|
|
|
19130
19863
|
UpdateIpAccessSettings: string;
|
|
19131
19864
|
UpdateNetworkSettings: string;
|
|
19132
19865
|
UpdatePortal: string;
|
|
19866
|
+
UpdateSessionLogger: string;
|
|
19133
19867
|
UpdateTrustStore: string;
|
|
19134
19868
|
UpdateUserAccessLoggingSettings: string;
|
|
19135
19869
|
UpdateUserSettings: string;
|
|
@@ -19145,6 +19879,7 @@ export declare const Actions: {
|
|
|
19145
19879
|
CreateConnectClientAddIn: string;
|
|
19146
19880
|
CreateConnectionAlias: string;
|
|
19147
19881
|
CreateIpGroup: string;
|
|
19882
|
+
CreateRootClientCertificate: string;
|
|
19148
19883
|
CreateStandbyWorkspaces: string;
|
|
19149
19884
|
CreateTags: string;
|
|
19150
19885
|
CreateUpdatedWorkspaceImage: string;
|
|
@@ -19157,6 +19892,7 @@ export declare const Actions: {
|
|
|
19157
19892
|
DeleteConnectClientAddIn: string;
|
|
19158
19893
|
DeleteConnectionAlias: string;
|
|
19159
19894
|
DeleteIpGroup: string;
|
|
19895
|
+
DeleteRootClientCertificate: string;
|
|
19160
19896
|
DeleteTags: string;
|
|
19161
19897
|
DeleteWorkspaceBundle: string;
|
|
19162
19898
|
DeleteWorkspaceImage: string;
|
|
@@ -19172,8 +19908,11 @@ export declare const Actions: {
|
|
|
19172
19908
|
DescribeConnectClientAddIns: string;
|
|
19173
19909
|
DescribeConnectionAliases: string;
|
|
19174
19910
|
DescribeConnectionAliasPermissions: string;
|
|
19911
|
+
DescribeConsent: string;
|
|
19912
|
+
DescribeCustomWorkspaceImageImport: string;
|
|
19175
19913
|
DescribeImageAssociations: string;
|
|
19176
19914
|
DescribeIpGroups: string;
|
|
19915
|
+
DescribeRootClientCertificates: string;
|
|
19177
19916
|
DescribeTags: string;
|
|
19178
19917
|
DescribeWorkspaceAssociations: string;
|
|
19179
19918
|
DescribeWorkspaceBundles: string;
|
|
@@ -19185,11 +19924,13 @@ export declare const Actions: {
|
|
|
19185
19924
|
DescribeWorkspaceSnapshots: string;
|
|
19186
19925
|
DescribeWorkspacesPools: string;
|
|
19187
19926
|
DescribeWorkspacesPoolSessions: string;
|
|
19927
|
+
DirectoryAccessManagement: string;
|
|
19188
19928
|
DisassociateConnectionAlias: string;
|
|
19189
19929
|
DisassociateIpGroups: string;
|
|
19190
19930
|
DisassociateWorkspaceApplication: string;
|
|
19191
19931
|
GetAccountLink: string;
|
|
19192
19932
|
ImportClientBranding: string;
|
|
19933
|
+
ImportCustomWorkspaceImage: string;
|
|
19193
19934
|
ImportWorkspaceImage: string;
|
|
19194
19935
|
ListAccountLinks: string;
|
|
19195
19936
|
ListAvailableManagementCidrRanges: string;
|
|
@@ -19221,6 +19962,8 @@ export declare const Actions: {
|
|
|
19221
19962
|
TerminateWorkspacesPoolSession: string;
|
|
19222
19963
|
UpdateConnectClientAddIn: string;
|
|
19223
19964
|
UpdateConnectionAliasPermission: string;
|
|
19965
|
+
UpdateConsent: string;
|
|
19966
|
+
UpdateRootClientCertificate: string;
|
|
19224
19967
|
UpdateRulesOfIpGroup: string;
|
|
19225
19968
|
UpdateWorkspaceBundle: string;
|
|
19226
19969
|
UpdateWorkspaceImagePermission: string;
|