aws-sdk 2.1370.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 +10 -1
- package/README.md +1 -1
- 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/network-firewall-2020-11-12.min.json +79 -68
- package/apis/opensearch-2021-01-01.min.json +102 -27
- package/apis/wellarchitected-2020-03-31.min.json +44 -39
- package/clients/appsync.d.ts +15 -2
- package/clients/inspector2.d.ts +181 -9
- package/clients/iottwinmaker.d.ts +15 -0
- package/clients/networkfirewall.d.ts +14 -4
- package/clients/opensearch.d.ts +139 -11
- package/clients/wellarchitected.d.ts +13 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- 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"
         | 
| @@ -176,7 +176,7 @@ | |
| 176 176 | 
             
                        "shape": "S14"
         | 
| 177 177 | 
             
                      },
         | 
| 178 178 | 
             
                      "Applications": {
         | 
| 179 | 
            -
                        "shape": " | 
| 179 | 
            +
                        "shape": "S18"
         | 
| 180 180 | 
             
                      }
         | 
| 181 181 | 
             
                    }
         | 
| 182 182 | 
             
                  },
         | 
| @@ -423,7 +423,7 @@ | |
| 423 423 | 
             
                      "LensAlias": {},
         | 
| 424 424 | 
             
                      "LensArn": {},
         | 
| 425 425 | 
             
                      "Answer": {
         | 
| 426 | 
            -
                        "shape": " | 
| 426 | 
            +
                        "shape": "S1r"
         | 
| 427 427 | 
             
                      }
         | 
| 428 428 | 
             
                    }
         | 
| 429 429 | 
             
                  }
         | 
| @@ -469,7 +469,7 @@ | |
| 469 469 | 
             
                          "members": {
         | 
| 470 470 | 
             
                            "MetricType": {},
         | 
| 471 471 | 
             
                            "RiskCounts": {
         | 
| 472 | 
            -
                              "shape": " | 
| 472 | 
            +
                              "shape": "S2r"
         | 
| 473 473 | 
             
                            },
         | 
| 474 474 | 
             
                            "WorkloadId": {},
         | 
| 475 475 | 
             
                            "WorkloadName": {},
         | 
| @@ -490,7 +490,7 @@ | |
| 490 490 | 
             
                                      "members": {
         | 
| 491 491 | 
             
                                        "PillarId": {},
         | 
| 492 492 | 
             
                                        "RiskCounts": {
         | 
| 493 | 
            -
                                          "shape": " | 
| 493 | 
            +
                                          "shape": "S2r"
         | 
| 494 494 | 
             
                                        },
         | 
| 495 495 | 
             
                                        "Questions": {
         | 
| 496 496 | 
             
                                          "type": "list",
         | 
| @@ -516,7 +516,7 @@ | |
| 516 516 | 
             
                                    }
         | 
| 517 517 | 
             
                                  },
         | 
| 518 518 | 
             
                                  "RiskCounts": {
         | 
| 519 | 
            -
                                    "shape": " | 
| 519 | 
            +
                                    "shape": "S2r"
         | 
| 520 520 | 
             
                                  }
         | 
| 521 521 | 
             
                                }
         | 
| 522 522 | 
             
                              }
         | 
| @@ -608,7 +608,7 @@ | |
| 608 608 | 
             
                        "type": "integer"
         | 
| 609 609 | 
             
                      },
         | 
| 610 610 | 
             
                      "LensReview": {
         | 
| 611 | 
            -
                        "shape": " | 
| 611 | 
            +
                        "shape": "S3d"
         | 
| 612 612 | 
             
                      }
         | 
| 613 613 | 
             
                    }
         | 
| 614 614 | 
             
                  }
         | 
| @@ -759,7 +759,7 @@ | |
| 759 759 | 
             
                            "type": "timestamp"
         | 
| 760 760 | 
             
                          },
         | 
| 761 761 | 
             
                          "Workload": {
         | 
| 762 | 
            -
                            "shape": " | 
| 762 | 
            +
                            "shape": "S3w"
         | 
| 763 763 | 
             
                          }
         | 
| 764 764 | 
             
                        }
         | 
| 765 765 | 
             
                      }
         | 
| @@ -787,7 +787,7 @@ | |
| 787 787 | 
             
                    "type": "structure",
         | 
| 788 788 | 
             
                    "members": {
         | 
| 789 789 | 
             
                      "Workload": {
         | 
| 790 | 
            -
                        "shape": " | 
| 790 | 
            +
                        "shape": "S3w"
         | 
| 791 791 | 
             
                      }
         | 
| 792 792 | 
             
                    }
         | 
| 793 793 | 
             
                  }
         | 
| @@ -880,10 +880,10 @@ | |
| 880 880 | 
             
                            "PillarId": {},
         | 
| 881 881 | 
             
                            "QuestionTitle": {},
         | 
| 882 882 | 
             
                            "Choices": {
         | 
| 883 | 
            -
                              "shape": " | 
| 883 | 
            +
                              "shape": "S1x"
         | 
| 884 884 | 
             
                            },
         | 
| 885 885 | 
             
                            "SelectedChoices": {
         | 
| 886 | 
            -
                              "shape": " | 
| 886 | 
            +
                              "shape": "S29"
         | 
| 887 887 | 
             
                            },
         | 
| 888 888 | 
             
                            "ChoiceAnswerSummaries": {
         | 
| 889 889 | 
             
                              "type": "list",
         | 
| @@ -1159,7 +1159,7 @@ | |
| 1159 1159 | 
             
                              "type": "timestamp"
         | 
| 1160 1160 | 
             
                            },
         | 
| 1161 1161 | 
             
                            "RiskCounts": {
         | 
| 1162 | 
            -
                              "shape": " | 
| 1162 | 
            +
                              "shape": "S2r"
         | 
| 1163 1163 | 
             
                            }
         | 
| 1164 1164 | 
             
                          }
         | 
| 1165 1165 | 
             
                        }
         | 
| @@ -1318,7 +1318,7 @@ | |
| 1318 1318 | 
             
                              "type": "timestamp"
         | 
| 1319 1319 | 
             
                            },
         | 
| 1320 1320 | 
             
                            "WorkloadSummary": {
         | 
| 1321 | 
            -
                              "shape": " | 
| 1321 | 
            +
                              "shape": "S5l"
         | 
| 1322 1322 | 
             
                            }
         | 
| 1323 1323 | 
             
                          }
         | 
| 1324 1324 | 
             
                        }
         | 
| @@ -1524,7 +1524,7 @@ | |
| 1524 1524 | 
             
                      "WorkloadSummaries": {
         | 
| 1525 1525 | 
             
                        "type": "list",
         | 
| 1526 1526 | 
             
                        "member": {
         | 
| 1527 | 
            -
                          "shape": " | 
| 1527 | 
            +
                          "shape": "S5l"
         | 
| 1528 1528 | 
             
                        }
         | 
| 1529 1529 | 
             
                      },
         | 
| 1530 1530 | 
             
                      "NextToken": {}
         | 
| @@ -1611,7 +1611,7 @@ | |
| 1611 1611 | 
             
                        "locationName": "QuestionId"
         | 
| 1612 1612 | 
             
                      },
         | 
| 1613 1613 | 
             
                      "SelectedChoices": {
         | 
| 1614 | 
            -
                        "shape": " | 
| 1614 | 
            +
                        "shape": "S29"
         | 
| 1615 1615 | 
             
                      },
         | 
| 1616 1616 | 
             
                      "ChoiceUpdates": {
         | 
| 1617 1617 | 
             
                        "type": "map",
         | 
| @@ -1642,7 +1642,7 @@ | |
| 1642 1642 | 
             
                      "LensAlias": {},
         | 
| 1643 1643 | 
             
                      "LensArn": {},
         | 
| 1644 1644 | 
             
                      "Answer": {
         | 
| 1645 | 
            -
                        "shape": " | 
| 1645 | 
            +
                        "shape": "S1r"
         | 
| 1646 1646 | 
             
                      }
         | 
| 1647 1647 | 
             
                    }
         | 
| 1648 1648 | 
             
                  }
         | 
| @@ -1655,7 +1655,8 @@ | |
| 1655 1655 | 
             
                  "input": {
         | 
| 1656 1656 | 
             
                    "type": "structure",
         | 
| 1657 1657 | 
             
                    "members": {
         | 
| 1658 | 
            -
                      "OrganizationSharingStatus": {}
         | 
| 1658 | 
            +
                      "OrganizationSharingStatus": {},
         | 
| 1659 | 
            +
                      "DiscoveryIntegrationStatus": {}
         | 
| 1659 1660 | 
             
                    }
         | 
| 1660 1661 | 
             
                  }
         | 
| 1661 1662 | 
             
                },
         | 
| @@ -1692,7 +1693,7 @@ | |
| 1692 1693 | 
             
                    "members": {
         | 
| 1693 1694 | 
             
                      "WorkloadId": {},
         | 
| 1694 1695 | 
             
                      "LensReview": {
         | 
| 1695 | 
            -
                        "shape": " | 
| 1696 | 
            +
                        "shape": "S3d"
         | 
| 1696 1697 | 
             
                      }
         | 
| 1697 1698 | 
             
                    }
         | 
| 1698 1699 | 
             
                  }
         | 
| @@ -1775,7 +1776,7 @@ | |
| 1775 1776 | 
             
                        "shape": "S14"
         | 
| 1776 1777 | 
             
                      },
         | 
| 1777 1778 | 
             
                      "Applications": {
         | 
| 1778 | 
            -
                        "shape": " | 
| 1779 | 
            +
                        "shape": "S18"
         | 
| 1779 1780 | 
             
                      }
         | 
| 1780 1781 | 
             
                    }
         | 
| 1781 1782 | 
             
                  },
         | 
| @@ -1783,7 +1784,7 @@ | |
| 1783 1784 | 
             
                    "type": "structure",
         | 
| 1784 1785 | 
             
                    "members": {
         | 
| 1785 1786 | 
             
                      "Workload": {
         | 
| 1786 | 
            -
                        "shape": " | 
| 1787 | 
            +
                        "shape": "S3w"
         | 
| 1787 1788 | 
             
                      }
         | 
| 1788 1789 | 
             
                    }
         | 
| 1789 1790 | 
             
                  }
         | 
| @@ -1891,14 +1892,18 @@ | |
| 1891 1892 | 
             
                "S14": {
         | 
| 1892 1893 | 
             
                  "type": "structure",
         | 
| 1893 1894 | 
             
                  "members": {
         | 
| 1894 | 
            -
                    "TrustedAdvisorIntegrationStatus": {}
         | 
| 1895 | 
            +
                    "TrustedAdvisorIntegrationStatus": {},
         | 
| 1896 | 
            +
                    "WorkloadResourceDefinition": {
         | 
| 1897 | 
            +
                      "type": "list",
         | 
| 1898 | 
            +
                      "member": {}
         | 
| 1899 | 
            +
                    }
         | 
| 1895 1900 | 
             
                  }
         | 
| 1896 1901 | 
             
                },
         | 
| 1897 | 
            -
                " | 
| 1902 | 
            +
                "S18": {
         | 
| 1898 1903 | 
             
                  "type": "list",
         | 
| 1899 1904 | 
             
                  "member": {}
         | 
| 1900 1905 | 
             
                },
         | 
| 1901 | 
            -
                " | 
| 1906 | 
            +
                "S1r": {
         | 
| 1902 1907 | 
             
                  "type": "structure",
         | 
| 1903 1908 | 
             
                  "members": {
         | 
| 1904 1909 | 
             
                    "QuestionId": {},
         | 
| @@ -1909,10 +1914,10 @@ | |
| 1909 1914 | 
             
                    "HelpfulResourceUrl": {},
         | 
| 1910 1915 | 
             
                    "HelpfulResourceDisplayText": {},
         | 
| 1911 1916 | 
             
                    "Choices": {
         | 
| 1912 | 
            -
                      "shape": " | 
| 1917 | 
            +
                      "shape": "S1x"
         | 
| 1913 1918 | 
             
                    },
         | 
| 1914 1919 | 
             
                    "SelectedChoices": {
         | 
| 1915 | 
            -
                      "shape": " | 
| 1920 | 
            +
                      "shape": "S29"
         | 
| 1916 1921 | 
             
                    },
         | 
| 1917 1922 | 
             
                    "ChoiceAnswers": {
         | 
| 1918 1923 | 
             
                      "type": "list",
         | 
| @@ -1934,7 +1939,7 @@ | |
| 1934 1939 | 
             
                    "Reason": {}
         | 
| 1935 1940 | 
             
                  }
         | 
| 1936 1941 | 
             
                },
         | 
| 1937 | 
            -
                " | 
| 1942 | 
            +
                "S1x": {
         | 
| 1938 1943 | 
             
                  "type": "list",
         | 
| 1939 1944 | 
             
                  "member": {
         | 
| 1940 1945 | 
             
                    "type": "structure",
         | 
| @@ -1943,10 +1948,10 @@ | |
| 1943 1948 | 
             
                      "Title": {},
         | 
| 1944 1949 | 
             
                      "Description": {},
         | 
| 1945 1950 | 
             
                      "HelpfulResource": {
         | 
| 1946 | 
            -
                        "shape": " | 
| 1951 | 
            +
                        "shape": "S22"
         | 
| 1947 1952 | 
             
                      },
         | 
| 1948 1953 | 
             
                      "ImprovementPlan": {
         | 
| 1949 | 
            -
                        "shape": " | 
| 1954 | 
            +
                        "shape": "S22"
         | 
| 1950 1955 | 
             
                      },
         | 
| 1951 1956 | 
             
                      "AdditionalResources": {
         | 
| 1952 1957 | 
             
                        "type": "list",
         | 
| @@ -1957,7 +1962,7 @@ | |
| 1957 1962 | 
             
                            "Content": {
         | 
| 1958 1963 | 
             
                              "type": "list",
         | 
| 1959 1964 | 
             
                              "member": {
         | 
| 1960 | 
            -
                                "shape": " | 
| 1965 | 
            +
                                "shape": "S22"
         | 
| 1961 1966 | 
             
                              }
         | 
| 1962 1967 | 
             
                            }
         | 
| 1963 1968 | 
             
                          }
         | 
| @@ -1966,25 +1971,25 @@ | |
| 1966 1971 | 
             
                    }
         | 
| 1967 1972 | 
             
                  }
         | 
| 1968 1973 | 
             
                },
         | 
| 1969 | 
            -
                " | 
| 1974 | 
            +
                "S22": {
         | 
| 1970 1975 | 
             
                  "type": "structure",
         | 
| 1971 1976 | 
             
                  "members": {
         | 
| 1972 1977 | 
             
                    "DisplayText": {},
         | 
| 1973 1978 | 
             
                    "Url": {}
         | 
| 1974 1979 | 
             
                  }
         | 
| 1975 1980 | 
             
                },
         | 
| 1976 | 
            -
                " | 
| 1981 | 
            +
                "S29": {
         | 
| 1977 1982 | 
             
                  "type": "list",
         | 
| 1978 1983 | 
             
                  "member": {}
         | 
| 1979 1984 | 
             
                },
         | 
| 1980 | 
            -
                " | 
| 1985 | 
            +
                "S2r": {
         | 
| 1981 1986 | 
             
                  "type": "map",
         | 
| 1982 1987 | 
             
                  "key": {},
         | 
| 1983 1988 | 
             
                  "value": {
         | 
| 1984 1989 | 
             
                    "type": "integer"
         | 
| 1985 1990 | 
             
                  }
         | 
| 1986 1991 | 
             
                },
         | 
| 1987 | 
            -
                " | 
| 1992 | 
            +
                "S3d": {
         | 
| 1988 1993 | 
             
                  "type": "structure",
         | 
| 1989 1994 | 
             
                  "members": {
         | 
| 1990 1995 | 
             
                    "LensAlias": {},
         | 
| @@ -2001,7 +2006,7 @@ | |
| 2001 2006 | 
             
                          "PillarName": {},
         | 
| 2002 2007 | 
             
                          "Notes": {},
         | 
| 2003 2008 | 
             
                          "RiskCounts": {
         | 
| 2004 | 
            -
                            "shape": " | 
| 2009 | 
            +
                            "shape": "S2r"
         | 
| 2005 2010 | 
             
                          }
         | 
| 2006 2011 | 
             
                        }
         | 
| 2007 2012 | 
             
                      }
         | 
| @@ -2011,12 +2016,12 @@ | |
| 2011 2016 | 
             
                    },
         | 
| 2012 2017 | 
             
                    "Notes": {},
         | 
| 2013 2018 | 
             
                    "RiskCounts": {
         | 
| 2014 | 
            -
                      "shape": " | 
| 2019 | 
            +
                      "shape": "S2r"
         | 
| 2015 2020 | 
             
                    },
         | 
| 2016 2021 | 
             
                    "NextToken": {}
         | 
| 2017 2022 | 
             
                  }
         | 
| 2018 2023 | 
             
                },
         | 
| 2019 | 
            -
                " | 
| 2024 | 
            +
                "S3w": {
         | 
| 2020 2025 | 
             
                  "type": "structure",
         | 
| 2021 2026 | 
             
                  "members": {
         | 
| 2022 2027 | 
             
                    "WorkloadId": {},
         | 
| @@ -2049,7 +2054,7 @@ | |
| 2049 2054 | 
             
                    "Notes": {},
         | 
| 2050 2055 | 
             
                    "ImprovementStatus": {},
         | 
| 2051 2056 | 
             
                    "RiskCounts": {
         | 
| 2052 | 
            -
                      "shape": " | 
| 2057 | 
            +
                      "shape": "S2r"
         | 
| 2053 2058 | 
             
                    },
         | 
| 2054 2059 | 
             
                    "PillarPriorities": {
         | 
| 2055 2060 | 
             
                      "shape": "St"
         | 
| @@ -2066,11 +2071,11 @@ | |
| 2066 2071 | 
             
                      "shape": "S14"
         | 
| 2067 2072 | 
             
                    },
         | 
| 2068 2073 | 
             
                    "Applications": {
         | 
| 2069 | 
            -
                      "shape": " | 
| 2074 | 
            +
                      "shape": "S18"
         | 
| 2070 2075 | 
             
                    }
         | 
| 2071 2076 | 
             
                  }
         | 
| 2072 2077 | 
             
                },
         | 
| 2073 | 
            -
                " | 
| 2078 | 
            +
                "S5l": {
         | 
| 2074 2079 | 
             
                  "type": "structure",
         | 
| 2075 2080 | 
             
                  "members": {
         | 
| 2076 2081 | 
             
                    "WorkloadId": {},
         | 
| @@ -2084,7 +2089,7 @@ | |
| 2084 2089 | 
             
                      "shape": "Sz"
         | 
| 2085 2090 | 
             
                    },
         | 
| 2086 2091 | 
             
                    "RiskCounts": {
         | 
| 2087 | 
            -
                      "shape": " | 
| 2092 | 
            +
                      "shape": "S2r"
         | 
| 2088 2093 | 
             
                    },
         | 
| 2089 2094 | 
             
                    "ImprovementStatus": {}
         | 
| 2090 2095 | 
             
                  }
         | 
    
        package/clients/appsync.d.ts
    CHANGED
    
    | @@ -522,7 +522,7 @@ declare namespace AppSync { | |
| 522 522 | 
             
                 */
         | 
| 523 523 | 
             
                domainName: DomainName;
         | 
| 524 524 | 
             
                /**
         | 
| 525 | 
            -
                 * The API ID.
         | 
| 525 | 
            +
                 * The API ID. Private APIs can not be associated with custom domains.
         | 
| 526 526 | 
             
                 */
         | 
| 527 527 | 
             
                apiId: String;
         | 
| 528 528 | 
             
              }
         | 
| @@ -831,6 +831,10 @@ declare namespace AppSync { | |
| 831 831 | 
             
                 * Configuration for Lambda function authorization.
         | 
| 832 832 | 
             
                 */
         | 
| 833 833 | 
             
                lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
         | 
| 834 | 
            +
                /**
         | 
| 835 | 
            +
                 * Sets the value of the GraphQL API to public (GLOBAL) or private (PRIVATE). If no value is provided, the visibility will be set to GLOBAL by default. This value cannot be changed once the API has been created.
         | 
| 836 | 
            +
                 */
         | 
| 837 | 
            +
                visibility?: GraphQLApiVisibility;
         | 
| 834 838 | 
             
              }
         | 
| 835 839 | 
             
              export interface CreateGraphqlApiResponse {
         | 
| 836 840 | 
             
                /**
         | 
| @@ -1426,6 +1430,7 @@ declare namespace AppSync { | |
| 1426 1430 | 
             
                 */
         | 
| 1427 1431 | 
             
                type?: Type;
         | 
| 1428 1432 | 
             
              }
         | 
| 1433 | 
            +
              export type GraphQLApiVisibility = "GLOBAL"|"PRIVATE"|string;
         | 
| 1429 1434 | 
             
              export interface GraphqlApi {
         | 
| 1430 1435 | 
             
                /**
         | 
| 1431 1436 | 
             
                 * The API name.
         | 
| @@ -1479,6 +1484,14 @@ declare namespace AppSync { | |
| 1479 1484 | 
             
                 * Configuration for Lambda function authorization.
         | 
| 1480 1485 | 
             
                 */
         | 
| 1481 1486 | 
             
                lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
         | 
| 1487 | 
            +
                /**
         | 
| 1488 | 
            +
                 * The DNS records for the API.
         | 
| 1489 | 
            +
                 */
         | 
| 1490 | 
            +
                dns?: MapOfStringToString;
         | 
| 1491 | 
            +
                /**
         | 
| 1492 | 
            +
                 * Sets the value of the GraphQL API to public (GLOBAL) or private (PRIVATE). If no value is provided, the visibility will be set to GLOBAL by default. This value cannot be changed once the API has been created.
         | 
| 1493 | 
            +
                 */
         | 
| 1494 | 
            +
                visibility?: GraphQLApiVisibility;
         | 
| 1482 1495 | 
             
              }
         | 
| 1483 1496 | 
             
              export type GraphqlApis = GraphqlApi[];
         | 
| 1484 1497 | 
             
              export interface HttpDataSourceConfig {
         | 
| @@ -1493,7 +1506,7 @@ declare namespace AppSync { | |
| 1493 1506 | 
             
              }
         | 
| 1494 1507 | 
             
              export interface LambdaAuthorizerConfig {
         | 
| 1495 1508 | 
             
                /**
         | 
| 1496 | 
            -
                 * The number of seconds a response should be cached for. The default is  | 
| 1509 | 
            +
                 * The number of seconds a response should be cached for. The default is 0 seconds, which disables caching. If you don't specify a value for authorizerResultTtlInSeconds, the default value is used. The maximum value is one hour (3600 seconds). The Lambda function can override this by returning a ttlOverride key in its response.
         | 
| 1497 1510 | 
             
                 */
         | 
| 1498 1511 | 
             
                authorizerResultTtlInSeconds?: TTL;
         | 
| 1499 1512 | 
             
                /**
         |