github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/servicecatalog-appregistry/2020-06-24/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p> Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.</p>", 4 "operations": { 5 "AssociateAttributeGroup": "<p>Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.</p>", 6 "AssociateResource": "<p>Associates a resource with an application. Both the resource and the application can be specified either by ID or name.</p>", 7 "CreateApplication": "<p>Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.</p>", 8 "CreateAttributeGroup": "<p>Creates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.</p>", 9 "DeleteApplication": "<p>Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.</p>", 10 "DeleteAttributeGroup": "<p>Deletes an attribute group, specified either by its attribute group ID or name.</p>", 11 "DisassociateAttributeGroup": "<p>Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts <code>AssociateAttributeGroup</code>.</p>", 12 "DisassociateResource": "<p>Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.</p>", 13 "GetApplication": "<p>Retrieves metadata information about one of your applications. The application can be specified either by its unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by ID in automated workflows if you want to make sure that the exact same application is returned or a <code>ResourceNotFoundException</code> is thrown, avoiding the ABA addressing problem.</p>", 14 "GetAssociatedResource": "<p>Gets the resource associated with the application.</p>", 15 "GetAttributeGroup": "<p>Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.</p>", 16 "ListApplications": "<p>Retrieves a list of all of your applications. Results are paginated.</p>", 17 "ListAssociatedAttributeGroups": "<p>Lists all attribute groups that are associated with specified application. Results are paginated.</p>", 18 "ListAssociatedResources": "<p>Lists all resources that are associated with specified application. Results are paginated.</p>", 19 "ListAttributeGroups": "<p>Lists all attribute groups which you have access to. Results are paginated.</p>", 20 "ListTagsForResource": "<p>Lists all of the tags on the resource.</p>", 21 "SyncResource": "<p>Syncs the resource with current AppRegistry records.</p> <p>Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.</p>", 22 "TagResource": "<p>Assigns one or more tags (key-value pairs) to the specified resource.</p> <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.</p> <p>This operation returns an empty response if the call was successful.</p>", 23 "UntagResource": "<p>Removes tags from a resource.</p> <p>This operation returns an empty response if the call was successful.</p>", 24 "UpdateApplication": "<p>Updates an existing application with new attributes.</p>", 25 "UpdateAttributeGroup": "<p>Updates an existing attribute group with new details. </p>" 26 }, 27 "shapes": { 28 "Application": { 29 "base": "<p>Represents a Amazon Web Services Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.</p>", 30 "refs": { 31 "CreateApplicationResponse$application": "<p>Information about the application.</p>", 32 "UpdateApplicationResponse$application": "<p>The updated information of the application.</p>" 33 } 34 }, 35 "ApplicationArn": { 36 "base": null, 37 "refs": { 38 "Application$arn": "<p>The Amazon resource name (ARN) that specifies the application across services.</p>", 39 "ApplicationSummary$arn": "<p>The Amazon resource name (ARN) that specifies the application across services.</p>", 40 "AssociateAttributeGroupResponse$applicationArn": "<p>The Amazon resource name (ARN) of the application that was augmented with attributes.</p>", 41 "AssociateResourceResponse$applicationArn": "<p>The Amazon resource name (ARN) of the application that was augmented with attributes.</p>", 42 "DisassociateAttributeGroupResponse$applicationArn": "<p>The Amazon resource name (ARN) that specifies the application.</p>", 43 "DisassociateResourceResponse$applicationArn": "<p>The Amazon resource name (ARN) that specifies the application.</p>", 44 "GetApplicationResponse$arn": "<p>The Amazon resource name (ARN) that specifies the application across services.</p>", 45 "SyncResourceResponse$applicationArn": "<p>The Amazon resource name (ARN) that specifies the application.</p>" 46 } 47 }, 48 "ApplicationId": { 49 "base": null, 50 "refs": { 51 "Application$id": "<p>The identifier of the application.</p>", 52 "ApplicationSummary$id": "<p>The identifier of the application.</p>", 53 "GetApplicationResponse$id": "<p>The identifier of the application.</p>" 54 } 55 }, 56 "ApplicationSpecifier": { 57 "base": null, 58 "refs": { 59 "AssociateAttributeGroupRequest$application": "<p>The name or ID of the application.</p>", 60 "AssociateResourceRequest$application": "<p>The name or ID of the application.</p>", 61 "DeleteApplicationRequest$application": "<p>The name or ID of the application.</p>", 62 "DisassociateAttributeGroupRequest$application": "<p>The name or ID of the application.</p>", 63 "DisassociateResourceRequest$application": "<p>The name or ID of the application.</p>", 64 "GetApplicationRequest$application": "<p>The name or ID of the application.</p>", 65 "GetAssociatedResourceRequest$application": "<p>The name or ID of the application.</p>", 66 "ListAssociatedAttributeGroupsRequest$application": "<p>The name or ID of the application.</p>", 67 "ListAssociatedResourcesRequest$application": "<p>The name or ID of the application.</p>", 68 "UpdateApplicationRequest$application": "<p>The name or ID of the application that will be updated.</p>" 69 } 70 }, 71 "ApplicationSummaries": { 72 "base": null, 73 "refs": { 74 "ListApplicationsResponse$applications": "<p>This list of applications.</p>" 75 } 76 }, 77 "ApplicationSummary": { 78 "base": "<p>Summary of a Amazon Web Services Service Catalog AppRegistry application.</p>", 79 "refs": { 80 "ApplicationSummaries$member": null, 81 "DeleteApplicationResponse$application": "<p>Information about the deleted application.</p>" 82 } 83 }, 84 "Arn": { 85 "base": null, 86 "refs": { 87 "AssociateResourceResponse$resourceArn": "<p>The Amazon resource name (ARN) that specifies the resource.</p>", 88 "DisassociateResourceResponse$resourceArn": "<p>The Amazon resource name (ARN) that specifies the resource.</p>", 89 "ListTagsForResourceRequest$resourceArn": "<p>The Amazon resource name (ARN) that specifies the resource.</p>", 90 "ResourceGroup$arn": "<p>The Amazon resource name (ARN) of the resource group.</p>", 91 "SyncResourceResponse$resourceArn": "<p>The Amazon resource name (ARN) that specifies the resource.</p>", 92 "TagResourceRequest$resourceArn": "<p>The Amazon resource name (ARN) that specifies the resource.</p>", 93 "UntagResourceRequest$resourceArn": "<p>The Amazon resource name (ARN) that specifies the resource.</p>" 94 } 95 }, 96 "AssociateAttributeGroupRequest": { 97 "base": null, 98 "refs": { 99 } 100 }, 101 "AssociateAttributeGroupResponse": { 102 "base": null, 103 "refs": { 104 } 105 }, 106 "AssociateResourceRequest": { 107 "base": null, 108 "refs": { 109 } 110 }, 111 "AssociateResourceResponse": { 112 "base": null, 113 "refs": { 114 } 115 }, 116 "AssociationCount": { 117 "base": null, 118 "refs": { 119 "GetApplicationResponse$associatedResourceCount": "<p>The number of top-level resources that were registered as part of this application.</p>" 120 } 121 }, 122 "AttributeGroup": { 123 "base": "<p>Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.</p>", 124 "refs": { 125 "CreateAttributeGroupResponse$attributeGroup": "<p>Information about the attribute group.</p>", 126 "UpdateAttributeGroupResponse$attributeGroup": "<p>The updated information of the attribute group.</p>" 127 } 128 }, 129 "AttributeGroupArn": { 130 "base": null, 131 "refs": { 132 "AssociateAttributeGroupResponse$attributeGroupArn": "<p>The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.</p>", 133 "AttributeGroup$arn": "<p>The Amazon resource name (ARN) that specifies the attribute group across services.</p>", 134 "AttributeGroupSummary$arn": "<p>The Amazon resource name (ARN) that specifies the attribute group across services.</p>", 135 "DisassociateAttributeGroupResponse$attributeGroupArn": "<p>The Amazon resource name (ARN) that specifies the attribute group.</p>", 136 "GetAttributeGroupResponse$arn": "<p>The Amazon resource name (ARN) that specifies the attribute group across services.</p>" 137 } 138 }, 139 "AttributeGroupId": { 140 "base": null, 141 "refs": { 142 "AttributeGroup$id": "<p>The globally unique attribute group identifier of the attribute group.</p>", 143 "AttributeGroupIds$member": null, 144 "AttributeGroupSummary$id": "<p>The globally unique attribute group identifier of the attribute group.</p>", 145 "GetAttributeGroupResponse$id": "<p>The identifier of the attribute group.</p>" 146 } 147 }, 148 "AttributeGroupIds": { 149 "base": null, 150 "refs": { 151 "ListAssociatedAttributeGroupsResponse$attributeGroups": "<p>A list of attribute group IDs.</p>" 152 } 153 }, 154 "AttributeGroupSpecifier": { 155 "base": null, 156 "refs": { 157 "AssociateAttributeGroupRequest$attributeGroup": "<p>The name or ID of the attribute group that holds the attributes to describe the application.</p>", 158 "DeleteAttributeGroupRequest$attributeGroup": "<p>The name or ID of the attribute group that holds the attributes to describe the application.</p>", 159 "DisassociateAttributeGroupRequest$attributeGroup": "<p>The name or ID of the attribute group that holds the attributes to describe the application.</p>", 160 "GetAttributeGroupRequest$attributeGroup": "<p>The name or ID of the attribute group that holds the attributes to describe the application.</p>", 161 "UpdateAttributeGroupRequest$attributeGroup": "<p>The name or ID of the attribute group that holds the attributes to describe the application.</p>" 162 } 163 }, 164 "AttributeGroupSummaries": { 165 "base": null, 166 "refs": { 167 "ListAttributeGroupsResponse$attributeGroups": "<p>This list of attribute groups.</p>" 168 } 169 }, 170 "AttributeGroupSummary": { 171 "base": "<p>Summary of a Amazon Web Services Service Catalog AppRegistry attribute group.</p>", 172 "refs": { 173 "AttributeGroupSummaries$member": null, 174 "DeleteAttributeGroupResponse$attributeGroup": "<p>Information about the deleted attribute group.</p>" 175 } 176 }, 177 "Attributes": { 178 "base": null, 179 "refs": { 180 "CreateAttributeGroupRequest$attributes": "<p>A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.</p>", 181 "GetAttributeGroupResponse$attributes": "<p>A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.</p>", 182 "UpdateAttributeGroupRequest$attributes": "<p>A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.</p>" 183 } 184 }, 185 "ClientToken": { 186 "base": null, 187 "refs": { 188 "CreateApplicationRequest$clientToken": "<p>A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.</p>", 189 "CreateAttributeGroupRequest$clientToken": "<p>A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.</p>" 190 } 191 }, 192 "ConflictException": { 193 "base": "<p>There was a conflict when processing the request (for example, a resource with the given name already exists within the account).</p>", 194 "refs": { 195 } 196 }, 197 "CreateApplicationRequest": { 198 "base": null, 199 "refs": { 200 } 201 }, 202 "CreateApplicationResponse": { 203 "base": null, 204 "refs": { 205 } 206 }, 207 "CreateAttributeGroupRequest": { 208 "base": null, 209 "refs": { 210 } 211 }, 212 "CreateAttributeGroupResponse": { 213 "base": null, 214 "refs": { 215 } 216 }, 217 "DeleteApplicationRequest": { 218 "base": null, 219 "refs": { 220 } 221 }, 222 "DeleteApplicationResponse": { 223 "base": null, 224 "refs": { 225 } 226 }, 227 "DeleteAttributeGroupRequest": { 228 "base": null, 229 "refs": { 230 } 231 }, 232 "DeleteAttributeGroupResponse": { 233 "base": null, 234 "refs": { 235 } 236 }, 237 "Description": { 238 "base": null, 239 "refs": { 240 "Application$description": "<p>The description of the application.</p>", 241 "ApplicationSummary$description": "<p>The description of the application.</p>", 242 "AttributeGroup$description": "<p>The description of the attribute group that the user provides.</p>", 243 "AttributeGroupSummary$description": "<p>The description of the attribute group that the user provides.</p>", 244 "CreateApplicationRequest$description": "<p>The description of the application.</p>", 245 "CreateAttributeGroupRequest$description": "<p>The description of the attribute group that the user provides.</p>", 246 "GetApplicationResponse$description": "<p>The description of the application.</p>", 247 "GetAttributeGroupResponse$description": "<p>The description of the attribute group that the user provides.</p>", 248 "UpdateApplicationRequest$description": "<p>The new description of the application.</p>", 249 "UpdateAttributeGroupRequest$description": "<p>The description of the attribute group that the user provides.</p>" 250 } 251 }, 252 "DisassociateAttributeGroupRequest": { 253 "base": null, 254 "refs": { 255 } 256 }, 257 "DisassociateAttributeGroupResponse": { 258 "base": null, 259 "refs": { 260 } 261 }, 262 "DisassociateResourceRequest": { 263 "base": null, 264 "refs": { 265 } 266 }, 267 "DisassociateResourceResponse": { 268 "base": null, 269 "refs": { 270 } 271 }, 272 "GetApplicationRequest": { 273 "base": null, 274 "refs": { 275 } 276 }, 277 "GetApplicationResponse": { 278 "base": null, 279 "refs": { 280 } 281 }, 282 "GetAssociatedResourceRequest": { 283 "base": null, 284 "refs": { 285 } 286 }, 287 "GetAssociatedResourceResponse": { 288 "base": null, 289 "refs": { 290 } 291 }, 292 "GetAttributeGroupRequest": { 293 "base": null, 294 "refs": { 295 } 296 }, 297 "GetAttributeGroupResponse": { 298 "base": null, 299 "refs": { 300 } 301 }, 302 "Integrations": { 303 "base": "<p> The information about the service integration.</p>", 304 "refs": { 305 "GetApplicationResponse$integrations": "<p>The information about the integration of the application with other services, such as Resource Groups.</p>" 306 } 307 }, 308 "InternalServerException": { 309 "base": "<p>The service is experiencing internal problems.</p>", 310 "refs": { 311 } 312 }, 313 "ListApplicationsRequest": { 314 "base": null, 315 "refs": { 316 } 317 }, 318 "ListApplicationsResponse": { 319 "base": null, 320 "refs": { 321 } 322 }, 323 "ListAssociatedAttributeGroupsRequest": { 324 "base": null, 325 "refs": { 326 } 327 }, 328 "ListAssociatedAttributeGroupsResponse": { 329 "base": null, 330 "refs": { 331 } 332 }, 333 "ListAssociatedResourcesRequest": { 334 "base": null, 335 "refs": { 336 } 337 }, 338 "ListAssociatedResourcesResponse": { 339 "base": null, 340 "refs": { 341 } 342 }, 343 "ListAttributeGroupsRequest": { 344 "base": null, 345 "refs": { 346 } 347 }, 348 "ListAttributeGroupsResponse": { 349 "base": null, 350 "refs": { 351 } 352 }, 353 "ListTagsForResourceRequest": { 354 "base": null, 355 "refs": { 356 } 357 }, 358 "ListTagsForResourceResponse": { 359 "base": null, 360 "refs": { 361 } 362 }, 363 "MaxResults": { 364 "base": null, 365 "refs": { 366 "ListApplicationsRequest$maxResults": "<p>The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.</p>", 367 "ListAssociatedAttributeGroupsRequest$maxResults": "<p>The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.</p>", 368 "ListAssociatedResourcesRequest$maxResults": "<p>The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.</p>", 369 "ListAttributeGroupsRequest$maxResults": "<p>The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.</p>" 370 } 371 }, 372 "Name": { 373 "base": null, 374 "refs": { 375 "Application$name": "<p>The name of the application. The name must be unique in the region in which you are creating the application.</p>", 376 "ApplicationSummary$name": "<p>The name of the application. The name must be unique in the region in which you are creating the application.</p>", 377 "AttributeGroup$name": "<p>The name of the attribute group.</p>", 378 "AttributeGroupSummary$name": "<p>The name of the attribute group.</p>", 379 "CreateApplicationRequest$name": "<p>The name of the application. The name must be unique in the region in which you are creating the application.</p>", 380 "CreateAttributeGroupRequest$name": "<p>The name of the attribute group.</p>", 381 "GetApplicationResponse$name": "<p>The name of the application. The name must be unique in the region in which you are creating the application.</p>", 382 "GetAttributeGroupResponse$name": "<p>The name of the attribute group.</p>", 383 "UpdateApplicationRequest$name": "<p>The new name of the application. The name must be unique in the region in which you are updating the application.</p>", 384 "UpdateAttributeGroupRequest$name": "<p>The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.</p>" 385 } 386 }, 387 "NextToken": { 388 "base": null, 389 "refs": { 390 "ListApplicationsRequest$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>", 391 "ListApplicationsResponse$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>", 392 "ListAssociatedAttributeGroupsRequest$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>", 393 "ListAssociatedAttributeGroupsResponse$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>", 394 "ListAssociatedResourcesRequest$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>", 395 "ListAssociatedResourcesResponse$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>", 396 "ListAttributeGroupsRequest$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>", 397 "ListAttributeGroupsResponse$nextToken": "<p>The token to use to get the next page of results after a previous API call. </p>" 398 } 399 }, 400 "Resource": { 401 "base": "<p> The information about the resource.</p>", 402 "refs": { 403 "GetAssociatedResourceResponse$resource": "<p>The resource associated with the application.</p>" 404 } 405 }, 406 "ResourceGroup": { 407 "base": "<p>The information about the resource group integration.</p>", 408 "refs": { 409 "Integrations$resourceGroup": "<p> The information about the resource group integration.</p>", 410 "ResourceIntegrations$resourceGroup": "<p>The information about the integration of Resource Groups.</p>" 411 } 412 }, 413 "ResourceGroupState": { 414 "base": null, 415 "refs": { 416 "ResourceGroup$state": "<p>The state of the propagation process for the resource group. The states includes:</p> <p> <code>CREATING </code>if the resource group is in the process of being created.</p> <p> <code>CREATE_COMPLETE</code> if the resource group was created successfully.</p> <p> <code>CREATE_FAILED</code> if the resource group failed to be created.</p> <p> <code>UPDATING</code> if the resource group is in the process of being updated.</p> <p> <code>UPDATE_COMPLETE</code> if the resource group updated successfully.</p> <p> <code>UPDATE_FAILED</code> if the resource group could not update successfully.</p>" 417 } 418 }, 419 "ResourceInfo": { 420 "base": "<p>The information about the resource.</p>", 421 "refs": { 422 "Resources$member": null 423 } 424 }, 425 "ResourceIntegrations": { 426 "base": "<p>The service integration information about the resource.</p>", 427 "refs": { 428 "Resource$integrations": "<p>The service integration information about the resource. </p>" 429 } 430 }, 431 "ResourceNotFoundException": { 432 "base": "<p>The specified resource does not exist.</p>", 433 "refs": { 434 } 435 }, 436 "ResourceSpecifier": { 437 "base": null, 438 "refs": { 439 "AssociateResourceRequest$resource": "<p>The name or ID of the resource of which the application will be associated.</p>", 440 "DisassociateResourceRequest$resource": "<p>The name or ID of the resource.</p>", 441 "GetAssociatedResourceRequest$resource": "<p>The name or ID of the resource associated with the application.</p>", 442 "Resource$name": "<p>The name of the resource.</p>", 443 "ResourceInfo$name": "<p>The name of the resource.</p>", 444 "SyncResourceRequest$resource": "<p>An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.</p>" 445 } 446 }, 447 "ResourceType": { 448 "base": null, 449 "refs": { 450 "AssociateResourceRequest$resourceType": "<p>The type of resource of which the application will be associated.</p>", 451 "DisassociateResourceRequest$resourceType": "<p>The type of the resource that is being disassociated.</p>", 452 "GetAssociatedResourceRequest$resourceType": "<p>The type of resource associated with the application.</p>", 453 "SyncResourceRequest$resourceType": "<p>The type of resource of which the application will be associated.</p>" 454 } 455 }, 456 "Resources": { 457 "base": null, 458 "refs": { 459 "ListAssociatedResourcesResponse$resources": "<p>Information about the resources.</p>" 460 } 461 }, 462 "ServiceQuotaExceededException": { 463 "base": "<p>The maximum number of resources per account has been reached.</p>", 464 "refs": { 465 } 466 }, 467 "StackArn": { 468 "base": null, 469 "refs": { 470 "Resource$arn": "<p>The Amazon resource name (ARN) of the resource.</p>", 471 "ResourceInfo$arn": "<p>The Amazon resource name (ARN) that specifies the resource across services.</p>" 472 } 473 }, 474 "String": { 475 "base": null, 476 "refs": { 477 "ConflictException$message": null, 478 "InternalServerException$message": null, 479 "ResourceGroup$errorMessage": "<p>The error message that generates when the propagation process for the resource group fails.</p>", 480 "ResourceNotFoundException$message": null, 481 "ServiceQuotaExceededException$message": null, 482 "ValidationException$message": null 483 } 484 }, 485 "SyncAction": { 486 "base": null, 487 "refs": { 488 "SyncResourceResponse$actionTaken": "<p>The results of the output if an application is associated with an ARN value, which could be <code>syncStarted</code> or None.</p>" 489 } 490 }, 491 "SyncResourceRequest": { 492 "base": null, 493 "refs": { 494 } 495 }, 496 "SyncResourceResponse": { 497 "base": null, 498 "refs": { 499 } 500 }, 501 "TagKey": { 502 "base": null, 503 "refs": { 504 "TagKeys$member": null, 505 "Tags$key": null 506 } 507 }, 508 "TagKeys": { 509 "base": null, 510 "refs": { 511 "UntagResourceRequest$tagKeys": "<p>A list of the tag keys to remove from the specified resource.</p>" 512 } 513 }, 514 "TagResourceRequest": { 515 "base": null, 516 "refs": { 517 } 518 }, 519 "TagResourceResponse": { 520 "base": null, 521 "refs": { 522 } 523 }, 524 "TagValue": { 525 "base": null, 526 "refs": { 527 "Tags$value": null 528 } 529 }, 530 "Tags": { 531 "base": null, 532 "refs": { 533 "Application$tags": "<p>Key-value pairs you can use to associate with the application.</p>", 534 "AttributeGroup$tags": "<p>Key-value pairs you can use to associate with the attribute group.</p>", 535 "CreateApplicationRequest$tags": "<p>Key-value pairs you can use to associate with the application.</p>", 536 "CreateAttributeGroupRequest$tags": "<p>Key-value pairs you can use to associate with the attribute group.</p>", 537 "GetApplicationResponse$tags": "<p>Key-value pairs associated with the application.</p>", 538 "GetAttributeGroupResponse$tags": "<p>Key-value pairs associated with the attribute group.</p>", 539 "ListTagsForResourceResponse$tags": "<p>The tags on the resource.</p>", 540 "TagResourceRequest$tags": "<p>The new or modified tags for the resource.</p>" 541 } 542 }, 543 "Timestamp": { 544 "base": null, 545 "refs": { 546 "Application$creationTime": "<p>The ISO-8601 formatted timestamp of the moment when the application was created.</p>", 547 "Application$lastUpdateTime": "<p> The ISO-8601 formatted timestamp of the moment when the application was last updated.</p>", 548 "ApplicationSummary$creationTime": "<p>The ISO-8601 formatted timestamp of the moment when the application was created.</p>", 549 "ApplicationSummary$lastUpdateTime": "<p> The ISO-8601 formatted timestamp of the moment when the application was last updated.</p>", 550 "AttributeGroup$creationTime": "<p>The ISO-8601 formatted timestamp of the moment the attribute group was created.</p>", 551 "AttributeGroup$lastUpdateTime": "<p>The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.</p>", 552 "AttributeGroupSummary$creationTime": "<p>The ISO-8601 formatted timestamp of the moment the attribute group was created.</p>", 553 "AttributeGroupSummary$lastUpdateTime": "<p>The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.</p>", 554 "GetApplicationResponse$creationTime": "<p>The ISO-8601 formatted timestamp of the moment when the application was created.</p>", 555 "GetApplicationResponse$lastUpdateTime": "<p>The ISO-8601 formatted timestamp of the moment when the application was last updated.</p>", 556 "GetAttributeGroupResponse$creationTime": "<p>The ISO-8601 formatted timestamp of the moment the attribute group was created.</p>", 557 "GetAttributeGroupResponse$lastUpdateTime": "<p>The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.</p>", 558 "Resource$associationTime": "<p>The time the resource was associated with the application.</p>" 559 } 560 }, 561 "UntagResourceRequest": { 562 "base": null, 563 "refs": { 564 } 565 }, 566 "UntagResourceResponse": { 567 "base": null, 568 "refs": { 569 } 570 }, 571 "UpdateApplicationRequest": { 572 "base": null, 573 "refs": { 574 } 575 }, 576 "UpdateApplicationResponse": { 577 "base": null, 578 "refs": { 579 } 580 }, 581 "UpdateAttributeGroupRequest": { 582 "base": null, 583 "refs": { 584 } 585 }, 586 "UpdateAttributeGroupResponse": { 587 "base": null, 588 "refs": { 589 } 590 }, 591 "ValidationException": { 592 "base": "<p>The request has invalid or missing parameters.</p>", 593 "refs": { 594 } 595 } 596 } 597 }