@aws-sdk/client-proton 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/AcceptEnvironmentAccountConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -4
- package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +5 -5
- package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -3
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +8 -8
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetComponentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentOutputsCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +1 -1
- package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +3 -3
- package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServicePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +4 -4
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -29,7 +29,7 @@ export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptE
|
|
|
29
29
|
* import { ProtonClient, AcceptEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, AcceptEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // AcceptEnvironmentAccountConnectionInput
|
|
33
33
|
* id: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new AcceptEnvironmentAccountConnectionCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface CancelComponentDeploymentCommandOutput extends CancelComponentD
|
|
|
29
29
|
* import { ProtonClient, CancelComponentDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, CancelComponentDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CancelComponentDeploymentInput
|
|
33
33
|
* componentName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CancelComponentDeploymentCommand(input);
|
|
@@ -41,7 +41,7 @@ export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironm
|
|
|
41
41
|
* import { ProtonClient, CancelEnvironmentDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
42
42
|
* // const { ProtonClient, CancelEnvironmentDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
43
43
|
* const client = new ProtonClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CancelEnvironmentDeploymentInput
|
|
45
45
|
* environmentName: "STRING_VALUE", // required
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CancelEnvironmentDeploymentCommand(input);
|
|
@@ -41,7 +41,7 @@ export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServ
|
|
|
41
41
|
* import { ProtonClient, CancelServiceInstanceDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
42
42
|
* // const { ProtonClient, CancelServiceInstanceDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
43
43
|
* const client = new ProtonClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CancelServiceInstanceDeploymentInput
|
|
45
45
|
* serviceInstanceName: "STRING_VALUE", // required
|
|
46
46
|
* serviceName: "STRING_VALUE", // required
|
|
47
47
|
* };
|
|
@@ -41,7 +41,7 @@ export interface CancelServicePipelineDeploymentCommandOutput extends CancelServ
|
|
|
41
41
|
* import { ProtonClient, CancelServicePipelineDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
42
42
|
* // const { ProtonClient, CancelServicePipelineDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
43
43
|
* const client = new ProtonClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CancelServicePipelineDeploymentInput
|
|
45
45
|
* serviceName: "STRING_VALUE", // required
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CancelServicePipelineDeploymentCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface CreateComponentCommandOutput extends CreateComponentOutput, __M
|
|
|
29
29
|
* import { ProtonClient, CreateComponentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, CreateComponentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateComponentInput
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
35
|
* serviceName: "STRING_VALUE",
|
|
@@ -38,8 +38,8 @@ export interface CreateComponentCommandOutput extends CreateComponentOutput, __M
|
|
|
38
38
|
* templateFile: "STRING_VALUE", // required
|
|
39
39
|
* manifest: "STRING_VALUE", // required
|
|
40
40
|
* serviceSpec: "STRING_VALUE",
|
|
41
|
-
* tags: [
|
|
42
|
-
* {
|
|
41
|
+
* tags: [ // TagList
|
|
42
|
+
* { // Tag
|
|
43
43
|
* key: "STRING_VALUE", // required
|
|
44
44
|
* value: "STRING_VALUE", // required
|
|
45
45
|
* },
|
|
@@ -30,13 +30,13 @@ export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateE
|
|
|
30
30
|
* import { ProtonClient, CreateEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
31
31
|
* // const { ProtonClient, CreateEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
32
32
|
* const client = new ProtonClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateEnvironmentAccountConnectionInput
|
|
34
34
|
* clientToken: "STRING_VALUE",
|
|
35
35
|
* managementAccountId: "STRING_VALUE", // required
|
|
36
36
|
* roleArn: "STRING_VALUE",
|
|
37
37
|
* environmentName: "STRING_VALUE", // required
|
|
38
|
-
* tags: [
|
|
39
|
-
* {
|
|
38
|
+
* tags: [ // TagList
|
|
39
|
+
* { // Tag
|
|
40
40
|
* key: "STRING_VALUE", // required
|
|
41
41
|
* value: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
@@ -41,7 +41,7 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput,
|
|
|
41
41
|
* import { ProtonClient, CreateEnvironmentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
42
42
|
* // const { ProtonClient, CreateEnvironmentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
43
43
|
* const client = new ProtonClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CreateEnvironmentInput
|
|
45
45
|
* name: "STRING_VALUE", // required
|
|
46
46
|
* templateName: "STRING_VALUE", // required
|
|
47
47
|
* templateMajorVersion: "STRING_VALUE", // required
|
|
@@ -50,13 +50,13 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput,
|
|
|
50
50
|
* spec: "STRING_VALUE", // required
|
|
51
51
|
* protonServiceRoleArn: "STRING_VALUE",
|
|
52
52
|
* environmentAccountConnectionId: "STRING_VALUE",
|
|
53
|
-
* tags: [
|
|
54
|
-
* {
|
|
53
|
+
* tags: [ // TagList
|
|
54
|
+
* { // Tag
|
|
55
55
|
* key: "STRING_VALUE", // required
|
|
56
56
|
* value: "STRING_VALUE", // required
|
|
57
57
|
* },
|
|
58
58
|
* ],
|
|
59
|
-
* provisioningRepository: {
|
|
59
|
+
* provisioningRepository: { // RepositoryBranchInput
|
|
60
60
|
* provider: "STRING_VALUE", // required
|
|
61
61
|
* name: "STRING_VALUE", // required
|
|
62
62
|
* branch: "STRING_VALUE", // required
|
|
@@ -40,14 +40,14 @@ export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmen
|
|
|
40
40
|
* import { ProtonClient, CreateEnvironmentTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
41
41
|
* // const { ProtonClient, CreateEnvironmentTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
42
42
|
* const client = new ProtonClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // CreateEnvironmentTemplateInput
|
|
44
44
|
* name: "STRING_VALUE", // required
|
|
45
45
|
* displayName: "STRING_VALUE",
|
|
46
46
|
* description: "STRING_VALUE",
|
|
47
47
|
* encryptionKey: "STRING_VALUE",
|
|
48
48
|
* provisioning: "STRING_VALUE",
|
|
49
|
-
* tags: [
|
|
50
|
-
* {
|
|
49
|
+
* tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
51
|
* key: "STRING_VALUE", // required
|
|
52
52
|
* value: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
@@ -28,19 +28,19 @@ export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnv
|
|
|
28
28
|
* import { ProtonClient, CreateEnvironmentTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, CreateEnvironmentTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateEnvironmentTemplateVersionInput
|
|
32
32
|
* clientToken: "STRING_VALUE",
|
|
33
33
|
* templateName: "STRING_VALUE", // required
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
35
|
* majorVersion: "STRING_VALUE",
|
|
36
|
-
* source: { // Union: only one key present
|
|
37
|
-
* s3: {
|
|
36
|
+
* source: { // TemplateVersionSourceInput Union: only one key present
|
|
37
|
+
* s3: { // S3ObjectSource
|
|
38
38
|
* bucket: "STRING_VALUE", // required
|
|
39
39
|
* key: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
42
|
-
* tags: [
|
|
43
|
-
* {
|
|
42
|
+
* tags: [ // TagList
|
|
43
|
+
* { // Tag
|
|
44
44
|
* key: "STRING_VALUE", // required
|
|
45
45
|
* value: "STRING_VALUE", // required
|
|
46
46
|
* },
|
|
@@ -31,13 +31,13 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
|
|
|
31
31
|
* import { ProtonClient, CreateRepositoryCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
32
32
|
* // const { ProtonClient, CreateRepositoryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
33
33
|
* const client = new ProtonClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateRepositoryInput
|
|
35
35
|
* provider: "STRING_VALUE", // required
|
|
36
36
|
* name: "STRING_VALUE", // required
|
|
37
37
|
* connectionArn: "STRING_VALUE", // required
|
|
38
38
|
* encryptionKey: "STRING_VALUE",
|
|
39
|
-
* tags: [
|
|
40
|
-
* {
|
|
39
|
+
* tags: [ // TagList
|
|
40
|
+
* { // Tag
|
|
41
41
|
* key: "STRING_VALUE", // required
|
|
42
42
|
* value: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
@@ -28,7 +28,7 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
|
|
|
28
28
|
* import { ProtonClient, CreateServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, CreateServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateServiceInput
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* description: "STRING_VALUE",
|
|
34
34
|
* templateName: "STRING_VALUE", // required
|
|
@@ -38,8 +38,8 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
|
|
|
38
38
|
* repositoryConnectionArn: "STRING_VALUE",
|
|
39
39
|
* repositoryId: "STRING_VALUE",
|
|
40
40
|
* branchName: "STRING_VALUE",
|
|
41
|
-
* tags: [
|
|
42
|
-
* {
|
|
41
|
+
* tags: [ // TagList
|
|
42
|
+
* { // Tag
|
|
43
43
|
* key: "STRING_VALUE", // required
|
|
44
44
|
* value: "STRING_VALUE", // required
|
|
45
45
|
* },
|
|
@@ -30,14 +30,14 @@ export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplat
|
|
|
30
30
|
* import { ProtonClient, CreateServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
31
31
|
* // const { ProtonClient, CreateServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
32
32
|
* const client = new ProtonClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateServiceTemplateInput
|
|
34
34
|
* name: "STRING_VALUE", // required
|
|
35
35
|
* displayName: "STRING_VALUE",
|
|
36
36
|
* description: "STRING_VALUE",
|
|
37
37
|
* encryptionKey: "STRING_VALUE",
|
|
38
38
|
* pipelineProvisioning: "STRING_VALUE",
|
|
39
|
-
* tags: [
|
|
40
|
-
* {
|
|
39
|
+
* tags: [ // TagList
|
|
40
|
+
* { // Tag
|
|
41
41
|
* key: "STRING_VALUE", // required
|
|
42
42
|
* value: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
@@ -27,30 +27,30 @@ export interface CreateServiceTemplateVersionCommandOutput extends CreateService
|
|
|
27
27
|
* import { ProtonClient, CreateServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
28
28
|
* // const { ProtonClient, CreateServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
29
29
|
* const client = new ProtonClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateServiceTemplateVersionInput
|
|
31
31
|
* clientToken: "STRING_VALUE",
|
|
32
32
|
* templateName: "STRING_VALUE", // required
|
|
33
33
|
* description: "STRING_VALUE",
|
|
34
34
|
* majorVersion: "STRING_VALUE",
|
|
35
|
-
* source: { // Union: only one key present
|
|
36
|
-
* s3: {
|
|
35
|
+
* source: { // TemplateVersionSourceInput Union: only one key present
|
|
36
|
+
* s3: { // S3ObjectSource
|
|
37
37
|
* bucket: "STRING_VALUE", // required
|
|
38
38
|
* key: "STRING_VALUE", // required
|
|
39
39
|
* },
|
|
40
40
|
* },
|
|
41
|
-
* compatibleEnvironmentTemplates: [ // required
|
|
42
|
-
* {
|
|
41
|
+
* compatibleEnvironmentTemplates: [ // CompatibleEnvironmentTemplateInputList // required
|
|
42
|
+
* { // CompatibleEnvironmentTemplateInput
|
|
43
43
|
* templateName: "STRING_VALUE", // required
|
|
44
44
|
* majorVersion: "STRING_VALUE", // required
|
|
45
45
|
* },
|
|
46
46
|
* ],
|
|
47
|
-
* tags: [
|
|
48
|
-
* {
|
|
47
|
+
* tags: [ // TagList
|
|
48
|
+
* { // Tag
|
|
49
49
|
* key: "STRING_VALUE", // required
|
|
50
50
|
* value: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
52
52
|
* ],
|
|
53
|
-
* supportedComponentSources: [
|
|
53
|
+
* supportedComponentSources: [ // ServiceTemplateSupportedComponentSourceInputList
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
56
|
* };
|
|
@@ -31,7 +31,7 @@ export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyn
|
|
|
31
31
|
* import { ProtonClient, CreateTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
32
32
|
* // const { ProtonClient, CreateTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
33
33
|
* const client = new ProtonClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateTemplateSyncConfigInput
|
|
35
35
|
* templateName: "STRING_VALUE", // required
|
|
36
36
|
* templateType: "STRING_VALUE", // required
|
|
37
37
|
* repositoryProvider: "STRING_VALUE", // required
|
|
@@ -29,7 +29,7 @@ export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __M
|
|
|
29
29
|
* import { ProtonClient, DeleteComponentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, DeleteComponentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteComponentInput
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteComponentCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteE
|
|
|
31
31
|
* import { ProtonClient, DeleteEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
32
32
|
* // const { ProtonClient, DeleteEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
33
33
|
* const client = new ProtonClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteEnvironmentAccountConnectionInput
|
|
35
35
|
* id: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteEnvironmentAccountConnectionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput,
|
|
|
26
26
|
* import { ProtonClient, DeleteEnvironmentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteEnvironmentInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEnvironmentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
|
|
|
26
26
|
* import { ProtonClient, DeleteEnvironmentTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, DeleteEnvironmentTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteEnvironmentTemplateInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEnvironmentTemplateCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
|
|
|
31
31
|
* import { ProtonClient, DeleteEnvironmentTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
32
32
|
* // const { ProtonClient, DeleteEnvironmentTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
33
33
|
* const client = new ProtonClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteEnvironmentTemplateVersionInput
|
|
35
35
|
* templateName: "STRING_VALUE", // required
|
|
36
36
|
* majorVersion: "STRING_VALUE", // required
|
|
37
37
|
* minorVersion: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
|
|
|
26
26
|
* import { ProtonClient, DeleteRepositoryCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, DeleteRepositoryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteRepositoryInput
|
|
30
30
|
* provider: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -32,7 +32,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
|
|
|
32
32
|
* import { ProtonClient, DeleteServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
33
33
|
* // const { ProtonClient, DeleteServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
34
34
|
* const client = new ProtonClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteServiceInput
|
|
36
36
|
* name: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteServiceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
|
|
|
26
26
|
* import { ProtonClient, DeleteServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, DeleteServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteServiceTemplateInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteServiceTemplateCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface DeleteServiceTemplateVersionCommandOutput extends DeleteService
|
|
|
31
31
|
* import { ProtonClient, DeleteServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
32
32
|
* // const { ProtonClient, DeleteServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
33
33
|
* const client = new ProtonClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteServiceTemplateVersionInput
|
|
35
35
|
* templateName: "STRING_VALUE", // required
|
|
36
36
|
* majorVersion: "STRING_VALUE", // required
|
|
37
37
|
* minorVersion: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteTemplateSyncConfigCommandOutput extends DeleteTemplateSyn
|
|
|
26
26
|
* import { ProtonClient, DeleteTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, DeleteTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteTemplateSyncConfigInput
|
|
30
30
|
* templateName: "STRING_VALUE", // required
|
|
31
31
|
* templateType: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -29,7 +29,7 @@ export interface GetComponentCommandOutput extends GetComponentOutput, __Metadat
|
|
|
29
29
|
* import { ProtonClient, GetComponentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, GetComponentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetComponentInput
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetComponentCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface GetEnvironmentAccountConnectionCommandOutput extends GetEnviron
|
|
|
28
28
|
* import { ProtonClient, GetEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, GetEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetEnvironmentAccountConnectionInput
|
|
32
32
|
* id: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetEnvironmentAccountConnectionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __Met
|
|
|
26
26
|
* import { ProtonClient, GetEnvironmentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetEnvironmentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEnvironmentInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEnvironmentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetEnvironmentTemplateCommandOutput extends GetEnvironmentTempl
|
|
|
26
26
|
* import { ProtonClient, GetEnvironmentTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetEnvironmentTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEnvironmentTemplateInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEnvironmentTemplateCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetEnvironmentTemplateVersionCommandOutput extends GetEnvironme
|
|
|
26
26
|
* import { ProtonClient, GetEnvironmentTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetEnvironmentTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEnvironmentTemplateVersionInput
|
|
30
30
|
* templateName: "STRING_VALUE", // required
|
|
31
31
|
* majorVersion: "STRING_VALUE", // required
|
|
32
32
|
* minorVersion: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
|
|
|
26
26
|
* import { ProtonClient, GetRepositoryCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetRepositoryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRepositoryInput
|
|
30
30
|
* provider: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -33,7 +33,7 @@ export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncS
|
|
|
33
33
|
* import { ProtonClient, GetRepositorySyncStatusCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
34
34
|
* // const { ProtonClient, GetRepositorySyncStatusCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
35
35
|
* const client = new ProtonClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // GetRepositorySyncStatusInput
|
|
37
37
|
* repositoryName: "STRING_VALUE", // required
|
|
38
38
|
* repositoryProvider: "STRING_VALUE", // required
|
|
39
39
|
* branch: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBea
|
|
|
26
26
|
* import { ProtonClient, GetServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetServiceInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetServiceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetServiceInstanceCommandOutput extends GetServiceInstanceOutpu
|
|
|
26
26
|
* import { ProtonClient, GetServiceInstanceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetServiceInstanceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetServiceInstanceInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* serviceName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetServiceTemplateCommandOutput extends GetServiceTemplateOutpu
|
|
|
26
26
|
* import { ProtonClient, GetServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetServiceTemplateInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetServiceTemplateCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetServiceTemplateVersionCommandOutput extends GetServiceTempla
|
|
|
26
26
|
* import { ProtonClient, GetServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetServiceTemplateVersionInput
|
|
30
30
|
* templateName: "STRING_VALUE", // required
|
|
31
31
|
* majorVersion: "STRING_VALUE", // required
|
|
32
32
|
* minorVersion: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfi
|
|
|
26
26
|
* import { ProtonClient, GetTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTemplateSyncConfigInput
|
|
30
30
|
* templateName: "STRING_VALUE", // required
|
|
31
31
|
* templateType: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatu
|
|
|
26
26
|
* import { ProtonClient, GetTemplateSyncStatusCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, GetTemplateSyncStatusCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTemplateSyncStatusInput
|
|
30
30
|
* templateName: "STRING_VALUE", // required
|
|
31
31
|
* templateType: "STRING_VALUE", // required
|
|
32
32
|
* templateVersion: "STRING_VALUE", // required
|
|
@@ -29,7 +29,7 @@ export interface ListComponentOutputsCommandOutput extends ListComponentOutputsO
|
|
|
29
29
|
* import { ProtonClient, ListComponentOutputsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, ListComponentOutputsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListComponentOutputsInput
|
|
33
33
|
* componentName: "STRING_VALUE", // required
|
|
34
34
|
* nextToken: "STRING_VALUE",
|
|
35
35
|
* };
|
|
@@ -29,7 +29,7 @@ export interface ListComponentProvisionedResourcesCommandOutput extends ListComp
|
|
|
29
29
|
* import { ProtonClient, ListComponentProvisionedResourcesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, ListComponentProvisionedResourcesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListComponentProvisionedResourcesInput
|
|
33
33
|
* componentName: "STRING_VALUE", // required
|
|
34
34
|
* nextToken: "STRING_VALUE",
|
|
35
35
|
* };
|
|
@@ -29,7 +29,7 @@ export interface ListComponentsCommandOutput extends ListComponentsOutput, __Met
|
|
|
29
29
|
* import { ProtonClient, ListComponentsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, ListComponentsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListComponentsInput
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* environmentName: "STRING_VALUE",
|
|
35
35
|
* serviceName: "STRING_VALUE",
|
|
@@ -28,10 +28,10 @@ export interface ListEnvironmentAccountConnectionsCommandOutput extends ListEnvi
|
|
|
28
28
|
* import { ProtonClient, ListEnvironmentAccountConnectionsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, ListEnvironmentAccountConnectionsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListEnvironmentAccountConnectionsInput
|
|
32
32
|
* requestedBy: "STRING_VALUE", // required
|
|
33
33
|
* environmentName: "STRING_VALUE",
|
|
34
|
-
* statuses: [
|
|
34
|
+
* statuses: [ // EnvironmentAccountConnectionStatusList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListEnvironmentOutputsCommandOutput extends ListEnvironmentOutp
|
|
|
26
26
|
* import { ProtonClient, ListEnvironmentOutputsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListEnvironmentOutputsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListEnvironmentOutputsInput
|
|
30
30
|
* environmentName: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListEnvironmentProvisionedResourcesCommandOutput extends ListEn
|
|
|
26
26
|
* import { ProtonClient, ListEnvironmentProvisionedResourcesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListEnvironmentProvisionedResourcesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListEnvironmentProvisionedResourcesInput
|
|
30
30
|
* environmentName: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListEnvironmentTemplateVersionsCommandOutput extends ListEnviro
|
|
|
26
26
|
* import { ProtonClient, ListEnvironmentTemplateVersionsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListEnvironmentTemplateVersionsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListEnvironmentTemplateVersionsInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* templateName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListEnvironmentTemplatesCommandOutput extends ListEnvironmentTe
|
|
|
26
26
|
* import { ProtonClient, ListEnvironmentTemplatesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListEnvironmentTemplatesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListEnvironmentTemplatesInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -26,11 +26,11 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsOutput, _
|
|
|
26
26
|
* import { ProtonClient, ListEnvironmentsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListEnvironmentsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListEnvironmentsInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
|
-
* environmentTemplates: [
|
|
33
|
-
* {
|
|
32
|
+
* environmentTemplates: [ // EnvironmentTemplateFilterList
|
|
33
|
+
* { // EnvironmentTemplateFilter
|
|
34
34
|
* templateName: "STRING_VALUE", // required
|
|
35
35
|
* majorVersion: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
@@ -26,7 +26,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, _
|
|
|
26
26
|
* import { ProtonClient, ListRepositoriesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListRepositoriesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRepositoriesInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListRepositorySyncDefinitionsCommandOutput extends ListReposito
|
|
|
26
26
|
* import { ProtonClient, ListRepositorySyncDefinitionsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListRepositorySyncDefinitionsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRepositorySyncDefinitionsInput
|
|
30
30
|
* repositoryName: "STRING_VALUE", // required
|
|
31
31
|
* repositoryProvider: "STRING_VALUE", // required
|
|
32
32
|
* syncType: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListServiceInstanceOutputsCommandOutput extends ListServiceInst
|
|
|
26
26
|
* import { ProtonClient, ListServiceInstanceOutputsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListServiceInstanceOutputsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServiceInstanceOutputsInput
|
|
30
30
|
* serviceInstanceName: "STRING_VALUE", // required
|
|
31
31
|
* serviceName: "STRING_VALUE", // required
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListServiceInstanceProvisionedResourcesCommandOutput extends Li
|
|
|
26
26
|
* import { ProtonClient, ListServiceInstanceProvisionedResourcesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListServiceInstanceProvisionedResourcesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServiceInstanceProvisionedResourcesInput
|
|
30
30
|
* serviceName: "STRING_VALUE", // required
|
|
31
31
|
* serviceInstanceName: "STRING_VALUE", // required
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -27,12 +27,12 @@ export interface ListServiceInstancesCommandOutput extends ListServiceInstancesO
|
|
|
27
27
|
* import { ProtonClient, ListServiceInstancesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
28
28
|
* // const { ProtonClient, ListServiceInstancesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
29
29
|
* const client = new ProtonClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListServiceInstancesInput
|
|
31
31
|
* serviceName: "STRING_VALUE",
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* maxResults: Number("int"),
|
|
34
|
-
* filters: [
|
|
35
|
-
* {
|
|
34
|
+
* filters: [ // ListServiceInstancesFilterList
|
|
35
|
+
* { // ListServiceInstancesFilter
|
|
36
36
|
* key: "STRING_VALUE",
|
|
37
37
|
* value: "STRING_VALUE",
|
|
38
38
|
* },
|
|
@@ -26,7 +26,7 @@ export interface ListServicePipelineOutputsCommandOutput extends ListServicePipe
|
|
|
26
26
|
* import { ProtonClient, ListServicePipelineOutputsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListServicePipelineOutputsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServicePipelineOutputsInput
|
|
30
30
|
* serviceName: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListServicePipelineProvisionedResourcesCommandOutput extends Li
|
|
|
26
26
|
* import { ProtonClient, ListServicePipelineProvisionedResourcesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListServicePipelineProvisionedResourcesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServicePipelineProvisionedResourcesInput
|
|
30
30
|
* serviceName: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListServiceTemplateVersionsCommandOutput extends ListServiceTem
|
|
|
26
26
|
* import { ProtonClient, ListServiceTemplateVersionsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListServiceTemplateVersionsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServiceTemplateVersionsInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* templateName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListServiceTemplatesCommandOutput extends ListServiceTemplatesO
|
|
|
26
26
|
* import { ProtonClient, ListServiceTemplatesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListServiceTemplatesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServiceTemplatesInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListServicesCommandOutput extends ListServicesOutput, __Metadat
|
|
|
26
26
|
* import { ProtonClient, ListServicesCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, ListServicesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListServicesInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
27
27
|
* import { ProtonClient, ListTagsForResourceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
28
28
|
* // const { ProtonClient, ListTagsForResourceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
29
29
|
* const client = new ProtonClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListTagsForResourceInput
|
|
31
31
|
* resourceArn: "STRING_VALUE", // required
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* maxResults: Number("int"),
|
|
@@ -28,11 +28,11 @@ export interface NotifyResourceDeploymentStatusChangeCommandOutput extends Notif
|
|
|
28
28
|
* import { ProtonClient, NotifyResourceDeploymentStatusChangeCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, NotifyResourceDeploymentStatusChangeCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // NotifyResourceDeploymentStatusChangeInput
|
|
32
32
|
* resourceArn: "STRING_VALUE", // required
|
|
33
33
|
* status: "STRING_VALUE",
|
|
34
|
-
* outputs: [
|
|
35
|
-
* {
|
|
34
|
+
* outputs: [ // OutputsList
|
|
35
|
+
* { // Output
|
|
36
36
|
* key: "STRING_VALUE",
|
|
37
37
|
* valueString: "STRING_VALUE",
|
|
38
38
|
* },
|
|
@@ -31,7 +31,7 @@ export interface RejectEnvironmentAccountConnectionCommandOutput extends RejectE
|
|
|
31
31
|
* import { ProtonClient, RejectEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
32
32
|
* // const { ProtonClient, RejectEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
33
33
|
* const client = new ProtonClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // RejectEnvironmentAccountConnectionInput
|
|
35
35
|
* id: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new RejectEnvironmentAccountConnectionCommand(input);
|
|
@@ -28,10 +28,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
28
28
|
* import { ProtonClient, TagResourceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, TagResourceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // TagResourceInput
|
|
32
32
|
* resourceArn: "STRING_VALUE", // required
|
|
33
|
-
* tags: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* tags: [ // TagList // required
|
|
34
|
+
* { // Tag
|
|
35
35
|
* key: "STRING_VALUE", // required
|
|
36
36
|
* value: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -29,9 +29,9 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
29
29
|
* import { ProtonClient, UntagResourceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
30
30
|
* // const { ProtonClient, UntagResourceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
31
31
|
* const client = new ProtonClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // UntagResourceInput
|
|
33
33
|
* resourceArn: "STRING_VALUE", // required
|
|
34
|
-
* tagKeys: [ // required
|
|
34
|
+
* tagKeys: [ // TagKeyList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
26
26
|
* import { ProtonClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateAccountSettingsInput
|
|
30
30
|
* pipelineServiceRoleArn: "STRING_VALUE",
|
|
31
|
-
* pipelineProvisioningRepository: {
|
|
31
|
+
* pipelineProvisioningRepository: { // RepositoryBranchInput
|
|
32
32
|
* provider: "STRING_VALUE", // required
|
|
33
33
|
* name: "STRING_VALUE", // required
|
|
34
34
|
* branch: "STRING_VALUE", // required
|
|
@@ -34,7 +34,7 @@ export interface UpdateComponentCommandOutput extends UpdateComponentOutput, __M
|
|
|
34
34
|
* import { ProtonClient, UpdateComponentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
35
35
|
* // const { ProtonClient, UpdateComponentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
36
36
|
* const client = new ProtonClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // UpdateComponentInput
|
|
38
38
|
* name: "STRING_VALUE", // required
|
|
39
39
|
* deploymentType: "STRING_VALUE", // required
|
|
40
40
|
* description: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface UpdateEnvironmentAccountConnectionCommandOutput extends UpdateE
|
|
|
28
28
|
* import { ProtonClient, UpdateEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, UpdateEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateEnvironmentAccountConnectionInput
|
|
32
32
|
* id: "STRING_VALUE", // required
|
|
33
33
|
* roleArn: "STRING_VALUE",
|
|
34
34
|
* componentRoleArn: "STRING_VALUE",
|
|
@@ -74,7 +74,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput,
|
|
|
74
74
|
* import { ProtonClient, UpdateEnvironmentCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
75
75
|
* // const { ProtonClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
76
76
|
* const client = new ProtonClient(config);
|
|
77
|
-
* const input = {
|
|
77
|
+
* const input = { // UpdateEnvironmentInput
|
|
78
78
|
* name: "STRING_VALUE", // required
|
|
79
79
|
* description: "STRING_VALUE",
|
|
80
80
|
* spec: "STRING_VALUE",
|
|
@@ -83,7 +83,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput,
|
|
|
83
83
|
* protonServiceRoleArn: "STRING_VALUE",
|
|
84
84
|
* deploymentType: "STRING_VALUE", // required
|
|
85
85
|
* environmentAccountConnectionId: "STRING_VALUE",
|
|
86
|
-
* provisioningRepository: {
|
|
86
|
+
* provisioningRepository: { // RepositoryBranchInput
|
|
87
87
|
* provider: "STRING_VALUE", // required
|
|
88
88
|
* name: "STRING_VALUE", // required
|
|
89
89
|
* branch: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface UpdateEnvironmentTemplateCommandOutput extends UpdateEnvironmen
|
|
|
26
26
|
* import { ProtonClient, UpdateEnvironmentTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, UpdateEnvironmentTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateEnvironmentTemplateInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* displayName: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface UpdateEnvironmentTemplateVersionCommandOutput extends UpdateEnv
|
|
|
26
26
|
* import { ProtonClient, UpdateEnvironmentTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, UpdateEnvironmentTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateEnvironmentTemplateVersionInput
|
|
30
30
|
* templateName: "STRING_VALUE", // required
|
|
31
31
|
* majorVersion: "STRING_VALUE", // required
|
|
32
32
|
* minorVersion: "STRING_VALUE", // required
|
|
@@ -37,7 +37,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceOutput, __Metad
|
|
|
37
37
|
* import { ProtonClient, UpdateServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
38
38
|
* // const { ProtonClient, UpdateServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
39
39
|
* const client = new ProtonClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // UpdateServiceInput
|
|
41
41
|
* name: "STRING_VALUE", // required
|
|
42
42
|
* description: "STRING_VALUE",
|
|
43
43
|
* spec: "STRING_VALUE",
|
|
@@ -34,7 +34,7 @@ export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanc
|
|
|
34
34
|
* import { ProtonClient, UpdateServiceInstanceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
35
35
|
* // const { ProtonClient, UpdateServiceInstanceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
36
36
|
* const client = new ProtonClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // UpdateServiceInstanceInput
|
|
38
38
|
* name: "STRING_VALUE", // required
|
|
39
39
|
* serviceName: "STRING_VALUE", // required
|
|
40
40
|
* deploymentType: "STRING_VALUE", // required
|
|
@@ -60,7 +60,7 @@ export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelin
|
|
|
60
60
|
* import { ProtonClient, UpdateServicePipelineCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
61
61
|
* // const { ProtonClient, UpdateServicePipelineCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
62
62
|
* const client = new ProtonClient(config);
|
|
63
|
-
* const input = {
|
|
63
|
+
* const input = { // UpdateServicePipelineInput
|
|
64
64
|
* serviceName: "STRING_VALUE", // required
|
|
65
65
|
* spec: "STRING_VALUE", // required
|
|
66
66
|
* deploymentType: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplat
|
|
|
26
26
|
* import { ProtonClient, UpdateServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, UpdateServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateServiceTemplateInput
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* displayName: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
|
@@ -26,19 +26,19 @@ export interface UpdateServiceTemplateVersionCommandOutput extends UpdateService
|
|
|
26
26
|
* import { ProtonClient, UpdateServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
27
27
|
* // const { ProtonClient, UpdateServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
28
28
|
* const client = new ProtonClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateServiceTemplateVersionInput
|
|
30
30
|
* templateName: "STRING_VALUE", // required
|
|
31
31
|
* majorVersion: "STRING_VALUE", // required
|
|
32
32
|
* minorVersion: "STRING_VALUE", // required
|
|
33
33
|
* description: "STRING_VALUE",
|
|
34
34
|
* status: "STRING_VALUE",
|
|
35
|
-
* compatibleEnvironmentTemplates: [
|
|
36
|
-
* {
|
|
35
|
+
* compatibleEnvironmentTemplates: [ // CompatibleEnvironmentTemplateInputList
|
|
36
|
+
* { // CompatibleEnvironmentTemplateInput
|
|
37
37
|
* templateName: "STRING_VALUE", // required
|
|
38
38
|
* majorVersion: "STRING_VALUE", // required
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
-
* supportedComponentSources: [
|
|
41
|
+
* supportedComponentSources: [ // ServiceTemplateSupportedComponentSourceInputList
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* };
|
|
@@ -28,7 +28,7 @@ export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyn
|
|
|
28
28
|
* import { ProtonClient, UpdateTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
29
29
|
* // const { ProtonClient, UpdateTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
30
30
|
* const client = new ProtonClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateTemplateSyncConfigInput
|
|
32
32
|
* templateName: "STRING_VALUE", // required
|
|
33
33
|
* templateType: "STRING_VALUE", // required
|
|
34
34
|
* repositoryProvider: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-proton",
|
|
3
3
|
"description": "AWS SDK for JavaScript Proton 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",
|