aws-sdk 2.1367.0 → 2.1369.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/CHANGELOG.md +16 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +104 -93
- package/apis/athena-2017-05-18.min.json +259 -50
- package/apis/athena-2017-05-18.paginators.json +5 -0
- package/apis/compute-optimizer-2019-11-01.min.json +60 -21
- package/apis/grafana-2020-08-18.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +289 -274
- package/apis/kms-2014-11-01.examples.json +197 -15
- package/apis/kms-2014-11-01.min.json +52 -19
- package/apis/rekognition-2016-06-27.min.json +112 -48
- package/apis/simspaceweaver-2022-10-28.min.json +52 -16
- package/clients/appflow.d.ts +14 -1
- package/clients/athena.d.ts +228 -10
- package/clients/computeoptimizer.d.ts +58 -14
- package/clients/directconnect.d.ts +2 -2
- package/clients/efs.d.ts +1 -1
- package/clients/grafana.d.ts +4 -0
- package/clients/iot.d.ts +21 -2
- package/clients/kms.d.ts +76 -32
- package/clients/rekognition.d.ts +117 -0
- package/clients/simspaceweaver.d.ts +62 -21
- package/clients/wafv2.d.ts +57 -57
- package/clients/workspaces.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +10 -1
- package/dist/aws-sdk-react-native.js +21 -13
- package/dist/aws-sdk.js +731 -397
- package/dist/aws-sdk.min.js +98 -98
- package/lib/core.js +1 -1
- package/lib/protocol/json.js +9 -0
- package/lib/services/sqs.js +2 -3
- package/package.json +1 -1
| @@ -120,6 +120,45 @@ | |
| 120 120 | 
             
                    }
         | 
| 121 121 | 
             
                  }
         | 
| 122 122 | 
             
                },
         | 
| 123 | 
            +
                "CancelCapacityReservation": {
         | 
| 124 | 
            +
                  "input": {
         | 
| 125 | 
            +
                    "type": "structure",
         | 
| 126 | 
            +
                    "required": [
         | 
| 127 | 
            +
                      "Name"
         | 
| 128 | 
            +
                    ],
         | 
| 129 | 
            +
                    "members": {
         | 
| 130 | 
            +
                      "Name": {}
         | 
| 131 | 
            +
                    }
         | 
| 132 | 
            +
                  },
         | 
| 133 | 
            +
                  "output": {
         | 
| 134 | 
            +
                    "type": "structure",
         | 
| 135 | 
            +
                    "members": {}
         | 
| 136 | 
            +
                  },
         | 
| 137 | 
            +
                  "idempotent": true
         | 
| 138 | 
            +
                },
         | 
| 139 | 
            +
                "CreateCapacityReservation": {
         | 
| 140 | 
            +
                  "input": {
         | 
| 141 | 
            +
                    "type": "structure",
         | 
| 142 | 
            +
                    "required": [
         | 
| 143 | 
            +
                      "TargetDpus",
         | 
| 144 | 
            +
                      "Name"
         | 
| 145 | 
            +
                    ],
         | 
| 146 | 
            +
                    "members": {
         | 
| 147 | 
            +
                      "TargetDpus": {
         | 
| 148 | 
            +
                        "type": "integer"
         | 
| 149 | 
            +
                      },
         | 
| 150 | 
            +
                      "Name": {},
         | 
| 151 | 
            +
                      "Tags": {
         | 
| 152 | 
            +
                        "shape": "S1s"
         | 
| 153 | 
            +
                      }
         | 
| 154 | 
            +
                    }
         | 
| 155 | 
            +
                  },
         | 
| 156 | 
            +
                  "output": {
         | 
| 157 | 
            +
                    "type": "structure",
         | 
| 158 | 
            +
                    "members": {}
         | 
| 159 | 
            +
                  },
         | 
| 160 | 
            +
                  "idempotent": true
         | 
| 161 | 
            +
                },
         | 
| 123 162 | 
             
                "CreateDataCatalog": {
         | 
| 124 163 | 
             
                  "input": {
         | 
| 125 164 | 
             
                    "type": "structure",
         | 
| @@ -132,7 +171,7 @@ | |
| 132 171 | 
             
                      "Type": {},
         | 
| 133 172 | 
             
                      "Description": {},
         | 
| 134 173 | 
             
                      "Parameters": {
         | 
| 135 | 
            -
                        "shape": " | 
| 174 | 
            +
                        "shape": "S1z"
         | 
| 136 175 | 
             
                      },
         | 
| 137 176 | 
             
                      "Tags": {
         | 
| 138 177 | 
             
                        "shape": "S1s"
         | 
| @@ -246,7 +285,7 @@ | |
| 246 285 | 
             
                    "members": {
         | 
| 247 286 | 
             
                      "Name": {},
         | 
| 248 287 | 
             
                      "Configuration": {
         | 
| 249 | 
            -
                        "shape": " | 
| 288 | 
            +
                        "shape": "S2i"
         | 
| 250 289 | 
             
                      },
         | 
| 251 290 | 
             
                      "Description": {},
         | 
| 252 291 | 
             
                      "Tags": {
         | 
| @@ -357,7 +396,7 @@ | |
| 357 396 | 
             
                    "type": "structure",
         | 
| 358 397 | 
             
                    "members": {
         | 
| 359 398 | 
             
                      "NotebookMetadata": {
         | 
| 360 | 
            -
                        "shape": " | 
| 399 | 
            +
                        "shape": "S32"
         | 
| 361 400 | 
             
                      },
         | 
| 362 401 | 
             
                      "Payload": {}
         | 
| 363 402 | 
             
                    }
         | 
| @@ -381,10 +420,10 @@ | |
| 381 420 | 
             
                      "Description": {},
         | 
| 382 421 | 
             
                      "WorkingDirectory": {},
         | 
| 383 422 | 
             
                      "Status": {
         | 
| 384 | 
            -
                        "shape": " | 
| 423 | 
            +
                        "shape": "S39"
         | 
| 385 424 | 
             
                      },
         | 
| 386 425 | 
             
                      "Statistics": {
         | 
| 387 | 
            -
                        "shape": " | 
| 426 | 
            +
                        "shape": "S3b"
         | 
| 388 427 | 
             
                      },
         | 
| 389 428 | 
             
                      "Result": {
         | 
| 390 429 | 
             
                        "type": "structure",
         | 
| @@ -429,10 +468,60 @@ | |
| 429 468 | 
             
                    "type": "structure",
         | 
| 430 469 | 
             
                    "members": {
         | 
| 431 470 | 
             
                      "Status": {
         | 
| 432 | 
            -
                        "shape": " | 
| 471 | 
            +
                        "shape": "S39"
         | 
| 433 472 | 
             
                      },
         | 
| 434 473 | 
             
                      "Statistics": {
         | 
| 435 | 
            -
                        "shape": " | 
| 474 | 
            +
                        "shape": "S3b"
         | 
| 475 | 
            +
                      }
         | 
| 476 | 
            +
                    }
         | 
| 477 | 
            +
                  }
         | 
| 478 | 
            +
                },
         | 
| 479 | 
            +
                "GetCapacityAssignmentConfiguration": {
         | 
| 480 | 
            +
                  "input": {
         | 
| 481 | 
            +
                    "type": "structure",
         | 
| 482 | 
            +
                    "required": [
         | 
| 483 | 
            +
                      "CapacityReservationName"
         | 
| 484 | 
            +
                    ],
         | 
| 485 | 
            +
                    "members": {
         | 
| 486 | 
            +
                      "CapacityReservationName": {}
         | 
| 487 | 
            +
                    }
         | 
| 488 | 
            +
                  },
         | 
| 489 | 
            +
                  "output": {
         | 
| 490 | 
            +
                    "type": "structure",
         | 
| 491 | 
            +
                    "required": [
         | 
| 492 | 
            +
                      "CapacityAssignmentConfiguration"
         | 
| 493 | 
            +
                    ],
         | 
| 494 | 
            +
                    "members": {
         | 
| 495 | 
            +
                      "CapacityAssignmentConfiguration": {
         | 
| 496 | 
            +
                        "type": "structure",
         | 
| 497 | 
            +
                        "members": {
         | 
| 498 | 
            +
                          "CapacityReservationName": {},
         | 
| 499 | 
            +
                          "CapacityAssignments": {
         | 
| 500 | 
            +
                            "shape": "S3m"
         | 
| 501 | 
            +
                          }
         | 
| 502 | 
            +
                        }
         | 
| 503 | 
            +
                      }
         | 
| 504 | 
            +
                    }
         | 
| 505 | 
            +
                  }
         | 
| 506 | 
            +
                },
         | 
| 507 | 
            +
                "GetCapacityReservation": {
         | 
| 508 | 
            +
                  "input": {
         | 
| 509 | 
            +
                    "type": "structure",
         | 
| 510 | 
            +
                    "required": [
         | 
| 511 | 
            +
                      "Name"
         | 
| 512 | 
            +
                    ],
         | 
| 513 | 
            +
                    "members": {
         | 
| 514 | 
            +
                      "Name": {}
         | 
| 515 | 
            +
                    }
         | 
| 516 | 
            +
                  },
         | 
| 517 | 
            +
                  "output": {
         | 
| 518 | 
            +
                    "type": "structure",
         | 
| 519 | 
            +
                    "required": [
         | 
| 520 | 
            +
                      "CapacityReservation"
         | 
| 521 | 
            +
                    ],
         | 
| 522 | 
            +
                    "members": {
         | 
| 523 | 
            +
                      "CapacityReservation": {
         | 
| 524 | 
            +
                        "shape": "S3r"
         | 
| 436 525 | 
             
                      }
         | 
| 437 526 | 
             
                    }
         | 
| 438 527 | 
             
                  }
         | 
| @@ -461,7 +550,7 @@ | |
| 461 550 | 
             
                          "Description": {},
         | 
| 462 551 | 
             
                          "Type": {},
         | 
| 463 552 | 
             
                          "Parameters": {
         | 
| 464 | 
            -
                            "shape": " | 
| 553 | 
            +
                            "shape": "S1z"
         | 
| 465 554 | 
             
                          }
         | 
| 466 555 | 
             
                        }
         | 
| 467 556 | 
             
                      }
         | 
| @@ -484,7 +573,7 @@ | |
| 484 573 | 
             
                    "type": "structure",
         | 
| 485 574 | 
             
                    "members": {
         | 
| 486 575 | 
             
                      "Database": {
         | 
| 487 | 
            -
                        "shape": " | 
| 576 | 
            +
                        "shape": "S42"
         | 
| 488 577 | 
             
                      }
         | 
| 489 578 | 
             
                    }
         | 
| 490 579 | 
             
                  }
         | 
| @@ -522,7 +611,7 @@ | |
| 522 611 | 
             
                    "type": "structure",
         | 
| 523 612 | 
             
                    "members": {
         | 
| 524 613 | 
             
                      "NotebookMetadata": {
         | 
| 525 | 
            -
                        "shape": " | 
| 614 | 
            +
                        "shape": "S32"
         | 
| 526 615 | 
             
                      }
         | 
| 527 616 | 
             
                    }
         | 
| 528 617 | 
             
                  }
         | 
| @@ -700,7 +789,7 @@ | |
| 700 789 | 
             
                            }
         | 
| 701 790 | 
             
                          },
         | 
| 702 791 | 
             
                          "OutputStage": {
         | 
| 703 | 
            -
                            "shape": " | 
| 792 | 
            +
                            "shape": "S4v"
         | 
| 704 793 | 
             
                          }
         | 
| 705 794 | 
             
                        }
         | 
| 706 795 | 
             
                      }
         | 
| @@ -725,7 +814,7 @@ | |
| 725 814 | 
             
                      "WorkGroup": {},
         | 
| 726 815 | 
             
                      "EngineVersion": {},
         | 
| 727 816 | 
             
                      "EngineConfiguration": {
         | 
| 728 | 
            -
                        "shape": " | 
| 817 | 
            +
                        "shape": "S52"
         | 
| 729 818 | 
             
                      },
         | 
| 730 819 | 
             
                      "NotebookVersion": {},
         | 
| 731 820 | 
             
                      "SessionConfiguration": {
         | 
| @@ -742,7 +831,7 @@ | |
| 742 831 | 
             
                        }
         | 
| 743 832 | 
             
                      },
         | 
| 744 833 | 
             
                      "Status": {
         | 
| 745 | 
            -
                        "shape": " | 
| 834 | 
            +
                        "shape": "S57"
         | 
| 746 835 | 
             
                      },
         | 
| 747 836 | 
             
                      "Statistics": {
         | 
| 748 837 | 
             
                        "type": "structure",
         | 
| @@ -770,7 +859,7 @@ | |
| 770 859 | 
             
                    "members": {
         | 
| 771 860 | 
             
                      "SessionId": {},
         | 
| 772 861 | 
             
                      "Status": {
         | 
| 773 | 
            -
                        "shape": " | 
| 862 | 
            +
                        "shape": "S57"
         | 
| 774 863 | 
             
                      }
         | 
| 775 864 | 
             
                    }
         | 
| 776 865 | 
             
                  }
         | 
| @@ -793,7 +882,7 @@ | |
| 793 882 | 
             
                    "type": "structure",
         | 
| 794 883 | 
             
                    "members": {
         | 
| 795 884 | 
             
                      "TableMetadata": {
         | 
| 796 | 
            -
                        "shape": " | 
| 885 | 
            +
                        "shape": "S5e"
         | 
| 797 886 | 
             
                      }
         | 
| 798 887 | 
             
                    }
         | 
| 799 888 | 
             
                  }
         | 
| @@ -820,7 +909,7 @@ | |
| 820 909 | 
             
                          "Name": {},
         | 
| 821 910 | 
             
                          "State": {},
         | 
| 822 911 | 
             
                          "Configuration": {
         | 
| 823 | 
            -
                            "shape": " | 
| 912 | 
            +
                            "shape": "S2i"
         | 
| 824 913 | 
             
                          },
         | 
| 825 914 | 
             
                          "Description": {},
         | 
| 826 915 | 
             
                          "CreationTime": {
         | 
| @@ -914,7 +1003,7 @@ | |
| 914 1003 | 
             
                            "CalculationExecutionId": {},
         | 
| 915 1004 | 
             
                            "Description": {},
         | 
| 916 1005 | 
             
                            "Status": {
         | 
| 917 | 
            -
                              "shape": " | 
| 1006 | 
            +
                              "shape": "S39"
         | 
| 918 1007 | 
             
                            }
         | 
| 919 1008 | 
             
                          }
         | 
| 920 1009 | 
             
                        }
         | 
| @@ -922,6 +1011,32 @@ | |
| 922 1011 | 
             
                    }
         | 
| 923 1012 | 
             
                  }
         | 
| 924 1013 | 
             
                },
         | 
| 1014 | 
            +
                "ListCapacityReservations": {
         | 
| 1015 | 
            +
                  "input": {
         | 
| 1016 | 
            +
                    "type": "structure",
         | 
| 1017 | 
            +
                    "members": {
         | 
| 1018 | 
            +
                      "NextToken": {},
         | 
| 1019 | 
            +
                      "MaxResults": {
         | 
| 1020 | 
            +
                        "type": "integer"
         | 
| 1021 | 
            +
                      }
         | 
| 1022 | 
            +
                    }
         | 
| 1023 | 
            +
                  },
         | 
| 1024 | 
            +
                  "output": {
         | 
| 1025 | 
            +
                    "type": "structure",
         | 
| 1026 | 
            +
                    "required": [
         | 
| 1027 | 
            +
                      "CapacityReservations"
         | 
| 1028 | 
            +
                    ],
         | 
| 1029 | 
            +
                    "members": {
         | 
| 1030 | 
            +
                      "NextToken": {},
         | 
| 1031 | 
            +
                      "CapacityReservations": {
         | 
| 1032 | 
            +
                        "type": "list",
         | 
| 1033 | 
            +
                        "member": {
         | 
| 1034 | 
            +
                          "shape": "S3r"
         | 
| 1035 | 
            +
                        }
         | 
| 1036 | 
            +
                      }
         | 
| 1037 | 
            +
                    }
         | 
| 1038 | 
            +
                  }
         | 
| 1039 | 
            +
                },
         | 
| 925 1040 | 
             
                "ListDataCatalogs": {
         | 
| 926 1041 | 
             
                  "input": {
         | 
| 927 1042 | 
             
                    "type": "structure",
         | 
| @@ -969,7 +1084,7 @@ | |
| 969 1084 | 
             
                      "DatabaseList": {
         | 
| 970 1085 | 
             
                        "type": "list",
         | 
| 971 1086 | 
             
                        "member": {
         | 
| 972 | 
            -
                          "shape": " | 
| 1087 | 
            +
                          "shape": "S42"
         | 
| 973 1088 | 
             
                        }
         | 
| 974 1089 | 
             
                      },
         | 
| 975 1090 | 
             
                      "NextToken": {}
         | 
| @@ -1096,7 +1211,7 @@ | |
| 1096 1211 | 
             
                      "NotebookMetadataList": {
         | 
| 1097 1212 | 
             
                        "type": "list",
         | 
| 1098 1213 | 
             
                        "member": {
         | 
| 1099 | 
            -
                          "shape": " | 
| 1214 | 
            +
                          "shape": "S32"
         | 
| 1100 1215 | 
             
                        }
         | 
| 1101 1216 | 
             
                      }
         | 
| 1102 1217 | 
             
                    }
         | 
| @@ -1223,7 +1338,7 @@ | |
| 1223 1338 | 
             
                            },
         | 
| 1224 1339 | 
             
                            "NotebookVersion": {},
         | 
| 1225 1340 | 
             
                            "Status": {
         | 
| 1226 | 
            -
                              "shape": " | 
| 1341 | 
            +
                              "shape": "S57"
         | 
| 1227 1342 | 
             
                            }
         | 
| 1228 1343 | 
             
                          }
         | 
| 1229 1344 | 
             
                        }
         | 
| @@ -1254,7 +1369,7 @@ | |
| 1254 1369 | 
             
                      "TableMetadataList": {
         | 
| 1255 1370 | 
             
                        "type": "list",
         | 
| 1256 1371 | 
             
                        "member": {
         | 
| 1257 | 
            -
                          "shape": " | 
| 1372 | 
            +
                          "shape": "S5e"
         | 
| 1258 1373 | 
             
                        }
         | 
| 1259 1374 | 
             
                      },
         | 
| 1260 1375 | 
             
                      "NextToken": {}
         | 
| @@ -1319,6 +1434,26 @@ | |
| 1319 1434 | 
             
                    }
         | 
| 1320 1435 | 
             
                  }
         | 
| 1321 1436 | 
             
                },
         | 
| 1437 | 
            +
                "PutCapacityAssignmentConfiguration": {
         | 
| 1438 | 
            +
                  "input": {
         | 
| 1439 | 
            +
                    "type": "structure",
         | 
| 1440 | 
            +
                    "required": [
         | 
| 1441 | 
            +
                      "CapacityReservationName",
         | 
| 1442 | 
            +
                      "CapacityAssignments"
         | 
| 1443 | 
            +
                    ],
         | 
| 1444 | 
            +
                    "members": {
         | 
| 1445 | 
            +
                      "CapacityReservationName": {},
         | 
| 1446 | 
            +
                      "CapacityAssignments": {
         | 
| 1447 | 
            +
                        "shape": "S3m"
         | 
| 1448 | 
            +
                      }
         | 
| 1449 | 
            +
                    }
         | 
| 1450 | 
            +
                  },
         | 
| 1451 | 
            +
                  "output": {
         | 
| 1452 | 
            +
                    "type": "structure",
         | 
| 1453 | 
            +
                    "members": {}
         | 
| 1454 | 
            +
                  },
         | 
| 1455 | 
            +
                  "idempotent": true
         | 
| 1456 | 
            +
                },
         | 
| 1322 1457 | 
             
                "StartCalculationExecution": {
         | 
| 1323 1458 | 
             
                  "input": {
         | 
| 1324 1459 | 
             
                    "type": "structure",
         | 
| @@ -1393,7 +1528,7 @@ | |
| 1393 1528 | 
             
                      "Description": {},
         | 
| 1394 1529 | 
             
                      "WorkGroup": {},
         | 
| 1395 1530 | 
             
                      "EngineConfiguration": {
         | 
| 1396 | 
            -
                        "shape": " | 
| 1531 | 
            +
                        "shape": "S52"
         | 
| 1397 1532 | 
             
                      },
         | 
| 1398 1533 | 
             
                      "NotebookVersion": {},
         | 
| 1399 1534 | 
             
                      "SessionIdleTimeoutInMinutes": {
         | 
| @@ -1501,6 +1636,25 @@ | |
| 1501 1636 | 
             
                    "members": {}
         | 
| 1502 1637 | 
             
                  }
         | 
| 1503 1638 | 
             
                },
         | 
| 1639 | 
            +
                "UpdateCapacityReservation": {
         | 
| 1640 | 
            +
                  "input": {
         | 
| 1641 | 
            +
                    "type": "structure",
         | 
| 1642 | 
            +
                    "required": [
         | 
| 1643 | 
            +
                      "TargetDpus",
         | 
| 1644 | 
            +
                      "Name"
         | 
| 1645 | 
            +
                    ],
         | 
| 1646 | 
            +
                    "members": {
         | 
| 1647 | 
            +
                      "TargetDpus": {
         | 
| 1648 | 
            +
                        "type": "integer"
         | 
| 1649 | 
            +
                      },
         | 
| 1650 | 
            +
                      "Name": {}
         | 
| 1651 | 
            +
                    }
         | 
| 1652 | 
            +
                  },
         | 
| 1653 | 
            +
                  "output": {
         | 
| 1654 | 
            +
                    "type": "structure",
         | 
| 1655 | 
            +
                    "members": {}
         | 
| 1656 | 
            +
                  }
         | 
| 1657 | 
            +
                },
         | 
| 1504 1658 | 
             
                "UpdateDataCatalog": {
         | 
| 1505 1659 | 
             
                  "input": {
         | 
| 1506 1660 | 
             
                    "type": "structure",
         | 
| @@ -1513,7 +1667,7 @@ | |
| 1513 1667 | 
             
                      "Type": {},
         | 
| 1514 1668 | 
             
                      "Description": {},
         | 
| 1515 1669 | 
             
                      "Parameters": {
         | 
| 1516 | 
            -
                        "shape": " | 
| 1670 | 
            +
                        "shape": "S1z"
         | 
| 1517 1671 | 
             
                      }
         | 
| 1518 1672 | 
             
                    }
         | 
| 1519 1673 | 
             
                  },
         | 
| @@ -1663,7 +1817,7 @@ | |
| 1663 1817 | 
             
                          "AdditionalConfiguration": {},
         | 
| 1664 1818 | 
             
                          "ExecutionRole": {},
         | 
| 1665 1819 | 
             
                          "CustomerContentEncryptionConfiguration": {
         | 
| 1666 | 
            -
                            "shape": " | 
| 1820 | 
            +
                            "shape": "S2m"
         | 
| 1667 1821 | 
             
                          },
         | 
| 1668 1822 | 
             
                          "EnableMinimumEncryptionConfiguration": {
         | 
| 1669 1823 | 
             
                            "type": "boolean"
         | 
| @@ -1873,11 +2027,6 @@ | |
| 1873 2027 | 
             
                  "type": "list",
         | 
| 1874 2028 | 
             
                  "member": {}
         | 
| 1875 2029 | 
             
                },
         | 
| 1876 | 
            -
                "S1p": {
         | 
| 1877 | 
            -
                  "type": "map",
         | 
| 1878 | 
            -
                  "key": {},
         | 
| 1879 | 
            -
                  "value": {}
         | 
| 1880 | 
            -
                },
         | 
| 1881 2030 | 
             
                "S1s": {
         | 
| 1882 2031 | 
             
                  "type": "list",
         | 
| 1883 2032 | 
             
                  "member": {
         | 
| @@ -1888,7 +2037,12 @@ | |
| 1888 2037 | 
             
                    }
         | 
| 1889 2038 | 
             
                  }
         | 
| 1890 2039 | 
             
                },
         | 
| 1891 | 
            -
                " | 
| 2040 | 
            +
                "S1z": {
         | 
| 2041 | 
            +
                  "type": "map",
         | 
| 2042 | 
            +
                  "key": {},
         | 
| 2043 | 
            +
                  "value": {}
         | 
| 2044 | 
            +
                },
         | 
| 2045 | 
            +
                "S2i": {
         | 
| 1892 2046 | 
             
                  "type": "structure",
         | 
| 1893 2047 | 
             
                  "members": {
         | 
| 1894 2048 | 
             
                    "ResultConfiguration": {
         | 
| @@ -1912,14 +2066,14 @@ | |
| 1912 2066 | 
             
                    "AdditionalConfiguration": {},
         | 
| 1913 2067 | 
             
                    "ExecutionRole": {},
         | 
| 1914 2068 | 
             
                    "CustomerContentEncryptionConfiguration": {
         | 
| 1915 | 
            -
                      "shape": " | 
| 2069 | 
            +
                      "shape": "S2m"
         | 
| 1916 2070 | 
             
                    },
         | 
| 1917 2071 | 
             
                    "EnableMinimumEncryptionConfiguration": {
         | 
| 1918 2072 | 
             
                      "type": "boolean"
         | 
| 1919 2073 | 
             
                    }
         | 
| 1920 2074 | 
             
                  }
         | 
| 1921 2075 | 
             
                },
         | 
| 1922 | 
            -
                " | 
| 2076 | 
            +
                "S2m": {
         | 
| 1923 2077 | 
             
                  "type": "structure",
         | 
| 1924 2078 | 
             
                  "required": [
         | 
| 1925 2079 | 
             
                    "KmsKey"
         | 
| @@ -1928,7 +2082,7 @@ | |
| 1928 2082 | 
             
                    "KmsKey": {}
         | 
| 1929 2083 | 
             
                  }
         | 
| 1930 2084 | 
             
                },
         | 
| 1931 | 
            -
                " | 
| 2085 | 
            +
                "S32": {
         | 
| 1932 2086 | 
             
                  "type": "structure",
         | 
| 1933 2087 | 
             
                  "members": {
         | 
| 1934 2088 | 
             
                    "NotebookId": {},
         | 
| @@ -1943,7 +2097,7 @@ | |
| 1943 2097 | 
             
                    }
         | 
| 1944 2098 | 
             
                  }
         | 
| 1945 2099 | 
             
                },
         | 
| 1946 | 
            -
                " | 
| 2100 | 
            +
                "S39": {
         | 
| 1947 2101 | 
             
                  "type": "structure",
         | 
| 1948 2102 | 
             
                  "members": {
         | 
| 1949 2103 | 
             
                    "SubmissionDateTime": {
         | 
| @@ -1956,7 +2110,7 @@ | |
| 1956 2110 | 
             
                    "StateChangeReason": {}
         | 
| 1957 2111 | 
             
                  }
         | 
| 1958 2112 | 
             
                },
         | 
| 1959 | 
            -
                " | 
| 2113 | 
            +
                "S3b": {
         | 
| 1960 2114 | 
             
                  "type": "structure",
         | 
| 1961 2115 | 
             
                  "members": {
         | 
| 1962 2116 | 
             
                    "DpuExecutionInMillis": {
         | 
| @@ -1965,7 +2119,62 @@ | |
| 1965 2119 | 
             
                    "Progress": {}
         | 
| 1966 2120 | 
             
                  }
         | 
| 1967 2121 | 
             
                },
         | 
| 1968 | 
            -
                " | 
| 2122 | 
            +
                "S3m": {
         | 
| 2123 | 
            +
                  "type": "list",
         | 
| 2124 | 
            +
                  "member": {
         | 
| 2125 | 
            +
                    "type": "structure",
         | 
| 2126 | 
            +
                    "members": {
         | 
| 2127 | 
            +
                      "WorkGroupNames": {
         | 
| 2128 | 
            +
                        "type": "list",
         | 
| 2129 | 
            +
                        "member": {}
         | 
| 2130 | 
            +
                      }
         | 
| 2131 | 
            +
                    }
         | 
| 2132 | 
            +
                  }
         | 
| 2133 | 
            +
                },
         | 
| 2134 | 
            +
                "S3r": {
         | 
| 2135 | 
            +
                  "type": "structure",
         | 
| 2136 | 
            +
                  "required": [
         | 
| 2137 | 
            +
                    "Name",
         | 
| 2138 | 
            +
                    "Status",
         | 
| 2139 | 
            +
                    "TargetDpus",
         | 
| 2140 | 
            +
                    "AllocatedDpus",
         | 
| 2141 | 
            +
                    "CreationTime"
         | 
| 2142 | 
            +
                  ],
         | 
| 2143 | 
            +
                  "members": {
         | 
| 2144 | 
            +
                    "Name": {},
         | 
| 2145 | 
            +
                    "Status": {},
         | 
| 2146 | 
            +
                    "TargetDpus": {
         | 
| 2147 | 
            +
                      "type": "integer"
         | 
| 2148 | 
            +
                    },
         | 
| 2149 | 
            +
                    "AllocatedDpus": {
         | 
| 2150 | 
            +
                      "type": "integer"
         | 
| 2151 | 
            +
                    },
         | 
| 2152 | 
            +
                    "LastAllocation": {
         | 
| 2153 | 
            +
                      "type": "structure",
         | 
| 2154 | 
            +
                      "required": [
         | 
| 2155 | 
            +
                        "Status",
         | 
| 2156 | 
            +
                        "RequestTime"
         | 
| 2157 | 
            +
                      ],
         | 
| 2158 | 
            +
                      "members": {
         | 
| 2159 | 
            +
                        "Status": {},
         | 
| 2160 | 
            +
                        "StatusMessage": {},
         | 
| 2161 | 
            +
                        "RequestTime": {
         | 
| 2162 | 
            +
                          "type": "timestamp"
         | 
| 2163 | 
            +
                        },
         | 
| 2164 | 
            +
                        "RequestCompletionTime": {
         | 
| 2165 | 
            +
                          "type": "timestamp"
         | 
| 2166 | 
            +
                        }
         | 
| 2167 | 
            +
                      }
         | 
| 2168 | 
            +
                    },
         | 
| 2169 | 
            +
                    "LastSuccessfulAllocationTime": {
         | 
| 2170 | 
            +
                      "type": "timestamp"
         | 
| 2171 | 
            +
                    },
         | 
| 2172 | 
            +
                    "CreationTime": {
         | 
| 2173 | 
            +
                      "type": "timestamp"
         | 
| 2174 | 
            +
                    }
         | 
| 2175 | 
            +
                  }
         | 
| 2176 | 
            +
                },
         | 
| 2177 | 
            +
                "S42": {
         | 
| 1969 2178 | 
             
                  "type": "structure",
         | 
| 1970 2179 | 
             
                  "required": [
         | 
| 1971 2180 | 
             
                    "Name"
         | 
| @@ -1974,11 +2183,11 @@ | |
| 1974 2183 | 
             
                    "Name": {},
         | 
| 1975 2184 | 
             
                    "Description": {},
         | 
| 1976 2185 | 
             
                    "Parameters": {
         | 
| 1977 | 
            -
                      "shape": " | 
| 2186 | 
            +
                      "shape": "S1z"
         | 
| 1978 2187 | 
             
                    }
         | 
| 1979 2188 | 
             
                  }
         | 
| 1980 2189 | 
             
                },
         | 
| 1981 | 
            -
                " | 
| 2190 | 
            +
                "S4v": {
         | 
| 1982 2191 | 
             
                  "type": "structure",
         | 
| 1983 2192 | 
             
                  "members": {
         | 
| 1984 2193 | 
             
                    "StageId": {
         | 
| @@ -2001,17 +2210,17 @@ | |
| 2001 2210 | 
             
                      "type": "long"
         | 
| 2002 2211 | 
             
                    },
         | 
| 2003 2212 | 
             
                    "QueryStagePlan": {
         | 
| 2004 | 
            -
                      "shape": " | 
| 2213 | 
            +
                      "shape": "S4w"
         | 
| 2005 2214 | 
             
                    },
         | 
| 2006 2215 | 
             
                    "SubStages": {
         | 
| 2007 2216 | 
             
                      "type": "list",
         | 
| 2008 2217 | 
             
                      "member": {
         | 
| 2009 | 
            -
                        "shape": " | 
| 2218 | 
            +
                        "shape": "S4v"
         | 
| 2010 2219 | 
             
                      }
         | 
| 2011 2220 | 
             
                    }
         | 
| 2012 2221 | 
             
                  }
         | 
| 2013 2222 | 
             
                },
         | 
| 2014 | 
            -
                " | 
| 2223 | 
            +
                "S4w": {
         | 
| 2015 2224 | 
             
                  "type": "structure",
         | 
| 2016 2225 | 
             
                  "members": {
         | 
| 2017 2226 | 
             
                    "Name": {},
         | 
| @@ -2019,7 +2228,7 @@ | |
| 2019 2228 | 
             
                    "Children": {
         | 
| 2020 2229 | 
             
                      "type": "list",
         | 
| 2021 2230 | 
             
                      "member": {
         | 
| 2022 | 
            -
                        "shape": " | 
| 2231 | 
            +
                        "shape": "S4w"
         | 
| 2023 2232 | 
             
                      }
         | 
| 2024 2233 | 
             
                    },
         | 
| 2025 2234 | 
             
                    "RemoteSources": {
         | 
| @@ -2028,7 +2237,7 @@ | |
| 2028 2237 | 
             
                    }
         | 
| 2029 2238 | 
             
                  }
         | 
| 2030 2239 | 
             
                },
         | 
| 2031 | 
            -
                " | 
| 2240 | 
            +
                "S52": {
         | 
| 2032 2241 | 
             
                  "type": "structure",
         | 
| 2033 2242 | 
             
                  "required": [
         | 
| 2034 2243 | 
             
                    "MaxConcurrentDpus"
         | 
| @@ -2044,11 +2253,11 @@ | |
| 2044 2253 | 
             
                      "type": "integer"
         | 
| 2045 2254 | 
             
                    },
         | 
| 2046 2255 | 
             
                    "AdditionalConfigs": {
         | 
| 2047 | 
            -
                      "shape": " | 
| 2256 | 
            +
                      "shape": "S1z"
         | 
| 2048 2257 | 
             
                    }
         | 
| 2049 2258 | 
             
                  }
         | 
| 2050 2259 | 
             
                },
         | 
| 2051 | 
            -
                " | 
| 2260 | 
            +
                "S57": {
         | 
| 2052 2261 | 
             
                  "type": "structure",
         | 
| 2053 2262 | 
             
                  "members": {
         | 
| 2054 2263 | 
             
                    "StartDateTime": {
         | 
| @@ -2067,7 +2276,7 @@ | |
| 2067 2276 | 
             
                    "StateChangeReason": {}
         | 
| 2068 2277 | 
             
                  }
         | 
| 2069 2278 | 
             
                },
         | 
| 2070 | 
            -
                " | 
| 2279 | 
            +
                "S5e": {
         | 
| 2071 2280 | 
             
                  "type": "structure",
         | 
| 2072 2281 | 
             
                  "required": [
         | 
| 2073 2282 | 
             
                    "Name"
         | 
| @@ -2082,17 +2291,17 @@ | |
| 2082 2291 | 
             
                    },
         | 
| 2083 2292 | 
             
                    "TableType": {},
         | 
| 2084 2293 | 
             
                    "Columns": {
         | 
| 2085 | 
            -
                      "shape": " | 
| 2294 | 
            +
                      "shape": "S5g"
         | 
| 2086 2295 | 
             
                    },
         | 
| 2087 2296 | 
             
                    "PartitionKeys": {
         | 
| 2088 | 
            -
                      "shape": " | 
| 2297 | 
            +
                      "shape": "S5g"
         | 
| 2089 2298 | 
             
                    },
         | 
| 2090 2299 | 
             
                    "Parameters": {
         | 
| 2091 | 
            -
                      "shape": " | 
| 2300 | 
            +
                      "shape": "S1z"
         | 
| 2092 2301 | 
             
                    }
         | 
| 2093 2302 | 
             
                  }
         | 
| 2094 2303 | 
             
                },
         | 
| 2095 | 
            -
                " | 
| 2304 | 
            +
                "S5g": {
         | 
| 2096 2305 | 
             
                  "type": "list",
         | 
| 2097 2306 | 
             
                  "member": {
         | 
| 2098 2307 | 
             
                    "type": "structure",
         | 
| @@ -15,6 +15,11 @@ | |
| 15 15 | 
             
                  "limit_key": "MaxResults",
         | 
| 16 16 | 
             
                  "output_token": "NextToken"
         | 
| 17 17 | 
             
                },
         | 
| 18 | 
            +
                "ListCapacityReservations": {
         | 
| 19 | 
            +
                  "input_token": "NextToken",
         | 
| 20 | 
            +
                  "limit_key": "MaxResults",
         | 
| 21 | 
            +
                  "output_token": "NextToken"
         | 
| 22 | 
            +
                },
         | 
| 18 23 | 
             
                "ListDataCatalogs": {
         | 
| 19 24 | 
             
                  "input_token": "NextToken",
         | 
| 20 25 | 
             
                  "limit_key": "MaxResults",
         |