aws-sdk 2.1636.0 → 2.1638.0
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/README.md +1 -1
- package/apis/application-signals-2024-04-15.examples.json +5 -0
- package/apis/application-signals-2024-04-15.min.json +975 -0
- package/apis/application-signals-2024-04-15.paginators.json +34 -0
- package/apis/auditmanager-2017-07-25.min.json +57 -38
- package/apis/b2bi-2022-06-23.min.json +8 -1
- package/apis/codepipeline-2015-07-09.min.json +4 -1
- package/apis/ecs-2014-11-13.min.json +290 -256
- package/apis/imagebuilder-2019-12-02.min.json +3 -0
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +731 -730
- package/apis/verifiedpermissions-2021-12-01.min.json +321 -84
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/applicationsignals.d.ts +955 -0
- package/clients/applicationsignals.js +18 -0
- package/clients/auditmanager.d.ts +45 -33
- package/clients/b2bi.d.ts +1 -1
- package/clients/codepipeline.d.ts +4 -4
- package/clients/ecs.d.ts +47 -5
- package/clients/sagemaker.d.ts +9 -4
- package/clients/verifiedpermissions.d.ts +260 -8
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +48 -11
- package/dist/aws-sdk.js +301 -260
- package/dist/aws-sdk.min.js +65 -65
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -168,12 +168,68 @@ | |
| 168 168 | 
             
                                }
         | 
| 169 169 | 
             
                              }
         | 
| 170 170 | 
             
                            }
         | 
| 171 | 
            +
                          },
         | 
| 172 | 
            +
                          "openIdConnectConfiguration": {
         | 
| 173 | 
            +
                            "type": "structure",
         | 
| 174 | 
            +
                            "required": [
         | 
| 175 | 
            +
                              "issuer",
         | 
| 176 | 
            +
                              "tokenSelection"
         | 
| 177 | 
            +
                            ],
         | 
| 178 | 
            +
                            "members": {
         | 
| 179 | 
            +
                              "issuer": {},
         | 
| 180 | 
            +
                              "entityIdPrefix": {
         | 
| 181 | 
            +
                                "shape": "S1g"
         | 
| 182 | 
            +
                              },
         | 
| 183 | 
            +
                              "groupConfiguration": {
         | 
| 184 | 
            +
                                "type": "structure",
         | 
| 185 | 
            +
                                "required": [
         | 
| 186 | 
            +
                                  "groupClaim",
         | 
| 187 | 
            +
                                  "groupEntityType"
         | 
| 188 | 
            +
                                ],
         | 
| 189 | 
            +
                                "members": {
         | 
| 190 | 
            +
                                  "groupClaim": {
         | 
| 191 | 
            +
                                    "shape": "S1i"
         | 
| 192 | 
            +
                                  },
         | 
| 193 | 
            +
                                  "groupEntityType": {
         | 
| 194 | 
            +
                                    "shape": "S1d"
         | 
| 195 | 
            +
                                  }
         | 
| 196 | 
            +
                                }
         | 
| 197 | 
            +
                              },
         | 
| 198 | 
            +
                              "tokenSelection": {
         | 
| 199 | 
            +
                                "type": "structure",
         | 
| 200 | 
            +
                                "members": {
         | 
| 201 | 
            +
                                  "accessTokenOnly": {
         | 
| 202 | 
            +
                                    "type": "structure",
         | 
| 203 | 
            +
                                    "members": {
         | 
| 204 | 
            +
                                      "principalIdClaim": {
         | 
| 205 | 
            +
                                        "shape": "S1i"
         | 
| 206 | 
            +
                                      },
         | 
| 207 | 
            +
                                      "audiences": {
         | 
| 208 | 
            +
                                        "shape": "S1l"
         | 
| 209 | 
            +
                                      }
         | 
| 210 | 
            +
                                    }
         | 
| 211 | 
            +
                                  },
         | 
| 212 | 
            +
                                  "identityTokenOnly": {
         | 
| 213 | 
            +
                                    "type": "structure",
         | 
| 214 | 
            +
                                    "members": {
         | 
| 215 | 
            +
                                      "principalIdClaim": {
         | 
| 216 | 
            +
                                        "shape": "S1i"
         | 
| 217 | 
            +
                                      },
         | 
| 218 | 
            +
                                      "clientIds": {
         | 
| 219 | 
            +
                                        "shape": "S1a"
         | 
| 220 | 
            +
                                      }
         | 
| 221 | 
            +
                                    }
         | 
| 222 | 
            +
                                  }
         | 
| 223 | 
            +
                                },
         | 
| 224 | 
            +
                                "union": true
         | 
| 225 | 
            +
                              }
         | 
| 226 | 
            +
                            }
         | 
| 171 227 | 
             
                          }
         | 
| 172 228 | 
             
                        },
         | 
| 173 229 | 
             
                        "union": true
         | 
| 174 230 | 
             
                      },
         | 
| 175 231 | 
             
                      "principalEntityType": {
         | 
| 176 | 
            -
                        "shape": " | 
| 232 | 
            +
                        "shape": "S1o"
         | 
| 177 233 | 
             
                      }
         | 
| 178 234 | 
             
                    }
         | 
| 179 235 | 
             
                  },
         | 
| @@ -187,11 +243,11 @@ | |
| 187 243 | 
             
                    ],
         | 
| 188 244 | 
             
                    "members": {
         | 
| 189 245 | 
             
                      "createdDate": {
         | 
| 190 | 
            -
                        "shape": " | 
| 246 | 
            +
                        "shape": "S1q"
         | 
| 191 247 | 
             
                      },
         | 
| 192 248 | 
             
                      "identitySourceId": {},
         | 
| 193 249 | 
             
                      "lastUpdatedDate": {
         | 
| 194 | 
            -
                        "shape": " | 
| 250 | 
            +
                        "shape": "S1q"
         | 
| 195 251 | 
             
                      },
         | 
| 196 252 | 
             
                      "policyStoreId": {}
         | 
| 197 253 | 
             
                    }
         | 
| @@ -220,10 +276,10 @@ | |
| 220 276 | 
             
                            ],
         | 
| 221 277 | 
             
                            "members": {
         | 
| 222 278 | 
             
                              "description": {
         | 
| 223 | 
            -
                                "shape": " | 
| 279 | 
            +
                                "shape": "S1v"
         | 
| 224 280 | 
             
                              },
         | 
| 225 281 | 
             
                              "statement": {
         | 
| 226 | 
            -
                                "shape": " | 
| 282 | 
            +
                                "shape": "S1w"
         | 
| 227 283 | 
             
                              }
         | 
| 228 284 | 
             
                            }
         | 
| 229 285 | 
             
                          },
         | 
| @@ -267,13 +323,13 @@ | |
| 267 323 | 
             
                        "shape": "S6"
         | 
| 268 324 | 
             
                      },
         | 
| 269 325 | 
             
                      "actions": {
         | 
| 270 | 
            -
                        "shape": " | 
| 326 | 
            +
                        "shape": "S21"
         | 
| 271 327 | 
             
                      },
         | 
| 272 328 | 
             
                      "createdDate": {
         | 
| 273 | 
            -
                        "shape": " | 
| 329 | 
            +
                        "shape": "S1q"
         | 
| 274 330 | 
             
                      },
         | 
| 275 331 | 
             
                      "lastUpdatedDate": {
         | 
| 276 | 
            -
                        "shape": " | 
| 332 | 
            +
                        "shape": "S1q"
         | 
| 277 333 | 
             
                      },
         | 
| 278 334 | 
             
                      "effect": {}
         | 
| 279 335 | 
             
                    }
         | 
| @@ -291,10 +347,10 @@ | |
| 291 347 | 
             
                        "idempotencyToken": true
         | 
| 292 348 | 
             
                      },
         | 
| 293 349 | 
             
                      "validationSettings": {
         | 
| 294 | 
            -
                        "shape": " | 
| 350 | 
            +
                        "shape": "S24"
         | 
| 295 351 | 
             
                      },
         | 
| 296 352 | 
             
                      "description": {
         | 
| 297 | 
            -
                        "shape": " | 
| 353 | 
            +
                        "shape": "S26"
         | 
| 298 354 | 
             
                      }
         | 
| 299 355 | 
             
                    }
         | 
| 300 356 | 
             
                  },
         | 
| @@ -310,10 +366,10 @@ | |
| 310 366 | 
             
                      "policyStoreId": {},
         | 
| 311 367 | 
             
                      "arn": {},
         | 
| 312 368 | 
             
                      "createdDate": {
         | 
| 313 | 
            -
                        "shape": " | 
| 369 | 
            +
                        "shape": "S1q"
         | 
| 314 370 | 
             
                      },
         | 
| 315 371 | 
             
                      "lastUpdatedDate": {
         | 
| 316 | 
            -
                        "shape": " | 
| 372 | 
            +
                        "shape": "S1q"
         | 
| 317 373 | 
             
                      }
         | 
| 318 374 | 
             
                    }
         | 
| 319 375 | 
             
                  },
         | 
| @@ -332,10 +388,10 @@ | |
| 332 388 | 
             
                      },
         | 
| 333 389 | 
             
                      "policyStoreId": {},
         | 
| 334 390 | 
             
                      "description": {
         | 
| 335 | 
            -
                        "shape": " | 
| 391 | 
            +
                        "shape": "S2a"
         | 
| 336 392 | 
             
                      },
         | 
| 337 393 | 
             
                      "statement": {
         | 
| 338 | 
            -
                        "shape": " | 
| 394 | 
            +
                        "shape": "S1w"
         | 
| 339 395 | 
             
                      }
         | 
| 340 396 | 
             
                    }
         | 
| 341 397 | 
             
                  },
         | 
| @@ -351,10 +407,10 @@ | |
| 351 407 | 
             
                      "policyStoreId": {},
         | 
| 352 408 | 
             
                      "policyTemplateId": {},
         | 
| 353 409 | 
             
                      "createdDate": {
         | 
| 354 | 
            -
                        "shape": " | 
| 410 | 
            +
                        "shape": "S1q"
         | 
| 355 411 | 
             
                      },
         | 
| 356 412 | 
             
                      "lastUpdatedDate": {
         | 
| 357 | 
            -
                        "shape": " | 
| 413 | 
            +
                        "shape": "S1q"
         | 
| 358 414 | 
             
                      }
         | 
| 359 415 | 
             
                    }
         | 
| 360 416 | 
             
                  },
         | 
| @@ -453,7 +509,7 @@ | |
| 453 509 | 
             
                    ],
         | 
| 454 510 | 
             
                    "members": {
         | 
| 455 511 | 
             
                      "createdDate": {
         | 
| 456 | 
            -
                        "shape": " | 
| 512 | 
            +
                        "shape": "S1q"
         | 
| 457 513 | 
             
                      },
         | 
| 458 514 | 
             
                      "details": {
         | 
| 459 515 | 
             
                        "deprecated": true,
         | 
| @@ -481,11 +537,11 @@ | |
| 481 537 | 
             
                      },
         | 
| 482 538 | 
             
                      "identitySourceId": {},
         | 
| 483 539 | 
             
                      "lastUpdatedDate": {
         | 
| 484 | 
            -
                        "shape": " | 
| 540 | 
            +
                        "shape": "S1q"
         | 
| 485 541 | 
             
                      },
         | 
| 486 542 | 
             
                      "policyStoreId": {},
         | 
| 487 543 | 
             
                      "principalEntityType": {
         | 
| 488 | 
            -
                        "shape": " | 
| 544 | 
            +
                        "shape": "S1o"
         | 
| 489 545 | 
             
                      },
         | 
| 490 546 | 
             
                      "configuration": {
         | 
| 491 547 | 
             
                        "type": "structure",
         | 
| @@ -512,6 +568,62 @@ | |
| 512 568 | 
             
                                }
         | 
| 513 569 | 
             
                              }
         | 
| 514 570 | 
             
                            }
         | 
| 571 | 
            +
                          },
         | 
| 572 | 
            +
                          "openIdConnectConfiguration": {
         | 
| 573 | 
            +
                            "type": "structure",
         | 
| 574 | 
            +
                            "required": [
         | 
| 575 | 
            +
                              "issuer",
         | 
| 576 | 
            +
                              "tokenSelection"
         | 
| 577 | 
            +
                            ],
         | 
| 578 | 
            +
                            "members": {
         | 
| 579 | 
            +
                              "issuer": {},
         | 
| 580 | 
            +
                              "entityIdPrefix": {
         | 
| 581 | 
            +
                                "shape": "S1g"
         | 
| 582 | 
            +
                              },
         | 
| 583 | 
            +
                              "groupConfiguration": {
         | 
| 584 | 
            +
                                "type": "structure",
         | 
| 585 | 
            +
                                "required": [
         | 
| 586 | 
            +
                                  "groupClaim",
         | 
| 587 | 
            +
                                  "groupEntityType"
         | 
| 588 | 
            +
                                ],
         | 
| 589 | 
            +
                                "members": {
         | 
| 590 | 
            +
                                  "groupClaim": {
         | 
| 591 | 
            +
                                    "shape": "S1i"
         | 
| 592 | 
            +
                                  },
         | 
| 593 | 
            +
                                  "groupEntityType": {
         | 
| 594 | 
            +
                                    "shape": "S1d"
         | 
| 595 | 
            +
                                  }
         | 
| 596 | 
            +
                                }
         | 
| 597 | 
            +
                              },
         | 
| 598 | 
            +
                              "tokenSelection": {
         | 
| 599 | 
            +
                                "type": "structure",
         | 
| 600 | 
            +
                                "members": {
         | 
| 601 | 
            +
                                  "accessTokenOnly": {
         | 
| 602 | 
            +
                                    "type": "structure",
         | 
| 603 | 
            +
                                    "members": {
         | 
| 604 | 
            +
                                      "principalIdClaim": {
         | 
| 605 | 
            +
                                        "shape": "S1i"
         | 
| 606 | 
            +
                                      },
         | 
| 607 | 
            +
                                      "audiences": {
         | 
| 608 | 
            +
                                        "shape": "S1l"
         | 
| 609 | 
            +
                                      }
         | 
| 610 | 
            +
                                    }
         | 
| 611 | 
            +
                                  },
         | 
| 612 | 
            +
                                  "identityTokenOnly": {
         | 
| 613 | 
            +
                                    "type": "structure",
         | 
| 614 | 
            +
                                    "members": {
         | 
| 615 | 
            +
                                      "principalIdClaim": {
         | 
| 616 | 
            +
                                        "shape": "S1i"
         | 
| 617 | 
            +
                                      },
         | 
| 618 | 
            +
                                      "clientIds": {
         | 
| 619 | 
            +
                                        "shape": "S1a"
         | 
| 620 | 
            +
                                      }
         | 
| 621 | 
            +
                                    }
         | 
| 622 | 
            +
                                  }
         | 
| 623 | 
            +
                                },
         | 
| 624 | 
            +
                                "union": true
         | 
| 625 | 
            +
                              }
         | 
| 626 | 
            +
                            }
         | 
| 515 627 | 
             
                          }
         | 
| 516 628 | 
             
                        },
         | 
| 517 629 | 
             
                        "union": true
         | 
| @@ -552,7 +664,7 @@ | |
| 552 664 | 
             
                        "shape": "S6"
         | 
| 553 665 | 
             
                      },
         | 
| 554 666 | 
             
                      "actions": {
         | 
| 555 | 
            -
                        "shape": " | 
| 667 | 
            +
                        "shape": "S21"
         | 
| 556 668 | 
             
                      },
         | 
| 557 669 | 
             
                      "definition": {
         | 
| 558 670 | 
             
                        "type": "structure",
         | 
| @@ -564,10 +676,10 @@ | |
| 564 676 | 
             
                            ],
         | 
| 565 677 | 
             
                            "members": {
         | 
| 566 678 | 
             
                              "description": {
         | 
| 567 | 
            -
                                "shape": " | 
| 679 | 
            +
                                "shape": "S1v"
         | 
| 568 680 | 
             
                              },
         | 
| 569 681 | 
             
                              "statement": {
         | 
| 570 | 
            -
                                "shape": " | 
| 682 | 
            +
                                "shape": "S1w"
         | 
| 571 683 | 
             
                              }
         | 
| 572 684 | 
             
                            }
         | 
| 573 685 | 
             
                          },
         | 
| @@ -590,10 +702,10 @@ | |
| 590 702 | 
             
                        "union": true
         | 
| 591 703 | 
             
                      },
         | 
| 592 704 | 
             
                      "createdDate": {
         | 
| 593 | 
            -
                        "shape": " | 
| 705 | 
            +
                        "shape": "S1q"
         | 
| 594 706 | 
             
                      },
         | 
| 595 707 | 
             
                      "lastUpdatedDate": {
         | 
| 596 | 
            -
                        "shape": " | 
| 708 | 
            +
                        "shape": "S1q"
         | 
| 597 709 | 
             
                      },
         | 
| 598 710 | 
             
                      "effect": {}
         | 
| 599 711 | 
             
                    }
         | 
| @@ -622,16 +734,16 @@ | |
| 622 734 | 
             
                      "policyStoreId": {},
         | 
| 623 735 | 
             
                      "arn": {},
         | 
| 624 736 | 
             
                      "validationSettings": {
         | 
| 625 | 
            -
                        "shape": " | 
| 737 | 
            +
                        "shape": "S24"
         | 
| 626 738 | 
             
                      },
         | 
| 627 739 | 
             
                      "createdDate": {
         | 
| 628 | 
            -
                        "shape": " | 
| 740 | 
            +
                        "shape": "S1q"
         | 
| 629 741 | 
             
                      },
         | 
| 630 742 | 
             
                      "lastUpdatedDate": {
         | 
| 631 | 
            -
                        "shape": " | 
| 743 | 
            +
                        "shape": "S1q"
         | 
| 632 744 | 
             
                      },
         | 
| 633 745 | 
             
                      "description": {
         | 
| 634 | 
            -
                        "shape": " | 
| 746 | 
            +
                        "shape": "S26"
         | 
| 635 747 | 
             
                      }
         | 
| 636 748 | 
             
                    }
         | 
| 637 749 | 
             
                  }
         | 
| @@ -661,16 +773,16 @@ | |
| 661 773 | 
             
                      "policyStoreId": {},
         | 
| 662 774 | 
             
                      "policyTemplateId": {},
         | 
| 663 775 | 
             
                      "description": {
         | 
| 664 | 
            -
                        "shape": " | 
| 776 | 
            +
                        "shape": "S2a"
         | 
| 665 777 | 
             
                      },
         | 
| 666 778 | 
             
                      "statement": {
         | 
| 667 | 
            -
                        "shape": " | 
| 779 | 
            +
                        "shape": "S1w"
         | 
| 668 780 | 
             
                      },
         | 
| 669 781 | 
             
                      "createdDate": {
         | 
| 670 | 
            -
                        "shape": " | 
| 782 | 
            +
                        "shape": "S1q"
         | 
| 671 783 | 
             
                      },
         | 
| 672 784 | 
             
                      "lastUpdatedDate": {
         | 
| 673 | 
            -
                        "shape": " | 
| 785 | 
            +
                        "shape": "S1q"
         | 
| 674 786 | 
             
                      }
         | 
| 675 787 | 
             
                    }
         | 
| 676 788 | 
             
                  }
         | 
| @@ -696,16 +808,16 @@ | |
| 696 808 | 
             
                    "members": {
         | 
| 697 809 | 
             
                      "policyStoreId": {},
         | 
| 698 810 | 
             
                      "schema": {
         | 
| 699 | 
            -
                        "shape": " | 
| 811 | 
            +
                        "shape": "S38"
         | 
| 700 812 | 
             
                      },
         | 
| 701 813 | 
             
                      "createdDate": {
         | 
| 702 | 
            -
                        "shape": " | 
| 814 | 
            +
                        "shape": "S1q"
         | 
| 703 815 | 
             
                      },
         | 
| 704 816 | 
             
                      "lastUpdatedDate": {
         | 
| 705 | 
            -
                        "shape": " | 
| 817 | 
            +
                        "shape": "S1q"
         | 
| 706 818 | 
             
                      },
         | 
| 707 819 | 
             
                      "namespaces": {
         | 
| 708 | 
            -
                        "shape": " | 
| 820 | 
            +
                        "shape": "S39"
         | 
| 709 821 | 
             
                      }
         | 
| 710 822 | 
             
                    }
         | 
| 711 823 | 
             
                  }
         | 
| @@ -820,7 +932,7 @@ | |
| 820 932 | 
             
                          "type": "structure",
         | 
| 821 933 | 
             
                          "members": {
         | 
| 822 934 | 
             
                            "principalEntityType": {
         | 
| 823 | 
            -
                              "shape": " | 
| 935 | 
            +
                              "shape": "S1o"
         | 
| 824 936 | 
             
                            }
         | 
| 825 937 | 
             
                          }
         | 
| 826 938 | 
             
                        }
         | 
| @@ -847,7 +959,7 @@ | |
| 847 959 | 
             
                          ],
         | 
| 848 960 | 
             
                          "members": {
         | 
| 849 961 | 
             
                            "createdDate": {
         | 
| 850 | 
            -
                              "shape": " | 
| 962 | 
            +
                              "shape": "S1q"
         | 
| 851 963 | 
             
                            },
         | 
| 852 964 | 
             
                            "details": {
         | 
| 853 965 | 
             
                              "deprecated": true,
         | 
| @@ -875,11 +987,11 @@ | |
| 875 987 | 
             
                            },
         | 
| 876 988 | 
             
                            "identitySourceId": {},
         | 
| 877 989 | 
             
                            "lastUpdatedDate": {
         | 
| 878 | 
            -
                              "shape": " | 
| 990 | 
            +
                              "shape": "S1q"
         | 
| 879 991 | 
             
                            },
         | 
| 880 992 | 
             
                            "policyStoreId": {},
         | 
| 881 993 | 
             
                            "principalEntityType": {
         | 
| 882 | 
            -
                              "shape": " | 
| 994 | 
            +
                              "shape": "S1o"
         | 
| 883 995 | 
             
                            },
         | 
| 884 996 | 
             
                            "configuration": {
         | 
| 885 997 | 
             
                              "type": "structure",
         | 
| @@ -906,6 +1018,62 @@ | |
| 906 1018 | 
             
                                      }
         | 
| 907 1019 | 
             
                                    }
         | 
| 908 1020 | 
             
                                  }
         | 
| 1021 | 
            +
                                },
         | 
| 1022 | 
            +
                                "openIdConnectConfiguration": {
         | 
| 1023 | 
            +
                                  "type": "structure",
         | 
| 1024 | 
            +
                                  "required": [
         | 
| 1025 | 
            +
                                    "issuer",
         | 
| 1026 | 
            +
                                    "tokenSelection"
         | 
| 1027 | 
            +
                                  ],
         | 
| 1028 | 
            +
                                  "members": {
         | 
| 1029 | 
            +
                                    "issuer": {},
         | 
| 1030 | 
            +
                                    "entityIdPrefix": {
         | 
| 1031 | 
            +
                                      "shape": "S1g"
         | 
| 1032 | 
            +
                                    },
         | 
| 1033 | 
            +
                                    "groupConfiguration": {
         | 
| 1034 | 
            +
                                      "type": "structure",
         | 
| 1035 | 
            +
                                      "required": [
         | 
| 1036 | 
            +
                                        "groupClaim",
         | 
| 1037 | 
            +
                                        "groupEntityType"
         | 
| 1038 | 
            +
                                      ],
         | 
| 1039 | 
            +
                                      "members": {
         | 
| 1040 | 
            +
                                        "groupClaim": {
         | 
| 1041 | 
            +
                                          "shape": "S1i"
         | 
| 1042 | 
            +
                                        },
         | 
| 1043 | 
            +
                                        "groupEntityType": {
         | 
| 1044 | 
            +
                                          "shape": "S1d"
         | 
| 1045 | 
            +
                                        }
         | 
| 1046 | 
            +
                                      }
         | 
| 1047 | 
            +
                                    },
         | 
| 1048 | 
            +
                                    "tokenSelection": {
         | 
| 1049 | 
            +
                                      "type": "structure",
         | 
| 1050 | 
            +
                                      "members": {
         | 
| 1051 | 
            +
                                        "accessTokenOnly": {
         | 
| 1052 | 
            +
                                          "type": "structure",
         | 
| 1053 | 
            +
                                          "members": {
         | 
| 1054 | 
            +
                                            "principalIdClaim": {
         | 
| 1055 | 
            +
                                              "shape": "S1i"
         | 
| 1056 | 
            +
                                            },
         | 
| 1057 | 
            +
                                            "audiences": {
         | 
| 1058 | 
            +
                                              "shape": "S1l"
         | 
| 1059 | 
            +
                                            }
         | 
| 1060 | 
            +
                                          }
         | 
| 1061 | 
            +
                                        },
         | 
| 1062 | 
            +
                                        "identityTokenOnly": {
         | 
| 1063 | 
            +
                                          "type": "structure",
         | 
| 1064 | 
            +
                                          "members": {
         | 
| 1065 | 
            +
                                            "principalIdClaim": {
         | 
| 1066 | 
            +
                                              "shape": "S1i"
         | 
| 1067 | 
            +
                                            },
         | 
| 1068 | 
            +
                                            "clientIds": {
         | 
| 1069 | 
            +
                                              "shape": "S1a"
         | 
| 1070 | 
            +
                                            }
         | 
| 1071 | 
            +
                                          }
         | 
| 1072 | 
            +
                                        }
         | 
| 1073 | 
            +
                                      },
         | 
| 1074 | 
            +
                                      "union": true
         | 
| 1075 | 
            +
                                    }
         | 
| 1076 | 
            +
                                  }
         | 
| 909 1077 | 
             
                                }
         | 
| 910 1078 | 
             
                              },
         | 
| 911 1079 | 
             
                              "union": true
         | 
| @@ -932,10 +1100,10 @@ | |
| 932 1100 | 
             
                        "type": "structure",
         | 
| 933 1101 | 
             
                        "members": {
         | 
| 934 1102 | 
             
                          "principal": {
         | 
| 935 | 
            -
                            "shape": " | 
| 1103 | 
            +
                            "shape": "S3z"
         | 
| 936 1104 | 
             
                          },
         | 
| 937 1105 | 
             
                          "resource": {
         | 
| 938 | 
            -
                            "shape": " | 
| 1106 | 
            +
                            "shape": "S3z"
         | 
| 939 1107 | 
             
                          },
         | 
| 940 1108 | 
             
                          "policyType": {},
         | 
| 941 1109 | 
             
                          "policyTemplateId": {}
         | 
| @@ -973,7 +1141,7 @@ | |
| 973 1141 | 
             
                              "shape": "S6"
         | 
| 974 1142 | 
             
                            },
         | 
| 975 1143 | 
             
                            "actions": {
         | 
| 976 | 
            -
                              "shape": " | 
| 1144 | 
            +
                              "shape": "S21"
         | 
| 977 1145 | 
             
                            },
         | 
| 978 1146 | 
             
                            "definition": {
         | 
| 979 1147 | 
             
                              "type": "structure",
         | 
| @@ -982,7 +1150,7 @@ | |
| 982 1150 | 
             
                                  "type": "structure",
         | 
| 983 1151 | 
             
                                  "members": {
         | 
| 984 1152 | 
             
                                    "description": {
         | 
| 985 | 
            -
                                      "shape": " | 
| 1153 | 
            +
                                      "shape": "S1v"
         | 
| 986 1154 | 
             
                                    }
         | 
| 987 1155 | 
             
                                  }
         | 
| 988 1156 | 
             
                                },
         | 
| @@ -1005,10 +1173,10 @@ | |
| 1005 1173 | 
             
                              "union": true
         | 
| 1006 1174 | 
             
                            },
         | 
| 1007 1175 | 
             
                            "createdDate": {
         | 
| 1008 | 
            -
                              "shape": " | 
| 1176 | 
            +
                              "shape": "S1q"
         | 
| 1009 1177 | 
             
                            },
         | 
| 1010 1178 | 
             
                            "lastUpdatedDate": {
         | 
| 1011 | 
            -
                              "shape": " | 
| 1179 | 
            +
                              "shape": "S1q"
         | 
| 1012 1180 | 
             
                            },
         | 
| 1013 1181 | 
             
                            "effect": {}
         | 
| 1014 1182 | 
             
                          }
         | 
| @@ -1047,13 +1215,13 @@ | |
| 1047 1215 | 
             
                            "policyStoreId": {},
         | 
| 1048 1216 | 
             
                            "arn": {},
         | 
| 1049 1217 | 
             
                            "createdDate": {
         | 
| 1050 | 
            -
                              "shape": " | 
| 1218 | 
            +
                              "shape": "S1q"
         | 
| 1051 1219 | 
             
                            },
         | 
| 1052 1220 | 
             
                            "lastUpdatedDate": {
         | 
| 1053 | 
            -
                              "shape": " | 
| 1221 | 
            +
                              "shape": "S1q"
         | 
| 1054 1222 | 
             
                            },
         | 
| 1055 1223 | 
             
                            "description": {
         | 
| 1056 | 
            -
                              "shape": " | 
| 1224 | 
            +
                              "shape": "S26"
         | 
| 1057 1225 | 
             
                            }
         | 
| 1058 1226 | 
             
                          }
         | 
| 1059 1227 | 
             
                        }
         | 
| @@ -1096,13 +1264,13 @@ | |
| 1096 1264 | 
             
                            "policyStoreId": {},
         | 
| 1097 1265 | 
             
                            "policyTemplateId": {},
         | 
| 1098 1266 | 
             
                            "description": {
         | 
| 1099 | 
            -
                              "shape": " | 
| 1267 | 
            +
                              "shape": "S2a"
         | 
| 1100 1268 | 
             
                            },
         | 
| 1101 1269 | 
             
                            "createdDate": {
         | 
| 1102 | 
            -
                              "shape": " | 
| 1270 | 
            +
                              "shape": "S1q"
         | 
| 1103 1271 | 
             
                            },
         | 
| 1104 1272 | 
             
                            "lastUpdatedDate": {
         | 
| 1105 | 
            -
                              "shape": " | 
| 1273 | 
            +
                              "shape": "S1q"
         | 
| 1106 1274 | 
             
                            }
         | 
| 1107 1275 | 
             
                          }
         | 
| 1108 1276 | 
             
                        }
         | 
| @@ -1123,7 +1291,7 @@ | |
| 1123 1291 | 
             
                        "type": "structure",
         | 
| 1124 1292 | 
             
                        "members": {
         | 
| 1125 1293 | 
             
                          "cedarJson": {
         | 
| 1126 | 
            -
                            "shape": " | 
| 1294 | 
            +
                            "shape": "S38"
         | 
| 1127 1295 | 
             
                          }
         | 
| 1128 1296 | 
             
                        },
         | 
| 1129 1297 | 
             
                        "union": true
         | 
| @@ -1141,13 +1309,13 @@ | |
| 1141 1309 | 
             
                    "members": {
         | 
| 1142 1310 | 
             
                      "policyStoreId": {},
         | 
| 1143 1311 | 
             
                      "namespaces": {
         | 
| 1144 | 
            -
                        "shape": " | 
| 1312 | 
            +
                        "shape": "S39"
         | 
| 1145 1313 | 
             
                      },
         | 
| 1146 1314 | 
             
                      "createdDate": {
         | 
| 1147 | 
            -
                        "shape": " | 
| 1315 | 
            +
                        "shape": "S1q"
         | 
| 1148 1316 | 
             
                      },
         | 
| 1149 1317 | 
             
                      "lastUpdatedDate": {
         | 
| 1150 | 
            -
                        "shape": " | 
| 1318 | 
            +
                        "shape": "S1q"
         | 
| 1151 1319 | 
             
                      }
         | 
| 1152 1320 | 
             
                    }
         | 
| 1153 1321 | 
             
                  },
         | 
| @@ -1189,12 +1357,68 @@ | |
| 1189 1357 | 
             
                                }
         | 
| 1190 1358 | 
             
                              }
         | 
| 1191 1359 | 
             
                            }
         | 
| 1360 | 
            +
                          },
         | 
| 1361 | 
            +
                          "openIdConnectConfiguration": {
         | 
| 1362 | 
            +
                            "type": "structure",
         | 
| 1363 | 
            +
                            "required": [
         | 
| 1364 | 
            +
                              "issuer",
         | 
| 1365 | 
            +
                              "tokenSelection"
         | 
| 1366 | 
            +
                            ],
         | 
| 1367 | 
            +
                            "members": {
         | 
| 1368 | 
            +
                              "issuer": {},
         | 
| 1369 | 
            +
                              "entityIdPrefix": {
         | 
| 1370 | 
            +
                                "shape": "S1g"
         | 
| 1371 | 
            +
                              },
         | 
| 1372 | 
            +
                              "groupConfiguration": {
         | 
| 1373 | 
            +
                                "type": "structure",
         | 
| 1374 | 
            +
                                "required": [
         | 
| 1375 | 
            +
                                  "groupClaim",
         | 
| 1376 | 
            +
                                  "groupEntityType"
         | 
| 1377 | 
            +
                                ],
         | 
| 1378 | 
            +
                                "members": {
         | 
| 1379 | 
            +
                                  "groupClaim": {
         | 
| 1380 | 
            +
                                    "shape": "S1i"
         | 
| 1381 | 
            +
                                  },
         | 
| 1382 | 
            +
                                  "groupEntityType": {
         | 
| 1383 | 
            +
                                    "shape": "S1d"
         | 
| 1384 | 
            +
                                  }
         | 
| 1385 | 
            +
                                }
         | 
| 1386 | 
            +
                              },
         | 
| 1387 | 
            +
                              "tokenSelection": {
         | 
| 1388 | 
            +
                                "type": "structure",
         | 
| 1389 | 
            +
                                "members": {
         | 
| 1390 | 
            +
                                  "accessTokenOnly": {
         | 
| 1391 | 
            +
                                    "type": "structure",
         | 
| 1392 | 
            +
                                    "members": {
         | 
| 1393 | 
            +
                                      "principalIdClaim": {
         | 
| 1394 | 
            +
                                        "shape": "S1i"
         | 
| 1395 | 
            +
                                      },
         | 
| 1396 | 
            +
                                      "audiences": {
         | 
| 1397 | 
            +
                                        "shape": "S1l"
         | 
| 1398 | 
            +
                                      }
         | 
| 1399 | 
            +
                                    }
         | 
| 1400 | 
            +
                                  },
         | 
| 1401 | 
            +
                                  "identityTokenOnly": {
         | 
| 1402 | 
            +
                                    "type": "structure",
         | 
| 1403 | 
            +
                                    "members": {
         | 
| 1404 | 
            +
                                      "principalIdClaim": {
         | 
| 1405 | 
            +
                                        "shape": "S1i"
         | 
| 1406 | 
            +
                                      },
         | 
| 1407 | 
            +
                                      "clientIds": {
         | 
| 1408 | 
            +
                                        "shape": "S1a"
         | 
| 1409 | 
            +
                                      }
         | 
| 1410 | 
            +
                                    }
         | 
| 1411 | 
            +
                                  }
         | 
| 1412 | 
            +
                                },
         | 
| 1413 | 
            +
                                "union": true
         | 
| 1414 | 
            +
                              }
         | 
| 1415 | 
            +
                            }
         | 
| 1192 1416 | 
             
                          }
         | 
| 1193 1417 | 
             
                        },
         | 
| 1194 1418 | 
             
                        "union": true
         | 
| 1195 1419 | 
             
                      },
         | 
| 1196 1420 | 
             
                      "principalEntityType": {
         | 
| 1197 | 
            -
                        "shape": " | 
| 1421 | 
            +
                        "shape": "S1o"
         | 
| 1198 1422 | 
             
                      }
         | 
| 1199 1423 | 
             
                    }
         | 
| 1200 1424 | 
             
                  },
         | 
| @@ -1208,11 +1432,11 @@ | |
| 1208 1432 | 
             
                    ],
         | 
| 1209 1433 | 
             
                    "members": {
         | 
| 1210 1434 | 
             
                      "createdDate": {
         | 
| 1211 | 
            -
                        "shape": " | 
| 1435 | 
            +
                        "shape": "S1q"
         | 
| 1212 1436 | 
             
                      },
         | 
| 1213 1437 | 
             
                      "identitySourceId": {},
         | 
| 1214 1438 | 
             
                      "lastUpdatedDate": {
         | 
| 1215 | 
            -
                        "shape": " | 
| 1439 | 
            +
                        "shape": "S1q"
         | 
| 1216 1440 | 
             
                      },
         | 
| 1217 1441 | 
             
                      "policyStoreId": {}
         | 
| 1218 1442 | 
             
                    }
         | 
| @@ -1240,10 +1464,10 @@ | |
| 1240 1464 | 
             
                            ],
         | 
| 1241 1465 | 
             
                            "members": {
         | 
| 1242 1466 | 
             
                              "description": {
         | 
| 1243 | 
            -
                                "shape": " | 
| 1467 | 
            +
                                "shape": "S1v"
         | 
| 1244 1468 | 
             
                              },
         | 
| 1245 1469 | 
             
                              "statement": {
         | 
| 1246 | 
            -
                                "shape": " | 
| 1470 | 
            +
                                "shape": "S1w"
         | 
| 1247 1471 | 
             
                              }
         | 
| 1248 1472 | 
             
                            }
         | 
| 1249 1473 | 
             
                          }
         | 
| @@ -1272,13 +1496,13 @@ | |
| 1272 1496 | 
             
                        "shape": "S6"
         | 
| 1273 1497 | 
             
                      },
         | 
| 1274 1498 | 
             
                      "actions": {
         | 
| 1275 | 
            -
                        "shape": " | 
| 1499 | 
            +
                        "shape": "S21"
         | 
| 1276 1500 | 
             
                      },
         | 
| 1277 1501 | 
             
                      "createdDate": {
         | 
| 1278 | 
            -
                        "shape": " | 
| 1502 | 
            +
                        "shape": "S1q"
         | 
| 1279 1503 | 
             
                      },
         | 
| 1280 1504 | 
             
                      "lastUpdatedDate": {
         | 
| 1281 | 
            -
                        "shape": " | 
| 1505 | 
            +
                        "shape": "S1q"
         | 
| 1282 1506 | 
             
                      },
         | 
| 1283 1507 | 
             
                      "effect": {}
         | 
| 1284 1508 | 
             
                    }
         | 
| @@ -1295,10 +1519,10 @@ | |
| 1295 1519 | 
             
                    "members": {
         | 
| 1296 1520 | 
             
                      "policyStoreId": {},
         | 
| 1297 1521 | 
             
                      "validationSettings": {
         | 
| 1298 | 
            -
                        "shape": " | 
| 1522 | 
            +
                        "shape": "S24"
         | 
| 1299 1523 | 
             
                      },
         | 
| 1300 1524 | 
             
                      "description": {
         | 
| 1301 | 
            -
                        "shape": " | 
| 1525 | 
            +
                        "shape": "S26"
         | 
| 1302 1526 | 
             
                      }
         | 
| 1303 1527 | 
             
                    }
         | 
| 1304 1528 | 
             
                  },
         | 
| @@ -1314,10 +1538,10 @@ | |
| 1314 1538 | 
             
                      "policyStoreId": {},
         | 
| 1315 1539 | 
             
                      "arn": {},
         | 
| 1316 1540 | 
             
                      "createdDate": {
         | 
| 1317 | 
            -
                        "shape": " | 
| 1541 | 
            +
                        "shape": "S1q"
         | 
| 1318 1542 | 
             
                      },
         | 
| 1319 1543 | 
             
                      "lastUpdatedDate": {
         | 
| 1320 | 
            -
                        "shape": " | 
| 1544 | 
            +
                        "shape": "S1q"
         | 
| 1321 1545 | 
             
                      }
         | 
| 1322 1546 | 
             
                    }
         | 
| 1323 1547 | 
             
                  },
         | 
| @@ -1335,10 +1559,10 @@ | |
| 1335 1559 | 
             
                      "policyStoreId": {},
         | 
| 1336 1560 | 
             
                      "policyTemplateId": {},
         | 
| 1337 1561 | 
             
                      "description": {
         | 
| 1338 | 
            -
                        "shape": " | 
| 1562 | 
            +
                        "shape": "S2a"
         | 
| 1339 1563 | 
             
                      },
         | 
| 1340 1564 | 
             
                      "statement": {
         | 
| 1341 | 
            -
                        "shape": " | 
| 1565 | 
            +
                        "shape": "S1w"
         | 
| 1342 1566 | 
             
                      }
         | 
| 1343 1567 | 
             
                    }
         | 
| 1344 1568 | 
             
                  },
         | 
| @@ -1354,10 +1578,10 @@ | |
| 1354 1578 | 
             
                      "policyStoreId": {},
         | 
| 1355 1579 | 
             
                      "policyTemplateId": {},
         | 
| 1356 1580 | 
             
                      "createdDate": {
         | 
| 1357 | 
            -
                        "shape": " | 
| 1581 | 
            +
                        "shape": "S1q"
         | 
| 1358 1582 | 
             
                      },
         | 
| 1359 1583 | 
             
                      "lastUpdatedDate": {
         | 
| 1360 | 
            -
                        "shape": " | 
| 1584 | 
            +
                        "shape": "S1q"
         | 
| 1361 1585 | 
             
                      }
         | 
| 1362 1586 | 
             
                    }
         | 
| 1363 1587 | 
             
                  },
         | 
| @@ -1491,7 +1715,8 @@ | |
| 1491 1715 | 
             
                      "key": {},
         | 
| 1492 1716 | 
             
                      "value": {
         | 
| 1493 1717 | 
             
                        "shape": "Sb"
         | 
| 1494 | 
            -
                      }
         | 
| 1718 | 
            +
                      },
         | 
| 1719 | 
            +
                      "sensitive": true
         | 
| 1495 1720 | 
             
                    }
         | 
| 1496 1721 | 
             
                  },
         | 
| 1497 1722 | 
             
                  "union": true
         | 
| @@ -1550,29 +1775,41 @@ | |
| 1550 1775 | 
             
                  "type": "string",
         | 
| 1551 1776 | 
             
                  "sensitive": true
         | 
| 1552 1777 | 
             
                },
         | 
| 1553 | 
            -
                " | 
| 1778 | 
            +
                "S1g": {
         | 
| 1554 1779 | 
             
                  "type": "string",
         | 
| 1555 1780 | 
             
                  "sensitive": true
         | 
| 1556 1781 | 
             
                },
         | 
| 1557 | 
            -
                " | 
| 1782 | 
            +
                "S1i": {
         | 
| 1783 | 
            +
                  "type": "string",
         | 
| 1784 | 
            +
                  "sensitive": true
         | 
| 1785 | 
            +
                },
         | 
| 1786 | 
            +
                "S1l": {
         | 
| 1787 | 
            +
                  "type": "list",
         | 
| 1788 | 
            +
                  "member": {}
         | 
| 1789 | 
            +
                },
         | 
| 1790 | 
            +
                "S1o": {
         | 
| 1791 | 
            +
                  "type": "string",
         | 
| 1792 | 
            +
                  "sensitive": true
         | 
| 1793 | 
            +
                },
         | 
| 1794 | 
            +
                "S1q": {
         | 
| 1558 1795 | 
             
                  "type": "timestamp",
         | 
| 1559 1796 | 
             
                  "timestampFormat": "iso8601"
         | 
| 1560 1797 | 
             
                },
         | 
| 1561 | 
            -
                " | 
| 1798 | 
            +
                "S1v": {
         | 
| 1562 1799 | 
             
                  "type": "string",
         | 
| 1563 1800 | 
             
                  "sensitive": true
         | 
| 1564 1801 | 
             
                },
         | 
| 1565 | 
            -
                " | 
| 1802 | 
            +
                "S1w": {
         | 
| 1566 1803 | 
             
                  "type": "string",
         | 
| 1567 1804 | 
             
                  "sensitive": true
         | 
| 1568 1805 | 
             
                },
         | 
| 1569 | 
            -
                " | 
| 1806 | 
            +
                "S21": {
         | 
| 1570 1807 | 
             
                  "type": "list",
         | 
| 1571 1808 | 
             
                  "member": {
         | 
| 1572 1809 | 
             
                    "shape": "Sk"
         | 
| 1573 1810 | 
             
                  }
         | 
| 1574 1811 | 
             
                },
         | 
| 1575 | 
            -
                " | 
| 1812 | 
            +
                "S24": {
         | 
| 1576 1813 | 
             
                  "type": "structure",
         | 
| 1577 1814 | 
             
                  "required": [
         | 
| 1578 1815 | 
             
                    "mode"
         | 
| @@ -1581,26 +1818,26 @@ | |
| 1581 1818 | 
             
                    "mode": {}
         | 
| 1582 1819 | 
             
                  }
         | 
| 1583 1820 | 
             
                },
         | 
| 1584 | 
            -
                " | 
| 1821 | 
            +
                "S26": {
         | 
| 1585 1822 | 
             
                  "type": "string",
         | 
| 1586 1823 | 
             
                  "sensitive": true
         | 
| 1587 1824 | 
             
                },
         | 
| 1588 | 
            -
                " | 
| 1825 | 
            +
                "S2a": {
         | 
| 1589 1826 | 
             
                  "type": "string",
         | 
| 1590 1827 | 
             
                  "sensitive": true
         | 
| 1591 1828 | 
             
                },
         | 
| 1592 | 
            -
                " | 
| 1829 | 
            +
                "S38": {
         | 
| 1593 1830 | 
             
                  "type": "string",
         | 
| 1594 1831 | 
             
                  "sensitive": true
         | 
| 1595 1832 | 
             
                },
         | 
| 1596 | 
            -
                " | 
| 1833 | 
            +
                "S39": {
         | 
| 1597 1834 | 
             
                  "type": "list",
         | 
| 1598 1835 | 
             
                  "member": {
         | 
| 1599 1836 | 
             
                    "type": "string",
         | 
| 1600 1837 | 
             
                    "sensitive": true
         | 
| 1601 1838 | 
             
                  }
         | 
| 1602 1839 | 
             
                },
         | 
| 1603 | 
            -
                " | 
| 1840 | 
            +
                "S3z": {
         | 
| 1604 1841 | 
             
                  "type": "structure",
         | 
| 1605 1842 | 
             
                  "members": {
         | 
| 1606 1843 | 
             
                    "unspecified": {
         |