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
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,16 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1371.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1371.0
         | 
| 6 | 
            +
            * feature: AppSync: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
         | 
| 7 | 
            +
            * feature: EC2: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
         | 
| 8 | 
            +
            * feature: Inspector2: This feature provides deep inspection for linux based instance
         | 
| 9 | 
            +
            * feature: IoTTwinMaker: This release adds a field for GetScene API to return error code and message from dependency services.
         | 
| 10 | 
            +
            * feature: NetworkFirewall: AWS Network Firewall now supports policy level HOME_NET variable overrides.
         | 
| 11 | 
            +
            * feature: OpenSearch: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
         | 
| 12 | 
            +
            * feature: WellArchitected: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.
         | 
| 13 | 
            +
             | 
| 5 14 | 
             
            ## 2.1370.0
         | 
| 6 15 | 
             
            * feature: Appflow: This release adds new API to cancel flow executions.
         | 
| 7 16 | 
             
            * feature: Connect: Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.
         | 
    
        package/README.md
    CHANGED
    
    | @@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 72 72 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 73 73 | 
             
            HTML pages:
         | 
| 74 74 |  | 
| 75 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 75 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1371.0.min.js"></script>
         | 
| 76 76 |  | 
| 77 77 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 78 78 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -261,14 +261,15 @@ | |
| 261 261 | 
             
                      },
         | 
| 262 262 | 
             
                      "lambdaAuthorizerConfig": {
         | 
| 263 263 | 
             
                        "shape": "S1u"
         | 
| 264 | 
            -
                      }
         | 
| 264 | 
            +
                      },
         | 
| 265 | 
            +
                      "visibility": {}
         | 
| 265 266 | 
             
                    }
         | 
| 266 267 | 
             
                  },
         | 
| 267 268 | 
             
                  "output": {
         | 
| 268 269 | 
             
                    "type": "structure",
         | 
| 269 270 | 
             
                    "members": {
         | 
| 270 271 | 
             
                      "graphqlApi": {
         | 
| 271 | 
            -
                        "shape": " | 
| 272 | 
            +
                        "shape": "S1y"
         | 
| 272 273 | 
             
                      }
         | 
| 273 274 | 
             
                    }
         | 
| 274 275 | 
             
                  }
         | 
| @@ -299,13 +300,13 @@ | |
| 299 300 | 
             
                      "responseMappingTemplate": {},
         | 
| 300 301 | 
             
                      "kind": {},
         | 
| 301 302 | 
             
                      "pipelineConfig": {
         | 
| 302 | 
            -
                        "shape": " | 
| 303 | 
            +
                        "shape": "S22"
         | 
| 303 304 | 
             
                      },
         | 
| 304 305 | 
             
                      "syncConfig": {
         | 
| 305 306 | 
             
                        "shape": "S17"
         | 
| 306 307 | 
             
                      },
         | 
| 307 308 | 
             
                      "cachingConfig": {
         | 
| 308 | 
            -
                        "shape": " | 
| 309 | 
            +
                        "shape": "S24"
         | 
| 309 310 | 
             
                      },
         | 
| 310 311 | 
             
                      "maxBatchSize": {
         | 
| 311 312 | 
             
                        "type": "integer"
         | 
| @@ -320,7 +321,7 @@ | |
| 320 321 | 
             
                    "type": "structure",
         | 
| 321 322 | 
             
                    "members": {
         | 
| 322 323 | 
             
                      "resolver": {
         | 
| 323 | 
            -
                        "shape": " | 
| 324 | 
            +
                        "shape": "S27"
         | 
| 324 325 | 
             
                      }
         | 
| 325 326 | 
             
                    }
         | 
| 326 327 | 
             
                  }
         | 
| @@ -349,7 +350,7 @@ | |
| 349 350 | 
             
                    "type": "structure",
         | 
| 350 351 | 
             
                    "members": {
         | 
| 351 352 | 
             
                      "type": {
         | 
| 352 | 
            -
                        "shape": " | 
| 353 | 
            +
                        "shape": "S2b"
         | 
| 353 354 | 
             
                      }
         | 
| 354 355 | 
             
                    }
         | 
| 355 356 | 
             
                  }
         | 
| @@ -637,7 +638,7 @@ | |
| 637 638 | 
             
                        }
         | 
| 638 639 | 
             
                      },
         | 
| 639 640 | 
             
                      "logs": {
         | 
| 640 | 
            -
                        "shape": " | 
| 641 | 
            +
                        "shape": "S36"
         | 
| 641 642 | 
             
                      }
         | 
| 642 643 | 
             
                    }
         | 
| 643 644 | 
             
                  }
         | 
| @@ -668,7 +669,7 @@ | |
| 668 669 | 
             
                        }
         | 
| 669 670 | 
             
                      },
         | 
| 670 671 | 
             
                      "logs": {
         | 
| 671 | 
            -
                        "shape": " | 
| 672 | 
            +
                        "shape": "S36"
         | 
| 672 673 | 
             
                      }
         | 
| 673 674 | 
             
                    }
         | 
| 674 675 | 
             
                  }
         | 
| @@ -856,7 +857,7 @@ | |
| 856 857 | 
             
                    "type": "structure",
         | 
| 857 858 | 
             
                    "members": {
         | 
| 858 859 | 
             
                      "graphqlApi": {
         | 
| 859 | 
            -
                        "shape": " | 
| 860 | 
            +
                        "shape": "S1y"
         | 
| 860 861 | 
             
                      }
         | 
| 861 862 | 
             
                    }
         | 
| 862 863 | 
             
                  }
         | 
| @@ -929,7 +930,7 @@ | |
| 929 930 | 
             
                    "type": "structure",
         | 
| 930 931 | 
             
                    "members": {
         | 
| 931 932 | 
             
                      "resolver": {
         | 
| 932 | 
            -
                        "shape": " | 
| 933 | 
            +
                        "shape": "S27"
         | 
| 933 934 | 
             
                      }
         | 
| 934 935 | 
             
                    }
         | 
| 935 936 | 
             
                  }
         | 
| @@ -990,7 +991,7 @@ | |
| 990 991 | 
             
                    "type": "structure",
         | 
| 991 992 | 
             
                    "members": {
         | 
| 992 993 | 
             
                      "type": {
         | 
| 993 | 
            -
                        "shape": " | 
| 994 | 
            +
                        "shape": "S2b"
         | 
| 994 995 | 
             
                      }
         | 
| 995 996 | 
             
                    }
         | 
| 996 997 | 
             
                  }
         | 
| @@ -1169,7 +1170,7 @@ | |
| 1169 1170 | 
             
                      "graphqlApis": {
         | 
| 1170 1171 | 
             
                        "type": "list",
         | 
| 1171 1172 | 
             
                        "member": {
         | 
| 1172 | 
            -
                          "shape": " | 
| 1173 | 
            +
                          "shape": "S1y"
         | 
| 1173 1174 | 
             
                        }
         | 
| 1174 1175 | 
             
                      },
         | 
| 1175 1176 | 
             
                      "nextToken": {}
         | 
| @@ -1211,7 +1212,7 @@ | |
| 1211 1212 | 
             
                    "type": "structure",
         | 
| 1212 1213 | 
             
                    "members": {
         | 
| 1213 1214 | 
             
                      "resolvers": {
         | 
| 1214 | 
            -
                        "shape": " | 
| 1215 | 
            +
                        "shape": "S4k"
         | 
| 1215 1216 | 
             
                      },
         | 
| 1216 1217 | 
             
                      "nextToken": {}
         | 
| 1217 1218 | 
             
                    }
         | 
| @@ -1252,7 +1253,7 @@ | |
| 1252 1253 | 
             
                    "type": "structure",
         | 
| 1253 1254 | 
             
                    "members": {
         | 
| 1254 1255 | 
             
                      "resolvers": {
         | 
| 1255 | 
            -
                        "shape": " | 
| 1256 | 
            +
                        "shape": "S4k"
         | 
| 1256 1257 | 
             
                      },
         | 
| 1257 1258 | 
             
                      "nextToken": {}
         | 
| 1258 1259 | 
             
                    }
         | 
| @@ -1321,7 +1322,7 @@ | |
| 1321 1322 | 
             
                      "types": {
         | 
| 1322 1323 | 
             
                        "type": "list",
         | 
| 1323 1324 | 
             
                        "member": {
         | 
| 1324 | 
            -
                          "shape": " | 
| 1325 | 
            +
                          "shape": "S2b"
         | 
| 1325 1326 | 
             
                        }
         | 
| 1326 1327 | 
             
                      },
         | 
| 1327 1328 | 
             
                      "nextToken": {}
         | 
| @@ -1646,7 +1647,7 @@ | |
| 1646 1647 | 
             
                    "type": "structure",
         | 
| 1647 1648 | 
             
                    "members": {
         | 
| 1648 1649 | 
             
                      "graphqlApi": {
         | 
| 1649 | 
            -
                        "shape": " | 
| 1650 | 
            +
                        "shape": "S1y"
         | 
| 1650 1651 | 
             
                      }
         | 
| 1651 1652 | 
             
                    }
         | 
| 1652 1653 | 
             
                  }
         | 
| @@ -1680,13 +1681,13 @@ | |
| 1680 1681 | 
             
                      "responseMappingTemplate": {},
         | 
| 1681 1682 | 
             
                      "kind": {},
         | 
| 1682 1683 | 
             
                      "pipelineConfig": {
         | 
| 1683 | 
            -
                        "shape": " | 
| 1684 | 
            +
                        "shape": "S22"
         | 
| 1684 1685 | 
             
                      },
         | 
| 1685 1686 | 
             
                      "syncConfig": {
         | 
| 1686 1687 | 
             
                        "shape": "S17"
         | 
| 1687 1688 | 
             
                      },
         | 
| 1688 1689 | 
             
                      "cachingConfig": {
         | 
| 1689 | 
            -
                        "shape": " | 
| 1690 | 
            +
                        "shape": "S24"
         | 
| 1690 1691 | 
             
                      },
         | 
| 1691 1692 | 
             
                      "maxBatchSize": {
         | 
| 1692 1693 | 
             
                        "type": "integer"
         | 
| @@ -1701,7 +1702,7 @@ | |
| 1701 1702 | 
             
                    "type": "structure",
         | 
| 1702 1703 | 
             
                    "members": {
         | 
| 1703 1704 | 
             
                      "resolver": {
         | 
| 1704 | 
            -
                        "shape": " | 
| 1705 | 
            +
                        "shape": "S27"
         | 
| 1705 1706 | 
             
                      }
         | 
| 1706 1707 | 
             
                    }
         | 
| 1707 1708 | 
             
                  }
         | 
| @@ -1734,7 +1735,7 @@ | |
| 1734 1735 | 
             
                    "type": "structure",
         | 
| 1735 1736 | 
             
                    "members": {
         | 
| 1736 1737 | 
             
                      "type": {
         | 
| 1737 | 
            -
                        "shape": " | 
| 1738 | 
            +
                        "shape": "S2b"
         | 
| 1738 1739 | 
             
                      }
         | 
| 1739 1740 | 
             
                    }
         | 
| 1740 1741 | 
             
                  }
         | 
| @@ -2064,7 +2065,7 @@ | |
| 2064 2065 | 
             
                    "identityValidationExpression": {}
         | 
| 2065 2066 | 
             
                  }
         | 
| 2066 2067 | 
             
                },
         | 
| 2067 | 
            -
                " | 
| 2068 | 
            +
                "S1y": {
         | 
| 2068 2069 | 
             
                  "type": "structure",
         | 
| 2069 2070 | 
             
                  "members": {
         | 
| 2070 2071 | 
             
                    "name": {},
         | 
| @@ -2081,9 +2082,7 @@ | |
| 2081 2082 | 
             
                    },
         | 
| 2082 2083 | 
             
                    "arn": {},
         | 
| 2083 2084 | 
             
                    "uris": {
         | 
| 2084 | 
            -
                      " | 
| 2085 | 
            -
                      "key": {},
         | 
| 2086 | 
            -
                      "value": {}
         | 
| 2085 | 
            +
                      "shape": "S1z"
         | 
| 2087 2086 | 
             
                    },
         | 
| 2088 2087 | 
             
                    "tags": {
         | 
| 2089 2088 | 
             
                      "shape": "S1o"
         | 
| @@ -2097,10 +2096,19 @@ | |
| 2097 2096 | 
             
                    "wafWebAclArn": {},
         | 
| 2098 2097 | 
             
                    "lambdaAuthorizerConfig": {
         | 
| 2099 2098 | 
             
                      "shape": "S1u"
         | 
| 2100 | 
            -
                    }
         | 
| 2099 | 
            +
                    },
         | 
| 2100 | 
            +
                    "dns": {
         | 
| 2101 | 
            +
                      "shape": "S1z"
         | 
| 2102 | 
            +
                    },
         | 
| 2103 | 
            +
                    "visibility": {}
         | 
| 2101 2104 | 
             
                  }
         | 
| 2102 2105 | 
             
                },
         | 
| 2103 | 
            -
                " | 
| 2106 | 
            +
                "S1z": {
         | 
| 2107 | 
            +
                  "type": "map",
         | 
| 2108 | 
            +
                  "key": {},
         | 
| 2109 | 
            +
                  "value": {}
         | 
| 2110 | 
            +
                },
         | 
| 2111 | 
            +
                "S22": {
         | 
| 2104 2112 | 
             
                  "type": "structure",
         | 
| 2105 2113 | 
             
                  "members": {
         | 
| 2106 2114 | 
             
                    "functions": {
         | 
| @@ -2109,7 +2117,7 @@ | |
| 2109 2117 | 
             
                    }
         | 
| 2110 2118 | 
             
                  }
         | 
| 2111 2119 | 
             
                },
         | 
| 2112 | 
            -
                " | 
| 2120 | 
            +
                "S24": {
         | 
| 2113 2121 | 
             
                  "type": "structure",
         | 
| 2114 2122 | 
             
                  "required": [
         | 
| 2115 2123 | 
             
                    "ttl"
         | 
| @@ -2124,7 +2132,7 @@ | |
| 2124 2132 | 
             
                    }
         | 
| 2125 2133 | 
             
                  }
         | 
| 2126 2134 | 
             
                },
         | 
| 2127 | 
            -
                " | 
| 2135 | 
            +
                "S27": {
         | 
| 2128 2136 | 
             
                  "type": "structure",
         | 
| 2129 2137 | 
             
                  "members": {
         | 
| 2130 2138 | 
             
                    "typeName": {},
         | 
| @@ -2135,13 +2143,13 @@ | |
| 2135 2143 | 
             
                    "responseMappingTemplate": {},
         | 
| 2136 2144 | 
             
                    "kind": {},
         | 
| 2137 2145 | 
             
                    "pipelineConfig": {
         | 
| 2138 | 
            -
                      "shape": " | 
| 2146 | 
            +
                      "shape": "S22"
         | 
| 2139 2147 | 
             
                    },
         | 
| 2140 2148 | 
             
                    "syncConfig": {
         | 
| 2141 2149 | 
             
                      "shape": "S17"
         | 
| 2142 2150 | 
             
                    },
         | 
| 2143 2151 | 
             
                    "cachingConfig": {
         | 
| 2144 | 
            -
                      "shape": " | 
| 2152 | 
            +
                      "shape": "S24"
         | 
| 2145 2153 | 
             
                    },
         | 
| 2146 2154 | 
             
                    "maxBatchSize": {
         | 
| 2147 2155 | 
             
                      "type": "integer"
         | 
| @@ -2152,7 +2160,7 @@ | |
| 2152 2160 | 
             
                    "code": {}
         | 
| 2153 2161 | 
             
                  }
         | 
| 2154 2162 | 
             
                },
         | 
| 2155 | 
            -
                " | 
| 2163 | 
            +
                "S2b": {
         | 
| 2156 2164 | 
             
                  "type": "structure",
         | 
| 2157 2165 | 
             
                  "members": {
         | 
| 2158 2166 | 
             
                    "name": {},
         | 
| @@ -2162,14 +2170,14 @@ | |
| 2162 2170 | 
             
                    "format": {}
         | 
| 2163 2171 | 
             
                  }
         | 
| 2164 2172 | 
             
                },
         | 
| 2165 | 
            -
                " | 
| 2173 | 
            +
                "S36": {
         | 
| 2166 2174 | 
             
                  "type": "list",
         | 
| 2167 2175 | 
             
                  "member": {}
         | 
| 2168 2176 | 
             
                },
         | 
| 2169 | 
            -
                " | 
| 2177 | 
            +
                "S4k": {
         | 
| 2170 2178 | 
             
                  "type": "list",
         | 
| 2171 2179 | 
             
                  "member": {
         | 
| 2172 | 
            -
                    "shape": " | 
| 2180 | 
            +
                    "shape": "S27"
         | 
| 2173 2181 | 
             
                  }
         | 
| 2174 2182 | 
             
                }
         | 
| 2175 2183 | 
             
              }
         | 
| @@ -773,6 +773,12 @@ | |
| 773 773 | 
             
                  "output_token": "NextToken",
         | 
| 774 774 | 
             
                  "result_key": "Entries"
         | 
| 775 775 | 
             
                },
         | 
| 776 | 
            +
                "GetNetworkInsightsAccessScopeAnalysisFindings": {
         | 
| 777 | 
            +
                  "input_token": "NextToken",
         | 
| 778 | 
            +
                  "limit_key": "MaxResults",
         | 
| 779 | 
            +
                  "output_token": "NextToken",
         | 
| 780 | 
            +
                  "result_key": "AnalysisFindings"
         | 
| 781 | 
            +
                },
         | 
| 776 782 | 
             
                "GetSpotPlacementScores": {
         | 
| 777 783 | 
             
                  "input_token": "NextToken",
         | 
| 778 784 | 
             
                  "limit_key": "MaxResults",
         |