@aws-sdk/client-proton 3.295.0 → 3.297.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.
Files changed (102) hide show
  1. package/dist-types/Proton.d.ts +77 -0
  2. package/dist-types/ProtonClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateServiceCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  29. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +16 -0
  31. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  32. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +16 -0
  34. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  35. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +16 -0
  37. package/dist-types/commands/GetServiceCommand.d.ts +16 -0
  38. package/dist-types/commands/GetServiceInstanceCommand.d.ts +16 -0
  39. package/dist-types/commands/GetServiceTemplateCommand.d.ts +16 -0
  40. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +16 -0
  42. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +16 -0
  43. package/dist-types/commands/ListComponentOutputsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +16 -0
  49. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +16 -0
  56. package/dist-types/commands/ListServiceInstancesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +16 -0
  59. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +16 -0
  61. package/dist-types/commands/ListServicesCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +16 -0
  64. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +16 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateServiceCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +16 -0
  79. package/dist-types/models/ProtonServiceException.d.ts +2 -0
  80. package/dist-types/models/models_0.d.ts +566 -1
  81. package/dist-types/pagination/Interfaces.d.ts +3 -0
  82. package/dist-types/pagination/ListComponentOutputsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListComponentProvisionedResourcesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListEnvironmentTemplatesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListServiceInstancesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListServiceTemplateVersionsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListServiceTemplatesPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  102. package/package.json +30 -30
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateServiceInput, CreateServiceOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateServiceCommand}.
8
10
  */
9
11
  export interface CreateServiceCommandInput extends CreateServiceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateServiceCommand}.
13
17
  */
14
18
  export interface CreateServiceCommandOutput extends CreateServiceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline.
18
23
  * For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-services.html">Services</a> in the <i>Proton User
19
24
  * Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateServiceCommandInput - {@link CreateServiceCommandInput}
36
+ * @returns {@link CreateServiceCommandOutput}
30
37
  * @see {@link CreateServiceCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateServiceCommandOutput} for command's `response` shape.
32
39
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
58
65
  export declare class CreateServiceCommand extends $Command<CreateServiceCommandInput, CreateServiceCommandOutput, ProtonClientResolvedConfig> {
59
66
  readonly input: CreateServiceCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateServiceCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateServiceTemplateInput, CreateServiceTemplateOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateServiceTemplateCommand}.
8
10
  */
9
11
  export interface CreateServiceTemplateCommandInput extends CreateServiceTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateServiceTemplateCommand}.
13
17
  */
14
18
  export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline.
18
23
  * Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a
19
24
  * link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more
@@ -29,6 +34,8 @@ export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplat
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateServiceTemplateCommandInput - {@link CreateServiceTemplateCommandInput}
38
+ * @returns {@link CreateServiceTemplateCommandOutput}
32
39
  * @see {@link CreateServiceTemplateCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateServiceTemplateCommandOutput} for command's `response` shape.
34
41
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplat
57
64
  export declare class CreateServiceTemplateCommand extends $Command<CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
58
65
  readonly input: CreateServiceTemplateCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreateServiceTemplateCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateServiceTemplateVersionInput, CreateServiceTemplateVersionOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateServiceTemplateVersionCommand}.
8
10
  */
9
11
  export interface CreateServiceTemplateVersionCommandInput extends CreateServiceTemplateVersionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateServiceTemplateVersionCommand}.
13
17
  */
14
18
  export interface CreateServiceTemplateVersionCommandOutput extends CreateServiceTemplateVersionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a new major or minor version of a service template. A major version of a service template is a version that <i>isn't</i> backward
18
23
  * compatible. A minor version of a service template is a version that's backward compatible within its major version.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateServiceTemplateVersionCommandOutput extends CreateService
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateServiceTemplateVersionCommandInput - {@link CreateServiceTemplateVersionCommandInput}
35
+ * @returns {@link CreateServiceTemplateVersionCommandOutput}
29
36
  * @see {@link CreateServiceTemplateVersionCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateServiceTemplateVersionCommandOutput} for command's `response` shape.
31
38
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreateServiceTemplateVersionCommandOutput extends CreateService
57
64
  export declare class CreateServiceTemplateVersionCommand extends $Command<CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
58
65
  readonly input: CreateServiceTemplateVersionCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreateServiceTemplateVersionCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateTemplateSyncConfigInput, CreateTemplateSyncConfigOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTemplateSyncConfigCommand}.
8
10
  */
9
11
  export interface CreateTemplateSyncConfigCommandInput extends CreateTemplateSyncConfigInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTemplateSyncConfigCommand}.
13
17
  */
14
18
  export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyncConfigOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Set up a template to create new template versions automatically by tracking a linked repository. A linked
18
23
  * repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
19
24
  * <p>When a commit is pushed to your linked repository, Proton checks for changes to your repository template
@@ -30,6 +35,8 @@ export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyn
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateTemplateSyncConfigCommandInput - {@link CreateTemplateSyncConfigCommandInput}
39
+ * @returns {@link CreateTemplateSyncConfigCommandOutput}
33
40
  * @see {@link CreateTemplateSyncConfigCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateTemplateSyncConfigCommandOutput} for command's `response` shape.
35
42
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyn
58
65
  export declare class CreateTemplateSyncConfigCommand extends $Command<CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
59
66
  readonly input: CreateTemplateSyncConfigCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateTemplateSyncConfigCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteComponentInput, DeleteComponentOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteComponentCommand}.
8
10
  */
9
11
  export interface DeleteComponentCommandInput extends DeleteComponentInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteComponentCommand}.
13
17
  */
14
18
  export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an Proton component resource.</p>
18
23
  * <p>For more information about components, see
19
24
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -28,6 +33,8 @@ export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __M
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteComponentCommandInput - {@link DeleteComponentCommandInput}
37
+ * @returns {@link DeleteComponentCommandOutput}
31
38
  * @see {@link DeleteComponentCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteComponentCommandOutput} for command's `response` shape.
33
40
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __M
55
62
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ProtonClientResolvedConfig> {
56
63
  readonly input: DeleteComponentCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteComponentCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEnvironmentAccountConnectionInput, DeleteEnvironmentAccountConnectionOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEnvironmentAccountConnectionCommand}.
8
10
  */
9
11
  export interface DeleteEnvironmentAccountConnectionCommandInput extends DeleteEnvironmentAccountConnectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEnvironmentAccountConnectionCommand}.
13
17
  */
14
18
  export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteEnvironmentAccountConnectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>In an environment account, delete an environment account connection.</p>
18
23
  * <p>After you delete an environment account connection that’s in use by an Proton environment, Proton <i>can’t</i> manage the
19
24
  * environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're
@@ -30,6 +35,8 @@ export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteE
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteEnvironmentAccountConnectionCommandInput - {@link DeleteEnvironmentAccountConnectionCommandInput}
39
+ * @returns {@link DeleteEnvironmentAccountConnectionCommandOutput}
33
40
  * @see {@link DeleteEnvironmentAccountConnectionCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteEnvironmentAccountConnectionCommandOutput} for command's `response` shape.
35
42
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteE
57
64
  export declare class DeleteEnvironmentAccountConnectionCommand extends $Command<DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
58
65
  readonly input: DeleteEnvironmentAccountConnectionCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteEnvironmentAccountConnectionCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEnvironmentInput, DeleteEnvironmentOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEnvironmentCommand}.
8
10
  */
9
11
  export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEnvironmentCommand}.
13
17
  */
14
18
  export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an environment.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteEnvironmentCommandInput - {@link DeleteEnvironmentCommandInput}
34
+ * @returns {@link DeleteEnvironmentCommandOutput}
28
35
  * @see {@link DeleteEnvironmentCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput,
52
59
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: DeleteEnvironmentCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteEnvironmentCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEnvironmentTemplateInput, DeleteEnvironmentTemplateOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEnvironmentTemplateCommand}.
8
10
  */
9
11
  export interface DeleteEnvironmentTemplateCommandInput extends DeleteEnvironmentTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEnvironmentTemplateCommand}.
13
17
  */
14
18
  export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmentTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>If no other major or minor versions of an environment template exist, delete the environment template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteEnvironmentTemplateCommandInput - {@link DeleteEnvironmentTemplateCommandInput}
34
+ * @returns {@link DeleteEnvironmentTemplateCommandOutput}
28
35
  * @see {@link DeleteEnvironmentTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteEnvironmentTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
52
59
  export declare class DeleteEnvironmentTemplateCommand extends $Command<DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: DeleteEnvironmentTemplateCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteEnvironmentTemplateCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEnvironmentTemplateVersionInput, DeleteEnvironmentTemplateVersionOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEnvironmentTemplateVersionCommand}.
8
10
  */
9
11
  export interface DeleteEnvironmentTemplateVersionCommandInput extends DeleteEnvironmentTemplateVersionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEnvironmentTemplateVersionCommand}.
13
17
  */
14
18
  export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnvironmentTemplateVersionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the
18
23
  * <code>Recommended</code> version. Delete the <code>Recommended</code> version of the environment template if no other major versions or minor versions
19
24
  * of the environment template exist. A major version of an environment template is a version that's not backward compatible.</p>
@@ -30,6 +35,8 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteEnvironmentTemplateVersionCommandInput - {@link DeleteEnvironmentTemplateVersionCommandInput}
39
+ * @returns {@link DeleteEnvironmentTemplateVersionCommandOutput}
33
40
  * @see {@link DeleteEnvironmentTemplateVersionCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteEnvironmentTemplateVersionCommandOutput} for command's `response` shape.
35
42
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
57
64
  export declare class DeleteEnvironmentTemplateVersionCommand extends $Command<DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
58
65
  readonly input: DeleteEnvironmentTemplateVersionCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteEnvironmentTemplateVersionCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRepositoryCommand}.
8
10
  */
9
11
  export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRepositoryCommand}.
13
17
  */
14
18
  export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>De-register and unlink your repository.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRepositoryCommandInput - {@link DeleteRepositoryCommandInput}
34
+ * @returns {@link DeleteRepositoryCommandOutput}
28
35
  * @see {@link DeleteRepositoryCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRepositoryCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
52
59
  export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: DeleteRepositoryCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteRepositoryCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteServiceInput, DeleteServiceOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServiceCommand}.
8
10
  */
9
11
  export interface DeleteServiceCommandInput extends DeleteServiceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServiceCommand}.
13
17
  */
14
18
  export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete a service, with its instances and pipeline.</p>
18
23
  * <note>
19
24
  * <p>You can't delete a service if it has any service instances that have components attached to them.</p>
@@ -31,6 +36,8 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DeleteServiceCommandInput - {@link DeleteServiceCommandInput}
40
+ * @returns {@link DeleteServiceCommandOutput}
34
41
  * @see {@link DeleteServiceCommandInput} for command's `input` shape.
35
42
  * @see {@link DeleteServiceCommandOutput} for command's `response` shape.
36
43
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
58
65
  export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, ProtonClientResolvedConfig> {
59
66
  readonly input: DeleteServiceCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteServiceCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteServiceTemplateInput, DeleteServiceTemplateOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServiceTemplateCommand}.
8
10
  */
9
11
  export interface DeleteServiceTemplateCommandInput extends DeleteServiceTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServiceTemplateCommand}.
13
17
  */
14
18
  export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>If no other major or minor versions of the service template exist, delete the service template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteServiceTemplateCommandInput - {@link DeleteServiceTemplateCommandInput}
34
+ * @returns {@link DeleteServiceTemplateCommandOutput}
28
35
  * @see {@link DeleteServiceTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteServiceTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
52
59
  export declare class DeleteServiceTemplateCommand extends $Command<DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: DeleteServiceTemplateCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteServiceTemplateCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }