@aws-sdk/client-serverlessapplicationrepository 3.300.0 → 3.301.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-types/commands/CreateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +9 -9
- package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/PutApplicationPolicyCommand.d.ts +4 -4
- package/dist-types/commands/UnshareApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -26,11 +26,11 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, CreateApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, CreateApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateApplicationRequest
|
|
30
30
|
* Author: "STRING_VALUE", // required
|
|
31
31
|
* Description: "STRING_VALUE", // required
|
|
32
32
|
* HomePageUrl: "STRING_VALUE",
|
|
33
|
-
* Labels: [
|
|
33
|
+
* Labels: [ // __listOf__string
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* LicenseBody: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface CreateApplicationVersionCommandOutput extends CreateApplication
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, CreateApplicationVersionCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, CreateApplicationVersionCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateApplicationVersionRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* SemanticVersion: "STRING_VALUE", // required
|
|
32
32
|
* SourceCodeArchiveUrl: "STRING_VALUE",
|
|
@@ -26,9 +26,9 @@ export interface CreateCloudFormationChangeSetCommandOutput extends CreateCloudF
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, CreateCloudFormationChangeSetCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, CreateCloudFormationChangeSetCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateCloudFormationChangeSetRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
-
* Capabilities: [
|
|
31
|
+
* Capabilities: [ // __listOf__string
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* ChangeSetName: "STRING_VALUE",
|
|
@@ -37,8 +37,8 @@ export interface CreateCloudFormationChangeSetCommandOutput extends CreateCloudF
|
|
|
37
37
|
* NotificationArns: [
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* ParameterOverrides: [
|
|
41
|
-
* {
|
|
40
|
+
* ParameterOverrides: [ // __listOfParameterValue
|
|
41
|
+
* { // ParameterValue
|
|
42
42
|
* Name: "STRING_VALUE", // required
|
|
43
43
|
* Value: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
@@ -46,10 +46,10 @@ export interface CreateCloudFormationChangeSetCommandOutput extends CreateCloudF
|
|
|
46
46
|
* ResourceTypes: [
|
|
47
47
|
* "STRING_VALUE",
|
|
48
48
|
* ],
|
|
49
|
-
* RollbackConfiguration: {
|
|
49
|
+
* RollbackConfiguration: { // RollbackConfiguration
|
|
50
50
|
* MonitoringTimeInMinutes: Number("int"),
|
|
51
|
-
* RollbackTriggers: [
|
|
52
|
-
* {
|
|
51
|
+
* RollbackTriggers: [ // __listOfRollbackTrigger
|
|
52
|
+
* { // RollbackTrigger
|
|
53
53
|
* Arn: "STRING_VALUE", // required
|
|
54
54
|
* Type: "STRING_VALUE", // required
|
|
55
55
|
* },
|
|
@@ -57,8 +57,8 @@ export interface CreateCloudFormationChangeSetCommandOutput extends CreateCloudF
|
|
|
57
57
|
* },
|
|
58
58
|
* SemanticVersion: "STRING_VALUE",
|
|
59
59
|
* StackName: "STRING_VALUE", // required
|
|
60
|
-
* Tags: [
|
|
61
|
-
* {
|
|
60
|
+
* Tags: [ // __listOfTag
|
|
61
|
+
* { // Tag
|
|
62
62
|
* Key: "STRING_VALUE", // required
|
|
63
63
|
* Value: "STRING_VALUE", // required
|
|
64
64
|
* },
|
|
@@ -26,7 +26,7 @@ export interface CreateCloudFormationTemplateCommandOutput extends CreateCloudFo
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, CreateCloudFormationTemplateCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, CreateCloudFormationTemplateCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateCloudFormationTemplateRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* SemanticVersion: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, DeleteApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, DeleteApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteApplicationRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteApplicationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, GetApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, GetApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetApplicationRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* SemanticVersion: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetApplicationPolicyCommandOutput extends GetApplicationPolicyR
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, GetApplicationPolicyCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, GetApplicationPolicyCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetApplicationPolicyRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetApplicationPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetCloudFormationTemplateCommandOutput extends GetCloudFormatio
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, GetCloudFormationTemplateCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, GetCloudFormationTemplateCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetCloudFormationTemplateRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListApplicationDependenciesCommandOutput extends ListApplicatio
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, ListApplicationDependenciesCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, ListApplicationDependenciesCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListApplicationDependenciesRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* MaxItems: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, ListApplicationVersionsCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, ListApplicationVersionsCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListApplicationVersionsRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* MaxItems: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, ListApplicationsCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, ListApplicationsCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListApplicationsRequest
|
|
30
30
|
* MaxItems: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -29,11 +29,11 @@ export interface PutApplicationPolicyCommandOutput extends PutApplicationPolicyR
|
|
|
29
29
|
* import { ServerlessApplicationRepositoryClient, PutApplicationPolicyCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
30
30
|
* // const { ServerlessApplicationRepositoryClient, PutApplicationPolicyCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
31
31
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // PutApplicationPolicyRequest
|
|
33
33
|
* ApplicationId: "STRING_VALUE", // required
|
|
34
|
-
* Statements: [ // required
|
|
35
|
-
* {
|
|
36
|
-
* Actions: [ // required
|
|
34
|
+
* Statements: [ // __listOfApplicationPolicyStatement // required
|
|
35
|
+
* { // ApplicationPolicyStatement
|
|
36
|
+
* Actions: [ // __listOf__string // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* PrincipalOrgIDs: [
|
|
@@ -26,7 +26,7 @@ export interface UnshareApplicationCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, UnshareApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, UnshareApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UnshareApplicationRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* OrganizationId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,12 +26,12 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
26
26
|
* import { ServerlessApplicationRepositoryClient, UpdateApplicationCommand } from "@aws-sdk/client-serverlessapplicationrepository"; // ES Modules import
|
|
27
27
|
* // const { ServerlessApplicationRepositoryClient, UpdateApplicationCommand } = require("@aws-sdk/client-serverlessapplicationrepository"); // CommonJS import
|
|
28
28
|
* const client = new ServerlessApplicationRepositoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateApplicationRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* Author: "STRING_VALUE",
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
33
33
|
* HomePageUrl: "STRING_VALUE",
|
|
34
|
-
* Labels: [
|
|
34
|
+
* Labels: [ // __listOf__string
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* ReadmeBody: "STRING_VALUE",
|
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.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|