aws-sdk 2.1371.0 → 2.1373.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 +19 -1
- package/README.md +1 -1
- package/apis/inspector2-2020-06-08.min.json +142 -0
- package/apis/inspector2-2020-06-08.paginators.json +5 -0
- package/apis/mediatailor-2018-04-23.min.json +40 -39
- package/apis/monitoring-2010-08-01.min.json +19 -15
- package/apis/opensearch-2021-01-01.min.json +66 -27
- package/apis/quicksight-2018-04-01.min.json +2136 -684
- package/apis/quicksight-2018-04-01.paginators.json +10 -0
- package/apis/rekognition-2016-06-27.min.json +101 -90
- package/apis/s3-2006-03-01.examples.json +115 -115
- package/apis/securityhub-2018-10-26.examples.json +45 -0
- package/apis/securityhub-2018-10-26.min.json +71 -3
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/clients/cloudwatch.d.ts +11 -6
- package/clients/configservice.d.ts +1 -1
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +1 -1
- package/clients/inspector2.d.ts +202 -0
- package/clients/mediatailor.d.ts +7 -2
- package/clients/networkfirewall.d.ts +4 -4
- package/clients/opensearch.d.ts +64 -5
- package/clients/quicksight.d.ts +1918 -96
- package/clients/rekognition.d.ts +22 -8
- package/clients/s3.d.ts +168 -168
- package/clients/sagemaker.d.ts +1 -1
- package/clients/securityhub.d.ts +102 -15
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +123 -108
- package/dist/aws-sdk.min.js +20 -20
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -679,6 +679,45 @@ | |
| 679 679 | 
             
                    }
         | 
| 680 680 | 
             
                  }
         | 
| 681 681 | 
             
                },
         | 
| 682 | 
            +
                "DescribeDomainNodes": {
         | 
| 683 | 
            +
                  "http": {
         | 
| 684 | 
            +
                    "method": "GET",
         | 
| 685 | 
            +
                    "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/nodes"
         | 
| 686 | 
            +
                  },
         | 
| 687 | 
            +
                  "input": {
         | 
| 688 | 
            +
                    "type": "structure",
         | 
| 689 | 
            +
                    "required": [
         | 
| 690 | 
            +
                      "DomainName"
         | 
| 691 | 
            +
                    ],
         | 
| 692 | 
            +
                    "members": {
         | 
| 693 | 
            +
                      "DomainName": {
         | 
| 694 | 
            +
                        "location": "uri",
         | 
| 695 | 
            +
                        "locationName": "DomainName"
         | 
| 696 | 
            +
                      }
         | 
| 697 | 
            +
                    }
         | 
| 698 | 
            +
                  },
         | 
| 699 | 
            +
                  "output": {
         | 
| 700 | 
            +
                    "type": "structure",
         | 
| 701 | 
            +
                    "members": {
         | 
| 702 | 
            +
                      "DomainNodesStatusList": {
         | 
| 703 | 
            +
                        "type": "list",
         | 
| 704 | 
            +
                        "member": {
         | 
| 705 | 
            +
                          "type": "structure",
         | 
| 706 | 
            +
                          "members": {
         | 
| 707 | 
            +
                            "NodeId": {},
         | 
| 708 | 
            +
                            "NodeType": {},
         | 
| 709 | 
            +
                            "AvailabilityZone": {},
         | 
| 710 | 
            +
                            "InstanceType": {},
         | 
| 711 | 
            +
                            "NodeStatus": {},
         | 
| 712 | 
            +
                            "StorageType": {},
         | 
| 713 | 
            +
                            "StorageVolumeType": {},
         | 
| 714 | 
            +
                            "StorageSize": {}
         | 
| 715 | 
            +
                          }
         | 
| 716 | 
            +
                        }
         | 
| 717 | 
            +
                      }
         | 
| 718 | 
            +
                    }
         | 
| 719 | 
            +
                  }
         | 
| 720 | 
            +
                },
         | 
| 682 721 | 
             
                "DescribeDomains": {
         | 
| 683 722 | 
             
                  "http": {
         | 
| 684 723 | 
             
                    "requestUri": "/2021-01-01/opensearch/domain-info"
         | 
| @@ -740,13 +779,13 @@ | |
| 740 779 | 
             
                    "type": "structure",
         | 
| 741 780 | 
             
                    "members": {
         | 
| 742 781 | 
             
                      "DryRunProgressStatus": {
         | 
| 743 | 
            -
                        "shape": " | 
| 782 | 
            +
                        "shape": "S6a"
         | 
| 744 783 | 
             
                      },
         | 
| 745 784 | 
             
                      "DryRunConfig": {
         | 
| 746 785 | 
             
                        "shape": "S2q"
         | 
| 747 786 | 
             
                      },
         | 
| 748 787 | 
             
                      "DryRunResults": {
         | 
| 749 | 
            -
                        "shape": " | 
| 788 | 
            +
                        "shape": "S6d"
         | 
| 750 789 | 
             
                      }
         | 
| 751 790 | 
             
                    }
         | 
| 752 791 | 
             
                  }
         | 
| @@ -759,7 +798,7 @@ | |
| 759 798 | 
             
                    "type": "structure",
         | 
| 760 799 | 
             
                    "members": {
         | 
| 761 800 | 
             
                      "Filters": {
         | 
| 762 | 
            -
                        "shape": " | 
| 801 | 
            +
                        "shape": "S6g"
         | 
| 763 802 | 
             
                      },
         | 
| 764 803 | 
             
                      "MaxResults": {
         | 
| 765 804 | 
             
                        "type": "integer"
         | 
| @@ -829,7 +868,7 @@ | |
| 829 868 | 
             
                                      "members": {
         | 
| 830 869 | 
             
                                        "LimitName": {},
         | 
| 831 870 | 
             
                                        "LimitValues": {
         | 
| 832 | 
            -
                                          "shape": " | 
| 871 | 
            +
                                          "shape": "S6x"
         | 
| 833 872 | 
             
                                        }
         | 
| 834 873 | 
             
                                      }
         | 
| 835 874 | 
             
                                    }
         | 
| @@ -860,7 +899,7 @@ | |
| 860 899 | 
             
                                "members": {
         | 
| 861 900 | 
             
                                  "LimitName": {},
         | 
| 862 901 | 
             
                                  "LimitValues": {
         | 
| 863 | 
            -
                                    "shape": " | 
| 902 | 
            +
                                    "shape": "S6x"
         | 
| 864 903 | 
             
                                  }
         | 
| 865 904 | 
             
                                }
         | 
| 866 905 | 
             
                              }
         | 
| @@ -879,7 +918,7 @@ | |
| 879 918 | 
             
                    "type": "structure",
         | 
| 880 919 | 
             
                    "members": {
         | 
| 881 920 | 
             
                      "Filters": {
         | 
| 882 | 
            -
                        "shape": " | 
| 921 | 
            +
                        "shape": "S6g"
         | 
| 883 922 | 
             
                      },
         | 
| 884 923 | 
             
                      "MaxResults": {
         | 
| 885 924 | 
             
                        "type": "integer"
         | 
| @@ -985,7 +1024,7 @@ | |
| 985 1024 | 
             
                            "CurrencyCode": {},
         | 
| 986 1025 | 
             
                            "PaymentOption": {},
         | 
| 987 1026 | 
             
                            "RecurringCharges": {
         | 
| 988 | 
            -
                              "shape": " | 
| 1027 | 
            +
                              "shape": "S7n"
         | 
| 989 1028 | 
             
                            }
         | 
| 990 1029 | 
             
                          }
         | 
| 991 1030 | 
             
                        }
         | 
| @@ -1051,7 +1090,7 @@ | |
| 1051 1090 | 
             
                            "State": {},
         | 
| 1052 1091 | 
             
                            "PaymentOption": {},
         | 
| 1053 1092 | 
             
                            "RecurringCharges": {
         | 
| 1054 | 
            -
                              "shape": " | 
| 1093 | 
            +
                              "shape": "S7n"
         | 
| 1055 1094 | 
             
                            }
         | 
| 1056 1095 | 
             
                          }
         | 
| 1057 1096 | 
             
                        }
         | 
| @@ -1156,7 +1195,7 @@ | |
| 1156 1195 | 
             
                          "members": {
         | 
| 1157 1196 | 
             
                            "SourceVersion": {},
         | 
| 1158 1197 | 
             
                            "TargetVersions": {
         | 
| 1159 | 
            -
                              "shape": " | 
| 1198 | 
            +
                              "shape": "S88"
         | 
| 1160 1199 | 
             
                            }
         | 
| 1161 1200 | 
             
                          }
         | 
| 1162 1201 | 
             
                        }
         | 
| @@ -1360,7 +1399,7 @@ | |
| 1360 1399 | 
             
                    "type": "structure",
         | 
| 1361 1400 | 
             
                    "members": {
         | 
| 1362 1401 | 
             
                      "DomainPackageDetailsList": {
         | 
| 1363 | 
            -
                        "shape": " | 
| 1402 | 
            +
                        "shape": "S8z"
         | 
| 1364 1403 | 
             
                      },
         | 
| 1365 1404 | 
             
                      "NextToken": {}
         | 
| 1366 1405 | 
             
                    }
         | 
| @@ -1474,7 +1513,7 @@ | |
| 1474 1513 | 
             
                    "type": "structure",
         | 
| 1475 1514 | 
             
                    "members": {
         | 
| 1476 1515 | 
             
                      "DomainPackageDetailsList": {
         | 
| 1477 | 
            -
                        "shape": " | 
| 1516 | 
            +
                        "shape": "S8z"
         | 
| 1478 1517 | 
             
                      },
         | 
| 1479 1518 | 
             
                      "NextToken": {}
         | 
| 1480 1519 | 
             
                    }
         | 
| @@ -1512,7 +1551,7 @@ | |
| 1512 1551 | 
             
                      "ScheduledActions": {
         | 
| 1513 1552 | 
             
                        "type": "list",
         | 
| 1514 1553 | 
             
                        "member": {
         | 
| 1515 | 
            -
                          "shape": " | 
| 1554 | 
            +
                          "shape": "S9c"
         | 
| 1516 1555 | 
             
                        }
         | 
| 1517 1556 | 
             
                      },
         | 
| 1518 1557 | 
             
                      "NextToken": {}
         | 
| @@ -1568,7 +1607,7 @@ | |
| 1568 1607 | 
             
                    "type": "structure",
         | 
| 1569 1608 | 
             
                    "members": {
         | 
| 1570 1609 | 
             
                      "Versions": {
         | 
| 1571 | 
            -
                        "shape": " | 
| 1610 | 
            +
                        "shape": "S88"
         | 
| 1572 1611 | 
             
                      },
         | 
| 1573 1612 | 
             
                      "NextToken": {}
         | 
| 1574 1613 | 
             
                    }
         | 
| @@ -1634,7 +1673,7 @@ | |
| 1634 1673 | 
             
                    ],
         | 
| 1635 1674 | 
             
                    "members": {
         | 
| 1636 1675 | 
             
                      "VpcEndpointSummaryList": {
         | 
| 1637 | 
            -
                        "shape": " | 
| 1676 | 
            +
                        "shape": "S9q"
         | 
| 1638 1677 | 
             
                      },
         | 
| 1639 1678 | 
             
                      "NextToken": {}
         | 
| 1640 1679 | 
             
                    }
         | 
| @@ -1669,7 +1708,7 @@ | |
| 1669 1708 | 
             
                    ],
         | 
| 1670 1709 | 
             
                    "members": {
         | 
| 1671 1710 | 
             
                      "VpcEndpointSummaryList": {
         | 
| 1672 | 
            -
                        "shape": " | 
| 1711 | 
            +
                        "shape": "S9q"
         | 
| 1673 1712 | 
             
                      },
         | 
| 1674 1713 | 
             
                      "NextToken": {}
         | 
| 1675 1714 | 
             
                    }
         | 
| @@ -1867,10 +1906,10 @@ | |
| 1867 1906 | 
             
                        "shape": "S4u"
         | 
| 1868 1907 | 
             
                      },
         | 
| 1869 1908 | 
             
                      "DryRunResults": {
         | 
| 1870 | 
            -
                        "shape": " | 
| 1909 | 
            +
                        "shape": "S6d"
         | 
| 1871 1910 | 
             
                      },
         | 
| 1872 1911 | 
             
                      "DryRunProgressStatus": {
         | 
| 1873 | 
            -
                        "shape": " | 
| 1912 | 
            +
                        "shape": "S6a"
         | 
| 1874 1913 | 
             
                      }
         | 
| 1875 1914 | 
             
                    }
         | 
| 1876 1915 | 
             
                  }
         | 
| @@ -1933,7 +1972,7 @@ | |
| 1933 1972 | 
             
                    "type": "structure",
         | 
| 1934 1973 | 
             
                    "members": {
         | 
| 1935 1974 | 
             
                      "ScheduledAction": {
         | 
| 1936 | 
            -
                        "shape": " | 
| 1975 | 
            +
                        "shape": "S9c"
         | 
| 1937 1976 | 
             
                      }
         | 
| 1938 1977 | 
             
                    }
         | 
| 1939 1978 | 
             
                  }
         | 
| @@ -2890,7 +2929,7 @@ | |
| 2890 2929 | 
             
                    }
         | 
| 2891 2930 | 
             
                  }
         | 
| 2892 2931 | 
             
                },
         | 
| 2893 | 
            -
                " | 
| 2932 | 
            +
                "S6a": {
         | 
| 2894 2933 | 
             
                  "type": "structure",
         | 
| 2895 2934 | 
             
                  "required": [
         | 
| 2896 2935 | 
             
                    "DryRunId",
         | 
| @@ -2915,14 +2954,14 @@ | |
| 2915 2954 | 
             
                    }
         | 
| 2916 2955 | 
             
                  }
         | 
| 2917 2956 | 
             
                },
         | 
| 2918 | 
            -
                " | 
| 2957 | 
            +
                "S6d": {
         | 
| 2919 2958 | 
             
                  "type": "structure",
         | 
| 2920 2959 | 
             
                  "members": {
         | 
| 2921 2960 | 
             
                    "DeploymentType": {},
         | 
| 2922 2961 | 
             
                    "Message": {}
         | 
| 2923 2962 | 
             
                  }
         | 
| 2924 2963 | 
             
                },
         | 
| 2925 | 
            -
                " | 
| 2964 | 
            +
                "S6g": {
         | 
| 2926 2965 | 
             
                  "type": "list",
         | 
| 2927 2966 | 
             
                  "member": {
         | 
| 2928 2967 | 
             
                    "type": "structure",
         | 
| @@ -2935,11 +2974,11 @@ | |
| 2935 2974 | 
             
                    }
         | 
| 2936 2975 | 
             
                  }
         | 
| 2937 2976 | 
             
                },
         | 
| 2938 | 
            -
                " | 
| 2977 | 
            +
                "S6x": {
         | 
| 2939 2978 | 
             
                  "type": "list",
         | 
| 2940 2979 | 
             
                  "member": {}
         | 
| 2941 2980 | 
             
                },
         | 
| 2942 | 
            -
                " | 
| 2981 | 
            +
                "S7n": {
         | 
| 2943 2982 | 
             
                  "type": "list",
         | 
| 2944 2983 | 
             
                  "member": {
         | 
| 2945 2984 | 
             
                    "type": "structure",
         | 
| @@ -2951,17 +2990,17 @@ | |
| 2951 2990 | 
             
                    }
         | 
| 2952 2991 | 
             
                  }
         | 
| 2953 2992 | 
             
                },
         | 
| 2954 | 
            -
                " | 
| 2993 | 
            +
                "S88": {
         | 
| 2955 2994 | 
             
                  "type": "list",
         | 
| 2956 2995 | 
             
                  "member": {}
         | 
| 2957 2996 | 
             
                },
         | 
| 2958 | 
            -
                " | 
| 2997 | 
            +
                "S8z": {
         | 
| 2959 2998 | 
             
                  "type": "list",
         | 
| 2960 2999 | 
             
                  "member": {
         | 
| 2961 3000 | 
             
                    "shape": "Sn"
         | 
| 2962 3001 | 
             
                  }
         | 
| 2963 3002 | 
             
                },
         | 
| 2964 | 
            -
                " | 
| 3003 | 
            +
                "S9c": {
         | 
| 2965 3004 | 
             
                  "type": "structure",
         | 
| 2966 3005 | 
             
                  "required": [
         | 
| 2967 3006 | 
             
                    "Id",
         | 
| @@ -2987,7 +3026,7 @@ | |
| 2987 3026 | 
             
                    }
         | 
| 2988 3027 | 
             
                  }
         | 
| 2989 3028 | 
             
                },
         | 
| 2990 | 
            -
                " | 
| 3029 | 
            +
                "S9q": {
         | 
| 2991 3030 | 
             
                  "type": "list",
         | 
| 2992 3031 | 
             
                  "member": {
         | 
| 2993 3032 | 
             
                    "shape": "S41"
         |