@aws-sdk/client-appintegrations 3.496.0 → 3.501.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/dist-cjs/index.js +13 -12
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2150,22 +2150,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2150
2150
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2151
2151
|
|
|
2152
2152
|
0 && (module.exports = {
|
|
2153
|
-
AccessDeniedException,
|
|
2154
|
-
AppIntegrations,
|
|
2155
|
-
AppIntegrationsClient,
|
|
2156
2153
|
AppIntegrationsServiceException,
|
|
2154
|
+
__Client,
|
|
2155
|
+
AppIntegrationsClient,
|
|
2156
|
+
AppIntegrations,
|
|
2157
|
+
$Command,
|
|
2157
2158
|
CreateApplicationCommand,
|
|
2158
2159
|
CreateDataIntegrationCommand,
|
|
2159
2160
|
CreateEventIntegrationCommand,
|
|
2160
2161
|
DeleteApplicationCommand,
|
|
2161
2162
|
DeleteDataIntegrationCommand,
|
|
2162
2163
|
DeleteEventIntegrationCommand,
|
|
2163
|
-
DuplicateResourceException,
|
|
2164
2164
|
GetApplicationCommand,
|
|
2165
2165
|
GetDataIntegrationCommand,
|
|
2166
2166
|
GetEventIntegrationCommand,
|
|
2167
|
-
InternalServiceError,
|
|
2168
|
-
InvalidRequestException,
|
|
2169
2167
|
ListApplicationAssociationsCommand,
|
|
2170
2168
|
ListApplicationsCommand,
|
|
2171
2169
|
ListDataIntegrationAssociationsCommand,
|
|
@@ -2173,21 +2171,24 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2173
2171
|
ListEventIntegrationAssociationsCommand,
|
|
2174
2172
|
ListEventIntegrationsCommand,
|
|
2175
2173
|
ListTagsForResourceCommand,
|
|
2176
|
-
ResourceNotFoundException,
|
|
2177
|
-
ResourceQuotaExceededException,
|
|
2178
2174
|
TagResourceCommand,
|
|
2179
|
-
ThrottlingException,
|
|
2180
|
-
UnsupportedOperationException,
|
|
2181
2175
|
UntagResourceCommand,
|
|
2182
2176
|
UpdateApplicationCommand,
|
|
2183
2177
|
UpdateDataIntegrationCommand,
|
|
2184
2178
|
UpdateEventIntegrationCommand,
|
|
2185
|
-
__Client,
|
|
2186
2179
|
paginateListApplicationAssociations,
|
|
2187
2180
|
paginateListApplications,
|
|
2188
2181
|
paginateListDataIntegrationAssociations,
|
|
2189
2182
|
paginateListDataIntegrations,
|
|
2190
2183
|
paginateListEventIntegrationAssociations,
|
|
2191
|
-
paginateListEventIntegrations
|
|
2184
|
+
paginateListEventIntegrations,
|
|
2185
|
+
AccessDeniedException,
|
|
2186
|
+
DuplicateResourceException,
|
|
2187
|
+
InternalServiceError,
|
|
2188
|
+
InvalidRequestException,
|
|
2189
|
+
ResourceQuotaExceededException,
|
|
2190
|
+
ThrottlingException,
|
|
2191
|
+
UnsupportedOperationException,
|
|
2192
|
+
ResourceNotFoundException
|
|
2192
2193
|
});
|
|
2193
2194
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appintegrations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appintegrations",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|