aws-sdk 2.1369.0 → 2.1371.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 +17 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +178 -149
- package/apis/appsync-2017-07-25.min.json +42 -34
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/inspector2-2020-06-08.min.json +305 -133
- package/apis/iottwinmaker-2021-11-29.min.json +10 -3
- package/apis/kendra-2019-02-03.min.json +137 -65
- package/apis/network-firewall-2020-11-12.min.json +79 -68
- package/apis/opensearch-2021-01-01.min.json +102 -27
- package/apis/resiliencehub-2020-04-30.min.json +71 -70
- package/apis/sagemaker-2017-07-24.min.json +893 -892
- package/apis/wellarchitected-2020-03-31.min.json +44 -39
- package/clients/appflow.d.ts +26 -1
- package/clients/appsync.d.ts +15 -2
- package/clients/connect.d.ts +1 -1
- package/clients/ecs.d.ts +2 -2
- package/clients/inspector2.d.ts +181 -9
- package/clients/iottwinmaker.d.ts +15 -0
- package/clients/kendra.d.ts +92 -5
- package/clients/networkfirewall.d.ts +14 -4
- package/clients/opensearch.d.ts +139 -11
- package/clients/resiliencehub.d.ts +12 -3
- package/clients/sagemaker.d.ts +6 -1
- package/clients/wellarchitected.d.ts +13 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +60 -60
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -620,6 +620,65 @@ | |
| 620 620 | 
             
                    }
         | 
| 621 621 | 
             
                  }
         | 
| 622 622 | 
             
                },
         | 
| 623 | 
            +
                "DescribeDomainHealth": {
         | 
| 624 | 
            +
                  "http": {
         | 
| 625 | 
            +
                    "method": "GET",
         | 
| 626 | 
            +
                    "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/health"
         | 
| 627 | 
            +
                  },
         | 
| 628 | 
            +
                  "input": {
         | 
| 629 | 
            +
                    "type": "structure",
         | 
| 630 | 
            +
                    "required": [
         | 
| 631 | 
            +
                      "DomainName"
         | 
| 632 | 
            +
                    ],
         | 
| 633 | 
            +
                    "members": {
         | 
| 634 | 
            +
                      "DomainName": {
         | 
| 635 | 
            +
                        "location": "uri",
         | 
| 636 | 
            +
                        "locationName": "DomainName"
         | 
| 637 | 
            +
                      }
         | 
| 638 | 
            +
                    }
         | 
| 639 | 
            +
                  },
         | 
| 640 | 
            +
                  "output": {
         | 
| 641 | 
            +
                    "type": "structure",
         | 
| 642 | 
            +
                    "members": {
         | 
| 643 | 
            +
                      "DomainState": {},
         | 
| 644 | 
            +
                      "AvailabilityZoneCount": {},
         | 
| 645 | 
            +
                      "ActiveAvailabilityZoneCount": {},
         | 
| 646 | 
            +
                      "StandByAvailabilityZoneCount": {},
         | 
| 647 | 
            +
                      "DataNodeCount": {},
         | 
| 648 | 
            +
                      "DedicatedMaster": {
         | 
| 649 | 
            +
                        "type": "boolean"
         | 
| 650 | 
            +
                      },
         | 
| 651 | 
            +
                      "MasterEligibleNodeCount": {},
         | 
| 652 | 
            +
                      "WarmNodeCount": {},
         | 
| 653 | 
            +
                      "MasterNode": {},
         | 
| 654 | 
            +
                      "ClusterHealth": {},
         | 
| 655 | 
            +
                      "TotalShards": {},
         | 
| 656 | 
            +
                      "TotalUnAssignedShards": {},
         | 
| 657 | 
            +
                      "EnvironmentInformation": {
         | 
| 658 | 
            +
                        "type": "list",
         | 
| 659 | 
            +
                        "member": {
         | 
| 660 | 
            +
                          "type": "structure",
         | 
| 661 | 
            +
                          "members": {
         | 
| 662 | 
            +
                            "AvailabilityZoneInformation": {
         | 
| 663 | 
            +
                              "type": "list",
         | 
| 664 | 
            +
                              "member": {
         | 
| 665 | 
            +
                                "type": "structure",
         | 
| 666 | 
            +
                                "members": {
         | 
| 667 | 
            +
                                  "AvailabilityZoneName": {},
         | 
| 668 | 
            +
                                  "ZoneStatus": {},
         | 
| 669 | 
            +
                                  "ConfiguredDataNodeCount": {},
         | 
| 670 | 
            +
                                  "AvailableDataNodeCount": {},
         | 
| 671 | 
            +
                                  "TotalShards": {},
         | 
| 672 | 
            +
                                  "TotalUnAssignedShards": {}
         | 
| 673 | 
            +
                                }
         | 
| 674 | 
            +
                              }
         | 
| 675 | 
            +
                            }
         | 
| 676 | 
            +
                          }
         | 
| 677 | 
            +
                        }
         | 
| 678 | 
            +
                      }
         | 
| 679 | 
            +
                    }
         | 
| 680 | 
            +
                  }
         | 
| 681 | 
            +
                },
         | 
| 623 682 | 
             
                "DescribeDomains": {
         | 
| 624 683 | 
             
                  "http": {
         | 
| 625 684 | 
             
                    "requestUri": "/2021-01-01/opensearch/domain-info"
         | 
| @@ -681,13 +740,13 @@ | |
| 681 740 | 
             
                    "type": "structure",
         | 
| 682 741 | 
             
                    "members": {
         | 
| 683 742 | 
             
                      "DryRunProgressStatus": {
         | 
| 684 | 
            -
                        "shape": " | 
| 743 | 
            +
                        "shape": "S61"
         | 
| 685 744 | 
             
                      },
         | 
| 686 745 | 
             
                      "DryRunConfig": {
         | 
| 687 746 | 
             
                        "shape": "S2q"
         | 
| 688 747 | 
             
                      },
         | 
| 689 748 | 
             
                      "DryRunResults": {
         | 
| 690 | 
            -
                        "shape": " | 
| 749 | 
            +
                        "shape": "S64"
         | 
| 691 750 | 
             
                      }
         | 
| 692 751 | 
             
                    }
         | 
| 693 752 | 
             
                  }
         | 
| @@ -700,7 +759,7 @@ | |
| 700 759 | 
             
                    "type": "structure",
         | 
| 701 760 | 
             
                    "members": {
         | 
| 702 761 | 
             
                      "Filters": {
         | 
| 703 | 
            -
                        "shape": " | 
| 762 | 
            +
                        "shape": "S67"
         | 
| 704 763 | 
             
                      },
         | 
| 705 764 | 
             
                      "MaxResults": {
         | 
| 706 765 | 
             
                        "type": "integer"
         | 
| @@ -770,7 +829,7 @@ | |
| 770 829 | 
             
                                      "members": {
         | 
| 771 830 | 
             
                                        "LimitName": {},
         | 
| 772 831 | 
             
                                        "LimitValues": {
         | 
| 773 | 
            -
                                          "shape": " | 
| 832 | 
            +
                                          "shape": "S6p"
         | 
| 774 833 | 
             
                                        }
         | 
| 775 834 | 
             
                                      }
         | 
| 776 835 | 
             
                                    }
         | 
| @@ -801,7 +860,7 @@ | |
| 801 860 | 
             
                                "members": {
         | 
| 802 861 | 
             
                                  "LimitName": {},
         | 
| 803 862 | 
             
                                  "LimitValues": {
         | 
| 804 | 
            -
                                    "shape": " | 
| 863 | 
            +
                                    "shape": "S6p"
         | 
| 805 864 | 
             
                                  }
         | 
| 806 865 | 
             
                                }
         | 
| 807 866 | 
             
                              }
         | 
| @@ -820,7 +879,7 @@ | |
| 820 879 | 
             
                    "type": "structure",
         | 
| 821 880 | 
             
                    "members": {
         | 
| 822 881 | 
             
                      "Filters": {
         | 
| 823 | 
            -
                        "shape": " | 
| 882 | 
            +
                        "shape": "S67"
         | 
| 824 883 | 
             
                      },
         | 
| 825 884 | 
             
                      "MaxResults": {
         | 
| 826 885 | 
             
                        "type": "integer"
         | 
| @@ -926,7 +985,7 @@ | |
| 926 985 | 
             
                            "CurrencyCode": {},
         | 
| 927 986 | 
             
                            "PaymentOption": {},
         | 
| 928 987 | 
             
                            "RecurringCharges": {
         | 
| 929 | 
            -
                              "shape": " | 
| 988 | 
            +
                              "shape": "S7f"
         | 
| 930 989 | 
             
                            }
         | 
| 931 990 | 
             
                          }
         | 
| 932 991 | 
             
                        }
         | 
| @@ -992,7 +1051,7 @@ | |
| 992 1051 | 
             
                            "State": {},
         | 
| 993 1052 | 
             
                            "PaymentOption": {},
         | 
| 994 1053 | 
             
                            "RecurringCharges": {
         | 
| 995 | 
            -
                              "shape": " | 
| 1054 | 
            +
                              "shape": "S7f"
         | 
| 996 1055 | 
             
                            }
         | 
| 997 1056 | 
             
                          }
         | 
| 998 1057 | 
             
                        }
         | 
| @@ -1097,7 +1156,7 @@ | |
| 1097 1156 | 
             
                          "members": {
         | 
| 1098 1157 | 
             
                            "SourceVersion": {},
         | 
| 1099 1158 | 
             
                            "TargetVersions": {
         | 
| 1100 | 
            -
                              "shape": " | 
| 1159 | 
            +
                              "shape": "S80"
         | 
| 1101 1160 | 
             
                            }
         | 
| 1102 1161 | 
             
                          }
         | 
| 1103 1162 | 
             
                        }
         | 
| @@ -1301,7 +1360,7 @@ | |
| 1301 1360 | 
             
                    "type": "structure",
         | 
| 1302 1361 | 
             
                    "members": {
         | 
| 1303 1362 | 
             
                      "DomainPackageDetailsList": {
         | 
| 1304 | 
            -
                        "shape": " | 
| 1363 | 
            +
                        "shape": "S8r"
         | 
| 1305 1364 | 
             
                      },
         | 
| 1306 1365 | 
             
                      "NextToken": {}
         | 
| 1307 1366 | 
             
                    }
         | 
| @@ -1334,6 +1393,15 @@ | |
| 1334 1393 | 
             
                      "NextToken": {
         | 
| 1335 1394 | 
             
                        "location": "querystring",
         | 
| 1336 1395 | 
             
                        "locationName": "nextToken"
         | 
| 1396 | 
            +
                      },
         | 
| 1397 | 
            +
                      "RetrieveAZs": {
         | 
| 1398 | 
            +
                        "location": "querystring",
         | 
| 1399 | 
            +
                        "locationName": "retrieveAZs",
         | 
| 1400 | 
            +
                        "type": "boolean"
         | 
| 1401 | 
            +
                      },
         | 
| 1402 | 
            +
                      "InstanceType": {
         | 
| 1403 | 
            +
                        "location": "querystring",
         | 
| 1404 | 
            +
                        "locationName": "instanceType"
         | 
| 1337 1405 | 
             
                      }
         | 
| 1338 1406 | 
             
                    }
         | 
| 1339 1407 | 
             
                  },
         | 
| @@ -1364,6 +1432,10 @@ | |
| 1364 1432 | 
             
                            "InstanceRole": {
         | 
| 1365 1433 | 
             
                              "type": "list",
         | 
| 1366 1434 | 
             
                              "member": {}
         | 
| 1435 | 
            +
                            },
         | 
| 1436 | 
            +
                            "AvailabilityZones": {
         | 
| 1437 | 
            +
                              "type": "list",
         | 
| 1438 | 
            +
                              "member": {}
         | 
| 1367 1439 | 
             
                            }
         | 
| 1368 1440 | 
             
                          }
         | 
| 1369 1441 | 
             
                        }
         | 
| @@ -1402,7 +1474,7 @@ | |
| 1402 1474 | 
             
                    "type": "structure",
         | 
| 1403 1475 | 
             
                    "members": {
         | 
| 1404 1476 | 
             
                      "DomainPackageDetailsList": {
         | 
| 1405 | 
            -
                        "shape": " | 
| 1477 | 
            +
                        "shape": "S8r"
         | 
| 1406 1478 | 
             
                      },
         | 
| 1407 1479 | 
             
                      "NextToken": {}
         | 
| 1408 1480 | 
             
                    }
         | 
| @@ -1440,7 +1512,7 @@ | |
| 1440 1512 | 
             
                      "ScheduledActions": {
         | 
| 1441 1513 | 
             
                        "type": "list",
         | 
| 1442 1514 | 
             
                        "member": {
         | 
| 1443 | 
            -
                          "shape": " | 
| 1515 | 
            +
                          "shape": "S94"
         | 
| 1444 1516 | 
             
                        }
         | 
| 1445 1517 | 
             
                      },
         | 
| 1446 1518 | 
             
                      "NextToken": {}
         | 
| @@ -1496,7 +1568,7 @@ | |
| 1496 1568 | 
             
                    "type": "structure",
         | 
| 1497 1569 | 
             
                    "members": {
         | 
| 1498 1570 | 
             
                      "Versions": {
         | 
| 1499 | 
            -
                        "shape": " | 
| 1571 | 
            +
                        "shape": "S80"
         | 
| 1500 1572 | 
             
                      },
         | 
| 1501 1573 | 
             
                      "NextToken": {}
         | 
| 1502 1574 | 
             
                    }
         | 
| @@ -1562,7 +1634,7 @@ | |
| 1562 1634 | 
             
                    ],
         | 
| 1563 1635 | 
             
                    "members": {
         | 
| 1564 1636 | 
             
                      "VpcEndpointSummaryList": {
         | 
| 1565 | 
            -
                        "shape": " | 
| 1637 | 
            +
                        "shape": "S9i"
         | 
| 1566 1638 | 
             
                      },
         | 
| 1567 1639 | 
             
                      "NextToken": {}
         | 
| 1568 1640 | 
             
                    }
         | 
| @@ -1597,7 +1669,7 @@ | |
| 1597 1669 | 
             
                    ],
         | 
| 1598 1670 | 
             
                    "members": {
         | 
| 1599 1671 | 
             
                      "VpcEndpointSummaryList": {
         | 
| 1600 | 
            -
                        "shape": " | 
| 1672 | 
            +
                        "shape": "S9i"
         | 
| 1601 1673 | 
             
                      },
         | 
| 1602 1674 | 
             
                      "NextToken": {}
         | 
| 1603 1675 | 
             
                    }
         | 
| @@ -1795,10 +1867,10 @@ | |
| 1795 1867 | 
             
                        "shape": "S4u"
         | 
| 1796 1868 | 
             
                      },
         | 
| 1797 1869 | 
             
                      "DryRunResults": {
         | 
| 1798 | 
            -
                        "shape": " | 
| 1870 | 
            +
                        "shape": "S64"
         | 
| 1799 1871 | 
             
                      },
         | 
| 1800 1872 | 
             
                      "DryRunProgressStatus": {
         | 
| 1801 | 
            -
                        "shape": " | 
| 1873 | 
            +
                        "shape": "S61"
         | 
| 1802 1874 | 
             
                      }
         | 
| 1803 1875 | 
             
                    }
         | 
| 1804 1876 | 
             
                  }
         | 
| @@ -1861,7 +1933,7 @@ | |
| 1861 1933 | 
             
                    "type": "structure",
         | 
| 1862 1934 | 
             
                    "members": {
         | 
| 1863 1935 | 
             
                      "ScheduledAction": {
         | 
| 1864 | 
            -
                        "shape": " | 
| 1936 | 
            +
                        "shape": "S94"
         | 
| 1865 1937 | 
             
                      }
         | 
| 1866 1938 | 
             
                    }
         | 
| 1867 1939 | 
             
                  }
         | 
| @@ -2081,6 +2153,9 @@ | |
| 2081 2153 | 
             
                          "type": "boolean"
         | 
| 2082 2154 | 
             
                        }
         | 
| 2083 2155 | 
             
                      }
         | 
| 2156 | 
            +
                    },
         | 
| 2157 | 
            +
                    "MultiAZWithStandbyEnabled": {
         | 
| 2158 | 
            +
                      "type": "boolean"
         | 
| 2084 2159 | 
             
                    }
         | 
| 2085 2160 | 
             
                  }
         | 
| 2086 2161 | 
             
                },
         | 
| @@ -2815,7 +2890,7 @@ | |
| 2815 2890 | 
             
                    }
         | 
| 2816 2891 | 
             
                  }
         | 
| 2817 2892 | 
             
                },
         | 
| 2818 | 
            -
                " | 
| 2893 | 
            +
                "S61": {
         | 
| 2819 2894 | 
             
                  "type": "structure",
         | 
| 2820 2895 | 
             
                  "required": [
         | 
| 2821 2896 | 
             
                    "DryRunId",
         | 
| @@ -2840,14 +2915,14 @@ | |
| 2840 2915 | 
             
                    }
         | 
| 2841 2916 | 
             
                  }
         | 
| 2842 2917 | 
             
                },
         | 
| 2843 | 
            -
                " | 
| 2918 | 
            +
                "S64": {
         | 
| 2844 2919 | 
             
                  "type": "structure",
         | 
| 2845 2920 | 
             
                  "members": {
         | 
| 2846 2921 | 
             
                    "DeploymentType": {},
         | 
| 2847 2922 | 
             
                    "Message": {}
         | 
| 2848 2923 | 
             
                  }
         | 
| 2849 2924 | 
             
                },
         | 
| 2850 | 
            -
                " | 
| 2925 | 
            +
                "S67": {
         | 
| 2851 2926 | 
             
                  "type": "list",
         | 
| 2852 2927 | 
             
                  "member": {
         | 
| 2853 2928 | 
             
                    "type": "structure",
         | 
| @@ -2860,11 +2935,11 @@ | |
| 2860 2935 | 
             
                    }
         | 
| 2861 2936 | 
             
                  }
         | 
| 2862 2937 | 
             
                },
         | 
| 2863 | 
            -
                " | 
| 2938 | 
            +
                "S6p": {
         | 
| 2864 2939 | 
             
                  "type": "list",
         | 
| 2865 2940 | 
             
                  "member": {}
         | 
| 2866 2941 | 
             
                },
         | 
| 2867 | 
            -
                " | 
| 2942 | 
            +
                "S7f": {
         | 
| 2868 2943 | 
             
                  "type": "list",
         | 
| 2869 2944 | 
             
                  "member": {
         | 
| 2870 2945 | 
             
                    "type": "structure",
         | 
| @@ -2876,17 +2951,17 @@ | |
| 2876 2951 | 
             
                    }
         | 
| 2877 2952 | 
             
                  }
         | 
| 2878 2953 | 
             
                },
         | 
| 2879 | 
            -
                " | 
| 2954 | 
            +
                "S80": {
         | 
| 2880 2955 | 
             
                  "type": "list",
         | 
| 2881 2956 | 
             
                  "member": {}
         | 
| 2882 2957 | 
             
                },
         | 
| 2883 | 
            -
                " | 
| 2958 | 
            +
                "S8r": {
         | 
| 2884 2959 | 
             
                  "type": "list",
         | 
| 2885 2960 | 
             
                  "member": {
         | 
| 2886 2961 | 
             
                    "shape": "Sn"
         | 
| 2887 2962 | 
             
                  }
         | 
| 2888 2963 | 
             
                },
         | 
| 2889 | 
            -
                " | 
| 2964 | 
            +
                "S94": {
         | 
| 2890 2965 | 
             
                  "type": "structure",
         | 
| 2891 2966 | 
             
                  "required": [
         | 
| 2892 2967 | 
             
                    "Id",
         | 
| @@ -2912,7 +2987,7 @@ | |
| 2912 2987 | 
             
                    }
         | 
| 2913 2988 | 
             
                  }
         | 
| 2914 2989 | 
             
                },
         | 
| 2915 | 
            -
                " | 
| 2990 | 
            +
                "S9i": {
         | 
| 2916 2991 | 
             
                  "type": "list",
         | 
| 2917 2992 | 
             
                  "member": {
         | 
| 2918 2993 | 
             
                    "shape": "S41"
         |