aws-sdk 2.1593.0 → 2.1595.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/controlcatalog-2018-05-10.examples.json +5 -0
- package/apis/controlcatalog-2018-05-10.min.json +228 -0
- package/apis/controlcatalog-2018-05-10.paginators.json +22 -0
- package/apis/metadata.json +3 -0
- package/apis/quicksight-2018-04-01.min.json +2 -1
- package/apis/verifiedpermissions-2021-12-01.min.json +172 -96
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/controlcatalog.d.ts +260 -0
- package/clients/controlcatalog.js +18 -0
- package/clients/mgn.d.ts +4 -4
- package/clients/networkmonitor.d.ts +16 -16
- package/clients/quicksight.d.ts +5 -1
- package/clients/resourcegroups.d.ts +6 -6
- package/clients/verifiedpermissions.d.ts +82 -8
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +43 -6
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +39 -39
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -66,6 +66,68 @@ | |
| 66 66 | 
             
                    }
         | 
| 67 67 | 
             
                  }
         | 
| 68 68 | 
             
                },
         | 
| 69 | 
            +
                "BatchIsAuthorizedWithToken": {
         | 
| 70 | 
            +
                  "input": {
         | 
| 71 | 
            +
                    "type": "structure",
         | 
| 72 | 
            +
                    "required": [
         | 
| 73 | 
            +
                      "policyStoreId",
         | 
| 74 | 
            +
                      "requests"
         | 
| 75 | 
            +
                    ],
         | 
| 76 | 
            +
                    "members": {
         | 
| 77 | 
            +
                      "policyStoreId": {},
         | 
| 78 | 
            +
                      "identityToken": {
         | 
| 79 | 
            +
                        "shape": "Sz"
         | 
| 80 | 
            +
                      },
         | 
| 81 | 
            +
                      "accessToken": {
         | 
| 82 | 
            +
                        "shape": "Sz"
         | 
| 83 | 
            +
                      },
         | 
| 84 | 
            +
                      "entities": {
         | 
| 85 | 
            +
                        "shape": "S3"
         | 
| 86 | 
            +
                      },
         | 
| 87 | 
            +
                      "requests": {
         | 
| 88 | 
            +
                        "type": "list",
         | 
| 89 | 
            +
                        "member": {
         | 
| 90 | 
            +
                          "shape": "S11"
         | 
| 91 | 
            +
                        }
         | 
| 92 | 
            +
                      }
         | 
| 93 | 
            +
                    }
         | 
| 94 | 
            +
                  },
         | 
| 95 | 
            +
                  "output": {
         | 
| 96 | 
            +
                    "type": "structure",
         | 
| 97 | 
            +
                    "required": [
         | 
| 98 | 
            +
                      "results"
         | 
| 99 | 
            +
                    ],
         | 
| 100 | 
            +
                    "members": {
         | 
| 101 | 
            +
                      "principal": {
         | 
| 102 | 
            +
                        "shape": "S6"
         | 
| 103 | 
            +
                      },
         | 
| 104 | 
            +
                      "results": {
         | 
| 105 | 
            +
                        "type": "list",
         | 
| 106 | 
            +
                        "member": {
         | 
| 107 | 
            +
                          "type": "structure",
         | 
| 108 | 
            +
                          "required": [
         | 
| 109 | 
            +
                            "request",
         | 
| 110 | 
            +
                            "decision",
         | 
| 111 | 
            +
                            "determiningPolicies",
         | 
| 112 | 
            +
                            "errors"
         | 
| 113 | 
            +
                          ],
         | 
| 114 | 
            +
                          "members": {
         | 
| 115 | 
            +
                            "request": {
         | 
| 116 | 
            +
                              "shape": "S11"
         | 
| 117 | 
            +
                            },
         | 
| 118 | 
            +
                            "decision": {},
         | 
| 119 | 
            +
                            "determiningPolicies": {
         | 
| 120 | 
            +
                              "shape": "St"
         | 
| 121 | 
            +
                            },
         | 
| 122 | 
            +
                            "errors": {
         | 
| 123 | 
            +
                              "shape": "Sw"
         | 
| 124 | 
            +
                            }
         | 
| 125 | 
            +
                          }
         | 
| 126 | 
            +
                        }
         | 
| 127 | 
            +
                      }
         | 
| 128 | 
            +
                    }
         | 
| 129 | 
            +
                  }
         | 
| 130 | 
            +
                },
         | 
| 69 131 | 
             
                "CreateIdentitySource": {
         | 
| 70 132 | 
             
                  "input": {
         | 
| 71 133 | 
             
                    "type": "structure",
         | 
| @@ -89,7 +151,7 @@ | |
| 89 151 | 
             
                            "members": {
         | 
| 90 152 | 
             
                              "userPoolArn": {},
         | 
| 91 153 | 
             
                              "clientIds": {
         | 
| 92 | 
            -
                                "shape": " | 
| 154 | 
            +
                                "shape": "S1a"
         | 
| 93 155 | 
             
                              },
         | 
| 94 156 | 
             
                              "groupConfiguration": {
         | 
| 95 157 | 
             
                                "type": "structure",
         | 
| @@ -98,7 +160,7 @@ | |
| 98 160 | 
             
                                ],
         | 
| 99 161 | 
             
                                "members": {
         | 
| 100 162 | 
             
                                  "groupEntityType": {
         | 
| 101 | 
            -
                                    "shape": " | 
| 163 | 
            +
                                    "shape": "S1d"
         | 
| 102 164 | 
             
                                  }
         | 
| 103 165 | 
             
                                }
         | 
| 104 166 | 
             
                              }
         | 
| @@ -108,7 +170,7 @@ | |
| 108 170 | 
             
                        "union": true
         | 
| 109 171 | 
             
                      },
         | 
| 110 172 | 
             
                      "principalEntityType": {
         | 
| 111 | 
            -
                        "shape": " | 
| 173 | 
            +
                        "shape": "S1e"
         | 
| 112 174 | 
             
                      }
         | 
| 113 175 | 
             
                    }
         | 
| 114 176 | 
             
                  },
         | 
| @@ -122,11 +184,11 @@ | |
| 122 184 | 
             
                    ],
         | 
| 123 185 | 
             
                    "members": {
         | 
| 124 186 | 
             
                      "createdDate": {
         | 
| 125 | 
            -
                        "shape": " | 
| 187 | 
            +
                        "shape": "S1g"
         | 
| 126 188 | 
             
                      },
         | 
| 127 189 | 
             
                      "identitySourceId": {},
         | 
| 128 190 | 
             
                      "lastUpdatedDate": {
         | 
| 129 | 
            -
                        "shape": " | 
| 191 | 
            +
                        "shape": "S1g"
         | 
| 130 192 | 
             
                      },
         | 
| 131 193 | 
             
                      "policyStoreId": {}
         | 
| 132 194 | 
             
                    }
         | 
| @@ -155,10 +217,10 @@ | |
| 155 217 | 
             
                            ],
         | 
| 156 218 | 
             
                            "members": {
         | 
| 157 219 | 
             
                              "description": {
         | 
| 158 | 
            -
                                "shape": " | 
| 220 | 
            +
                                "shape": "S1l"
         | 
| 159 221 | 
             
                              },
         | 
| 160 222 | 
             
                              "statement": {
         | 
| 161 | 
            -
                                "shape": " | 
| 223 | 
            +
                                "shape": "S1m"
         | 
| 162 224 | 
             
                              }
         | 
| 163 225 | 
             
                            }
         | 
| 164 226 | 
             
                          },
         | 
| @@ -202,10 +264,10 @@ | |
| 202 264 | 
             
                        "shape": "S6"
         | 
| 203 265 | 
             
                      },
         | 
| 204 266 | 
             
                      "createdDate": {
         | 
| 205 | 
            -
                        "shape": " | 
| 267 | 
            +
                        "shape": "S1g"
         | 
| 206 268 | 
             
                      },
         | 
| 207 269 | 
             
                      "lastUpdatedDate": {
         | 
| 208 | 
            -
                        "shape": " | 
| 270 | 
            +
                        "shape": "S1g"
         | 
| 209 271 | 
             
                      }
         | 
| 210 272 | 
             
                    }
         | 
| 211 273 | 
             
                  },
         | 
| @@ -222,10 +284,10 @@ | |
| 222 284 | 
             
                        "idempotencyToken": true
         | 
| 223 285 | 
             
                      },
         | 
| 224 286 | 
             
                      "validationSettings": {
         | 
| 225 | 
            -
                        "shape": " | 
| 287 | 
            +
                        "shape": "S1s"
         | 
| 226 288 | 
             
                      },
         | 
| 227 289 | 
             
                      "description": {
         | 
| 228 | 
            -
                        "shape": " | 
| 290 | 
            +
                        "shape": "S1u"
         | 
| 229 291 | 
             
                      }
         | 
| 230 292 | 
             
                    }
         | 
| 231 293 | 
             
                  },
         | 
| @@ -241,10 +303,10 @@ | |
| 241 303 | 
             
                      "policyStoreId": {},
         | 
| 242 304 | 
             
                      "arn": {},
         | 
| 243 305 | 
             
                      "createdDate": {
         | 
| 244 | 
            -
                        "shape": " | 
| 306 | 
            +
                        "shape": "S1g"
         | 
| 245 307 | 
             
                      },
         | 
| 246 308 | 
             
                      "lastUpdatedDate": {
         | 
| 247 | 
            -
                        "shape": " | 
| 309 | 
            +
                        "shape": "S1g"
         | 
| 248 310 | 
             
                      }
         | 
| 249 311 | 
             
                    }
         | 
| 250 312 | 
             
                  },
         | 
| @@ -263,10 +325,10 @@ | |
| 263 325 | 
             
                      },
         | 
| 264 326 | 
             
                      "policyStoreId": {},
         | 
| 265 327 | 
             
                      "description": {
         | 
| 266 | 
            -
                        "shape": " | 
| 328 | 
            +
                        "shape": "S1y"
         | 
| 267 329 | 
             
                      },
         | 
| 268 330 | 
             
                      "statement": {
         | 
| 269 | 
            -
                        "shape": " | 
| 331 | 
            +
                        "shape": "S1m"
         | 
| 270 332 | 
             
                      }
         | 
| 271 333 | 
             
                    }
         | 
| 272 334 | 
             
                  },
         | 
| @@ -282,10 +344,10 @@ | |
| 282 344 | 
             
                      "policyStoreId": {},
         | 
| 283 345 | 
             
                      "policyTemplateId": {},
         | 
| 284 346 | 
             
                      "createdDate": {
         | 
| 285 | 
            -
                        "shape": " | 
| 347 | 
            +
                        "shape": "S1g"
         | 
| 286 348 | 
             
                      },
         | 
| 287 349 | 
             
                      "lastUpdatedDate": {
         | 
| 288 | 
            -
                        "shape": " | 
| 350 | 
            +
                        "shape": "S1g"
         | 
| 289 351 | 
             
                      }
         | 
| 290 352 | 
             
                    }
         | 
| 291 353 | 
             
                  },
         | 
| @@ -384,7 +446,7 @@ | |
| 384 446 | 
             
                    ],
         | 
| 385 447 | 
             
                    "members": {
         | 
| 386 448 | 
             
                      "createdDate": {
         | 
| 387 | 
            -
                        "shape": " | 
| 449 | 
            +
                        "shape": "S1g"
         | 
| 388 450 | 
             
                      },
         | 
| 389 451 | 
             
                      "details": {
         | 
| 390 452 | 
             
                        "deprecated": true,
         | 
| @@ -392,7 +454,7 @@ | |
| 392 454 | 
             
                        "type": "structure",
         | 
| 393 455 | 
             
                        "members": {
         | 
| 394 456 | 
             
                          "clientIds": {
         | 
| 395 | 
            -
                            "shape": " | 
| 457 | 
            +
                            "shape": "S1a",
         | 
| 396 458 | 
             
                            "deprecated": true,
         | 
| 397 459 | 
             
                            "deprecatedMessage": "This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"
         | 
| 398 460 | 
             
                          },
         | 
| @@ -412,11 +474,11 @@ | |
| 412 474 | 
             
                      },
         | 
| 413 475 | 
             
                      "identitySourceId": {},
         | 
| 414 476 | 
             
                      "lastUpdatedDate": {
         | 
| 415 | 
            -
                        "shape": " | 
| 477 | 
            +
                        "shape": "S1g"
         | 
| 416 478 | 
             
                      },
         | 
| 417 479 | 
             
                      "policyStoreId": {},
         | 
| 418 480 | 
             
                      "principalEntityType": {
         | 
| 419 | 
            -
                        "shape": " | 
| 481 | 
            +
                        "shape": "S1e"
         | 
| 420 482 | 
             
                      },
         | 
| 421 483 | 
             
                      "configuration": {
         | 
| 422 484 | 
             
                        "type": "structure",
         | 
| @@ -431,14 +493,14 @@ | |
| 431 493 | 
             
                            "members": {
         | 
| 432 494 | 
             
                              "userPoolArn": {},
         | 
| 433 495 | 
             
                              "clientIds": {
         | 
| 434 | 
            -
                                "shape": " | 
| 496 | 
            +
                                "shape": "S1a"
         | 
| 435 497 | 
             
                              },
         | 
| 436 498 | 
             
                              "issuer": {},
         | 
| 437 499 | 
             
                              "groupConfiguration": {
         | 
| 438 500 | 
             
                                "type": "structure",
         | 
| 439 501 | 
             
                                "members": {
         | 
| 440 502 | 
             
                                  "groupEntityType": {
         | 
| 441 | 
            -
                                    "shape": " | 
| 503 | 
            +
                                    "shape": "S1d"
         | 
| 442 504 | 
             
                                  }
         | 
| 443 505 | 
             
                                }
         | 
| 444 506 | 
             
                              }
         | 
| @@ -492,10 +554,10 @@ | |
| 492 554 | 
             
                            ],
         | 
| 493 555 | 
             
                            "members": {
         | 
| 494 556 | 
             
                              "description": {
         | 
| 495 | 
            -
                                "shape": " | 
| 557 | 
            +
                                "shape": "S1l"
         | 
| 496 558 | 
             
                              },
         | 
| 497 559 | 
             
                              "statement": {
         | 
| 498 | 
            -
                                "shape": " | 
| 560 | 
            +
                                "shape": "S1m"
         | 
| 499 561 | 
             
                              }
         | 
| 500 562 | 
             
                            }
         | 
| 501 563 | 
             
                          },
         | 
| @@ -518,10 +580,10 @@ | |
| 518 580 | 
             
                        "union": true
         | 
| 519 581 | 
             
                      },
         | 
| 520 582 | 
             
                      "createdDate": {
         | 
| 521 | 
            -
                        "shape": " | 
| 583 | 
            +
                        "shape": "S1g"
         | 
| 522 584 | 
             
                      },
         | 
| 523 585 | 
             
                      "lastUpdatedDate": {
         | 
| 524 | 
            -
                        "shape": " | 
| 586 | 
            +
                        "shape": "S1g"
         | 
| 525 587 | 
             
                      }
         | 
| 526 588 | 
             
                    }
         | 
| 527 589 | 
             
                  }
         | 
| @@ -549,16 +611,16 @@ | |
| 549 611 | 
             
                      "policyStoreId": {},
         | 
| 550 612 | 
             
                      "arn": {},
         | 
| 551 613 | 
             
                      "validationSettings": {
         | 
| 552 | 
            -
                        "shape": " | 
| 614 | 
            +
                        "shape": "S1s"
         | 
| 553 615 | 
             
                      },
         | 
| 554 616 | 
             
                      "createdDate": {
         | 
| 555 | 
            -
                        "shape": " | 
| 617 | 
            +
                        "shape": "S1g"
         | 
| 556 618 | 
             
                      },
         | 
| 557 619 | 
             
                      "lastUpdatedDate": {
         | 
| 558 | 
            -
                        "shape": " | 
| 620 | 
            +
                        "shape": "S1g"
         | 
| 559 621 | 
             
                      },
         | 
| 560 622 | 
             
                      "description": {
         | 
| 561 | 
            -
                        "shape": " | 
| 623 | 
            +
                        "shape": "S1u"
         | 
| 562 624 | 
             
                      }
         | 
| 563 625 | 
             
                    }
         | 
| 564 626 | 
             
                  }
         | 
| @@ -588,16 +650,16 @@ | |
| 588 650 | 
             
                      "policyStoreId": {},
         | 
| 589 651 | 
             
                      "policyTemplateId": {},
         | 
| 590 652 | 
             
                      "description": {
         | 
| 591 | 
            -
                        "shape": " | 
| 653 | 
            +
                        "shape": "S1y"
         | 
| 592 654 | 
             
                      },
         | 
| 593 655 | 
             
                      "statement": {
         | 
| 594 | 
            -
                        "shape": " | 
| 656 | 
            +
                        "shape": "S1m"
         | 
| 595 657 | 
             
                      },
         | 
| 596 658 | 
             
                      "createdDate": {
         | 
| 597 | 
            -
                        "shape": " | 
| 659 | 
            +
                        "shape": "S1g"
         | 
| 598 660 | 
             
                      },
         | 
| 599 661 | 
             
                      "lastUpdatedDate": {
         | 
| 600 | 
            -
                        "shape": " | 
| 662 | 
            +
                        "shape": "S1g"
         | 
| 601 663 | 
             
                      }
         | 
| 602 664 | 
             
                    }
         | 
| 603 665 | 
             
                  }
         | 
| @@ -623,16 +685,16 @@ | |
| 623 685 | 
             
                    "members": {
         | 
| 624 686 | 
             
                      "policyStoreId": {},
         | 
| 625 687 | 
             
                      "schema": {
         | 
| 626 | 
            -
                        "shape": " | 
| 688 | 
            +
                        "shape": "S2s"
         | 
| 627 689 | 
             
                      },
         | 
| 628 690 | 
             
                      "createdDate": {
         | 
| 629 | 
            -
                        "shape": " | 
| 691 | 
            +
                        "shape": "S1g"
         | 
| 630 692 | 
             
                      },
         | 
| 631 693 | 
             
                      "lastUpdatedDate": {
         | 
| 632 | 
            -
                        "shape": " | 
| 694 | 
            +
                        "shape": "S1g"
         | 
| 633 695 | 
             
                      },
         | 
| 634 696 | 
             
                      "namespaces": {
         | 
| 635 | 
            -
                        "shape": " | 
| 697 | 
            +
                        "shape": "S2t"
         | 
| 636 698 | 
             
                      }
         | 
| 637 699 | 
             
                    }
         | 
| 638 700 | 
             
                  }
         | 
| @@ -689,10 +751,10 @@ | |
| 689 751 | 
             
                    "members": {
         | 
| 690 752 | 
             
                      "policyStoreId": {},
         | 
| 691 753 | 
             
                      "identityToken": {
         | 
| 692 | 
            -
                        "shape": " | 
| 754 | 
            +
                        "shape": "Sz"
         | 
| 693 755 | 
             
                      },
         | 
| 694 756 | 
             
                      "accessToken": {
         | 
| 695 | 
            -
                        "shape": " | 
| 757 | 
            +
                        "shape": "Sz"
         | 
| 696 758 | 
             
                      },
         | 
| 697 759 | 
             
                      "action": {
         | 
| 698 760 | 
             
                        "shape": "Sk"
         | 
| @@ -747,7 +809,7 @@ | |
| 747 809 | 
             
                          "type": "structure",
         | 
| 748 810 | 
             
                          "members": {
         | 
| 749 811 | 
             
                            "principalEntityType": {
         | 
| 750 | 
            -
                              "shape": " | 
| 812 | 
            +
                              "shape": "S1e"
         | 
| 751 813 | 
             
                            }
         | 
| 752 814 | 
             
                          }
         | 
| 753 815 | 
             
                        }
         | 
| @@ -774,7 +836,7 @@ | |
| 774 836 | 
             
                          ],
         | 
| 775 837 | 
             
                          "members": {
         | 
| 776 838 | 
             
                            "createdDate": {
         | 
| 777 | 
            -
                              "shape": " | 
| 839 | 
            +
                              "shape": "S1g"
         | 
| 778 840 | 
             
                            },
         | 
| 779 841 | 
             
                            "details": {
         | 
| 780 842 | 
             
                              "deprecated": true,
         | 
| @@ -782,7 +844,7 @@ | |
| 782 844 | 
             
                              "type": "structure",
         | 
| 783 845 | 
             
                              "members": {
         | 
| 784 846 | 
             
                                "clientIds": {
         | 
| 785 | 
            -
                                  "shape": " | 
| 847 | 
            +
                                  "shape": "S1a",
         | 
| 786 848 | 
             
                                  "deprecated": true,
         | 
| 787 849 | 
             
                                  "deprecatedMessage": "This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"
         | 
| 788 850 | 
             
                                },
         | 
| @@ -802,11 +864,11 @@ | |
| 802 864 | 
             
                            },
         | 
| 803 865 | 
             
                            "identitySourceId": {},
         | 
| 804 866 | 
             
                            "lastUpdatedDate": {
         | 
| 805 | 
            -
                              "shape": " | 
| 867 | 
            +
                              "shape": "S1g"
         | 
| 806 868 | 
             
                            },
         | 
| 807 869 | 
             
                            "policyStoreId": {},
         | 
| 808 870 | 
             
                            "principalEntityType": {
         | 
| 809 | 
            -
                              "shape": " | 
| 871 | 
            +
                              "shape": "S1e"
         | 
| 810 872 | 
             
                            },
         | 
| 811 873 | 
             
                            "configuration": {
         | 
| 812 874 | 
             
                              "type": "structure",
         | 
| @@ -821,14 +883,14 @@ | |
| 821 883 | 
             
                                  "members": {
         | 
| 822 884 | 
             
                                    "userPoolArn": {},
         | 
| 823 885 | 
             
                                    "clientIds": {
         | 
| 824 | 
            -
                                      "shape": " | 
| 886 | 
            +
                                      "shape": "S1a"
         | 
| 825 887 | 
             
                                    },
         | 
| 826 888 | 
             
                                    "issuer": {},
         | 
| 827 889 | 
             
                                    "groupConfiguration": {
         | 
| 828 890 | 
             
                                      "type": "structure",
         | 
| 829 891 | 
             
                                      "members": {
         | 
| 830 892 | 
             
                                        "groupEntityType": {
         | 
| 831 | 
            -
                                          "shape": " | 
| 893 | 
            +
                                          "shape": "S1d"
         | 
| 832 894 | 
             
                                        }
         | 
| 833 895 | 
             
                                      }
         | 
| 834 896 | 
             
                                    }
         | 
| @@ -859,10 +921,10 @@ | |
| 859 921 | 
             
                        "type": "structure",
         | 
| 860 922 | 
             
                        "members": {
         | 
| 861 923 | 
             
                          "principal": {
         | 
| 862 | 
            -
                            "shape": " | 
| 924 | 
            +
                            "shape": "S3e"
         | 
| 863 925 | 
             
                          },
         | 
| 864 926 | 
             
                          "resource": {
         | 
| 865 | 
            -
                            "shape": " | 
| 927 | 
            +
                            "shape": "S3e"
         | 
| 866 928 | 
             
                          },
         | 
| 867 929 | 
             
                          "policyType": {},
         | 
| 868 930 | 
             
                          "policyTemplateId": {}
         | 
| @@ -906,7 +968,7 @@ | |
| 906 968 | 
             
                                  "type": "structure",
         | 
| 907 969 | 
             
                                  "members": {
         | 
| 908 970 | 
             
                                    "description": {
         | 
| 909 | 
            -
                                      "shape": " | 
| 971 | 
            +
                                      "shape": "S1l"
         | 
| 910 972 | 
             
                                    }
         | 
| 911 973 | 
             
                                  }
         | 
| 912 974 | 
             
                                },
         | 
| @@ -929,10 +991,10 @@ | |
| 929 991 | 
             
                              "union": true
         | 
| 930 992 | 
             
                            },
         | 
| 931 993 | 
             
                            "createdDate": {
         | 
| 932 | 
            -
                              "shape": " | 
| 994 | 
            +
                              "shape": "S1g"
         | 
| 933 995 | 
             
                            },
         | 
| 934 996 | 
             
                            "lastUpdatedDate": {
         | 
| 935 | 
            -
                              "shape": " | 
| 997 | 
            +
                              "shape": "S1g"
         | 
| 936 998 | 
             
                            }
         | 
| 937 999 | 
             
                          }
         | 
| 938 1000 | 
             
                        }
         | 
| @@ -970,13 +1032,13 @@ | |
| 970 1032 | 
             
                            "policyStoreId": {},
         | 
| 971 1033 | 
             
                            "arn": {},
         | 
| 972 1034 | 
             
                            "createdDate": {
         | 
| 973 | 
            -
                              "shape": " | 
| 1035 | 
            +
                              "shape": "S1g"
         | 
| 974 1036 | 
             
                            },
         | 
| 975 1037 | 
             
                            "lastUpdatedDate": {
         | 
| 976 | 
            -
                              "shape": " | 
| 1038 | 
            +
                              "shape": "S1g"
         | 
| 977 1039 | 
             
                            },
         | 
| 978 1040 | 
             
                            "description": {
         | 
| 979 | 
            -
                              "shape": " | 
| 1041 | 
            +
                              "shape": "S1u"
         | 
| 980 1042 | 
             
                            }
         | 
| 981 1043 | 
             
                          }
         | 
| 982 1044 | 
             
                        }
         | 
| @@ -1019,13 +1081,13 @@ | |
| 1019 1081 | 
             
                            "policyStoreId": {},
         | 
| 1020 1082 | 
             
                            "policyTemplateId": {},
         | 
| 1021 1083 | 
             
                            "description": {
         | 
| 1022 | 
            -
                              "shape": " | 
| 1084 | 
            +
                              "shape": "S1y"
         | 
| 1023 1085 | 
             
                            },
         | 
| 1024 1086 | 
             
                            "createdDate": {
         | 
| 1025 | 
            -
                              "shape": " | 
| 1087 | 
            +
                              "shape": "S1g"
         | 
| 1026 1088 | 
             
                            },
         | 
| 1027 1089 | 
             
                            "lastUpdatedDate": {
         | 
| 1028 | 
            -
                              "shape": " | 
| 1090 | 
            +
                              "shape": "S1g"
         | 
| 1029 1091 | 
             
                            }
         | 
| 1030 1092 | 
             
                          }
         | 
| 1031 1093 | 
             
                        }
         | 
| @@ -1046,7 +1108,7 @@ | |
| 1046 1108 | 
             
                        "type": "structure",
         | 
| 1047 1109 | 
             
                        "members": {
         | 
| 1048 1110 | 
             
                          "cedarJson": {
         | 
| 1049 | 
            -
                            "shape": " | 
| 1111 | 
            +
                            "shape": "S2s"
         | 
| 1050 1112 | 
             
                          }
         | 
| 1051 1113 | 
             
                        },
         | 
| 1052 1114 | 
             
                        "union": true
         | 
| @@ -1064,13 +1126,13 @@ | |
| 1064 1126 | 
             
                    "members": {
         | 
| 1065 1127 | 
             
                      "policyStoreId": {},
         | 
| 1066 1128 | 
             
                      "namespaces": {
         | 
| 1067 | 
            -
                        "shape": " | 
| 1129 | 
            +
                        "shape": "S2t"
         | 
| 1068 1130 | 
             
                      },
         | 
| 1069 1131 | 
             
                      "createdDate": {
         | 
| 1070 | 
            -
                        "shape": " | 
| 1132 | 
            +
                        "shape": "S1g"
         | 
| 1071 1133 | 
             
                      },
         | 
| 1072 1134 | 
             
                      "lastUpdatedDate": {
         | 
| 1073 | 
            -
                        "shape": " | 
| 1135 | 
            +
                        "shape": "S1g"
         | 
| 1074 1136 | 
             
                      }
         | 
| 1075 1137 | 
             
                    }
         | 
| 1076 1138 | 
             
                  },
         | 
| @@ -1098,7 +1160,7 @@ | |
| 1098 1160 | 
             
                            "members": {
         | 
| 1099 1161 | 
             
                              "userPoolArn": {},
         | 
| 1100 1162 | 
             
                              "clientIds": {
         | 
| 1101 | 
            -
                                "shape": " | 
| 1163 | 
            +
                                "shape": "S1a"
         | 
| 1102 1164 | 
             
                              },
         | 
| 1103 1165 | 
             
                              "groupConfiguration": {
         | 
| 1104 1166 | 
             
                                "type": "structure",
         | 
| @@ -1107,7 +1169,7 @@ | |
| 1107 1169 | 
             
                                ],
         | 
| 1108 1170 | 
             
                                "members": {
         | 
| 1109 1171 | 
             
                                  "groupEntityType": {
         | 
| 1110 | 
            -
                                    "shape": " | 
| 1172 | 
            +
                                    "shape": "S1d"
         | 
| 1111 1173 | 
             
                                  }
         | 
| 1112 1174 | 
             
                                }
         | 
| 1113 1175 | 
             
                              }
         | 
| @@ -1117,7 +1179,7 @@ | |
| 1117 1179 | 
             
                        "union": true
         | 
| 1118 1180 | 
             
                      },
         | 
| 1119 1181 | 
             
                      "principalEntityType": {
         | 
| 1120 | 
            -
                        "shape": " | 
| 1182 | 
            +
                        "shape": "S1e"
         | 
| 1121 1183 | 
             
                      }
         | 
| 1122 1184 | 
             
                    }
         | 
| 1123 1185 | 
             
                  },
         | 
| @@ -1131,11 +1193,11 @@ | |
| 1131 1193 | 
             
                    ],
         | 
| 1132 1194 | 
             
                    "members": {
         | 
| 1133 1195 | 
             
                      "createdDate": {
         | 
| 1134 | 
            -
                        "shape": " | 
| 1196 | 
            +
                        "shape": "S1g"
         | 
| 1135 1197 | 
             
                      },
         | 
| 1136 1198 | 
             
                      "identitySourceId": {},
         | 
| 1137 1199 | 
             
                      "lastUpdatedDate": {
         | 
| 1138 | 
            -
                        "shape": " | 
| 1200 | 
            +
                        "shape": "S1g"
         | 
| 1139 1201 | 
             
                      },
         | 
| 1140 1202 | 
             
                      "policyStoreId": {}
         | 
| 1141 1203 | 
             
                    }
         | 
| @@ -1163,10 +1225,10 @@ | |
| 1163 1225 | 
             
                            ],
         | 
| 1164 1226 | 
             
                            "members": {
         | 
| 1165 1227 | 
             
                              "description": {
         | 
| 1166 | 
            -
                                "shape": " | 
| 1228 | 
            +
                                "shape": "S1l"
         | 
| 1167 1229 | 
             
                              },
         | 
| 1168 1230 | 
             
                              "statement": {
         | 
| 1169 | 
            -
                                "shape": " | 
| 1231 | 
            +
                                "shape": "S1m"
         | 
| 1170 1232 | 
             
                              }
         | 
| 1171 1233 | 
             
                            }
         | 
| 1172 1234 | 
             
                          }
         | 
| @@ -1195,10 +1257,10 @@ | |
| 1195 1257 | 
             
                        "shape": "S6"
         | 
| 1196 1258 | 
             
                      },
         | 
| 1197 1259 | 
             
                      "createdDate": {
         | 
| 1198 | 
            -
                        "shape": " | 
| 1260 | 
            +
                        "shape": "S1g"
         | 
| 1199 1261 | 
             
                      },
         | 
| 1200 1262 | 
             
                      "lastUpdatedDate": {
         | 
| 1201 | 
            -
                        "shape": " | 
| 1263 | 
            +
                        "shape": "S1g"
         | 
| 1202 1264 | 
             
                      }
         | 
| 1203 1265 | 
             
                    }
         | 
| 1204 1266 | 
             
                  },
         | 
| @@ -1214,10 +1276,10 @@ | |
| 1214 1276 | 
             
                    "members": {
         | 
| 1215 1277 | 
             
                      "policyStoreId": {},
         | 
| 1216 1278 | 
             
                      "validationSettings": {
         | 
| 1217 | 
            -
                        "shape": " | 
| 1279 | 
            +
                        "shape": "S1s"
         | 
| 1218 1280 | 
             
                      },
         | 
| 1219 1281 | 
             
                      "description": {
         | 
| 1220 | 
            -
                        "shape": " | 
| 1282 | 
            +
                        "shape": "S1u"
         | 
| 1221 1283 | 
             
                      }
         | 
| 1222 1284 | 
             
                    }
         | 
| 1223 1285 | 
             
                  },
         | 
| @@ -1233,10 +1295,10 @@ | |
| 1233 1295 | 
             
                      "policyStoreId": {},
         | 
| 1234 1296 | 
             
                      "arn": {},
         | 
| 1235 1297 | 
             
                      "createdDate": {
         | 
| 1236 | 
            -
                        "shape": " | 
| 1298 | 
            +
                        "shape": "S1g"
         | 
| 1237 1299 | 
             
                      },
         | 
| 1238 1300 | 
             
                      "lastUpdatedDate": {
         | 
| 1239 | 
            -
                        "shape": " | 
| 1301 | 
            +
                        "shape": "S1g"
         | 
| 1240 1302 | 
             
                      }
         | 
| 1241 1303 | 
             
                    }
         | 
| 1242 1304 | 
             
                  },
         | 
| @@ -1254,10 +1316,10 @@ | |
| 1254 1316 | 
             
                      "policyStoreId": {},
         | 
| 1255 1317 | 
             
                      "policyTemplateId": {},
         | 
| 1256 1318 | 
             
                      "description": {
         | 
| 1257 | 
            -
                        "shape": " | 
| 1319 | 
            +
                        "shape": "S1y"
         | 
| 1258 1320 | 
             
                      },
         | 
| 1259 1321 | 
             
                      "statement": {
         | 
| 1260 | 
            -
                        "shape": " | 
| 1322 | 
            +
                        "shape": "S1m"
         | 
| 1261 1323 | 
             
                      }
         | 
| 1262 1324 | 
             
                    }
         | 
| 1263 1325 | 
             
                  },
         | 
| @@ -1273,10 +1335,10 @@ | |
| 1273 1335 | 
             
                      "policyStoreId": {},
         | 
| 1274 1336 | 
             
                      "policyTemplateId": {},
         | 
| 1275 1337 | 
             
                      "createdDate": {
         | 
| 1276 | 
            -
                        "shape": " | 
| 1338 | 
            +
                        "shape": "S1g"
         | 
| 1277 1339 | 
             
                      },
         | 
| 1278 1340 | 
             
                      "lastUpdatedDate": {
         | 
| 1279 | 
            -
                        "shape": " | 
| 1341 | 
            +
                        "shape": "S1g"
         | 
| 1280 1342 | 
             
                      }
         | 
| 1281 1343 | 
             
                    }
         | 
| 1282 1344 | 
             
                  },
         | 
| @@ -1440,34 +1502,52 @@ | |
| 1440 1502 | 
             
                    "sensitive": true
         | 
| 1441 1503 | 
             
                  }
         | 
| 1442 1504 | 
             
                },
         | 
| 1443 | 
            -
                " | 
| 1505 | 
            +
                "Sz": {
         | 
| 1506 | 
            +
                  "type": "string",
         | 
| 1507 | 
            +
                  "sensitive": true
         | 
| 1508 | 
            +
                },
         | 
| 1509 | 
            +
                "S11": {
         | 
| 1510 | 
            +
                  "type": "structure",
         | 
| 1511 | 
            +
                  "members": {
         | 
| 1512 | 
            +
                    "action": {
         | 
| 1513 | 
            +
                      "shape": "Sk"
         | 
| 1514 | 
            +
                    },
         | 
| 1515 | 
            +
                    "resource": {
         | 
| 1516 | 
            +
                      "shape": "S6"
         | 
| 1517 | 
            +
                    },
         | 
| 1518 | 
            +
                    "context": {
         | 
| 1519 | 
            +
                      "shape": "Sn"
         | 
| 1520 | 
            +
                    }
         | 
| 1521 | 
            +
                  }
         | 
| 1522 | 
            +
                },
         | 
| 1523 | 
            +
                "S1a": {
         | 
| 1444 1524 | 
             
                  "type": "list",
         | 
| 1445 1525 | 
             
                  "member": {
         | 
| 1446 1526 | 
             
                    "type": "string",
         | 
| 1447 1527 | 
             
                    "sensitive": true
         | 
| 1448 1528 | 
             
                  }
         | 
| 1449 1529 | 
             
                },
         | 
| 1450 | 
            -
                " | 
| 1530 | 
            +
                "S1d": {
         | 
| 1451 1531 | 
             
                  "type": "string",
         | 
| 1452 1532 | 
             
                  "sensitive": true
         | 
| 1453 1533 | 
             
                },
         | 
| 1454 | 
            -
                " | 
| 1534 | 
            +
                "S1e": {
         | 
| 1455 1535 | 
             
                  "type": "string",
         | 
| 1456 1536 | 
             
                  "sensitive": true
         | 
| 1457 1537 | 
             
                },
         | 
| 1458 | 
            -
                " | 
| 1538 | 
            +
                "S1g": {
         | 
| 1459 1539 | 
             
                  "type": "timestamp",
         | 
| 1460 1540 | 
             
                  "timestampFormat": "iso8601"
         | 
| 1461 1541 | 
             
                },
         | 
| 1462 | 
            -
                " | 
| 1542 | 
            +
                "S1l": {
         | 
| 1463 1543 | 
             
                  "type": "string",
         | 
| 1464 1544 | 
             
                  "sensitive": true
         | 
| 1465 1545 | 
             
                },
         | 
| 1466 | 
            -
                " | 
| 1546 | 
            +
                "S1m": {
         | 
| 1467 1547 | 
             
                  "type": "string",
         | 
| 1468 1548 | 
             
                  "sensitive": true
         | 
| 1469 1549 | 
             
                },
         | 
| 1470 | 
            -
                " | 
| 1550 | 
            +
                "S1s": {
         | 
| 1471 1551 | 
             
                  "type": "structure",
         | 
| 1472 1552 | 
             
                  "required": [
         | 
| 1473 1553 | 
             
                    "mode"
         | 
| @@ -1476,30 +1556,26 @@ | |
| 1476 1556 | 
             
                    "mode": {}
         | 
| 1477 1557 | 
             
                  }
         | 
| 1478 1558 | 
             
                },
         | 
| 1479 | 
            -
                " | 
| 1559 | 
            +
                "S1u": {
         | 
| 1480 1560 | 
             
                  "type": "string",
         | 
| 1481 1561 | 
             
                  "sensitive": true
         | 
| 1482 1562 | 
             
                },
         | 
| 1483 | 
            -
                " | 
| 1563 | 
            +
                "S1y": {
         | 
| 1484 1564 | 
             
                  "type": "string",
         | 
| 1485 1565 | 
             
                  "sensitive": true
         | 
| 1486 1566 | 
             
                },
         | 
| 1487 | 
            -
                " | 
| 1567 | 
            +
                "S2s": {
         | 
| 1488 1568 | 
             
                  "type": "string",
         | 
| 1489 1569 | 
             
                  "sensitive": true
         | 
| 1490 1570 | 
             
                },
         | 
| 1491 | 
            -
                " | 
| 1571 | 
            +
                "S2t": {
         | 
| 1492 1572 | 
             
                  "type": "list",
         | 
| 1493 1573 | 
             
                  "member": {
         | 
| 1494 1574 | 
             
                    "type": "string",
         | 
| 1495 1575 | 
             
                    "sensitive": true
         | 
| 1496 1576 | 
             
                  }
         | 
| 1497 1577 | 
             
                },
         | 
| 1498 | 
            -
                " | 
| 1499 | 
            -
                  "type": "string",
         | 
| 1500 | 
            -
                  "sensitive": true
         | 
| 1501 | 
            -
                },
         | 
| 1502 | 
            -
                "S38": {
         | 
| 1578 | 
            +
                "S3e": {
         | 
| 1503 1579 | 
             
                  "type": "structure",
         | 
| 1504 1580 | 
             
                  "members": {
         | 
| 1505 1581 | 
             
                    "unspecified": {
         | 
    
        package/clients/all.d.ts
    CHANGED
    
    | @@ -378,3 +378,4 @@ export import Chatbot = require('./chatbot'); | |
| 378 378 | 
             
            export import TimestreamInfluxDB = require('./timestreaminfluxdb');
         | 
| 379 379 | 
             
            export import CodeConnections = require('./codeconnections');
         | 
| 380 380 | 
             
            export import Deadline = require('./deadline');
         | 
| 381 | 
            +
            export import ControlCatalog = require('./controlcatalog');
         |