aws-iam-data 0.0.299 → 0.0.301
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/dist/data/json/changelog.json +358 -0
- package/dist/data/json/iam.json +54344 -52627
- package/dist/data/json/metadata.json +276 -202
- package/dist/data/json/reports.json +19 -19
- package/package.json +1 -1
|
@@ -6170,6 +6170,59 @@
|
|
|
6170
6170
|
"aws:TagKeys"
|
|
6171
6171
|
]
|
|
6172
6172
|
},
|
|
6173
|
+
{
|
|
6174
|
+
"name": "Amazon Connect Outbound Campaigns",
|
|
6175
|
+
"servicePrefix": "connect-campaigns",
|
|
6176
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectoutboundcampaigns.html",
|
|
6177
|
+
"actionsCount": 35,
|
|
6178
|
+
"actions": [
|
|
6179
|
+
"CreateCampaign",
|
|
6180
|
+
"DeleteCampaign",
|
|
6181
|
+
"DeleteCampaignChannelSubtypeConfig",
|
|
6182
|
+
"DeleteCampaignCommunicationLimits",
|
|
6183
|
+
"DeleteCampaignCommunicationTime",
|
|
6184
|
+
"DeleteConnectInstanceConfig",
|
|
6185
|
+
"DeleteConnectInstanceIntegration",
|
|
6186
|
+
"DeleteInstanceOnboardingJob",
|
|
6187
|
+
"DescribeCampaign",
|
|
6188
|
+
"GetCampaignState",
|
|
6189
|
+
"GetCampaignStateBatch",
|
|
6190
|
+
"GetConnectInstanceConfig",
|
|
6191
|
+
"GetInstanceOnboardingJobStatus",
|
|
6192
|
+
"ListCampaigns",
|
|
6193
|
+
"ListConnectInstanceIntegrations",
|
|
6194
|
+
"ListTagsForResource",
|
|
6195
|
+
"PauseCampaign",
|
|
6196
|
+
"PutConnectInstanceIntegration",
|
|
6197
|
+
"PutDialRequestBatch",
|
|
6198
|
+
"PutOutboundRequestBatch",
|
|
6199
|
+
"ResumeCampaign",
|
|
6200
|
+
"StartCampaign",
|
|
6201
|
+
"StartInstanceOnboardingJob",
|
|
6202
|
+
"StopCampaign",
|
|
6203
|
+
"TagResource",
|
|
6204
|
+
"UntagResource",
|
|
6205
|
+
"UpdateCampaignChannelSubtypeConfig",
|
|
6206
|
+
"UpdateCampaignCommunicationLimits",
|
|
6207
|
+
"UpdateCampaignCommunicationTime",
|
|
6208
|
+
"UpdateCampaignDialerConfig",
|
|
6209
|
+
"UpdateCampaignFlowAssociation",
|
|
6210
|
+
"UpdateCampaignName",
|
|
6211
|
+
"UpdateCampaignOutboundCallConfig",
|
|
6212
|
+
"UpdateCampaignSchedule",
|
|
6213
|
+
"UpdateCampaignSource"
|
|
6214
|
+
],
|
|
6215
|
+
"resourceTypesCount": 1,
|
|
6216
|
+
"resourceTypes": [
|
|
6217
|
+
"campaign"
|
|
6218
|
+
],
|
|
6219
|
+
"conditionKeysCount": 3,
|
|
6220
|
+
"conditionKeys": [
|
|
6221
|
+
"aws:RequestTag/${TagKey}",
|
|
6222
|
+
"aws:ResourceTag/${TagKey}",
|
|
6223
|
+
"aws:TagKeys"
|
|
6224
|
+
]
|
|
6225
|
+
},
|
|
6173
6226
|
{
|
|
6174
6227
|
"name": "Amazon Connect Voice ID",
|
|
6175
6228
|
"servicePrefix": "voiceid",
|
|
@@ -6936,7 +6989,7 @@
|
|
|
6936
6989
|
"name": "Amazon DataZone",
|
|
6937
6990
|
"servicePrefix": "datazone",
|
|
6938
6991
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
6939
|
-
"actionsCount":
|
|
6992
|
+
"actionsCount": 174,
|
|
6940
6993
|
"actions": [
|
|
6941
6994
|
"AcceptPredictions",
|
|
6942
6995
|
"AcceptSubscriptionRequest",
|
|
@@ -6968,6 +7021,7 @@
|
|
|
6968
7021
|
"CreateProject",
|
|
6969
7022
|
"CreateProjectMembership",
|
|
6970
7023
|
"CreateProjectProfile",
|
|
7024
|
+
"CreateRule",
|
|
6971
7025
|
"CreateSubscriptionGrant",
|
|
6972
7026
|
"CreateSubscriptionRequest",
|
|
6973
7027
|
"CreateSubscriptionTarget",
|
|
@@ -6992,6 +7046,7 @@
|
|
|
6992
7046
|
"DeleteProject",
|
|
6993
7047
|
"DeleteProjectMembership",
|
|
6994
7048
|
"DeleteProjectProfile",
|
|
7049
|
+
"DeleteRule",
|
|
6995
7050
|
"DeleteSubscriptionGrant",
|
|
6996
7051
|
"DeleteSubscriptionRequest",
|
|
6997
7052
|
"DeleteSubscriptionTarget",
|
|
@@ -7023,6 +7078,7 @@
|
|
|
7023
7078
|
"GetMetadataGenerationRun",
|
|
7024
7079
|
"GetProject",
|
|
7025
7080
|
"GetProjectProfile",
|
|
7081
|
+
"GetRule",
|
|
7026
7082
|
"GetSubscription",
|
|
7027
7083
|
"GetSubscriptionEligibility",
|
|
7028
7084
|
"GetSubscriptionGrant",
|
|
@@ -7055,6 +7111,7 @@
|
|
|
7055
7111
|
"ListProjectMemberships",
|
|
7056
7112
|
"ListProjectProfiles",
|
|
7057
7113
|
"ListProjects",
|
|
7114
|
+
"ListRules",
|
|
7058
7115
|
"ListSubscriptionGrants",
|
|
7059
7116
|
"ListSubscriptionRequests",
|
|
7060
7117
|
"ListSubscriptionTargets",
|
|
@@ -7076,6 +7133,7 @@
|
|
|
7076
7133
|
"Search",
|
|
7077
7134
|
"SearchGroupProfiles",
|
|
7078
7135
|
"SearchListings",
|
|
7136
|
+
"SearchRules",
|
|
7079
7137
|
"SearchTypes",
|
|
7080
7138
|
"SearchUserProfiles",
|
|
7081
7139
|
"SsoLogin",
|
|
@@ -7101,6 +7159,7 @@
|
|
|
7101
7159
|
"UpdateGroupProfile",
|
|
7102
7160
|
"UpdateProject",
|
|
7103
7161
|
"UpdateProjectProfile",
|
|
7162
|
+
"UpdateRule",
|
|
7104
7163
|
"UpdateSubscriptionGrantStatus",
|
|
7105
7164
|
"UpdateSubscriptionRequest",
|
|
7106
7165
|
"UpdateSubscriptionTarget",
|
|
@@ -7917,7 +7976,7 @@
|
|
|
7917
7976
|
"name": "Amazon DynamoDB",
|
|
7918
7977
|
"servicePrefix": "dynamodb",
|
|
7919
7978
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondynamodb.html",
|
|
7920
|
-
"actionsCount":
|
|
7979
|
+
"actionsCount": 71,
|
|
7921
7980
|
"actions": [
|
|
7922
7981
|
"BatchGetItem",
|
|
7923
7982
|
"BatchWriteItem",
|
|
@@ -7950,6 +8009,7 @@
|
|
|
7950
8009
|
"DisableKinesisStreamingDestination",
|
|
7951
8010
|
"EnableKinesisStreamingDestination",
|
|
7952
8011
|
"ExportTableToPointInTime",
|
|
8012
|
+
"GetAbacStatus",
|
|
7953
8013
|
"GetItem",
|
|
7954
8014
|
"GetRecords",
|
|
7955
8015
|
"GetResourcePolicy",
|
|
@@ -7978,6 +8038,7 @@
|
|
|
7978
8038
|
"StartAwsBackupJob",
|
|
7979
8039
|
"TagResource",
|
|
7980
8040
|
"UntagResource",
|
|
8041
|
+
"UpdateAbacStatus",
|
|
7981
8042
|
"UpdateContinuousBackups",
|
|
7982
8043
|
"UpdateContributorInsights",
|
|
7983
8044
|
"UpdateGlobalTable",
|
|
@@ -9486,7 +9547,7 @@
|
|
|
9486
9547
|
"capacity-provider",
|
|
9487
9548
|
"task-set"
|
|
9488
9549
|
],
|
|
9489
|
-
"conditionKeysCount":
|
|
9550
|
+
"conditionKeysCount": 19,
|
|
9490
9551
|
"conditionKeys": [
|
|
9491
9552
|
"aws:RequestTag/${TagKey}",
|
|
9492
9553
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -9501,6 +9562,7 @@
|
|
|
9501
9562
|
"ecs:enable-ebs-volumes",
|
|
9502
9563
|
"ecs:enable-execute-command",
|
|
9503
9564
|
"ecs:enable-service-connect",
|
|
9565
|
+
"ecs:enable-vpc-lattice",
|
|
9504
9566
|
"ecs:fargate-ephemeral-storage-kms-key",
|
|
9505
9567
|
"ecs:namespace",
|
|
9506
9568
|
"ecs:service",
|
|
@@ -10871,6 +10933,123 @@
|
|
|
10871
10933
|
"aws:TagKeys"
|
|
10872
10934
|
]
|
|
10873
10935
|
},
|
|
10936
|
+
{
|
|
10937
|
+
"name": "AWS End User Messaging SMS and Voice V2",
|
|
10938
|
+
"servicePrefix": "sms-voice",
|
|
10939
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsendusermessagingsmsandvoicev2.html",
|
|
10940
|
+
"actionsCount": 90,
|
|
10941
|
+
"actions": [
|
|
10942
|
+
"AssociateOriginationIdentity",
|
|
10943
|
+
"AssociateProtectConfiguration",
|
|
10944
|
+
"CreateConfigurationSet",
|
|
10945
|
+
"CreateEventDestination",
|
|
10946
|
+
"CreateOptOutList",
|
|
10947
|
+
"CreatePool",
|
|
10948
|
+
"CreateProtectConfiguration",
|
|
10949
|
+
"CreateRegistration",
|
|
10950
|
+
"CreateRegistrationAssociation",
|
|
10951
|
+
"CreateRegistrationAttachment",
|
|
10952
|
+
"CreateRegistrationVersion",
|
|
10953
|
+
"CreateVerifiedDestinationNumber",
|
|
10954
|
+
"DeleteAccountDefaultProtectConfiguration",
|
|
10955
|
+
"DeleteConfigurationSet",
|
|
10956
|
+
"DeleteDefaultMessageType",
|
|
10957
|
+
"DeleteDefaultSenderId",
|
|
10958
|
+
"DeleteEventDestination",
|
|
10959
|
+
"DeleteKeyword",
|
|
10960
|
+
"DeleteMediaMessageSpendLimitOverride",
|
|
10961
|
+
"DeleteOptOutList",
|
|
10962
|
+
"DeleteOptedOutNumber",
|
|
10963
|
+
"DeletePool",
|
|
10964
|
+
"DeleteProtectConfiguration",
|
|
10965
|
+
"DeleteProtectConfigurationRuleSetNumberOverride",
|
|
10966
|
+
"DeleteRegistration",
|
|
10967
|
+
"DeleteRegistrationAttachment",
|
|
10968
|
+
"DeleteRegistrationFieldValue",
|
|
10969
|
+
"DeleteResourcePolicy",
|
|
10970
|
+
"DeleteTextMessageSpendLimitOverride",
|
|
10971
|
+
"DeleteVerifiedDestinationNumber",
|
|
10972
|
+
"DeleteVoiceMessageSpendLimitOverride",
|
|
10973
|
+
"DescribeAccountAttributes",
|
|
10974
|
+
"DescribeAccountLimits",
|
|
10975
|
+
"DescribeConfigurationSets",
|
|
10976
|
+
"DescribeKeywords",
|
|
10977
|
+
"DescribeOptOutLists",
|
|
10978
|
+
"DescribeOptedOutNumbers",
|
|
10979
|
+
"DescribePhoneNumbers",
|
|
10980
|
+
"DescribePools",
|
|
10981
|
+
"DescribeProtectConfigurations",
|
|
10982
|
+
"DescribeRegistrationAttachments",
|
|
10983
|
+
"DescribeRegistrationFieldDefinitions",
|
|
10984
|
+
"DescribeRegistrationFieldValues",
|
|
10985
|
+
"DescribeRegistrationSectionDefinitions",
|
|
10986
|
+
"DescribeRegistrationTypeDefinitions",
|
|
10987
|
+
"DescribeRegistrationVersions",
|
|
10988
|
+
"DescribeRegistrations",
|
|
10989
|
+
"DescribeSenderIds",
|
|
10990
|
+
"DescribeSpendLimits",
|
|
10991
|
+
"DescribeVerifiedDestinationNumbers",
|
|
10992
|
+
"DisassociateOriginationIdentity",
|
|
10993
|
+
"DisassociateProtectConfiguration",
|
|
10994
|
+
"DiscardRegistrationVersion",
|
|
10995
|
+
"GetProtectConfigurationCountryRuleSet",
|
|
10996
|
+
"GetResourcePolicy",
|
|
10997
|
+
"ListPoolOriginationIdentities",
|
|
10998
|
+
"ListProtectConfigurationRuleSetNumberOverrides",
|
|
10999
|
+
"ListRegistrationAssociations",
|
|
11000
|
+
"ListTagsForResource",
|
|
11001
|
+
"PutKeyword",
|
|
11002
|
+
"PutMessageFeedback",
|
|
11003
|
+
"PutOptedOutNumber",
|
|
11004
|
+
"PutProtectConfigurationRuleSetNumberOverride",
|
|
11005
|
+
"PutRegistrationFieldValue",
|
|
11006
|
+
"PutResourcePolicy",
|
|
11007
|
+
"ReleasePhoneNumber",
|
|
11008
|
+
"ReleaseSenderId",
|
|
11009
|
+
"RequestPhoneNumber",
|
|
11010
|
+
"RequestSenderId",
|
|
11011
|
+
"SendDestinationNumberVerificationCode",
|
|
11012
|
+
"SendMediaMessage",
|
|
11013
|
+
"SendTextMessage",
|
|
11014
|
+
"SendVoiceMessage",
|
|
11015
|
+
"SetAccountDefaultProtectConfiguration",
|
|
11016
|
+
"SetDefaultMessageFeedbackEnabled",
|
|
11017
|
+
"SetDefaultMessageType",
|
|
11018
|
+
"SetDefaultSenderId",
|
|
11019
|
+
"SetMediaMessageSpendLimitOverride",
|
|
11020
|
+
"SetTextMessageSpendLimitOverride",
|
|
11021
|
+
"SetVoiceMessageSpendLimitOverride",
|
|
11022
|
+
"SubmitRegistrationVersion",
|
|
11023
|
+
"TagResource",
|
|
11024
|
+
"UntagResource",
|
|
11025
|
+
"UpdateEventDestination",
|
|
11026
|
+
"UpdatePhoneNumber",
|
|
11027
|
+
"UpdatePool",
|
|
11028
|
+
"UpdateProtectConfiguration",
|
|
11029
|
+
"UpdateProtectConfigurationCountryRuleSet",
|
|
11030
|
+
"UpdateSenderId",
|
|
11031
|
+
"VerifyDestinationNumber"
|
|
11032
|
+
],
|
|
11033
|
+
"resourceTypesCount": 10,
|
|
11034
|
+
"resourceTypes": [
|
|
11035
|
+
"ConfigurationSet",
|
|
11036
|
+
"OptOutList",
|
|
11037
|
+
"PhoneNumber",
|
|
11038
|
+
"Pool",
|
|
11039
|
+
"ProtectConfiguration",
|
|
11040
|
+
"SenderId",
|
|
11041
|
+
"Registration",
|
|
11042
|
+
"RegistrationAttachment",
|
|
11043
|
+
"VerifiedDestinationNumber",
|
|
11044
|
+
"Message"
|
|
11045
|
+
],
|
|
11046
|
+
"conditionKeysCount": 3,
|
|
11047
|
+
"conditionKeys": [
|
|
11048
|
+
"aws:RequestTag/${TagKey}",
|
|
11049
|
+
"aws:ResourceTag/${TagKey}",
|
|
11050
|
+
"aws:TagKeys"
|
|
11051
|
+
]
|
|
11052
|
+
},
|
|
10874
11053
|
{
|
|
10875
11054
|
"name": "AWS End User Messaging Social",
|
|
10876
11055
|
"servicePrefix": "social-messaging",
|
|
@@ -11952,8 +12131,9 @@
|
|
|
11952
12131
|
"name": "AWS Glue",
|
|
11953
12132
|
"servicePrefix": "glue",
|
|
11954
12133
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsglue.html",
|
|
11955
|
-
"actionsCount":
|
|
12134
|
+
"actionsCount": 283,
|
|
11956
12135
|
"actions": [
|
|
12136
|
+
"AuthorizeInboundIntegration",
|
|
11957
12137
|
"BatchCreatePartition",
|
|
11958
12138
|
"BatchDeleteConnection",
|
|
11959
12139
|
"BatchDeletePartition",
|
|
@@ -11977,13 +12157,19 @@
|
|
|
11977
12157
|
"CancelStatement",
|
|
11978
12158
|
"CheckSchemaVersionValidity",
|
|
11979
12159
|
"CreateBlueprint",
|
|
12160
|
+
"CreateCatalog",
|
|
11980
12161
|
"CreateClassifier",
|
|
12162
|
+
"CreateColumnStatisticsTaskSettings",
|
|
11981
12163
|
"CreateConnection",
|
|
11982
12164
|
"CreateCrawler",
|
|
11983
12165
|
"CreateCustomEntityType",
|
|
11984
12166
|
"CreateDataQualityRuleset",
|
|
11985
12167
|
"CreateDatabase",
|
|
11986
12168
|
"CreateDevEndpoint",
|
|
12169
|
+
"CreateInboundIntegration",
|
|
12170
|
+
"CreateIntegration",
|
|
12171
|
+
"CreateIntegrationResourceProperty",
|
|
12172
|
+
"CreateIntegrationTableProperties",
|
|
11987
12173
|
"CreateJob",
|
|
11988
12174
|
"CreateMLTransform",
|
|
11989
12175
|
"CreatePartition",
|
|
@@ -12000,15 +12186,19 @@
|
|
|
12000
12186
|
"CreateUserDefinedFunction",
|
|
12001
12187
|
"CreateWorkflow",
|
|
12002
12188
|
"DeleteBlueprint",
|
|
12189
|
+
"DeleteCatalog",
|
|
12003
12190
|
"DeleteClassifier",
|
|
12004
12191
|
"DeleteColumnStatisticsForPartition",
|
|
12005
12192
|
"DeleteColumnStatisticsForTable",
|
|
12193
|
+
"DeleteColumnStatisticsTaskSettings",
|
|
12006
12194
|
"DeleteConnection",
|
|
12007
12195
|
"DeleteCrawler",
|
|
12008
12196
|
"DeleteCustomEntityType",
|
|
12009
12197
|
"DeleteDataQualityRuleset",
|
|
12010
12198
|
"DeleteDatabase",
|
|
12011
12199
|
"DeleteDevEndpoint",
|
|
12200
|
+
"DeleteIntegration",
|
|
12201
|
+
"DeleteIntegrationTableProperties",
|
|
12012
12202
|
"DeleteJob",
|
|
12013
12203
|
"DeleteMLTransform",
|
|
12014
12204
|
"DeletePartition",
|
|
@@ -12029,16 +12219,21 @@
|
|
|
12029
12219
|
"DeregisterDataPreview",
|
|
12030
12220
|
"DescribeConnectionType",
|
|
12031
12221
|
"DescribeEntity",
|
|
12222
|
+
"DescribeInboundIntegrations",
|
|
12223
|
+
"DescribeIntegrations",
|
|
12032
12224
|
"GetBlueprint",
|
|
12033
12225
|
"GetBlueprintRun",
|
|
12034
12226
|
"GetBlueprintRuns",
|
|
12227
|
+
"GetCatalog",
|
|
12035
12228
|
"GetCatalogImportStatus",
|
|
12229
|
+
"GetCatalogs",
|
|
12036
12230
|
"GetClassifier",
|
|
12037
12231
|
"GetClassifiers",
|
|
12038
12232
|
"GetColumnStatisticsForPartition",
|
|
12039
12233
|
"GetColumnStatisticsForTable",
|
|
12040
12234
|
"GetColumnStatisticsTaskRun",
|
|
12041
12235
|
"GetColumnStatisticsTaskRuns",
|
|
12236
|
+
"GetColumnStatisticsTaskSettings",
|
|
12042
12237
|
"GetCompletion",
|
|
12043
12238
|
"GetConnection",
|
|
12044
12239
|
"GetConnections",
|
|
@@ -12062,6 +12257,8 @@
|
|
|
12062
12257
|
"GetEnvironment",
|
|
12063
12258
|
"GetExecutors",
|
|
12064
12259
|
"GetExecutorsThreads",
|
|
12260
|
+
"GetIntegrationResourceProperty",
|
|
12261
|
+
"GetIntegrationTableProperties",
|
|
12065
12262
|
"GetJob",
|
|
12066
12263
|
"GetJobBookmark",
|
|
12067
12264
|
"GetJobRun",
|
|
@@ -12141,6 +12338,7 @@
|
|
|
12141
12338
|
"ListTriggers",
|
|
12142
12339
|
"ListUsageProfiles",
|
|
12143
12340
|
"ListWorkflows",
|
|
12341
|
+
"ModifyIntegration",
|
|
12144
12342
|
"NotifyEvent",
|
|
12145
12343
|
"PassConnection",
|
|
12146
12344
|
"PublishDataQuality",
|
|
@@ -12164,6 +12362,7 @@
|
|
|
12164
12362
|
"SendRecipeAction",
|
|
12165
12363
|
"StartBlueprintRun",
|
|
12166
12364
|
"StartColumnStatisticsTaskRun",
|
|
12365
|
+
"StartColumnStatisticsTaskRunSchedule",
|
|
12167
12366
|
"StartCompletion",
|
|
12168
12367
|
"StartCrawler",
|
|
12169
12368
|
"StartCrawlerSchedule",
|
|
@@ -12178,6 +12377,7 @@
|
|
|
12178
12377
|
"StartTrigger",
|
|
12179
12378
|
"StartWorkflowRun",
|
|
12180
12379
|
"StopColumnStatisticsTaskRun",
|
|
12380
|
+
"StopColumnStatisticsTaskRunSchedule",
|
|
12181
12381
|
"StopCrawler",
|
|
12182
12382
|
"StopCrawlerSchedule",
|
|
12183
12383
|
"StopSession",
|
|
@@ -12188,15 +12388,19 @@
|
|
|
12188
12388
|
"TestConnection",
|
|
12189
12389
|
"UntagResource",
|
|
12190
12390
|
"UpdateBlueprint",
|
|
12391
|
+
"UpdateCatalog",
|
|
12191
12392
|
"UpdateClassifier",
|
|
12192
12393
|
"UpdateColumnStatisticsForPartition",
|
|
12193
12394
|
"UpdateColumnStatisticsForTable",
|
|
12395
|
+
"UpdateColumnStatisticsTaskSettings",
|
|
12194
12396
|
"UpdateConnection",
|
|
12195
12397
|
"UpdateCrawler",
|
|
12196
12398
|
"UpdateCrawlerSchedule",
|
|
12197
12399
|
"UpdateDataQualityRuleset",
|
|
12198
12400
|
"UpdateDatabase",
|
|
12199
12401
|
"UpdateDevEndpoint",
|
|
12402
|
+
"UpdateIntegrationResourceProperty",
|
|
12403
|
+
"UpdateIntegrationTableProperties",
|
|
12200
12404
|
"UpdateJob",
|
|
12201
12405
|
"UpdateJobFromSourceControl",
|
|
12202
12406
|
"UpdateMLTransform",
|
|
@@ -12213,8 +12417,9 @@
|
|
|
12213
12417
|
"UseGlueStudio",
|
|
12214
12418
|
"UseMLTransforms"
|
|
12215
12419
|
],
|
|
12216
|
-
"resourceTypesCount":
|
|
12420
|
+
"resourceTypesCount": 22,
|
|
12217
12421
|
"resourceTypes": [
|
|
12422
|
+
"rootcatalog",
|
|
12218
12423
|
"catalog",
|
|
12219
12424
|
"database",
|
|
12220
12425
|
"table",
|
|
@@ -12234,14 +12439,16 @@
|
|
|
12234
12439
|
"usageProfile",
|
|
12235
12440
|
"dataQualityRuleset",
|
|
12236
12441
|
"customEntityType",
|
|
12237
|
-
"completion"
|
|
12442
|
+
"completion",
|
|
12443
|
+
"integration"
|
|
12238
12444
|
],
|
|
12239
|
-
"conditionKeysCount":
|
|
12445
|
+
"conditionKeysCount": 9,
|
|
12240
12446
|
"conditionKeys": [
|
|
12241
12447
|
"aws:RequestTag/${TagKey}",
|
|
12242
12448
|
"aws:ResourceTag/${TagKey}",
|
|
12243
12449
|
"aws:TagKeys",
|
|
12244
12450
|
"glue:CredentialIssuingService",
|
|
12451
|
+
"glue:EnabledForRedshiftAutoDiscovery",
|
|
12245
12452
|
"glue:RoleAssumedBy",
|
|
12246
12453
|
"glue:SecurityGroupIds",
|
|
12247
12454
|
"glue:SubnetIds",
|
|
@@ -12625,7 +12832,7 @@
|
|
|
12625
12832
|
"name": "AWS HealthOmics",
|
|
12626
12833
|
"servicePrefix": "omics",
|
|
12627
12834
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthomics.html",
|
|
12628
|
-
"actionsCount":
|
|
12835
|
+
"actionsCount": 91,
|
|
12629
12836
|
"actions": [
|
|
12630
12837
|
"AbortMultipartReadSetUpload",
|
|
12631
12838
|
"AcceptShare",
|
|
@@ -12638,6 +12845,7 @@
|
|
|
12638
12845
|
"CreateAnnotationStoreVersion",
|
|
12639
12846
|
"CreateMultipartReadSetUpload",
|
|
12640
12847
|
"CreateReferenceStore",
|
|
12848
|
+
"CreateRunCache",
|
|
12641
12849
|
"CreateRunGroup",
|
|
12642
12850
|
"CreateSequenceStore",
|
|
12643
12851
|
"CreateShare",
|
|
@@ -12648,7 +12856,9 @@
|
|
|
12648
12856
|
"DeleteReference",
|
|
12649
12857
|
"DeleteReferenceStore",
|
|
12650
12858
|
"DeleteRun",
|
|
12859
|
+
"DeleteRunCache",
|
|
12651
12860
|
"DeleteRunGroup",
|
|
12861
|
+
"DeleteS3AccessPolicy",
|
|
12652
12862
|
"DeleteSequenceStore",
|
|
12653
12863
|
"DeleteShare",
|
|
12654
12864
|
"DeleteVariantStore",
|
|
@@ -12666,8 +12876,10 @@
|
|
|
12666
12876
|
"GetReferenceMetadata",
|
|
12667
12877
|
"GetReferenceStore",
|
|
12668
12878
|
"GetRun",
|
|
12879
|
+
"GetRunCache",
|
|
12669
12880
|
"GetRunGroup",
|
|
12670
12881
|
"GetRunTask",
|
|
12882
|
+
"GetS3AccessPolicy",
|
|
12671
12883
|
"GetSequenceStore",
|
|
12672
12884
|
"GetShare",
|
|
12673
12885
|
"GetVariantImportJob",
|
|
@@ -12685,6 +12897,7 @@
|
|
|
12685
12897
|
"ListReferenceImportJobs",
|
|
12686
12898
|
"ListReferenceStores",
|
|
12687
12899
|
"ListReferences",
|
|
12900
|
+
"ListRunCaches",
|
|
12688
12901
|
"ListRunGroups",
|
|
12689
12902
|
"ListRunTasks",
|
|
12690
12903
|
"ListRuns",
|
|
@@ -12694,6 +12907,7 @@
|
|
|
12694
12907
|
"ListVariantImportJobs",
|
|
12695
12908
|
"ListVariantStores",
|
|
12696
12909
|
"ListWorkflows",
|
|
12910
|
+
"PutS3AccessPolicy",
|
|
12697
12911
|
"StartAnnotationImportJob",
|
|
12698
12912
|
"StartReadSetActivationJob",
|
|
12699
12913
|
"StartReadSetExportJob",
|
|
@@ -12705,73 +12919,29 @@
|
|
|
12705
12919
|
"UntagResource",
|
|
12706
12920
|
"UpdateAnnotationStore",
|
|
12707
12921
|
"UpdateAnnotationStoreVersion",
|
|
12922
|
+
"UpdateRunCache",
|
|
12708
12923
|
"UpdateRunGroup",
|
|
12924
|
+
"UpdateSequenceStore",
|
|
12709
12925
|
"UpdateVariantStore",
|
|
12710
12926
|
"UpdateWorkflow",
|
|
12711
12927
|
"UploadReadSetPart"
|
|
12712
12928
|
],
|
|
12713
|
-
"resourceTypesCount":
|
|
12929
|
+
"resourceTypesCount": 13,
|
|
12714
12930
|
"resourceTypes": [
|
|
12715
|
-
"AnnotationImportJob",
|
|
12716
12931
|
"AnnotationStore",
|
|
12717
12932
|
"AnnotationStoreVersion",
|
|
12718
12933
|
"readSet",
|
|
12719
12934
|
"reference",
|
|
12720
12935
|
"referenceStore",
|
|
12721
12936
|
"run",
|
|
12937
|
+
"runCache",
|
|
12722
12938
|
"runGroup",
|
|
12723
12939
|
"sequenceStore",
|
|
12724
12940
|
"TaggingResource",
|
|
12725
12941
|
"TaskResource",
|
|
12726
|
-
"VariantImportJob",
|
|
12727
12942
|
"VariantStore",
|
|
12728
12943
|
"workflow"
|
|
12729
12944
|
],
|
|
12730
|
-
"conditionKeysCount": 8,
|
|
12731
|
-
"conditionKeys": [
|
|
12732
|
-
"aws:RequestTag/${TagKey}",
|
|
12733
|
-
"aws:ResourceTag/${TagKey}",
|
|
12734
|
-
"aws:TagKeys",
|
|
12735
|
-
"omics:AnnotationImportJobJobId",
|
|
12736
|
-
"omics:AnnotationStoreName",
|
|
12737
|
-
"omics:AnnotationStoreVersionName",
|
|
12738
|
-
"omics:VariantImportJobJobId",
|
|
12739
|
-
"omics:VariantStoreName"
|
|
12740
|
-
]
|
|
12741
|
-
},
|
|
12742
|
-
{
|
|
12743
|
-
"name": "High-volume outbound communications",
|
|
12744
|
-
"servicePrefix": "connect-campaigns",
|
|
12745
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_high-volumeoutboundcommunications.html",
|
|
12746
|
-
"actionsCount": 22,
|
|
12747
|
-
"actions": [
|
|
12748
|
-
"CreateCampaign",
|
|
12749
|
-
"DeleteCampaign",
|
|
12750
|
-
"DeleteConnectInstanceConfig",
|
|
12751
|
-
"DeleteInstanceOnboardingJob",
|
|
12752
|
-
"DescribeCampaign",
|
|
12753
|
-
"GetCampaignState",
|
|
12754
|
-
"GetCampaignStateBatch",
|
|
12755
|
-
"GetConnectInstanceConfig",
|
|
12756
|
-
"GetInstanceOnboardingJobStatus",
|
|
12757
|
-
"ListCampaigns",
|
|
12758
|
-
"ListTagsForResource",
|
|
12759
|
-
"PauseCampaign",
|
|
12760
|
-
"PutDialRequestBatch",
|
|
12761
|
-
"ResumeCampaign",
|
|
12762
|
-
"StartCampaign",
|
|
12763
|
-
"StartInstanceOnboardingJob",
|
|
12764
|
-
"StopCampaign",
|
|
12765
|
-
"TagResource",
|
|
12766
|
-
"UntagResource",
|
|
12767
|
-
"UpdateCampaignDialerConfig",
|
|
12768
|
-
"UpdateCampaignName",
|
|
12769
|
-
"UpdateCampaignOutboundCallConfig"
|
|
12770
|
-
],
|
|
12771
|
-
"resourceTypesCount": 1,
|
|
12772
|
-
"resourceTypes": [
|
|
12773
|
-
"campaign"
|
|
12774
|
-
],
|
|
12775
12945
|
"conditionKeysCount": 3,
|
|
12776
12946
|
"conditionKeys": [
|
|
12777
12947
|
"aws:RequestTag/${TagKey}",
|
|
@@ -14622,7 +14792,7 @@
|
|
|
14622
14792
|
"name": "AWS IoT SiteWise",
|
|
14623
14793
|
"servicePrefix": "iotsitewise",
|
|
14624
14794
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotsitewise.html",
|
|
14625
|
-
"actionsCount":
|
|
14795
|
+
"actionsCount": 92,
|
|
14626
14796
|
"actions": [
|
|
14627
14797
|
"AssociateAssets",
|
|
14628
14798
|
"AssociateTimeSeriesToAssetProperty",
|
|
@@ -14638,6 +14808,7 @@
|
|
|
14638
14808
|
"CreateAssetModelCompositeModel",
|
|
14639
14809
|
"CreateBulkImportJob",
|
|
14640
14810
|
"CreateDashboard",
|
|
14811
|
+
"CreateDataset",
|
|
14641
14812
|
"CreateGateway",
|
|
14642
14813
|
"CreatePortal",
|
|
14643
14814
|
"CreateProject",
|
|
@@ -14646,6 +14817,7 @@
|
|
|
14646
14817
|
"DeleteAssetModel",
|
|
14647
14818
|
"DeleteAssetModelCompositeModel",
|
|
14648
14819
|
"DeleteDashboard",
|
|
14820
|
+
"DeleteDataset",
|
|
14649
14821
|
"DeleteGateway",
|
|
14650
14822
|
"DeletePortal",
|
|
14651
14823
|
"DeleteProject",
|
|
@@ -14659,6 +14831,7 @@
|
|
|
14659
14831
|
"DescribeAssetProperty",
|
|
14660
14832
|
"DescribeBulkImportJob",
|
|
14661
14833
|
"DescribeDashboard",
|
|
14834
|
+
"DescribeDataset",
|
|
14662
14835
|
"DescribeDefaultEncryptionConfiguration",
|
|
14663
14836
|
"DescribeGateway",
|
|
14664
14837
|
"DescribeGatewayCapabilityConfiguration",
|
|
@@ -14676,6 +14849,7 @@
|
|
|
14676
14849
|
"GetAssetPropertyValue",
|
|
14677
14850
|
"GetAssetPropertyValueHistory",
|
|
14678
14851
|
"GetInterpolatedAssetPropertyValues",
|
|
14852
|
+
"InvokeAssistant",
|
|
14679
14853
|
"ListAccessPolicies",
|
|
14680
14854
|
"ListActions",
|
|
14681
14855
|
"ListAssetModelCompositeModels",
|
|
@@ -14688,6 +14862,7 @@
|
|
|
14688
14862
|
"ListBulkImportJobs",
|
|
14689
14863
|
"ListCompositionRelationships",
|
|
14690
14864
|
"ListDashboards",
|
|
14865
|
+
"ListDatasets",
|
|
14691
14866
|
"ListGateways",
|
|
14692
14867
|
"ListPortals",
|
|
14693
14868
|
"ListProjectAssets",
|
|
@@ -14706,12 +14881,13 @@
|
|
|
14706
14881
|
"UpdateAssetModelPropertyRouting",
|
|
14707
14882
|
"UpdateAssetProperty",
|
|
14708
14883
|
"UpdateDashboard",
|
|
14884
|
+
"UpdateDataset",
|
|
14709
14885
|
"UpdateGateway",
|
|
14710
14886
|
"UpdateGatewayCapabilityConfiguration",
|
|
14711
14887
|
"UpdatePortal",
|
|
14712
14888
|
"UpdateProject"
|
|
14713
14889
|
],
|
|
14714
|
-
"resourceTypesCount":
|
|
14890
|
+
"resourceTypesCount": 9,
|
|
14715
14891
|
"resourceTypes": [
|
|
14716
14892
|
"asset",
|
|
14717
14893
|
"asset-model",
|
|
@@ -14720,7 +14896,8 @@
|
|
|
14720
14896
|
"portal",
|
|
14721
14897
|
"project",
|
|
14722
14898
|
"dashboard",
|
|
14723
|
-
"access-policy"
|
|
14899
|
+
"access-policy",
|
|
14900
|
+
"dataset"
|
|
14724
14901
|
],
|
|
14725
14902
|
"conditionKeysCount": 13,
|
|
14726
14903
|
"conditionKeys": [
|
|
@@ -19532,117 +19709,6 @@
|
|
|
19532
19709
|
"conditionKeysCount": 0,
|
|
19533
19710
|
"conditionKeys": []
|
|
19534
19711
|
},
|
|
19535
|
-
{
|
|
19536
|
-
"name": "Amazon Pinpoint SMS Voice V2",
|
|
19537
|
-
"servicePrefix": "sms-voice",
|
|
19538
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonpinpointsmsvoicev2.html",
|
|
19539
|
-
"actionsCount": 85,
|
|
19540
|
-
"actions": [
|
|
19541
|
-
"AssociateOriginationIdentity",
|
|
19542
|
-
"AssociateProtectConfiguration",
|
|
19543
|
-
"CreateConfigurationSet",
|
|
19544
|
-
"CreateEventDestination",
|
|
19545
|
-
"CreateOptOutList",
|
|
19546
|
-
"CreatePool",
|
|
19547
|
-
"CreateProtectConfiguration",
|
|
19548
|
-
"CreateRegistration",
|
|
19549
|
-
"CreateRegistrationAssociation",
|
|
19550
|
-
"CreateRegistrationAttachment",
|
|
19551
|
-
"CreateRegistrationVersion",
|
|
19552
|
-
"CreateVerifiedDestinationNumber",
|
|
19553
|
-
"DeleteAccountDefaultProtectConfiguration",
|
|
19554
|
-
"DeleteConfigurationSet",
|
|
19555
|
-
"DeleteDefaultMessageType",
|
|
19556
|
-
"DeleteDefaultSenderId",
|
|
19557
|
-
"DeleteEventDestination",
|
|
19558
|
-
"DeleteKeyword",
|
|
19559
|
-
"DeleteMediaMessageSpendLimitOverride",
|
|
19560
|
-
"DeleteOptOutList",
|
|
19561
|
-
"DeleteOptedOutNumber",
|
|
19562
|
-
"DeletePool",
|
|
19563
|
-
"DeleteProtectConfiguration",
|
|
19564
|
-
"DeleteRegistration",
|
|
19565
|
-
"DeleteRegistrationAttachment",
|
|
19566
|
-
"DeleteRegistrationFieldValue",
|
|
19567
|
-
"DeleteResourcePolicy",
|
|
19568
|
-
"DeleteTextMessageSpendLimitOverride",
|
|
19569
|
-
"DeleteVerifiedDestinationNumber",
|
|
19570
|
-
"DeleteVoiceMessageSpendLimitOverride",
|
|
19571
|
-
"DescribeAccountAttributes",
|
|
19572
|
-
"DescribeAccountLimits",
|
|
19573
|
-
"DescribeConfigurationSets",
|
|
19574
|
-
"DescribeKeywords",
|
|
19575
|
-
"DescribeOptOutLists",
|
|
19576
|
-
"DescribeOptedOutNumbers",
|
|
19577
|
-
"DescribePhoneNumbers",
|
|
19578
|
-
"DescribePools",
|
|
19579
|
-
"DescribeProtectConfigurations",
|
|
19580
|
-
"DescribeRegistrationAttachments",
|
|
19581
|
-
"DescribeRegistrationFieldDefinitions",
|
|
19582
|
-
"DescribeRegistrationFieldValues",
|
|
19583
|
-
"DescribeRegistrationSectionDefinitions",
|
|
19584
|
-
"DescribeRegistrationTypeDefinitions",
|
|
19585
|
-
"DescribeRegistrationVersions",
|
|
19586
|
-
"DescribeRegistrations",
|
|
19587
|
-
"DescribeSenderIds",
|
|
19588
|
-
"DescribeSpendLimits",
|
|
19589
|
-
"DescribeVerifiedDestinationNumbers",
|
|
19590
|
-
"DisassociateOriginationIdentity",
|
|
19591
|
-
"DisassociateProtectConfiguration",
|
|
19592
|
-
"DiscardRegistrationVersion",
|
|
19593
|
-
"GetProtectConfigurationCountryRuleSet",
|
|
19594
|
-
"GetResourcePolicy",
|
|
19595
|
-
"ListPoolOriginationIdentities",
|
|
19596
|
-
"ListRegistrationAssociations",
|
|
19597
|
-
"ListTagsForResource",
|
|
19598
|
-
"PutKeyword",
|
|
19599
|
-
"PutOptedOutNumber",
|
|
19600
|
-
"PutRegistrationFieldValue",
|
|
19601
|
-
"PutResourcePolicy",
|
|
19602
|
-
"ReleasePhoneNumber",
|
|
19603
|
-
"ReleaseSenderId",
|
|
19604
|
-
"RequestPhoneNumber",
|
|
19605
|
-
"RequestSenderId",
|
|
19606
|
-
"SendDestinationNumberVerificationCode",
|
|
19607
|
-
"SendMediaMessage",
|
|
19608
|
-
"SendTextMessage",
|
|
19609
|
-
"SendVoiceMessage",
|
|
19610
|
-
"SetAccountDefaultProtectConfiguration",
|
|
19611
|
-
"SetDefaultMessageType",
|
|
19612
|
-
"SetDefaultSenderId",
|
|
19613
|
-
"SetMediaMessageSpendLimitOverride",
|
|
19614
|
-
"SetTextMessageSpendLimitOverride",
|
|
19615
|
-
"SetVoiceMessageSpendLimitOverride",
|
|
19616
|
-
"SubmitRegistrationVersion",
|
|
19617
|
-
"TagResource",
|
|
19618
|
-
"UntagResource",
|
|
19619
|
-
"UpdateEventDestination",
|
|
19620
|
-
"UpdatePhoneNumber",
|
|
19621
|
-
"UpdatePool",
|
|
19622
|
-
"UpdateProtectConfiguration",
|
|
19623
|
-
"UpdateProtectConfigurationCountryRuleSet",
|
|
19624
|
-
"UpdateSenderId",
|
|
19625
|
-
"VerifyDestinationNumber"
|
|
19626
|
-
],
|
|
19627
|
-
"resourceTypesCount": 9,
|
|
19628
|
-
"resourceTypes": [
|
|
19629
|
-
"ConfigurationSet",
|
|
19630
|
-
"OptOutList",
|
|
19631
|
-
"PhoneNumber",
|
|
19632
|
-
"Pool",
|
|
19633
|
-
"ProtectConfiguration",
|
|
19634
|
-
"SenderId",
|
|
19635
|
-
"Registration",
|
|
19636
|
-
"RegistrationAttachment",
|
|
19637
|
-
"VerifiedDestinationNumber"
|
|
19638
|
-
],
|
|
19639
|
-
"conditionKeysCount": 3,
|
|
19640
|
-
"conditionKeys": [
|
|
19641
|
-
"aws:RequestTag/${TagKey}",
|
|
19642
|
-
"aws:ResourceTag/${TagKey}",
|
|
19643
|
-
"aws:TagKeys"
|
|
19644
|
-
]
|
|
19645
|
-
},
|
|
19646
19712
|
{
|
|
19647
19713
|
"name": "Amazon Polly",
|
|
19648
19714
|
"servicePrefix": "polly",
|
|
@@ -20885,35 +20951,6 @@
|
|
|
20885
20951
|
"conditionKeysCount": 0,
|
|
20886
20952
|
"conditionKeys": []
|
|
20887
20953
|
},
|
|
20888
|
-
{
|
|
20889
|
-
"name": "AWS re:Post Private",
|
|
20890
|
-
"servicePrefix": "repostspace",
|
|
20891
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsre_postprivate.html",
|
|
20892
|
-
"actionsCount": 11,
|
|
20893
|
-
"actions": [
|
|
20894
|
-
"CreateSpace",
|
|
20895
|
-
"DeleteSpace",
|
|
20896
|
-
"DeregisterAdmin",
|
|
20897
|
-
"GetSpace",
|
|
20898
|
-
"ListSpaces",
|
|
20899
|
-
"ListTagsForResource",
|
|
20900
|
-
"RegisterAdmin",
|
|
20901
|
-
"SendInvites",
|
|
20902
|
-
"TagResource",
|
|
20903
|
-
"UntagResource",
|
|
20904
|
-
"UpdateSpace"
|
|
20905
|
-
],
|
|
20906
|
-
"resourceTypesCount": 1,
|
|
20907
|
-
"resourceTypes": [
|
|
20908
|
-
"space"
|
|
20909
|
-
],
|
|
20910
|
-
"conditionKeysCount": 3,
|
|
20911
|
-
"conditionKeys": [
|
|
20912
|
-
"aws:RequestTag/${TagKey}",
|
|
20913
|
-
"aws:ResourceTag/${TagKey}",
|
|
20914
|
-
"aws:TagKeys"
|
|
20915
|
-
]
|
|
20916
|
-
},
|
|
20917
20954
|
{
|
|
20918
20955
|
"name": "AWS Recycle Bin",
|
|
20919
20956
|
"servicePrefix": "rbin",
|
|
@@ -21363,6 +21400,37 @@
|
|
|
21363
21400
|
"aws:TagKeys"
|
|
21364
21401
|
]
|
|
21365
21402
|
},
|
|
21403
|
+
{
|
|
21404
|
+
"name": "AWS rePost Private",
|
|
21405
|
+
"servicePrefix": "repostspace",
|
|
21406
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsrepostprivate.html",
|
|
21407
|
+
"actionsCount": 13,
|
|
21408
|
+
"actions": [
|
|
21409
|
+
"BatchAddRole",
|
|
21410
|
+
"BatchRemoveRole",
|
|
21411
|
+
"CreateSpace",
|
|
21412
|
+
"DeleteSpace",
|
|
21413
|
+
"DeregisterAdmin",
|
|
21414
|
+
"GetSpace",
|
|
21415
|
+
"ListSpaces",
|
|
21416
|
+
"ListTagsForResource",
|
|
21417
|
+
"RegisterAdmin",
|
|
21418
|
+
"SendInvites",
|
|
21419
|
+
"TagResource",
|
|
21420
|
+
"UntagResource",
|
|
21421
|
+
"UpdateSpace"
|
|
21422
|
+
],
|
|
21423
|
+
"resourceTypesCount": 1,
|
|
21424
|
+
"resourceTypes": [
|
|
21425
|
+
"space"
|
|
21426
|
+
],
|
|
21427
|
+
"conditionKeysCount": 3,
|
|
21428
|
+
"conditionKeys": [
|
|
21429
|
+
"aws:RequestTag/${TagKey}",
|
|
21430
|
+
"aws:ResourceTag/${TagKey}",
|
|
21431
|
+
"aws:TagKeys"
|
|
21432
|
+
]
|
|
21433
|
+
},
|
|
21366
21434
|
{
|
|
21367
21435
|
"name": "AWS Resilience Hub",
|
|
21368
21436
|
"servicePrefix": "resiliencehub",
|
|
@@ -21814,11 +21882,12 @@
|
|
|
21814
21882
|
"queryloggingconfig",
|
|
21815
21883
|
"vpc"
|
|
21816
21884
|
],
|
|
21817
|
-
"conditionKeysCount":
|
|
21885
|
+
"conditionKeysCount": 4,
|
|
21818
21886
|
"conditionKeys": [
|
|
21819
21887
|
"route53:ChangeResourceRecordSetsActions",
|
|
21820
21888
|
"route53:ChangeResourceRecordSetsNormalizedRecordNames",
|
|
21821
|
-
"route53:ChangeResourceRecordSetsRecordTypes"
|
|
21889
|
+
"route53:ChangeResourceRecordSetsRecordTypes",
|
|
21890
|
+
"route53:VPCs"
|
|
21822
21891
|
]
|
|
21823
21892
|
},
|
|
21824
21893
|
{
|
|
@@ -24508,7 +24577,7 @@
|
|
|
24508
24577
|
"name": "AWS SQL Workbench",
|
|
24509
24578
|
"servicePrefix": "sqlworkbench",
|
|
24510
24579
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssqlworkbench.html",
|
|
24511
|
-
"actionsCount":
|
|
24580
|
+
"actionsCount": 79,
|
|
24512
24581
|
"actions": [
|
|
24513
24582
|
"AssociateConnectionWithChart",
|
|
24514
24583
|
"AssociateConnectionWithTab",
|
|
@@ -24532,6 +24601,7 @@
|
|
|
24532
24601
|
"DeleteNotebookVersion",
|
|
24533
24602
|
"DeleteQCustomContext",
|
|
24534
24603
|
"DeleteSavedQuery",
|
|
24604
|
+
"DeleteSqlGenerationContext",
|
|
24535
24605
|
"DeleteTab",
|
|
24536
24606
|
"DriverExecute",
|
|
24537
24607
|
"DuplicateNotebook",
|
|
@@ -24551,6 +24621,8 @@
|
|
|
24551
24621
|
"GetQueryExecutionHistory",
|
|
24552
24622
|
"GetSavedQuery",
|
|
24553
24623
|
"GetSchemaInference",
|
|
24624
|
+
"GetSqlGenerationContext",
|
|
24625
|
+
"GetSqlRecommendations",
|
|
24554
24626
|
"GetUserInfo",
|
|
24555
24627
|
"GetUserWorkspaceSettings",
|
|
24556
24628
|
"ImportNotebook",
|
|
@@ -24566,7 +24638,9 @@
|
|
|
24566
24638
|
"ListTabs",
|
|
24567
24639
|
"ListTaggedResources",
|
|
24568
24640
|
"ListTagsForResource",
|
|
24641
|
+
"PassAccountSettings",
|
|
24569
24642
|
"PutQCustomContext",
|
|
24643
|
+
"PutSqlGenerationContext",
|
|
24570
24644
|
"PutTab",
|
|
24571
24645
|
"PutUserWorkspaceSettings",
|
|
24572
24646
|
"RestoreNotebookVersion",
|