@aws-sdk/client-serverlessapplicationrepository 3.36.0 → 3.36.1
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 +11 -0
- package/dist-cjs/ServerlessApplicationRepository.js +0 -22
- package/dist-cjs/ServerlessApplicationRepositoryClient.js +0 -27
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -24
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +0 -24
- package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +0 -24
- package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +0 -24
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationPolicyCommand.js +0 -24
- package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationDependenciesCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -24
- package/dist-cjs/commands/PutApplicationPolicyCommand.js +0 -27
- package/dist-cjs/commands/UnshareApplicationCommand.js +0 -24
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -24
- package/dist-cjs/models/models_0.js +0 -126
- package/dist-cjs/pagination/ListApplicationDependenciesPaginator.js +0 -10
- package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/ServerlessApplicationRepository.d.ts +15 -67
- package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.d.ts +24 -108
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/models/models_0.d.ts +254 -895
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient";
|
|
2
|
-
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
2
|
+
|
|
5
3
|
export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
2
|
import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryClientConfig) => {
|
|
7
5
|
apiVersion: string;
|
|
8
6
|
disableHostPrefix: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-serverlessapplicationrepository",
|
|
3
3
|
"description": "AWS SDK for JavaScript Serverlessapplicationrepository Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.36.
|
|
4
|
+
"version": "3.36.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.36.
|
|
24
|
+
"@aws-sdk/client-sts": "3.36.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.36.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.36.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.36.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.36.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.36.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.36.0",
|