aws-sdk 2.1631.0 → 2.1633.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/batch-2016-08-10.min.json +51 -9
- package/apis/codeguru-security-2018-05-10.min.json +6 -0
- package/apis/eks-2017-11-01.min.json +126 -83
- package/apis/elasticache-2015-02-02.min.json +3 -0
- package/apis/iottwinmaker-2021-11-29.min.json +3 -1
- package/apis/launch-wizard-2018-05-10.min.json +159 -0
- package/clients/amplify.d.ts +13 -13
- package/clients/batch.d.ts +42 -1
- package/clients/codebuild.d.ts +2 -2
- package/clients/codegurusecurity.d.ts +60 -55
- package/clients/eks.d.ts +69 -19
- package/clients/elasticache.d.ts +6 -6
- package/clients/iottwinmaker.d.ts +1 -1
- package/clients/launchwizard.d.ts +181 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +9 -9
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -5,6 +5,9 @@ | |
| 5 5 | 
             
                "endpointPrefix": "eks",
         | 
| 6 6 | 
             
                "jsonVersion": "1.1",
         | 
| 7 7 | 
             
                "protocol": "rest-json",
         | 
| 8 | 
            +
                "protocols": [
         | 
| 9 | 
            +
                  "rest-json"
         | 
| 10 | 
            +
                ],
         | 
| 8 11 | 
             
                "serviceAbbreviation": "Amazon EKS",
         | 
| 9 12 | 
             
                "serviceFullName": "Amazon Elastic Kubernetes Service",
         | 
| 10 13 | 
             
                "serviceId": "EKS",
         | 
| @@ -201,14 +204,17 @@ | |
| 201 204 | 
             
                      "tags": {
         | 
| 202 205 | 
             
                        "shape": "Ss"
         | 
| 203 206 | 
             
                      },
         | 
| 204 | 
            -
                      "configurationValues": {}
         | 
| 207 | 
            +
                      "configurationValues": {},
         | 
| 208 | 
            +
                      "podIdentityAssociations": {
         | 
| 209 | 
            +
                        "shape": "S13"
         | 
| 210 | 
            +
                      }
         | 
| 205 211 | 
             
                    }
         | 
| 206 212 | 
             
                  },
         | 
| 207 213 | 
             
                  "output": {
         | 
| 208 214 | 
             
                    "type": "structure",
         | 
| 209 215 | 
             
                    "members": {
         | 
| 210 216 | 
             
                      "addon": {
         | 
| 211 | 
            -
                        "shape": " | 
| 217 | 
            +
                        "shape": "S16"
         | 
| 212 218 | 
             
                      }
         | 
| 213 219 | 
             
                    }
         | 
| 214 220 | 
             
                  }
         | 
| @@ -229,7 +235,7 @@ | |
| 229 235 | 
             
                      "version": {},
         | 
| 230 236 | 
             
                      "roleArn": {},
         | 
| 231 237 | 
             
                      "resourcesVpcConfig": {
         | 
| 232 | 
            -
                        "shape": " | 
| 238 | 
            +
                        "shape": "S1e"
         | 
| 233 239 | 
             
                      },
         | 
| 234 240 | 
             
                      "kubernetesNetworkConfig": {
         | 
| 235 241 | 
             
                        "type": "structure",
         | 
| @@ -239,7 +245,7 @@ | |
| 239 245 | 
             
                        }
         | 
| 240 246 | 
             
                      },
         | 
| 241 247 | 
             
                      "logging": {
         | 
| 242 | 
            -
                        "shape": " | 
| 248 | 
            +
                        "shape": "S1i"
         | 
| 243 249 | 
             
                      },
         | 
| 244 250 | 
             
                      "clientRequestToken": {
         | 
| 245 251 | 
             
                        "idempotencyToken": true
         | 
| @@ -284,7 +290,7 @@ | |
| 284 290 | 
             
                    "type": "structure",
         | 
| 285 291 | 
             
                    "members": {
         | 
| 286 292 | 
             
                      "cluster": {
         | 
| 287 | 
            -
                        "shape": " | 
| 293 | 
            +
                        "shape": "S1s"
         | 
| 288 294 | 
             
                      }
         | 
| 289 295 | 
             
                    }
         | 
| 290 296 | 
             
                  }
         | 
| @@ -302,7 +308,7 @@ | |
| 302 308 | 
             
                    "members": {
         | 
| 303 309 | 
             
                      "name": {},
         | 
| 304 310 | 
             
                      "term": {
         | 
| 305 | 
            -
                        "shape": " | 
| 311 | 
            +
                        "shape": "S2a"
         | 
| 306 312 | 
             
                      },
         | 
| 307 313 | 
             
                      "licenseQuantity": {
         | 
| 308 314 | 
             
                        "type": "integer"
         | 
| @@ -323,7 +329,7 @@ | |
| 323 329 | 
             
                    "type": "structure",
         | 
| 324 330 | 
             
                    "members": {
         | 
| 325 331 | 
             
                      "subscription": {
         | 
| 326 | 
            -
                        "shape": " | 
| 332 | 
            +
                        "shape": "S2f"
         | 
| 327 333 | 
             
                      }
         | 
| 328 334 | 
             
                    }
         | 
| 329 335 | 
             
                  }
         | 
| @@ -350,7 +356,7 @@ | |
| 350 356 | 
             
                        "shape": "S5"
         | 
| 351 357 | 
             
                      },
         | 
| 352 358 | 
             
                      "selectors": {
         | 
| 353 | 
            -
                        "shape": " | 
| 359 | 
            +
                        "shape": "S2h"
         | 
| 354 360 | 
             
                      },
         | 
| 355 361 | 
             
                      "clientRequestToken": {
         | 
| 356 362 | 
             
                        "idempotencyToken": true
         | 
| @@ -364,7 +370,7 @@ | |
| 364 370 | 
             
                    "type": "structure",
         | 
| 365 371 | 
             
                    "members": {
         | 
| 366 372 | 
             
                      "fargateProfile": {
         | 
| 367 | 
            -
                        "shape": " | 
| 373 | 
            +
                        "shape": "S2l"
         | 
| 368 374 | 
             
                      }
         | 
| 369 375 | 
             
                    }
         | 
| 370 376 | 
             
                  }
         | 
| @@ -388,7 +394,7 @@ | |
| 388 394 | 
             
                      },
         | 
| 389 395 | 
             
                      "nodegroupName": {},
         | 
| 390 396 | 
             
                      "scalingConfig": {
         | 
| 391 | 
            -
                        "shape": " | 
| 397 | 
            +
                        "shape": "S2o"
         | 
| 392 398 | 
             
                      },
         | 
| 393 399 | 
             
                      "diskSize": {
         | 
| 394 400 | 
             
                        "type": "integer"
         | 
| @@ -401,14 +407,14 @@ | |
| 401 407 | 
             
                      },
         | 
| 402 408 | 
             
                      "amiType": {},
         | 
| 403 409 | 
             
                      "remoteAccess": {
         | 
| 404 | 
            -
                        "shape": " | 
| 410 | 
            +
                        "shape": "S2t"
         | 
| 405 411 | 
             
                      },
         | 
| 406 412 | 
             
                      "nodeRole": {},
         | 
| 407 413 | 
             
                      "labels": {
         | 
| 408 | 
            -
                        "shape": " | 
| 414 | 
            +
                        "shape": "S2u"
         | 
| 409 415 | 
             
                      },
         | 
| 410 416 | 
             
                      "taints": {
         | 
| 411 | 
            -
                        "shape": " | 
| 417 | 
            +
                        "shape": "S2x"
         | 
| 412 418 | 
             
                      },
         | 
| 413 419 | 
             
                      "tags": {
         | 
| 414 420 | 
             
                        "shape": "Ss"
         | 
| @@ -417,10 +423,10 @@ | |
| 417 423 | 
             
                        "idempotencyToken": true
         | 
| 418 424 | 
             
                      },
         | 
| 419 425 | 
             
                      "launchTemplate": {
         | 
| 420 | 
            -
                        "shape": " | 
| 426 | 
            +
                        "shape": "S32"
         | 
| 421 427 | 
             
                      },
         | 
| 422 428 | 
             
                      "updateConfig": {
         | 
| 423 | 
            -
                        "shape": " | 
| 429 | 
            +
                        "shape": "S33"
         | 
| 424 430 | 
             
                      },
         | 
| 425 431 | 
             
                      "capacityType": {},
         | 
| 426 432 | 
             
                      "version": {},
         | 
| @@ -431,7 +437,7 @@ | |
| 431 437 | 
             
                    "type": "structure",
         | 
| 432 438 | 
             
                    "members": {
         | 
| 433 439 | 
             
                      "nodegroup": {
         | 
| 434 | 
            -
                        "shape": " | 
| 440 | 
            +
                        "shape": "S38"
         | 
| 435 441 | 
             
                      }
         | 
| 436 442 | 
             
                    }
         | 
| 437 443 | 
             
                  }
         | 
| @@ -468,7 +474,7 @@ | |
| 468 474 | 
             
                    "type": "structure",
         | 
| 469 475 | 
             
                    "members": {
         | 
| 470 476 | 
             
                      "association": {
         | 
| 471 | 
            -
                        "shape": " | 
| 477 | 
            +
                        "shape": "S3j"
         | 
| 472 478 | 
             
                      }
         | 
| 473 479 | 
             
                    }
         | 
| 474 480 | 
             
                  }
         | 
| @@ -531,7 +537,7 @@ | |
| 531 537 | 
             
                    "type": "structure",
         | 
| 532 538 | 
             
                    "members": {
         | 
| 533 539 | 
             
                      "addon": {
         | 
| 534 | 
            -
                        "shape": " | 
| 540 | 
            +
                        "shape": "S16"
         | 
| 535 541 | 
             
                      }
         | 
| 536 542 | 
             
                    }
         | 
| 537 543 | 
             
                  }
         | 
| @@ -557,7 +563,7 @@ | |
| 557 563 | 
             
                    "type": "structure",
         | 
| 558 564 | 
             
                    "members": {
         | 
| 559 565 | 
             
                      "cluster": {
         | 
| 560 | 
            -
                        "shape": " | 
| 566 | 
            +
                        "shape": "S1s"
         | 
| 561 567 | 
             
                      }
         | 
| 562 568 | 
             
                    }
         | 
| 563 569 | 
             
                  }
         | 
| @@ -583,7 +589,7 @@ | |
| 583 589 | 
             
                    "type": "structure",
         | 
| 584 590 | 
             
                    "members": {
         | 
| 585 591 | 
             
                      "subscription": {
         | 
| 586 | 
            -
                        "shape": " | 
| 592 | 
            +
                        "shape": "S2f"
         | 
| 587 593 | 
             
                      }
         | 
| 588 594 | 
             
                    }
         | 
| 589 595 | 
             
                  }
         | 
| @@ -614,7 +620,7 @@ | |
| 614 620 | 
             
                    "type": "structure",
         | 
| 615 621 | 
             
                    "members": {
         | 
| 616 622 | 
             
                      "fargateProfile": {
         | 
| 617 | 
            -
                        "shape": " | 
| 623 | 
            +
                        "shape": "S2l"
         | 
| 618 624 | 
             
                      }
         | 
| 619 625 | 
             
                    }
         | 
| 620 626 | 
             
                  }
         | 
| @@ -645,7 +651,7 @@ | |
| 645 651 | 
             
                    "type": "structure",
         | 
| 646 652 | 
             
                    "members": {
         | 
| 647 653 | 
             
                      "nodegroup": {
         | 
| 648 | 
            -
                        "shape": " | 
| 654 | 
            +
                        "shape": "S38"
         | 
| 649 655 | 
             
                      }
         | 
| 650 656 | 
             
                    }
         | 
| 651 657 | 
             
                  }
         | 
| @@ -676,7 +682,7 @@ | |
| 676 682 | 
             
                    "type": "structure",
         | 
| 677 683 | 
             
                    "members": {
         | 
| 678 684 | 
             
                      "association": {
         | 
| 679 | 
            -
                        "shape": " | 
| 685 | 
            +
                        "shape": "S3j"
         | 
| 680 686 | 
             
                      }
         | 
| 681 687 | 
             
                    }
         | 
| 682 688 | 
             
                  }
         | 
| @@ -702,7 +708,7 @@ | |
| 702 708 | 
             
                    "type": "structure",
         | 
| 703 709 | 
             
                    "members": {
         | 
| 704 710 | 
             
                      "cluster": {
         | 
| 705 | 
            -
                        "shape": " | 
| 711 | 
            +
                        "shape": "S1s"
         | 
| 706 712 | 
             
                      }
         | 
| 707 713 | 
             
                    }
         | 
| 708 714 | 
             
                  }
         | 
| @@ -764,7 +770,7 @@ | |
| 764 770 | 
             
                    "type": "structure",
         | 
| 765 771 | 
             
                    "members": {
         | 
| 766 772 | 
             
                      "addon": {
         | 
| 767 | 
            -
                        "shape": " | 
| 773 | 
            +
                        "shape": "S16"
         | 
| 768 774 | 
             
                      }
         | 
| 769 775 | 
             
                    }
         | 
| 770 776 | 
             
                  }
         | 
| @@ -796,7 +802,19 @@ | |
| 796 802 | 
             
                    "members": {
         | 
| 797 803 | 
             
                      "addonName": {},
         | 
| 798 804 | 
             
                      "addonVersion": {},
         | 
| 799 | 
            -
                      "configurationSchema": {}
         | 
| 805 | 
            +
                      "configurationSchema": {},
         | 
| 806 | 
            +
                      "podIdentityConfiguration": {
         | 
| 807 | 
            +
                        "type": "list",
         | 
| 808 | 
            +
                        "member": {
         | 
| 809 | 
            +
                          "type": "structure",
         | 
| 810 | 
            +
                          "members": {
         | 
| 811 | 
            +
                            "serviceAccount": {},
         | 
| 812 | 
            +
                            "recommendedManagedPolicies": {
         | 
| 813 | 
            +
                              "shape": "S5"
         | 
| 814 | 
            +
                            }
         | 
| 815 | 
            +
                          }
         | 
| 816 | 
            +
                        }
         | 
| 817 | 
            +
                      }
         | 
| 800 818 | 
             
                    }
         | 
| 801 819 | 
             
                  }
         | 
| 802 820 | 
             
                },
         | 
| @@ -878,6 +896,9 @@ | |
| 878 896 | 
             
                                  },
         | 
| 879 897 | 
             
                                  "requiresConfiguration": {
         | 
| 880 898 | 
             
                                    "type": "boolean"
         | 
| 899 | 
            +
                                  },
         | 
| 900 | 
            +
                                  "requiresIamPermissions": {
         | 
| 901 | 
            +
                                    "type": "boolean"
         | 
| 881 902 | 
             
                                  }
         | 
| 882 903 | 
             
                                }
         | 
| 883 904 | 
             
                              }
         | 
| @@ -885,7 +906,7 @@ | |
| 885 906 | 
             
                            "publisher": {},
         | 
| 886 907 | 
             
                            "owner": {},
         | 
| 887 908 | 
             
                            "marketplaceInformation": {
         | 
| 888 | 
            -
                              "shape": " | 
| 909 | 
            +
                              "shape": "S1c"
         | 
| 889 910 | 
             
                            }
         | 
| 890 911 | 
             
                          }
         | 
| 891 912 | 
             
                        }
         | 
| @@ -915,7 +936,7 @@ | |
| 915 936 | 
             
                    "type": "structure",
         | 
| 916 937 | 
             
                    "members": {
         | 
| 917 938 | 
             
                      "cluster": {
         | 
| 918 | 
            -
                        "shape": " | 
| 939 | 
            +
                        "shape": "S1s"
         | 
| 919 940 | 
             
                      }
         | 
| 920 941 | 
             
                    }
         | 
| 921 942 | 
             
                  }
         | 
| @@ -941,7 +962,7 @@ | |
| 941 962 | 
             
                    "type": "structure",
         | 
| 942 963 | 
             
                    "members": {
         | 
| 943 964 | 
             
                      "subscription": {
         | 
| 944 | 
            -
                        "shape": " | 
| 965 | 
            +
                        "shape": "S2f"
         | 
| 945 966 | 
             
                      }
         | 
| 946 967 | 
             
                    }
         | 
| 947 968 | 
             
                  }
         | 
| @@ -972,7 +993,7 @@ | |
| 972 993 | 
             
                    "type": "structure",
         | 
| 973 994 | 
             
                    "members": {
         | 
| 974 995 | 
             
                      "fargateProfile": {
         | 
| 975 | 
            -
                        "shape": " | 
| 996 | 
            +
                        "shape": "S2l"
         | 
| 976 997 | 
             
                      }
         | 
| 977 998 | 
             
                    }
         | 
| 978 999 | 
             
                  }
         | 
| @@ -993,7 +1014,7 @@ | |
| 993 1014 | 
             
                        "locationName": "name"
         | 
| 994 1015 | 
             
                      },
         | 
| 995 1016 | 
             
                      "identityProviderConfig": {
         | 
| 996 | 
            -
                        "shape": " | 
| 1017 | 
            +
                        "shape": "S4o"
         | 
| 997 1018 | 
             
                      }
         | 
| 998 1019 | 
             
                    }
         | 
| 999 1020 | 
             
                  },
         | 
| @@ -1069,7 +1090,7 @@ | |
| 1069 1090 | 
             
                          },
         | 
| 1070 1091 | 
             
                          "description": {},
         | 
| 1071 1092 | 
             
                          "insightStatus": {
         | 
| 1072 | 
            -
                            "shape": " | 
| 1093 | 
            +
                            "shape": "S4x"
         | 
| 1073 1094 | 
             
                          },
         | 
| 1074 1095 | 
             
                          "recommendation": {},
         | 
| 1075 1096 | 
             
                          "additionalInfo": {
         | 
| @@ -1083,7 +1104,7 @@ | |
| 1083 1104 | 
             
                              "type": "structure",
         | 
| 1084 1105 | 
             
                              "members": {
         | 
| 1085 1106 | 
             
                                "insightStatus": {
         | 
| 1086 | 
            -
                                  "shape": " | 
| 1107 | 
            +
                                  "shape": "S4x"
         | 
| 1087 1108 | 
             
                                },
         | 
| 1088 1109 | 
             
                                "kubernetesResourceUri": {},
         | 
| 1089 1110 | 
             
                                "arn": {}
         | 
| @@ -1153,7 +1174,7 @@ | |
| 1153 1174 | 
             
                    "type": "structure",
         | 
| 1154 1175 | 
             
                    "members": {
         | 
| 1155 1176 | 
             
                      "nodegroup": {
         | 
| 1156 | 
            -
                        "shape": " | 
| 1177 | 
            +
                        "shape": "S38"
         | 
| 1157 1178 | 
             
                      }
         | 
| 1158 1179 | 
             
                    }
         | 
| 1159 1180 | 
             
                  }
         | 
| @@ -1184,7 +1205,7 @@ | |
| 1184 1205 | 
             
                    "type": "structure",
         | 
| 1185 1206 | 
             
                    "members": {
         | 
| 1186 1207 | 
             
                      "association": {
         | 
| 1187 | 
            -
                        "shape": " | 
| 1208 | 
            +
                        "shape": "S3j"
         | 
| 1188 1209 | 
             
                      }
         | 
| 1189 1210 | 
             
                    }
         | 
| 1190 1211 | 
             
                  }
         | 
| @@ -1276,7 +1297,7 @@ | |
| 1276 1297 | 
             
                        "locationName": "name"
         | 
| 1277 1298 | 
             
                      },
         | 
| 1278 1299 | 
             
                      "identityProviderConfig": {
         | 
| 1279 | 
            -
                        "shape": " | 
| 1300 | 
            +
                        "shape": "S4o"
         | 
| 1280 1301 | 
             
                      },
         | 
| 1281 1302 | 
             
                      "clientRequestToken": {
         | 
| 1282 1303 | 
             
                        "idempotencyToken": true
         | 
| @@ -1516,7 +1537,7 @@ | |
| 1516 1537 | 
             
                      "subscriptions": {
         | 
| 1517 1538 | 
             
                        "type": "list",
         | 
| 1518 1539 | 
             
                        "member": {
         | 
| 1519 | 
            -
                          "shape": " | 
| 1540 | 
            +
                          "shape": "S2f"
         | 
| 1520 1541 | 
             
                        }
         | 
| 1521 1542 | 
             
                      },
         | 
| 1522 1543 | 
             
                      "nextToken": {}
         | 
| @@ -1591,7 +1612,7 @@ | |
| 1591 1612 | 
             
                      "identityProviderConfigs": {
         | 
| 1592 1613 | 
             
                        "type": "list",
         | 
| 1593 1614 | 
             
                        "member": {
         | 
| 1594 | 
            -
                          "shape": " | 
| 1615 | 
            +
                          "shape": "S4o"
         | 
| 1595 1616 | 
             
                        }
         | 
| 1596 1617 | 
             
                      },
         | 
| 1597 1618 | 
             
                      "nextToken": {}
         | 
| @@ -1654,7 +1675,7 @@ | |
| 1654 1675 | 
             
                            },
         | 
| 1655 1676 | 
             
                            "description": {},
         | 
| 1656 1677 | 
             
                            "insightStatus": {
         | 
| 1657 | 
            -
                              "shape": " | 
| 1678 | 
            +
                              "shape": "S4x"
         | 
| 1658 1679 | 
             
                            }
         | 
| 1659 1680 | 
             
                          }
         | 
| 1660 1681 | 
             
                        }
         | 
| @@ -1745,7 +1766,8 @@ | |
| 1745 1766 | 
             
                            "namespace": {},
         | 
| 1746 1767 | 
             
                            "serviceAccount": {},
         | 
| 1747 1768 | 
             
                            "associationArn": {},
         | 
| 1748 | 
            -
                            "associationId": {}
         | 
| 1769 | 
            +
                            "associationId": {},
         | 
| 1770 | 
            +
                            "ownerArn": {}
         | 
| 1749 1771 | 
             
                          }
         | 
| 1750 1772 | 
             
                        }
         | 
| 1751 1773 | 
             
                      },
         | 
| @@ -1858,7 +1880,7 @@ | |
| 1858 1880 | 
             
                    "type": "structure",
         | 
| 1859 1881 | 
             
                    "members": {
         | 
| 1860 1882 | 
             
                      "cluster": {
         | 
| 1861 | 
            -
                        "shape": " | 
| 1883 | 
            +
                        "shape": "S1s"
         | 
| 1862 1884 | 
             
                      }
         | 
| 1863 1885 | 
             
                    }
         | 
| 1864 1886 | 
             
                  }
         | 
| @@ -1979,7 +2001,10 @@ | |
| 1979 2001 | 
             
                      "clientRequestToken": {
         | 
| 1980 2002 | 
             
                        "idempotencyToken": true
         | 
| 1981 2003 | 
             
                      },
         | 
| 1982 | 
            -
                      "configurationValues": {}
         | 
| 2004 | 
            +
                      "configurationValues": {},
         | 
| 2005 | 
            +
                      "podIdentityAssociations": {
         | 
| 2006 | 
            +
                        "shape": "S13"
         | 
| 2007 | 
            +
                      }
         | 
| 1983 2008 | 
             
                    }
         | 
| 1984 2009 | 
             
                  },
         | 
| 1985 2010 | 
             
                  "output": {
         | 
| @@ -2006,10 +2031,10 @@ | |
| 2006 2031 | 
             
                        "locationName": "name"
         | 
| 2007 2032 | 
             
                      },
         | 
| 2008 2033 | 
             
                      "resourcesVpcConfig": {
         | 
| 2009 | 
            -
                        "shape": " | 
| 2034 | 
            +
                        "shape": "S1e"
         | 
| 2010 2035 | 
             
                      },
         | 
| 2011 2036 | 
             
                      "logging": {
         | 
| 2012 | 
            -
                        "shape": " | 
| 2037 | 
            +
                        "shape": "S1i"
         | 
| 2013 2038 | 
             
                      },
         | 
| 2014 2039 | 
             
                      "clientRequestToken": {
         | 
| 2015 2040 | 
             
                        "idempotencyToken": true
         | 
| @@ -2088,7 +2113,7 @@ | |
| 2088 2113 | 
             
                    "type": "structure",
         | 
| 2089 2114 | 
             
                    "members": {
         | 
| 2090 2115 | 
             
                      "subscription": {
         | 
| 2091 | 
            -
                        "shape": " | 
| 2116 | 
            +
                        "shape": "S2f"
         | 
| 2092 2117 | 
             
                      }
         | 
| 2093 2118 | 
             
                    }
         | 
| 2094 2119 | 
             
                  }
         | 
| @@ -2116,7 +2141,7 @@ | |
| 2116 2141 | 
             
                        "type": "structure",
         | 
| 2117 2142 | 
             
                        "members": {
         | 
| 2118 2143 | 
             
                          "addOrUpdateLabels": {
         | 
| 2119 | 
            -
                            "shape": " | 
| 2144 | 
            +
                            "shape": "S2u"
         | 
| 2120 2145 | 
             
                          },
         | 
| 2121 2146 | 
             
                          "removeLabels": {
         | 
| 2122 2147 | 
             
                            "type": "list",
         | 
| @@ -2128,18 +2153,18 @@ | |
| 2128 2153 | 
             
                        "type": "structure",
         | 
| 2129 2154 | 
             
                        "members": {
         | 
| 2130 2155 | 
             
                          "addOrUpdateTaints": {
         | 
| 2131 | 
            -
                            "shape": " | 
| 2156 | 
            +
                            "shape": "S2x"
         | 
| 2132 2157 | 
             
                          },
         | 
| 2133 2158 | 
             
                          "removeTaints": {
         | 
| 2134 | 
            -
                            "shape": " | 
| 2159 | 
            +
                            "shape": "S2x"
         | 
| 2135 2160 | 
             
                          }
         | 
| 2136 2161 | 
             
                        }
         | 
| 2137 2162 | 
             
                      },
         | 
| 2138 2163 | 
             
                      "scalingConfig": {
         | 
| 2139 | 
            -
                        "shape": " | 
| 2164 | 
            +
                        "shape": "S2o"
         | 
| 2140 2165 | 
             
                      },
         | 
| 2141 2166 | 
             
                      "updateConfig": {
         | 
| 2142 | 
            -
                        "shape": " | 
| 2167 | 
            +
                        "shape": "S33"
         | 
| 2143 2168 | 
             
                      },
         | 
| 2144 2169 | 
             
                      "clientRequestToken": {
         | 
| 2145 2170 | 
             
                        "idempotencyToken": true
         | 
| @@ -2177,7 +2202,7 @@ | |
| 2177 2202 | 
             
                      "version": {},
         | 
| 2178 2203 | 
             
                      "releaseVersion": {},
         | 
| 2179 2204 | 
             
                      "launchTemplate": {
         | 
| 2180 | 
            -
                        "shape": " | 
| 2205 | 
            +
                        "shape": "S32"
         | 
| 2181 2206 | 
             
                      },
         | 
| 2182 2207 | 
             
                      "force": {
         | 
| 2183 2208 | 
             
                        "type": "boolean"
         | 
| @@ -2225,7 +2250,7 @@ | |
| 2225 2250 | 
             
                    "type": "structure",
         | 
| 2226 2251 | 
             
                    "members": {
         | 
| 2227 2252 | 
             
                      "association": {
         | 
| 2228 | 
            -
                        "shape": " | 
| 2253 | 
            +
                        "shape": "S3j"
         | 
| 2229 2254 | 
             
                      }
         | 
| 2230 2255 | 
             
                    }
         | 
| 2231 2256 | 
             
                  }
         | 
| @@ -2343,7 +2368,21 @@ | |
| 2343 2368 | 
             
                    "type": {}
         | 
| 2344 2369 | 
             
                  }
         | 
| 2345 2370 | 
             
                },
         | 
| 2346 | 
            -
                " | 
| 2371 | 
            +
                "S13": {
         | 
| 2372 | 
            +
                  "type": "list",
         | 
| 2373 | 
            +
                  "member": {
         | 
| 2374 | 
            +
                    "type": "structure",
         | 
| 2375 | 
            +
                    "required": [
         | 
| 2376 | 
            +
                      "serviceAccount",
         | 
| 2377 | 
            +
                      "roleArn"
         | 
| 2378 | 
            +
                    ],
         | 
| 2379 | 
            +
                    "members": {
         | 
| 2380 | 
            +
                      "serviceAccount": {},
         | 
| 2381 | 
            +
                      "roleArn": {}
         | 
| 2382 | 
            +
                    }
         | 
| 2383 | 
            +
                  }
         | 
| 2384 | 
            +
                },
         | 
| 2385 | 
            +
                "S16": {
         | 
| 2347 2386 | 
             
                  "type": "structure",
         | 
| 2348 2387 | 
             
                  "members": {
         | 
| 2349 2388 | 
             
                    "addonName": {},
         | 
| @@ -2382,19 +2421,22 @@ | |
| 2382 2421 | 
             
                    "publisher": {},
         | 
| 2383 2422 | 
             
                    "owner": {},
         | 
| 2384 2423 | 
             
                    "marketplaceInformation": {
         | 
| 2385 | 
            -
                      "shape": " | 
| 2424 | 
            +
                      "shape": "S1c"
         | 
| 2386 2425 | 
             
                    },
         | 
| 2387 | 
            -
                    "configurationValues": {}
         | 
| 2426 | 
            +
                    "configurationValues": {},
         | 
| 2427 | 
            +
                    "podIdentityAssociations": {
         | 
| 2428 | 
            +
                      "shape": "S5"
         | 
| 2429 | 
            +
                    }
         | 
| 2388 2430 | 
             
                  }
         | 
| 2389 2431 | 
             
                },
         | 
| 2390 | 
            -
                " | 
| 2432 | 
            +
                "S1c": {
         | 
| 2391 2433 | 
             
                  "type": "structure",
         | 
| 2392 2434 | 
             
                  "members": {
         | 
| 2393 2435 | 
             
                    "productId": {},
         | 
| 2394 2436 | 
             
                    "productUrl": {}
         | 
| 2395 2437 | 
             
                  }
         | 
| 2396 2438 | 
             
                },
         | 
| 2397 | 
            -
                " | 
| 2439 | 
            +
                "S1e": {
         | 
| 2398 2440 | 
             
                  "type": "structure",
         | 
| 2399 2441 | 
             
                  "members": {
         | 
| 2400 2442 | 
             
                    "subnetIds": {
         | 
| @@ -2414,7 +2456,7 @@ | |
| 2414 2456 | 
             
                    }
         | 
| 2415 2457 | 
             
                  }
         | 
| 2416 2458 | 
             
                },
         | 
| 2417 | 
            -
                " | 
| 2459 | 
            +
                "S1i": {
         | 
| 2418 2460 | 
             
                  "type": "structure",
         | 
| 2419 2461 | 
             
                  "members": {
         | 
| 2420 2462 | 
             
                    "clusterLogging": {
         | 
| @@ -2434,7 +2476,7 @@ | |
| 2434 2476 | 
             
                    }
         | 
| 2435 2477 | 
             
                  }
         | 
| 2436 2478 | 
             
                },
         | 
| 2437 | 
            -
                " | 
| 2479 | 
            +
                "S1s": {
         | 
| 2438 2480 | 
             
                  "type": "structure",
         | 
| 2439 2481 | 
             
                  "members": {
         | 
| 2440 2482 | 
             
                    "name": {},
         | 
| @@ -2476,7 +2518,7 @@ | |
| 2476 2518 | 
             
                      }
         | 
| 2477 2519 | 
             
                    },
         | 
| 2478 2520 | 
             
                    "logging": {
         | 
| 2479 | 
            -
                      "shape": " | 
| 2521 | 
            +
                      "shape": "S1i"
         | 
| 2480 2522 | 
             
                    },
         | 
| 2481 2523 | 
             
                    "identity": {
         | 
| 2482 2524 | 
             
                      "type": "structure",
         | 
| @@ -2565,7 +2607,7 @@ | |
| 2565 2607 | 
             
                    }
         | 
| 2566 2608 | 
             
                  }
         | 
| 2567 2609 | 
             
                },
         | 
| 2568 | 
            -
                " | 
| 2610 | 
            +
                "S2a": {
         | 
| 2569 2611 | 
             
                  "type": "structure",
         | 
| 2570 2612 | 
             
                  "members": {
         | 
| 2571 2613 | 
             
                    "duration": {
         | 
| @@ -2574,7 +2616,7 @@ | |
| 2574 2616 | 
             
                    "unit": {}
         | 
| 2575 2617 | 
             
                  }
         | 
| 2576 2618 | 
             
                },
         | 
| 2577 | 
            -
                " | 
| 2619 | 
            +
                "S2f": {
         | 
| 2578 2620 | 
             
                  "type": "structure",
         | 
| 2579 2621 | 
             
                  "members": {
         | 
| 2580 2622 | 
             
                    "id": {},
         | 
| @@ -2593,7 +2635,7 @@ | |
| 2593 2635 | 
             
                    },
         | 
| 2594 2636 | 
             
                    "licenseType": {},
         | 
| 2595 2637 | 
             
                    "term": {
         | 
| 2596 | 
            -
                      "shape": " | 
| 2638 | 
            +
                      "shape": "S2a"
         | 
| 2597 2639 | 
             
                    },
         | 
| 2598 2640 | 
             
                    "status": {},
         | 
| 2599 2641 | 
             
                    "autoRenew": {
         | 
| @@ -2607,7 +2649,7 @@ | |
| 2607 2649 | 
             
                    }
         | 
| 2608 2650 | 
             
                  }
         | 
| 2609 2651 | 
             
                },
         | 
| 2610 | 
            -
                " | 
| 2652 | 
            +
                "S2h": {
         | 
| 2611 2653 | 
             
                  "type": "list",
         | 
| 2612 2654 | 
             
                  "member": {
         | 
| 2613 2655 | 
             
                    "type": "structure",
         | 
| @@ -2621,7 +2663,7 @@ | |
| 2621 2663 | 
             
                    }
         | 
| 2622 2664 | 
             
                  }
         | 
| 2623 2665 | 
             
                },
         | 
| 2624 | 
            -
                " | 
| 2666 | 
            +
                "S2l": {
         | 
| 2625 2667 | 
             
                  "type": "structure",
         | 
| 2626 2668 | 
             
                  "members": {
         | 
| 2627 2669 | 
             
                    "fargateProfileName": {},
         | 
| @@ -2635,7 +2677,7 @@ | |
| 2635 2677 | 
             
                      "shape": "S5"
         | 
| 2636 2678 | 
             
                    },
         | 
| 2637 2679 | 
             
                    "selectors": {
         | 
| 2638 | 
            -
                      "shape": " | 
| 2680 | 
            +
                      "shape": "S2h"
         | 
| 2639 2681 | 
             
                    },
         | 
| 2640 2682 | 
             
                    "status": {},
         | 
| 2641 2683 | 
             
                    "tags": {
         | 
| @@ -2643,7 +2685,7 @@ | |
| 2643 2685 | 
             
                    }
         | 
| 2644 2686 | 
             
                  }
         | 
| 2645 2687 | 
             
                },
         | 
| 2646 | 
            -
                " | 
| 2688 | 
            +
                "S2o": {
         | 
| 2647 2689 | 
             
                  "type": "structure",
         | 
| 2648 2690 | 
             
                  "members": {
         | 
| 2649 2691 | 
             
                    "minSize": {
         | 
| @@ -2657,7 +2699,7 @@ | |
| 2657 2699 | 
             
                    }
         | 
| 2658 2700 | 
             
                  }
         | 
| 2659 2701 | 
             
                },
         | 
| 2660 | 
            -
                " | 
| 2702 | 
            +
                "S2t": {
         | 
| 2661 2703 | 
             
                  "type": "structure",
         | 
| 2662 2704 | 
             
                  "members": {
         | 
| 2663 2705 | 
             
                    "ec2SshKey": {},
         | 
| @@ -2666,12 +2708,12 @@ | |
| 2666 2708 | 
             
                    }
         | 
| 2667 2709 | 
             
                  }
         | 
| 2668 2710 | 
             
                },
         | 
| 2669 | 
            -
                " | 
| 2711 | 
            +
                "S2u": {
         | 
| 2670 2712 | 
             
                  "type": "map",
         | 
| 2671 2713 | 
             
                  "key": {},
         | 
| 2672 2714 | 
             
                  "value": {}
         | 
| 2673 2715 | 
             
                },
         | 
| 2674 | 
            -
                " | 
| 2716 | 
            +
                "S2x": {
         | 
| 2675 2717 | 
             
                  "type": "list",
         | 
| 2676 2718 | 
             
                  "member": {
         | 
| 2677 2719 | 
             
                    "type": "structure",
         | 
| @@ -2682,7 +2724,7 @@ | |
| 2682 2724 | 
             
                    }
         | 
| 2683 2725 | 
             
                  }
         | 
| 2684 2726 | 
             
                },
         | 
| 2685 | 
            -
                " | 
| 2727 | 
            +
                "S32": {
         | 
| 2686 2728 | 
             
                  "type": "structure",
         | 
| 2687 2729 | 
             
                  "members": {
         | 
| 2688 2730 | 
             
                    "name": {},
         | 
| @@ -2690,7 +2732,7 @@ | |
| 2690 2732 | 
             
                    "id": {}
         | 
| 2691 2733 | 
             
                  }
         | 
| 2692 2734 | 
             
                },
         | 
| 2693 | 
            -
                " | 
| 2735 | 
            +
                "S33": {
         | 
| 2694 2736 | 
             
                  "type": "structure",
         | 
| 2695 2737 | 
             
                  "members": {
         | 
| 2696 2738 | 
             
                    "maxUnavailable": {
         | 
| @@ -2701,7 +2743,7 @@ | |
| 2701 2743 | 
             
                    }
         | 
| 2702 2744 | 
             
                  }
         | 
| 2703 2745 | 
             
                },
         | 
| 2704 | 
            -
                " | 
| 2746 | 
            +
                "S38": {
         | 
| 2705 2747 | 
             
                  "type": "structure",
         | 
| 2706 2748 | 
             
                  "members": {
         | 
| 2707 2749 | 
             
                    "nodegroupName": {},
         | 
| @@ -2718,7 +2760,7 @@ | |
| 2718 2760 | 
             
                    "status": {},
         | 
| 2719 2761 | 
             
                    "capacityType": {},
         | 
| 2720 2762 | 
             
                    "scalingConfig": {
         | 
| 2721 | 
            -
                      "shape": " | 
| 2763 | 
            +
                      "shape": "S2o"
         | 
| 2722 2764 | 
             
                    },
         | 
| 2723 2765 | 
             
                    "instanceTypes": {
         | 
| 2724 2766 | 
             
                      "shape": "S5"
         | 
| @@ -2727,15 +2769,15 @@ | |
| 2727 2769 | 
             
                      "shape": "S5"
         | 
| 2728 2770 | 
             
                    },
         | 
| 2729 2771 | 
             
                    "remoteAccess": {
         | 
| 2730 | 
            -
                      "shape": " | 
| 2772 | 
            +
                      "shape": "S2t"
         | 
| 2731 2773 | 
             
                    },
         | 
| 2732 2774 | 
             
                    "amiType": {},
         | 
| 2733 2775 | 
             
                    "nodeRole": {},
         | 
| 2734 2776 | 
             
                    "labels": {
         | 
| 2735 | 
            -
                      "shape": " | 
| 2777 | 
            +
                      "shape": "S2u"
         | 
| 2736 2778 | 
             
                    },
         | 
| 2737 2779 | 
             
                    "taints": {
         | 
| 2738 | 
            -
                      "shape": " | 
| 2780 | 
            +
                      "shape": "S2x"
         | 
| 2739 2781 | 
             
                    },
         | 
| 2740 2782 | 
             
                    "resources": {
         | 
| 2741 2783 | 
             
                      "type": "structure",
         | 
| @@ -2774,17 +2816,17 @@ | |
| 2774 2816 | 
             
                      }
         | 
| 2775 2817 | 
             
                    },
         | 
| 2776 2818 | 
             
                    "updateConfig": {
         | 
| 2777 | 
            -
                      "shape": " | 
| 2819 | 
            +
                      "shape": "S33"
         | 
| 2778 2820 | 
             
                    },
         | 
| 2779 2821 | 
             
                    "launchTemplate": {
         | 
| 2780 | 
            -
                      "shape": " | 
| 2822 | 
            +
                      "shape": "S32"
         | 
| 2781 2823 | 
             
                    },
         | 
| 2782 2824 | 
             
                    "tags": {
         | 
| 2783 2825 | 
             
                      "shape": "Ss"
         | 
| 2784 2826 | 
             
                    }
         | 
| 2785 2827 | 
             
                  }
         | 
| 2786 2828 | 
             
                },
         | 
| 2787 | 
            -
                " | 
| 2829 | 
            +
                "S3j": {
         | 
| 2788 2830 | 
             
                  "type": "structure",
         | 
| 2789 2831 | 
             
                  "members": {
         | 
| 2790 2832 | 
             
                    "clusterName": {},
         | 
| @@ -2801,10 +2843,11 @@ | |
| 2801 2843 | 
             
                    },
         | 
| 2802 2844 | 
             
                    "modifiedAt": {
         | 
| 2803 2845 | 
             
                      "type": "timestamp"
         | 
| 2804 | 
            -
                    }
         | 
| 2846 | 
            +
                    },
         | 
| 2847 | 
            +
                    "ownerArn": {}
         | 
| 2805 2848 | 
             
                  }
         | 
| 2806 2849 | 
             
                },
         | 
| 2807 | 
            -
                " | 
| 2850 | 
            +
                "S4o": {
         | 
| 2808 2851 | 
             
                  "type": "structure",
         | 
| 2809 2852 | 
             
                  "required": [
         | 
| 2810 2853 | 
             
                    "type",
         | 
| @@ -2815,7 +2858,7 @@ | |
| 2815 2858 | 
             
                    "name": {}
         | 
| 2816 2859 | 
             
                  }
         | 
| 2817 2860 | 
             
                },
         | 
| 2818 | 
            -
                " | 
| 2861 | 
            +
                "S4x": {
         | 
| 2819 2862 | 
             
                  "type": "structure",
         | 
| 2820 2863 | 
             
                  "members": {
         | 
| 2821 2864 | 
             
                    "status": {},
         |