|
10334 | 10334 | "aws:TagKeys"
|
10335 | 10335 | ]
|
10336 | 10336 | },
|
| 10337 | + "AWS Systems Manager Quick Setup": { |
| 10338 | + "ARNFormat": "arn:aws:ssm-quicksetup:${Region}:${Account}:${ResourceType}/${ResourceId}", |
| 10339 | + "ARNRegex": "^arn:aws:ssm-quicksetup:.+", |
| 10340 | + "Actions": [ |
| 10341 | + "CreateConfigurationManager", |
| 10342 | + "DeleteConfigurationManager", |
| 10343 | + "GetConfigurationManager", |
| 10344 | + "GetServiceSettings", |
| 10345 | + "ListConfigurationManagers", |
| 10346 | + "ListQuickSetupTypes", |
| 10347 | + "ListTagsForResource", |
| 10348 | + "TagResource", |
| 10349 | + "UntagResource", |
| 10350 | + "UpdateConfigurationDefinition", |
| 10351 | + "UpdateConfigurationManager", |
| 10352 | + "UpdateServiceSettings" |
| 10353 | + ], |
| 10354 | + "HasResource": true, |
| 10355 | + "StringPrefix": "ssm-quicksetup", |
| 10356 | + "conditionKeys": [ |
| 10357 | + "aws:RequestTag/${TagKey}", |
| 10358 | + "aws:ResourceTag/${TagKey}", |
| 10359 | + "aws:TagKeys" |
| 10360 | + ] |
| 10361 | + }, |
10337 | 10362 | "AWS Systems Manager for SAP": {
|
10338 | 10363 | "ARNFormat": "arn:aws:ssm-sap:${Region}:${Account}:${ApplicationType}/${ApplicationId}",
|
10339 | 10364 | "ARNRegex": "^arn:aws:ssm-sap:.+",
|
@@ -19215,12 +19240,14 @@
|
19215 | 19240 | "ImportDocumentToQAppSession",
|
19216 | 19241 | "ListLibraryItems",
|
19217 | 19242 | "ListQApps",
|
| 19243 | + "ListTagsForResource", |
19218 | 19244 | "PredictProblemStatementFromConversation",
|
19219 | 19245 | "PredictQApp",
|
19220 | 19246 | "PredictQAppFromProblemStatement",
|
19221 | 19247 | "StartQAppSession",
|
19222 | 19248 | "StopQAppSession",
|
19223 | 19249 | "TagResource",
|
| 19250 | + "UntagResource", |
19224 | 19251 | "UpdateLibraryItem",
|
19225 | 19252 | "UpdateQApp",
|
19226 | 19253 | "UpdateQAppSession",
|
|
19231 | 19258 | "conditionKeys": [
|
19232 | 19259 | "aws:RequestTag/${TagKey}",
|
19233 | 19260 | "aws:ResourceTag/${TagKey}",
|
19234 |
| - "aws:TagKeys" |
| 19261 | + "aws:TagKeys", |
| 19262 | + "qapps:AppIsPublished", |
| 19263 | + "qapps:SessionIsShared", |
| 19264 | + "qapps:UserIsAppOwner", |
| 19265 | + "qapps:UserIsSessionModerator" |
19235 | 19266 | ]
|
19236 | 19267 | },
|
19237 | 19268 | "Amazon Q in Connect": {
|
|
21149 | 21180 | "CreateFeatureGroup",
|
21150 | 21181 | "CreateFlowDefinition",
|
21151 | 21182 | "CreateHub",
|
| 21183 | + "CreateHubContentReference", |
21152 | 21184 | "CreateHumanTaskUi",
|
21153 | 21185 | "CreateHyperParameterTuningJob",
|
21154 | 21186 | "CreateImage",
|
|
21208 | 21240 | "DeleteFlowDefinition",
|
21209 | 21241 | "DeleteHub",
|
21210 | 21242 | "DeleteHubContent",
|
| 21243 | + "DeleteHubContentReference", |
21211 | 21244 | "DeleteHumanLoop",
|
21212 | 21245 | "DeleteHumanTaskUi",
|
21213 | 21246 | "DeleteHyperParameterTuningJob",
|
|
21240 | 21273 | "DeleteUserProfile",
|
21241 | 21274 | "DeleteWorkforce",
|
21242 | 21275 | "DeleteWorkteam",
|
| 21276 | + "DeployHubModel", |
21243 | 21277 | "DeregisterDevices",
|
21244 | 21278 | "DescribeAction",
|
21245 | 21279 | "DescribeAlgorithm",
|
|
0 commit comments