1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2018-05-10", 5 "endpointPrefix":"rolesanywhere", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceFullName":"IAM Roles Anywhere", 9 "serviceId":"RolesAnywhere", 10 "signatureVersion":"v4", 11 "signingName":"rolesanywhere", 12 "uid":"rolesanywhere-2018-05-10" 13 }, 14 "operations":{ 15 "CreateProfile":{ 16 "name":"CreateProfile", 17 "http":{ 18 "method":"POST", 19 "requestUri":"/profiles", 20 "responseCode":201 21 }, 22 "input":{"shape":"CreateProfileRequest"}, 23 "output":{"shape":"ProfileDetailResponse"}, 24 "errors":[ 25 {"shape":"ValidationException"}, 26 {"shape":"AccessDeniedException"} 27 ], 28 "documentation":"<p>Creates a <i>profile</i>, a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:CreateProfile</code>. </p>" 29 }, 30 "CreateTrustAnchor":{ 31 "name":"CreateTrustAnchor", 32 "http":{ 33 "method":"POST", 34 "requestUri":"/trustanchors", 35 "responseCode":201 36 }, 37 "input":{"shape":"CreateTrustAnchorRequest"}, 38 "output":{"shape":"TrustAnchorDetailResponse"}, 39 "errors":[ 40 {"shape":"ValidationException"}, 41 {"shape":"AccessDeniedException"} 42 ], 43 "documentation":"<p>Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:CreateTrustAnchor</code>. </p>" 44 }, 45 "DeleteCrl":{ 46 "name":"DeleteCrl", 47 "http":{ 48 "method":"DELETE", 49 "requestUri":"/crl/{crlId}", 50 "responseCode":200 51 }, 52 "input":{"shape":"ScalarCrlRequest"}, 53 "output":{"shape":"CrlDetailResponse"}, 54 "errors":[ 55 {"shape":"ResourceNotFoundException"}, 56 {"shape":"AccessDeniedException"} 57 ], 58 "documentation":"<p>Deletes a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DeleteCrl</code>. </p>", 59 "idempotent":true 60 }, 61 "DeleteProfile":{ 62 "name":"DeleteProfile", 63 "http":{ 64 "method":"DELETE", 65 "requestUri":"/profile/{profileId}", 66 "responseCode":200 67 }, 68 "input":{"shape":"ScalarProfileRequest"}, 69 "output":{"shape":"ProfileDetailResponse"}, 70 "errors":[ 71 {"shape":"ResourceNotFoundException"}, 72 {"shape":"AccessDeniedException"} 73 ], 74 "documentation":"<p>Deletes a profile.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DeleteProfile</code>. </p>", 75 "idempotent":true 76 }, 77 "DeleteTrustAnchor":{ 78 "name":"DeleteTrustAnchor", 79 "http":{ 80 "method":"DELETE", 81 "requestUri":"/trustanchor/{trustAnchorId}", 82 "responseCode":200 83 }, 84 "input":{"shape":"ScalarTrustAnchorRequest"}, 85 "output":{"shape":"TrustAnchorDetailResponse"}, 86 "errors":[ 87 {"shape":"ResourceNotFoundException"}, 88 {"shape":"AccessDeniedException"} 89 ], 90 "documentation":"<p>Deletes a trust anchor.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DeleteTrustAnchor</code>. </p>", 91 "idempotent":true 92 }, 93 "DisableCrl":{ 94 "name":"DisableCrl", 95 "http":{ 96 "method":"POST", 97 "requestUri":"/crl/{crlId}/disable", 98 "responseCode":200 99 }, 100 "input":{"shape":"ScalarCrlRequest"}, 101 "output":{"shape":"CrlDetailResponse"}, 102 "errors":[ 103 {"shape":"ResourceNotFoundException"}, 104 {"shape":"AccessDeniedException"} 105 ], 106 "documentation":"<p>Disables a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DisableCrl</code>. </p>" 107 }, 108 "DisableProfile":{ 109 "name":"DisableProfile", 110 "http":{ 111 "method":"POST", 112 "requestUri":"/profile/{profileId}/disable", 113 "responseCode":200 114 }, 115 "input":{"shape":"ScalarProfileRequest"}, 116 "output":{"shape":"ProfileDetailResponse"}, 117 "errors":[ 118 {"shape":"ResourceNotFoundException"}, 119 {"shape":"AccessDeniedException"} 120 ], 121 "documentation":"<p>Disables a profile. When disabled, temporary credential requests with this profile fail.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DisableProfile</code>. </p>" 122 }, 123 "DisableTrustAnchor":{ 124 "name":"DisableTrustAnchor", 125 "http":{ 126 "method":"POST", 127 "requestUri":"/trustanchor/{trustAnchorId}/disable", 128 "responseCode":200 129 }, 130 "input":{"shape":"ScalarTrustAnchorRequest"}, 131 "output":{"shape":"TrustAnchorDetailResponse"}, 132 "errors":[ 133 {"shape":"ResourceNotFoundException"}, 134 {"shape":"AccessDeniedException"} 135 ], 136 "documentation":"<p>Disables a trust anchor. When disabled, temporary credential requests specifying this trust anchor are unauthorized.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DisableTrustAnchor</code>. </p>" 137 }, 138 "EnableCrl":{ 139 "name":"EnableCrl", 140 "http":{ 141 "method":"POST", 142 "requestUri":"/crl/{crlId}/enable", 143 "responseCode":200 144 }, 145 "input":{"shape":"ScalarCrlRequest"}, 146 "output":{"shape":"CrlDetailResponse"}, 147 "errors":[ 148 {"shape":"ResourceNotFoundException"}, 149 {"shape":"AccessDeniedException"} 150 ], 151 "documentation":"<p>Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableCrl</code>. </p>" 152 }, 153 "EnableProfile":{ 154 "name":"EnableProfile", 155 "http":{ 156 "method":"POST", 157 "requestUri":"/profile/{profileId}/enable", 158 "responseCode":200 159 }, 160 "input":{"shape":"ScalarProfileRequest"}, 161 "output":{"shape":"ProfileDetailResponse"}, 162 "errors":[ 163 {"shape":"ResourceNotFoundException"}, 164 {"shape":"AccessDeniedException"} 165 ], 166 "documentation":"<p>Enables temporary credential requests for a profile. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableProfile</code>. </p>" 167 }, 168 "EnableTrustAnchor":{ 169 "name":"EnableTrustAnchor", 170 "http":{ 171 "method":"POST", 172 "requestUri":"/trustanchor/{trustAnchorId}/enable", 173 "responseCode":200 174 }, 175 "input":{"shape":"ScalarTrustAnchorRequest"}, 176 "output":{"shape":"TrustAnchorDetailResponse"}, 177 "errors":[ 178 {"shape":"ResourceNotFoundException"}, 179 {"shape":"AccessDeniedException"} 180 ], 181 "documentation":"<p>Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:EnableTrustAnchor</code>. </p>" 182 }, 183 "GetCrl":{ 184 "name":"GetCrl", 185 "http":{ 186 "method":"GET", 187 "requestUri":"/crl/{crlId}", 188 "responseCode":200 189 }, 190 "input":{"shape":"ScalarCrlRequest"}, 191 "output":{"shape":"CrlDetailResponse"}, 192 "errors":[ 193 {"shape":"ResourceNotFoundException"} 194 ], 195 "documentation":"<p>Gets a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetCrl</code>. </p>" 196 }, 197 "GetProfile":{ 198 "name":"GetProfile", 199 "http":{ 200 "method":"GET", 201 "requestUri":"/profile/{profileId}", 202 "responseCode":200 203 }, 204 "input":{"shape":"ScalarProfileRequest"}, 205 "output":{"shape":"ProfileDetailResponse"}, 206 "errors":[ 207 {"shape":"ResourceNotFoundException"}, 208 {"shape":"AccessDeniedException"} 209 ], 210 "documentation":"<p>Gets a profile.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetProfile</code>. </p>" 211 }, 212 "GetSubject":{ 213 "name":"GetSubject", 214 "http":{ 215 "method":"GET", 216 "requestUri":"/subject/{subjectId}", 217 "responseCode":200 218 }, 219 "input":{"shape":"ScalarSubjectRequest"}, 220 "output":{"shape":"SubjectDetailResponse"}, 221 "errors":[ 222 {"shape":"ResourceNotFoundException"}, 223 {"shape":"AccessDeniedException"} 224 ], 225 "documentation":"<p>Gets a <i>subject</i>, which associates a certificate identity with authentication attempts. The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetSubject</code>. </p>" 226 }, 227 "GetTrustAnchor":{ 228 "name":"GetTrustAnchor", 229 "http":{ 230 "method":"GET", 231 "requestUri":"/trustanchor/{trustAnchorId}", 232 "responseCode":200 233 }, 234 "input":{"shape":"ScalarTrustAnchorRequest"}, 235 "output":{"shape":"TrustAnchorDetailResponse"}, 236 "errors":[ 237 {"shape":"ValidationException"}, 238 {"shape":"ResourceNotFoundException"}, 239 {"shape":"AccessDeniedException"} 240 ], 241 "documentation":"<p>Gets a trust anchor.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:GetTrustAnchor</code>. </p>" 242 }, 243 "ImportCrl":{ 244 "name":"ImportCrl", 245 "http":{ 246 "method":"POST", 247 "requestUri":"/crls", 248 "responseCode":201 249 }, 250 "input":{"shape":"ImportCrlRequest"}, 251 "output":{"shape":"CrlDetailResponse"}, 252 "errors":[ 253 {"shape":"ValidationException"}, 254 {"shape":"AccessDeniedException"} 255 ], 256 "documentation":"<p>Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:ImportCrl</code>. </p>" 257 }, 258 "ListCrls":{ 259 "name":"ListCrls", 260 "http":{ 261 "method":"GET", 262 "requestUri":"/crls", 263 "responseCode":200 264 }, 265 "input":{"shape":"ListRequest"}, 266 "output":{"shape":"ListCrlsResponse"}, 267 "errors":[ 268 {"shape":"ValidationException"}, 269 {"shape":"AccessDeniedException"} 270 ], 271 "documentation":"<p>Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListCrls</code>. </p>" 272 }, 273 "ListProfiles":{ 274 "name":"ListProfiles", 275 "http":{ 276 "method":"GET", 277 "requestUri":"/profiles", 278 "responseCode":200 279 }, 280 "input":{"shape":"ListRequest"}, 281 "output":{"shape":"ListProfilesResponse"}, 282 "errors":[ 283 {"shape":"ValidationException"}, 284 {"shape":"AccessDeniedException"} 285 ], 286 "documentation":"<p>Lists all profiles in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListProfiles</code>. </p>" 287 }, 288 "ListSubjects":{ 289 "name":"ListSubjects", 290 "http":{ 291 "method":"GET", 292 "requestUri":"/subjects", 293 "responseCode":200 294 }, 295 "input":{"shape":"ListRequest"}, 296 "output":{"shape":"ListSubjectsResponse"}, 297 "errors":[ 298 {"shape":"ValidationException"}, 299 {"shape":"AccessDeniedException"} 300 ], 301 "documentation":"<p>Lists the subjects in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListSubjects</code>. </p>" 302 }, 303 "ListTagsForResource":{ 304 "name":"ListTagsForResource", 305 "http":{ 306 "method":"GET", 307 "requestUri":"/ListTagsForResource", 308 "responseCode":200 309 }, 310 "input":{"shape":"ListTagsForResourceRequest"}, 311 "output":{"shape":"ListTagsForResourceResponse"}, 312 "errors":[ 313 {"shape":"ValidationException"}, 314 {"shape":"ResourceNotFoundException"}, 315 {"shape":"AccessDeniedException"} 316 ], 317 "documentation":"<p>Lists the tags attached to the resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListTagsForResource</code>. </p>" 318 }, 319 "ListTrustAnchors":{ 320 "name":"ListTrustAnchors", 321 "http":{ 322 "method":"GET", 323 "requestUri":"/trustanchors", 324 "responseCode":200 325 }, 326 "input":{"shape":"ListRequest"}, 327 "output":{"shape":"ListTrustAnchorsResponse"}, 328 "errors":[ 329 {"shape":"ValidationException"}, 330 {"shape":"AccessDeniedException"} 331 ], 332 "documentation":"<p>Lists the trust anchors in the authenticated account and Amazon Web Services Region.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:ListTrustAnchors</code>. </p>" 333 }, 334 "PutNotificationSettings":{ 335 "name":"PutNotificationSettings", 336 "http":{ 337 "method":"PATCH", 338 "requestUri":"/put-notifications-settings", 339 "responseCode":200 340 }, 341 "input":{"shape":"PutNotificationSettingsRequest"}, 342 "output":{"shape":"PutNotificationSettingsResponse"}, 343 "errors":[ 344 {"shape":"ValidationException"}, 345 {"shape":"ResourceNotFoundException"}, 346 {"shape":"AccessDeniedException"} 347 ], 348 "documentation":"<p>Attaches a list of <i>notification settings</i> to a trust anchor.</p> <p>A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:PutNotificationSettings</code>. </p>" 349 }, 350 "ResetNotificationSettings":{ 351 "name":"ResetNotificationSettings", 352 "http":{ 353 "method":"PATCH", 354 "requestUri":"/reset-notifications-settings", 355 "responseCode":200 356 }, 357 "input":{"shape":"ResetNotificationSettingsRequest"}, 358 "output":{"shape":"ResetNotificationSettingsResponse"}, 359 "errors":[ 360 {"shape":"ValidationException"}, 361 {"shape":"ResourceNotFoundException"}, 362 {"shape":"AccessDeniedException"} 363 ], 364 "documentation":"<p>Resets the <i>custom notification setting</i> to IAM Roles Anywhere default setting. </p> <p> <b>Required permissions: </b> <code>rolesanywhere:ResetNotificationSettings</code>. </p>" 365 }, 366 "TagResource":{ 367 "name":"TagResource", 368 "http":{ 369 "method":"POST", 370 "requestUri":"/TagResource", 371 "responseCode":201 372 }, 373 "input":{"shape":"TagResourceRequest"}, 374 "output":{"shape":"TagResourceResponse"}, 375 "errors":[ 376 {"shape":"ValidationException"}, 377 {"shape":"ResourceNotFoundException"}, 378 {"shape":"AccessDeniedException"}, 379 {"shape":"TooManyTagsException"} 380 ], 381 "documentation":"<p>Attaches tags to a resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:TagResource</code>. </p>" 382 }, 383 "UntagResource":{ 384 "name":"UntagResource", 385 "http":{ 386 "method":"POST", 387 "requestUri":"/UntagResource", 388 "responseCode":200 389 }, 390 "input":{"shape":"UntagResourceRequest"}, 391 "output":{"shape":"UntagResourceResponse"}, 392 "errors":[ 393 {"shape":"ValidationException"}, 394 {"shape":"ResourceNotFoundException"}, 395 {"shape":"AccessDeniedException"} 396 ], 397 "documentation":"<p>Removes tags from the resource.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UntagResource</code>. </p>" 398 }, 399 "UpdateCrl":{ 400 "name":"UpdateCrl", 401 "http":{ 402 "method":"PATCH", 403 "requestUri":"/crl/{crlId}", 404 "responseCode":200 405 }, 406 "input":{"shape":"UpdateCrlRequest"}, 407 "output":{"shape":"CrlDetailResponse"}, 408 "errors":[ 409 {"shape":"ValidationException"}, 410 {"shape":"ResourceNotFoundException"}, 411 {"shape":"AccessDeniedException"} 412 ], 413 "documentation":"<p>Updates the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateCrl</code>. </p>" 414 }, 415 "UpdateProfile":{ 416 "name":"UpdateProfile", 417 "http":{ 418 "method":"PATCH", 419 "requestUri":"/profile/{profileId}", 420 "responseCode":200 421 }, 422 "input":{"shape":"UpdateProfileRequest"}, 423 "output":{"shape":"ProfileDetailResponse"}, 424 "errors":[ 425 {"shape":"ValidationException"}, 426 {"shape":"ResourceNotFoundException"}, 427 {"shape":"AccessDeniedException"} 428 ], 429 "documentation":"<p>Updates a <i>profile</i>, a list of the roles that IAM Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateProfile</code>. </p>", 430 "idempotent":true 431 }, 432 "UpdateTrustAnchor":{ 433 "name":"UpdateTrustAnchor", 434 "http":{ 435 "method":"PATCH", 436 "requestUri":"/trustanchor/{trustAnchorId}", 437 "responseCode":200 438 }, 439 "input":{"shape":"UpdateTrustAnchorRequest"}, 440 "output":{"shape":"TrustAnchorDetailResponse"}, 441 "errors":[ 442 {"shape":"ValidationException"}, 443 {"shape":"ResourceNotFoundException"}, 444 {"shape":"AccessDeniedException"} 445 ], 446 "documentation":"<p>Updates a trust anchor. You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:UpdateTrustAnchor</code>. </p>", 447 "idempotent":true 448 } 449 }, 450 "shapes":{ 451 "AccessDeniedException":{ 452 "type":"structure", 453 "members":{ 454 "message":{"shape":"String"} 455 }, 456 "documentation":"<p>You do not have sufficient access to perform this action.</p>", 457 "error":{ 458 "httpStatusCode":403, 459 "senderFault":true 460 }, 461 "exception":true 462 }, 463 "AmazonResourceName":{ 464 "type":"string", 465 "max":1011, 466 "min":1 467 }, 468 "Blob":{"type":"blob"}, 469 "Boolean":{ 470 "type":"boolean", 471 "box":true 472 }, 473 "CreateProfileRequest":{ 474 "type":"structure", 475 "required":[ 476 "name", 477 "roleArns" 478 ], 479 "members":{ 480 "durationSeconds":{ 481 "shape":"CreateProfileRequestDurationSecondsInteger", 482 "documentation":"<p> The number of seconds the vended session credentials are valid for. </p>" 483 }, 484 "enabled":{ 485 "shape":"Boolean", 486 "documentation":"<p>Specifies whether the profile is enabled.</p>" 487 }, 488 "managedPolicyArns":{ 489 "shape":"ManagedPolicyList", 490 "documentation":"<p>A list of managed policy ARNs that apply to the vended session credentials. </p>" 491 }, 492 "name":{ 493 "shape":"ResourceName", 494 "documentation":"<p>The name of the profile.</p>" 495 }, 496 "requireInstanceProperties":{ 497 "shape":"Boolean", 498 "documentation":"<p>Specifies whether instance properties are required in temporary credential requests with this profile. </p>" 499 }, 500 "roleArns":{ 501 "shape":"RoleArnList", 502 "documentation":"<p>A list of IAM roles that this profile can assume in a temporary credential request.</p>" 503 }, 504 "sessionPolicy":{ 505 "shape":"String", 506 "documentation":"<p>A session policy that applies to the trust boundary of the vended session credentials. </p>" 507 }, 508 "tags":{ 509 "shape":"TagList", 510 "documentation":"<p>The tags to attach to the profile.</p>" 511 } 512 } 513 }, 514 "CreateProfileRequestDurationSecondsInteger":{ 515 "type":"integer", 516 "box":true, 517 "max":3600, 518 "min":900 519 }, 520 "CreateTrustAnchorRequest":{ 521 "type":"structure", 522 "required":[ 523 "name", 524 "source" 525 ], 526 "members":{ 527 "enabled":{ 528 "shape":"Boolean", 529 "documentation":"<p>Specifies whether the trust anchor is enabled.</p>" 530 }, 531 "name":{ 532 "shape":"ResourceName", 533 "documentation":"<p>The name of the trust anchor.</p>" 534 }, 535 "notificationSettings":{ 536 "shape":"NotificationSettings", 537 "documentation":"<p>A list of notification settings to be associated to the trust anchor.</p>" 538 }, 539 "source":{ 540 "shape":"Source", 541 "documentation":"<p>The trust anchor type and its related certificate data.</p>" 542 }, 543 "tags":{ 544 "shape":"TagList", 545 "documentation":"<p>The tags to attach to the trust anchor.</p>" 546 } 547 } 548 }, 549 "CredentialSummaries":{ 550 "type":"list", 551 "member":{"shape":"CredentialSummary"} 552 }, 553 "CredentialSummary":{ 554 "type":"structure", 555 "members":{ 556 "enabled":{ 557 "shape":"Boolean", 558 "documentation":"<p>Indicates whether the credential is enabled.</p>" 559 }, 560 "failed":{ 561 "shape":"Boolean", 562 "documentation":"<p>Indicates whether the temporary credential request was successful. </p>" 563 }, 564 "issuer":{ 565 "shape":"String", 566 "documentation":"<p>The fully qualified domain name of the issuing certificate for the presented end-entity certificate.</p>" 567 }, 568 "seenAt":{ 569 "shape":"SyntheticTimestamp_date_time", 570 "documentation":"<p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>" 571 }, 572 "serialNumber":{ 573 "shape":"String", 574 "documentation":"<p>The serial number of the certificate.</p>" 575 }, 576 "x509CertificateData":{ 577 "shape":"String", 578 "documentation":"<p>The PEM-encoded data of the certificate.</p>" 579 } 580 }, 581 "documentation":"<p>A record of a presented X509 credential from a temporary credential request. </p>" 582 }, 583 "CrlDetail":{ 584 "type":"structure", 585 "members":{ 586 "createdAt":{ 587 "shape":"SyntheticTimestamp_date_time", 588 "documentation":"<p>The ISO-8601 timestamp when the certificate revocation list (CRL) was created. </p>" 589 }, 590 "crlArn":{ 591 "shape":"String", 592 "documentation":"<p>The ARN of the certificate revocation list (CRL).</p>" 593 }, 594 "crlData":{ 595 "shape":"Blob", 596 "documentation":"<p>The state of the certificate revocation list (CRL) after a read or write operation.</p>" 597 }, 598 "crlId":{ 599 "shape":"Uuid", 600 "documentation":"<p>The unique identifier of the certificate revocation list (CRL).</p>" 601 }, 602 "enabled":{ 603 "shape":"Boolean", 604 "documentation":"<p>Indicates whether the certificate revocation list (CRL) is enabled.</p>" 605 }, 606 "name":{ 607 "shape":"String", 608 "documentation":"<p>The name of the certificate revocation list (CRL).</p>" 609 }, 610 "trustAnchorArn":{ 611 "shape":"String", 612 "documentation":"<p>The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. </p>" 613 }, 614 "updatedAt":{ 615 "shape":"SyntheticTimestamp_date_time", 616 "documentation":"<p>The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated. </p>" 617 } 618 }, 619 "documentation":"<p>The state of the certificate revocation list (CRL) after a read or write operation.</p>" 620 }, 621 "CrlDetailResponse":{ 622 "type":"structure", 623 "required":["crl"], 624 "members":{ 625 "crl":{ 626 "shape":"CrlDetail", 627 "documentation":"<p>The state of the certificate revocation list (CRL) after a read or write operation.</p>" 628 } 629 } 630 }, 631 "CrlDetails":{ 632 "type":"list", 633 "member":{"shape":"CrlDetail"} 634 }, 635 "ImportCrlRequest":{ 636 "type":"structure", 637 "required":[ 638 "crlData", 639 "name", 640 "trustAnchorArn" 641 ], 642 "members":{ 643 "crlData":{ 644 "shape":"ImportCrlRequestCrlDataBlob", 645 "documentation":"<p>The x509 v3 specified certificate revocation list (CRL).</p>" 646 }, 647 "enabled":{ 648 "shape":"Boolean", 649 "documentation":"<p>Specifies whether the certificate revocation list (CRL) is enabled.</p>" 650 }, 651 "name":{ 652 "shape":"ResourceName", 653 "documentation":"<p>The name of the certificate revocation list (CRL).</p>" 654 }, 655 "tags":{ 656 "shape":"TagList", 657 "documentation":"<p>A list of tags to attach to the certificate revocation list (CRL).</p>" 658 }, 659 "trustAnchorArn":{ 660 "shape":"TrustAnchorArn", 661 "documentation":"<p>The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.</p>" 662 } 663 } 664 }, 665 "ImportCrlRequestCrlDataBlob":{ 666 "type":"blob", 667 "max":300000, 668 "min":1 669 }, 670 "InstanceProperties":{ 671 "type":"list", 672 "member":{"shape":"InstanceProperty"} 673 }, 674 "InstanceProperty":{ 675 "type":"structure", 676 "members":{ 677 "failed":{ 678 "shape":"Boolean", 679 "documentation":"<p>Indicates whether the temporary credential request was successful. </p>" 680 }, 681 "properties":{ 682 "shape":"InstancePropertyMap", 683 "documentation":"<p>A list of instanceProperty objects. </p>" 684 }, 685 "seenAt":{ 686 "shape":"SyntheticTimestamp_date_time", 687 "documentation":"<p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>" 688 } 689 }, 690 "documentation":"<p>A key-value pair you set that identifies a property of the authenticating instance.</p>" 691 }, 692 "InstancePropertyMap":{ 693 "type":"map", 694 "key":{"shape":"InstancePropertyMapKeyString"}, 695 "value":{"shape":"InstancePropertyMapValueString"}, 696 "max":50, 697 "min":0 698 }, 699 "InstancePropertyMapKeyString":{ 700 "type":"string", 701 "max":200, 702 "min":1 703 }, 704 "InstancePropertyMapValueString":{ 705 "type":"string", 706 "max":200, 707 "min":1 708 }, 709 "Integer":{ 710 "type":"integer", 711 "box":true 712 }, 713 "ListCrlsResponse":{ 714 "type":"structure", 715 "members":{ 716 "crls":{ 717 "shape":"CrlDetails", 718 "documentation":"<p>A list of certificate revocation lists (CRL). </p>" 719 }, 720 "nextToken":{ 721 "shape":"String", 722 "documentation":"<p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>" 723 } 724 } 725 }, 726 "ListProfilesResponse":{ 727 "type":"structure", 728 "members":{ 729 "nextToken":{ 730 "shape":"String", 731 "documentation":"<p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>" 732 }, 733 "profiles":{ 734 "shape":"ProfileDetails", 735 "documentation":"<p>A list of profiles.</p>" 736 } 737 } 738 }, 739 "ListRequest":{ 740 "type":"structure", 741 "members":{ 742 "nextToken":{ 743 "shape":"ListRequestNextTokenString", 744 "documentation":"<p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>", 745 "location":"querystring", 746 "locationName":"nextToken" 747 }, 748 "pageSize":{ 749 "shape":"Integer", 750 "documentation":"<p>The number of resources in the paginated list. </p>", 751 "location":"querystring", 752 "locationName":"pageSize" 753 } 754 } 755 }, 756 "ListRequestNextTokenString":{ 757 "type":"string", 758 "max":10000, 759 "min":1 760 }, 761 "ListSubjectsResponse":{ 762 "type":"structure", 763 "members":{ 764 "nextToken":{ 765 "shape":"String", 766 "documentation":"<p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>" 767 }, 768 "subjects":{ 769 "shape":"SubjectSummaries", 770 "documentation":"<p>A list of subjects.</p>" 771 } 772 } 773 }, 774 "ListTagsForResourceRequest":{ 775 "type":"structure", 776 "required":["resourceArn"], 777 "members":{ 778 "resourceArn":{ 779 "shape":"AmazonResourceName", 780 "documentation":"<p>The ARN of the resource.</p>", 781 "location":"querystring", 782 "locationName":"resourceArn" 783 } 784 } 785 }, 786 "ListTagsForResourceResponse":{ 787 "type":"structure", 788 "members":{ 789 "tags":{ 790 "shape":"TagList", 791 "documentation":"<p>A list of tags attached to the resource.</p>" 792 } 793 } 794 }, 795 "ListTrustAnchorsResponse":{ 796 "type":"structure", 797 "members":{ 798 "nextToken":{ 799 "shape":"String", 800 "documentation":"<p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>" 801 }, 802 "trustAnchors":{ 803 "shape":"TrustAnchorDetails", 804 "documentation":"<p>A list of trust anchors.</p>" 805 } 806 } 807 }, 808 "ManagedPolicyList":{ 809 "type":"list", 810 "member":{"shape":"ManagedPolicyListMemberString"}, 811 "max":50, 812 "min":0 813 }, 814 "ManagedPolicyListMemberString":{ 815 "type":"string", 816 "max":200, 817 "min":1 818 }, 819 "NotificationChannel":{ 820 "type":"string", 821 "enum":["ALL"] 822 }, 823 "NotificationEvent":{ 824 "type":"string", 825 "enum":[ 826 "CA_CERTIFICATE_EXPIRY", 827 "END_ENTITY_CERTIFICATE_EXPIRY" 828 ] 829 }, 830 "NotificationSetting":{ 831 "type":"structure", 832 "required":[ 833 "enabled", 834 "event" 835 ], 836 "members":{ 837 "channel":{ 838 "shape":"NotificationChannel", 839 "documentation":"<p>The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.</p> <note> <p>In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.</p> </note>" 840 }, 841 "enabled":{ 842 "shape":"Boolean", 843 "documentation":"<p>Indicates whether the notification setting is enabled.</p>" 844 }, 845 "event":{ 846 "shape":"NotificationEvent", 847 "documentation":"<p>The event to which this notification setting is applied.</p>" 848 }, 849 "threshold":{ 850 "shape":"NotificationSettingThresholdInteger", 851 "documentation":"<p>The number of days before a notification event. This value is required for a notification setting that is enabled.</p>" 852 } 853 }, 854 "documentation":"<p> Customizable notification settings that will be applied to notification events. IAM Roles Anywhere consumes these settings while notifying across multiple channels - CloudWatch metrics, EventBridge, and Health Dashboard. </p>" 855 }, 856 "NotificationSettingDetail":{ 857 "type":"structure", 858 "required":[ 859 "enabled", 860 "event" 861 ], 862 "members":{ 863 "channel":{ 864 "shape":"NotificationChannel", 865 "documentation":"<p>The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.</p> <note> <p>In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.</p> </note>" 866 }, 867 "configuredBy":{ 868 "shape":"NotificationSettingDetailConfiguredByString", 869 "documentation":"<p>The principal that configured the notification setting. For default settings configured by IAM Roles Anywhere, the value is <code>rolesanywhere.amazonaws.com</code>, and for customized notifications settings, it is the respective account ID. </p>" 870 }, 871 "enabled":{ 872 "shape":"Boolean", 873 "documentation":"<p>Indicates whether the notification setting is enabled.</p>" 874 }, 875 "event":{ 876 "shape":"NotificationEvent", 877 "documentation":"<p>The event to which this notification setting is applied.</p>" 878 }, 879 "threshold":{ 880 "shape":"NotificationSettingDetailThresholdInteger", 881 "documentation":"<p>The number of days before a notification event.</p>" 882 } 883 }, 884 "documentation":"<p>The state of a notification setting.</p> <p>A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.</p>" 885 }, 886 "NotificationSettingDetailConfiguredByString":{ 887 "type":"string", 888 "max":200, 889 "min":1 890 }, 891 "NotificationSettingDetailThresholdInteger":{ 892 "type":"integer", 893 "box":true, 894 "max":360, 895 "min":1 896 }, 897 "NotificationSettingDetails":{ 898 "type":"list", 899 "member":{"shape":"NotificationSettingDetail"}, 900 "max":50, 901 "min":0 902 }, 903 "NotificationSettingKey":{ 904 "type":"structure", 905 "required":["event"], 906 "members":{ 907 "channel":{ 908 "shape":"NotificationChannel", 909 "documentation":"<p>The specified channel of notification.</p>" 910 }, 911 "event":{ 912 "shape":"NotificationEvent", 913 "documentation":"<p>The notification setting event to reset.</p>" 914 } 915 }, 916 "documentation":"<p>A notification setting key to reset. A notification setting key includes the event and the channel. </p>" 917 }, 918 "NotificationSettingKeys":{ 919 "type":"list", 920 "member":{"shape":"NotificationSettingKey"}, 921 "max":50, 922 "min":0 923 }, 924 "NotificationSettingThresholdInteger":{ 925 "type":"integer", 926 "box":true, 927 "max":360, 928 "min":1 929 }, 930 "NotificationSettings":{ 931 "type":"list", 932 "member":{"shape":"NotificationSetting"}, 933 "max":50, 934 "min":0 935 }, 936 "ProfileArn":{ 937 "type":"string", 938 "max":1011, 939 "min":1, 940 "pattern":"^arn:aws(-[^:]+)?:rolesanywhere(:.*){2}(:profile.*)$" 941 }, 942 "ProfileDetail":{ 943 "type":"structure", 944 "members":{ 945 "createdAt":{ 946 "shape":"SyntheticTimestamp_date_time", 947 "documentation":"<p>The ISO-8601 timestamp when the profile was created. </p>" 948 }, 949 "createdBy":{ 950 "shape":"String", 951 "documentation":"<p>The Amazon Web Services account that created the profile.</p>" 952 }, 953 "durationSeconds":{ 954 "shape":"Integer", 955 "documentation":"<p> The number of seconds the vended session credentials are valid for. </p>" 956 }, 957 "enabled":{ 958 "shape":"Boolean", 959 "documentation":"<p>Indicates whether the profile is enabled.</p>" 960 }, 961 "managedPolicyArns":{ 962 "shape":"ManagedPolicyList", 963 "documentation":"<p>A list of managed policy ARNs that apply to the vended session credentials. </p>" 964 }, 965 "name":{ 966 "shape":"ResourceName", 967 "documentation":"<p>The name of the profile.</p>" 968 }, 969 "profileArn":{ 970 "shape":"ProfileArn", 971 "documentation":"<p>The ARN of the profile.</p>" 972 }, 973 "profileId":{ 974 "shape":"Uuid", 975 "documentation":"<p>The unique identifier of the profile.</p>" 976 }, 977 "requireInstanceProperties":{ 978 "shape":"Boolean", 979 "documentation":"<p>Specifies whether instance properties are required in temporary credential requests with this profile. </p>" 980 }, 981 "roleArns":{ 982 "shape":"RoleArnList", 983 "documentation":"<p>A list of IAM roles that this profile can assume in a temporary credential request.</p>" 984 }, 985 "sessionPolicy":{ 986 "shape":"String", 987 "documentation":"<p>A session policy that applies to the trust boundary of the vended session credentials. </p>" 988 }, 989 "updatedAt":{ 990 "shape":"SyntheticTimestamp_date_time", 991 "documentation":"<p>The ISO-8601 timestamp when the profile was last updated. </p>" 992 } 993 }, 994 "documentation":"<p>The state of the profile after a read or write operation.</p>" 995 }, 996 "ProfileDetailResponse":{ 997 "type":"structure", 998 "members":{ 999 "profile":{ 1000 "shape":"ProfileDetail", 1001 "documentation":"<p>The state of the profile after a read or write operation.</p>" 1002 } 1003 } 1004 }, 1005 "ProfileDetails":{ 1006 "type":"list", 1007 "member":{"shape":"ProfileDetail"} 1008 }, 1009 "PutNotificationSettingsRequest":{ 1010 "type":"structure", 1011 "required":[ 1012 "notificationSettings", 1013 "trustAnchorId" 1014 ], 1015 "members":{ 1016 "notificationSettings":{ 1017 "shape":"NotificationSettings", 1018 "documentation":"<p>A list of notification settings to be associated to the trust anchor.</p>" 1019 }, 1020 "trustAnchorId":{ 1021 "shape":"Uuid", 1022 "documentation":"<p>The unique identifier of the trust anchor.</p>" 1023 } 1024 } 1025 }, 1026 "PutNotificationSettingsResponse":{ 1027 "type":"structure", 1028 "required":["trustAnchor"], 1029 "members":{ 1030 "trustAnchor":{"shape":"TrustAnchorDetail"} 1031 } 1032 }, 1033 "ResetNotificationSettingsRequest":{ 1034 "type":"structure", 1035 "required":[ 1036 "notificationSettingKeys", 1037 "trustAnchorId" 1038 ], 1039 "members":{ 1040 "notificationSettingKeys":{ 1041 "shape":"NotificationSettingKeys", 1042 "documentation":"<p>A list of notification setting keys to reset. A notification setting key includes the event and the channel. </p>" 1043 }, 1044 "trustAnchorId":{ 1045 "shape":"Uuid", 1046 "documentation":"<p>The unique identifier of the trust anchor.</p>" 1047 } 1048 } 1049 }, 1050 "ResetNotificationSettingsResponse":{ 1051 "type":"structure", 1052 "required":["trustAnchor"], 1053 "members":{ 1054 "trustAnchor":{"shape":"TrustAnchorDetail"} 1055 } 1056 }, 1057 "ResourceName":{ 1058 "type":"string", 1059 "max":255, 1060 "min":1, 1061 "pattern":"^[ a-zA-Z0-9-_]*$" 1062 }, 1063 "ResourceNotFoundException":{ 1064 "type":"structure", 1065 "members":{ 1066 "message":{"shape":"String"} 1067 }, 1068 "documentation":"<p>The resource could not be found.</p>", 1069 "error":{ 1070 "httpStatusCode":404, 1071 "senderFault":true 1072 }, 1073 "exception":true 1074 }, 1075 "RoleArn":{ 1076 "type":"string", 1077 "max":1011, 1078 "min":1, 1079 "pattern":"^arn:aws(-[^:]+)?:iam(:.*){2}(:role.*)$" 1080 }, 1081 "RoleArnList":{ 1082 "type":"list", 1083 "member":{"shape":"RoleArn"}, 1084 "max":50, 1085 "min":0 1086 }, 1087 "ScalarCrlRequest":{ 1088 "type":"structure", 1089 "required":["crlId"], 1090 "members":{ 1091 "crlId":{ 1092 "shape":"Uuid", 1093 "documentation":"<p>The unique identifier of the certificate revocation list (CRL).</p>", 1094 "location":"uri", 1095 "locationName":"crlId" 1096 } 1097 } 1098 }, 1099 "ScalarProfileRequest":{ 1100 "type":"structure", 1101 "required":["profileId"], 1102 "members":{ 1103 "profileId":{ 1104 "shape":"Uuid", 1105 "documentation":"<p>The unique identifier of the profile.</p>", 1106 "location":"uri", 1107 "locationName":"profileId" 1108 } 1109 } 1110 }, 1111 "ScalarSubjectRequest":{ 1112 "type":"structure", 1113 "required":["subjectId"], 1114 "members":{ 1115 "subjectId":{ 1116 "shape":"Uuid", 1117 "documentation":"<p>The unique identifier of the subject. </p>", 1118 "location":"uri", 1119 "locationName":"subjectId" 1120 } 1121 } 1122 }, 1123 "ScalarTrustAnchorRequest":{ 1124 "type":"structure", 1125 "required":["trustAnchorId"], 1126 "members":{ 1127 "trustAnchorId":{ 1128 "shape":"Uuid", 1129 "documentation":"<p>The unique identifier of the trust anchor.</p>", 1130 "location":"uri", 1131 "locationName":"trustAnchorId" 1132 } 1133 } 1134 }, 1135 "Source":{ 1136 "type":"structure", 1137 "members":{ 1138 "sourceData":{ 1139 "shape":"SourceData", 1140 "documentation":"<p>The data field of the trust anchor depending on its type. </p>" 1141 }, 1142 "sourceType":{ 1143 "shape":"TrustAnchorType", 1144 "documentation":"<p>The type of the trust anchor. </p>" 1145 } 1146 }, 1147 "documentation":"<p>The trust anchor type and its related certificate data.</p>" 1148 }, 1149 "SourceData":{ 1150 "type":"structure", 1151 "members":{ 1152 "acmPcaArn":{ 1153 "shape":"String", 1154 "documentation":"<p> The root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type <code>AWS_ACM_PCA</code>. </p>" 1155 }, 1156 "x509CertificateData":{ 1157 "shape":"SourceDataX509CertificateDataString", 1158 "documentation":"<p>The PEM-encoded data for the certificate anchor. Included for trust anchors of type <code>CERTIFICATE_BUNDLE</code>. </p>" 1159 } 1160 }, 1161 "documentation":"<p>The data field of the trust anchor depending on its type. </p>", 1162 "union":true 1163 }, 1164 "SourceDataX509CertificateDataString":{ 1165 "type":"string", 1166 "max":8000, 1167 "min":1 1168 }, 1169 "String":{"type":"string"}, 1170 "SubjectDetail":{ 1171 "type":"structure", 1172 "members":{ 1173 "createdAt":{ 1174 "shape":"SyntheticTimestamp_date_time", 1175 "documentation":"<p>The ISO-8601 timestamp when the subject was created. </p>" 1176 }, 1177 "credentials":{ 1178 "shape":"CredentialSummaries", 1179 "documentation":"<p>The temporary session credentials vended at the last authenticating call with this subject.</p>" 1180 }, 1181 "enabled":{ 1182 "shape":"Boolean", 1183 "documentation":"<p>The enabled status of the subject.</p>" 1184 }, 1185 "instanceProperties":{ 1186 "shape":"InstanceProperties", 1187 "documentation":"<p>The specified instance properties associated with the request.</p>" 1188 }, 1189 "lastSeenAt":{ 1190 "shape":"SyntheticTimestamp_date_time", 1191 "documentation":"<p>The ISO-8601 timestamp of the last time this subject requested temporary session credentials.</p>" 1192 }, 1193 "subjectArn":{ 1194 "shape":"String", 1195 "documentation":"<p>The ARN of the resource.</p>" 1196 }, 1197 "subjectId":{ 1198 "shape":"Uuid", 1199 "documentation":"<p>The id of the resource</p>" 1200 }, 1201 "updatedAt":{ 1202 "shape":"SyntheticTimestamp_date_time", 1203 "documentation":"<p>The ISO-8601 timestamp when the subject was last updated.</p>" 1204 }, 1205 "x509Subject":{ 1206 "shape":"String", 1207 "documentation":"<p>The x509 principal identifier of the authenticating certificate.</p>" 1208 } 1209 }, 1210 "documentation":"<p>The state of the subject after a read or write operation.</p>" 1211 }, 1212 "SubjectDetailResponse":{ 1213 "type":"structure", 1214 "members":{ 1215 "subject":{ 1216 "shape":"SubjectDetail", 1217 "documentation":"<p>The state of the subject after a read or write operation.</p>" 1218 } 1219 } 1220 }, 1221 "SubjectSummaries":{ 1222 "type":"list", 1223 "member":{"shape":"SubjectSummary"} 1224 }, 1225 "SubjectSummary":{ 1226 "type":"structure", 1227 "members":{ 1228 "createdAt":{ 1229 "shape":"SyntheticTimestamp_date_time", 1230 "documentation":"<p>The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.</p>" 1231 }, 1232 "enabled":{ 1233 "shape":"Boolean", 1234 "documentation":"<p>The enabled status of the subject. </p>" 1235 }, 1236 "lastSeenAt":{ 1237 "shape":"SyntheticTimestamp_date_time", 1238 "documentation":"<p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>" 1239 }, 1240 "subjectArn":{ 1241 "shape":"String", 1242 "documentation":"<p>The ARN of the resource.</p>" 1243 }, 1244 "subjectId":{ 1245 "shape":"Uuid", 1246 "documentation":"<p>The id of the resource.</p>" 1247 }, 1248 "updatedAt":{ 1249 "shape":"SyntheticTimestamp_date_time", 1250 "documentation":"<p>The ISO-8601 timestamp when the subject was last updated. </p>" 1251 }, 1252 "x509Subject":{ 1253 "shape":"String", 1254 "documentation":"<p>The x509 principal identifier of the authenticating certificate.</p>" 1255 } 1256 }, 1257 "documentation":"<p>A summary representation of subjects.</p>" 1258 }, 1259 "SyntheticTimestamp_date_time":{ 1260 "type":"timestamp", 1261 "timestampFormat":"iso8601" 1262 }, 1263 "Tag":{ 1264 "type":"structure", 1265 "required":[ 1266 "key", 1267 "value" 1268 ], 1269 "members":{ 1270 "key":{ 1271 "shape":"TagKey", 1272 "documentation":"<p>The tag key.</p>" 1273 }, 1274 "value":{ 1275 "shape":"TagValue", 1276 "documentation":"<p>The tag value.</p>" 1277 } 1278 }, 1279 "documentation":"<p>A label that consists of a key and value you define. </p>" 1280 }, 1281 "TagKey":{ 1282 "type":"string", 1283 "max":128, 1284 "min":1, 1285 "pattern":"^[ a-zA-Z0-9_.:/=+@-]*$", 1286 "sensitive":true 1287 }, 1288 "TagKeyList":{ 1289 "type":"list", 1290 "member":{"shape":"TagKey"}, 1291 "max":200, 1292 "min":0 1293 }, 1294 "TagList":{ 1295 "type":"list", 1296 "member":{"shape":"Tag"}, 1297 "max":200, 1298 "min":0 1299 }, 1300 "TagResourceRequest":{ 1301 "type":"structure", 1302 "required":[ 1303 "resourceArn", 1304 "tags" 1305 ], 1306 "members":{ 1307 "resourceArn":{ 1308 "shape":"AmazonResourceName", 1309 "documentation":"<p>The ARN of the resource.</p>" 1310 }, 1311 "tags":{ 1312 "shape":"TagList", 1313 "documentation":"<p>The tags to attach to the resource.</p>" 1314 } 1315 } 1316 }, 1317 "TagResourceResponse":{ 1318 "type":"structure", 1319 "members":{ 1320 } 1321 }, 1322 "TagValue":{ 1323 "type":"string", 1324 "max":256, 1325 "min":0, 1326 "pattern":"^[ a-zA-Z0-9_.:/=+@-]*$", 1327 "sensitive":true 1328 }, 1329 "TooManyTagsException":{ 1330 "type":"structure", 1331 "members":{ 1332 "message":{"shape":"String"} 1333 }, 1334 "documentation":"<p>Too many tags.</p>", 1335 "error":{ 1336 "httpStatusCode":400, 1337 "senderFault":true 1338 }, 1339 "exception":true 1340 }, 1341 "TrustAnchorArn":{ 1342 "type":"string", 1343 "max":1011, 1344 "min":1, 1345 "pattern":"^arn:aws(-[^:]+)?:rolesanywhere(:.*){2}(:trust-anchor.*)$" 1346 }, 1347 "TrustAnchorDetail":{ 1348 "type":"structure", 1349 "members":{ 1350 "createdAt":{ 1351 "shape":"SyntheticTimestamp_date_time", 1352 "documentation":"<p>The ISO-8601 timestamp when the trust anchor was created. </p>" 1353 }, 1354 "enabled":{ 1355 "shape":"Boolean", 1356 "documentation":"<p>Indicates whether the trust anchor is enabled.</p>" 1357 }, 1358 "name":{ 1359 "shape":"ResourceName", 1360 "documentation":"<p>The name of the trust anchor.</p>" 1361 }, 1362 "notificationSettings":{ 1363 "shape":"NotificationSettingDetails", 1364 "documentation":"<p>A list of notification settings to be associated to the trust anchor.</p>" 1365 }, 1366 "source":{ 1367 "shape":"Source", 1368 "documentation":"<p>The trust anchor type and its related certificate data.</p>" 1369 }, 1370 "trustAnchorArn":{ 1371 "shape":"String", 1372 "documentation":"<p>The ARN of the trust anchor.</p>" 1373 }, 1374 "trustAnchorId":{ 1375 "shape":"Uuid", 1376 "documentation":"<p>The unique identifier of the trust anchor.</p>" 1377 }, 1378 "updatedAt":{ 1379 "shape":"SyntheticTimestamp_date_time", 1380 "documentation":"<p>The ISO-8601 timestamp when the trust anchor was last updated. </p>" 1381 } 1382 }, 1383 "documentation":"<p>The state of the trust anchor after a read or write operation. </p>" 1384 }, 1385 "TrustAnchorDetailResponse":{ 1386 "type":"structure", 1387 "required":["trustAnchor"], 1388 "members":{ 1389 "trustAnchor":{ 1390 "shape":"TrustAnchorDetail", 1391 "documentation":"<p>The state of the trust anchor after a read or write operation. </p>" 1392 } 1393 } 1394 }, 1395 "TrustAnchorDetails":{ 1396 "type":"list", 1397 "member":{"shape":"TrustAnchorDetail"} 1398 }, 1399 "TrustAnchorType":{ 1400 "type":"string", 1401 "enum":[ 1402 "AWS_ACM_PCA", 1403 "CERTIFICATE_BUNDLE", 1404 "SELF_SIGNED_REPOSITORY" 1405 ] 1406 }, 1407 "UntagResourceRequest":{ 1408 "type":"structure", 1409 "required":[ 1410 "resourceArn", 1411 "tagKeys" 1412 ], 1413 "members":{ 1414 "resourceArn":{ 1415 "shape":"AmazonResourceName", 1416 "documentation":"<p>The ARN of the resource.</p>" 1417 }, 1418 "tagKeys":{ 1419 "shape":"TagKeyList", 1420 "documentation":"<p>A list of keys. Tag keys are the unique identifiers of tags. </p>" 1421 } 1422 } 1423 }, 1424 "UntagResourceResponse":{ 1425 "type":"structure", 1426 "members":{ 1427 } 1428 }, 1429 "UpdateCrlRequest":{ 1430 "type":"structure", 1431 "required":["crlId"], 1432 "members":{ 1433 "crlData":{ 1434 "shape":"UpdateCrlRequestCrlDataBlob", 1435 "documentation":"<p>The x509 v3 specified certificate revocation list (CRL).</p>" 1436 }, 1437 "crlId":{ 1438 "shape":"Uuid", 1439 "documentation":"<p>The unique identifier of the certificate revocation list (CRL).</p>", 1440 "location":"uri", 1441 "locationName":"crlId" 1442 }, 1443 "name":{ 1444 "shape":"ResourceName", 1445 "documentation":"<p>The name of the Crl.</p>" 1446 } 1447 } 1448 }, 1449 "UpdateCrlRequestCrlDataBlob":{ 1450 "type":"blob", 1451 "max":300000, 1452 "min":1 1453 }, 1454 "UpdateProfileRequest":{ 1455 "type":"structure", 1456 "required":["profileId"], 1457 "members":{ 1458 "durationSeconds":{ 1459 "shape":"UpdateProfileRequestDurationSecondsInteger", 1460 "documentation":"<p> The number of seconds the vended session credentials are valid for. </p>" 1461 }, 1462 "managedPolicyArns":{ 1463 "shape":"ManagedPolicyList", 1464 "documentation":"<p>A list of managed policy ARNs that apply to the vended session credentials. </p>" 1465 }, 1466 "name":{ 1467 "shape":"ResourceName", 1468 "documentation":"<p>The name of the profile.</p>" 1469 }, 1470 "profileId":{ 1471 "shape":"Uuid", 1472 "documentation":"<p>The unique identifier of the profile.</p>", 1473 "location":"uri", 1474 "locationName":"profileId" 1475 }, 1476 "roleArns":{ 1477 "shape":"RoleArnList", 1478 "documentation":"<p>A list of IAM roles that this profile can assume in a temporary credential request.</p>" 1479 }, 1480 "sessionPolicy":{ 1481 "shape":"UpdateProfileRequestSessionPolicyString", 1482 "documentation":"<p>A session policy that applies to the trust boundary of the vended session credentials. </p>" 1483 } 1484 } 1485 }, 1486 "UpdateProfileRequestDurationSecondsInteger":{ 1487 "type":"integer", 1488 "box":true, 1489 "max":3600, 1490 "min":900 1491 }, 1492 "UpdateProfileRequestSessionPolicyString":{ 1493 "type":"string", 1494 "max":100000, 1495 "min":1 1496 }, 1497 "UpdateTrustAnchorRequest":{ 1498 "type":"structure", 1499 "required":["trustAnchorId"], 1500 "members":{ 1501 "name":{ 1502 "shape":"ResourceName", 1503 "documentation":"<p>The name of the trust anchor.</p>" 1504 }, 1505 "source":{ 1506 "shape":"Source", 1507 "documentation":"<p>The trust anchor type and its related certificate data.</p>" 1508 }, 1509 "trustAnchorId":{ 1510 "shape":"Uuid", 1511 "documentation":"<p>The unique identifier of the trust anchor.</p>", 1512 "location":"uri", 1513 "locationName":"trustAnchorId" 1514 } 1515 } 1516 }, 1517 "Uuid":{ 1518 "type":"string", 1519 "max":36, 1520 "min":36, 1521 "pattern":"[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}" 1522 }, 1523 "ValidationException":{ 1524 "type":"structure", 1525 "members":{ 1526 "message":{"shape":"String"} 1527 }, 1528 "documentation":"<p>Validation exception error.</p>", 1529 "error":{ 1530 "httpStatusCode":400, 1531 "senderFault":true 1532 }, 1533 "exception":true 1534 } 1535 }, 1536 "documentation":"<p>Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to manage long-term credentials for workloads running outside of Amazon Web Services.</p> <p> To use IAM Roles Anywhere, your workloads must use X.509 certificates issued by their certificate authority (CA). You register the CA with IAM Roles Anywhere as a trust anchor to establish trust between your public key infrastructure (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you can use Private Certificate Authority to create a CA and then use that to establish trust with IAM Roles Anywhere. </p> <p>This guide describes the IAM Roles Anywhere operations that you can call programmatically. For more information about IAM Roles Anywhere, see the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html\">IAM Roles Anywhere User Guide</a>.</p>" 1537} 1538