@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 { GetServiceInstanceInput, GetServiceInstanceOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetServiceInstanceCommand}.
8
10
  */
9
11
  export interface GetServiceInstanceCommandInput extends GetServiceInstanceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetServiceInstanceCommand}.
13
17
  */
14
18
  export interface GetServiceInstanceCommandOutput extends GetServiceInstanceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific 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 GetServiceInstanceCommandOutput extends GetServiceInstanceOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetServiceInstanceCommandInput - {@link GetServiceInstanceCommandInput}
34
+ * @returns {@link GetServiceInstanceCommandOutput}
28
35
  * @see {@link GetServiceInstanceCommandInput} for command's `input` shape.
29
36
  * @see {@link GetServiceInstanceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetServiceInstanceCommandOutput extends GetServiceInstanceOutpu
49
56
  export declare class GetServiceInstanceCommand extends $Command<GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: GetServiceInstanceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetServiceInstanceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetServiceTemplateInput, GetServiceTemplateOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetServiceTemplateCommand}.
8
10
  */
9
11
  export interface GetServiceTemplateCommandInput extends GetServiceTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetServiceTemplateCommand}.
13
17
  */
14
18
  export interface GetServiceTemplateCommandOutput extends GetServiceTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get detailed data for a 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 GetServiceTemplateCommandOutput extends GetServiceTemplateOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetServiceTemplateCommandInput - {@link GetServiceTemplateCommandInput}
34
+ * @returns {@link GetServiceTemplateCommandOutput}
28
35
  * @see {@link GetServiceTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link GetServiceTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetServiceTemplateCommandOutput extends GetServiceTemplateOutpu
49
56
  export declare class GetServiceTemplateCommand extends $Command<GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: GetServiceTemplateCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetServiceTemplateCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetServiceTemplateVersionInput, GetServiceTemplateVersionOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetServiceTemplateVersionCommand}.
8
10
  */
9
11
  export interface GetServiceTemplateVersionCommandInput extends GetServiceTemplateVersionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetServiceTemplateVersionCommand}.
13
17
  */
14
18
  export interface GetServiceTemplateVersionCommandOutput extends GetServiceTemplateVersionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get detailed data for a major or minor version of a 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 GetServiceTemplateVersionCommandOutput extends GetServiceTempla
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetServiceTemplateVersionCommandInput - {@link GetServiceTemplateVersionCommandInput}
34
+ * @returns {@link GetServiceTemplateVersionCommandOutput}
28
35
  * @see {@link GetServiceTemplateVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetServiceTemplateVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetServiceTemplateVersionCommandOutput extends GetServiceTempla
49
56
  export declare class GetServiceTemplateVersionCommand extends $Command<GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: GetServiceTemplateVersionCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetServiceTemplateVersionCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTemplateSyncConfigCommand}.
8
10
  */
9
11
  export interface GetTemplateSyncConfigCommandInput extends GetTemplateSyncConfigInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTemplateSyncConfigCommand}.
13
17
  */
14
18
  export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfigOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get detail data for a template sync configuration.</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 GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetTemplateSyncConfigCommandInput - {@link GetTemplateSyncConfigCommandInput}
34
+ * @returns {@link GetTemplateSyncConfigCommandOutput}
28
35
  * @see {@link GetTemplateSyncConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link GetTemplateSyncConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfi
49
56
  export declare class GetTemplateSyncConfigCommand extends $Command<GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: GetTemplateSyncConfigCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetTemplateSyncConfigCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetTemplateSyncStatusInput, GetTemplateSyncStatusOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTemplateSyncStatusCommand}.
8
10
  */
9
11
  export interface GetTemplateSyncStatusCommandInput extends GetTemplateSyncStatusInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTemplateSyncStatusCommand}.
13
17
  */
14
18
  export interface GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatusOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get the status of a template sync.</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 GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetTemplateSyncStatusCommandInput - {@link GetTemplateSyncStatusCommandInput}
34
+ * @returns {@link GetTemplateSyncStatusCommandOutput}
28
35
  * @see {@link GetTemplateSyncStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link GetTemplateSyncStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatu
49
56
  export declare class GetTemplateSyncStatusCommand extends $Command<GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: GetTemplateSyncStatusCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetTemplateSyncStatusCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListComponentOutputsInput, ListComponentOutputsOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListComponentOutputsCommand}.
8
10
  */
9
11
  export interface ListComponentOutputsCommandInput extends ListComponentOutputsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListComponentOutputsCommand}.
13
17
  */
14
18
  export interface ListComponentOutputsCommandOutput extends ListComponentOutputsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get a list of component Infrastructure as Code (IaC) outputs.</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 ListComponentOutputsCommandOutput extends ListComponentOutputsO
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListComponentOutputsCommandInput - {@link ListComponentOutputsCommandInput}
37
+ * @returns {@link ListComponentOutputsCommandOutput}
31
38
  * @see {@link ListComponentOutputsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListComponentOutputsCommandOutput} for command's `response` shape.
33
40
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListComponentOutputsCommandOutput extends ListComponentOutputsO
52
59
  export declare class ListComponentOutputsCommand extends $Command<ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: ListComponentOutputsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListComponentOutputsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput>;
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 { ListComponentProvisionedResourcesInput, ListComponentProvisionedResourcesOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListComponentProvisionedResourcesCommand}.
8
10
  */
9
11
  export interface ListComponentProvisionedResourcesCommandInput extends ListComponentProvisionedResourcesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListComponentProvisionedResourcesCommand}.
13
17
  */
14
18
  export interface ListComponentProvisionedResourcesCommandOutput extends ListComponentProvisionedResourcesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List provisioned resources for a component with details.</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 ListComponentProvisionedResourcesCommandOutput extends ListComp
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListComponentProvisionedResourcesCommandInput - {@link ListComponentProvisionedResourcesCommandInput}
37
+ * @returns {@link ListComponentProvisionedResourcesCommandOutput}
31
38
  * @see {@link ListComponentProvisionedResourcesCommandInput} for command's `input` shape.
32
39
  * @see {@link ListComponentProvisionedResourcesCommandOutput} for command's `response` shape.
33
40
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListComponentProvisionedResourcesCommandOutput extends ListComp
52
59
  export declare class ListComponentProvisionedResourcesCommand extends $Command<ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: ListComponentProvisionedResourcesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListComponentProvisionedResourcesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput>;
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 { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListComponentsCommand}.
8
10
  */
9
11
  export interface ListComponentsCommandInput extends ListComponentsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListComponentsCommand}.
13
17
  */
14
18
  export interface ListComponentsCommandOutput extends ListComponentsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List components with summary data. You can filter the result list by environment, service, or a single service instance.</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 ListComponentsCommandOutput extends ListComponentsOutput, __Met
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListComponentsCommandInput - {@link ListComponentsCommandInput}
37
+ * @returns {@link ListComponentsCommandOutput}
31
38
  * @see {@link ListComponentsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListComponentsCommandOutput} for command's `response` shape.
33
40
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListComponentsCommandOutput extends ListComponentsOutput, __Met
49
56
  export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: ListComponentsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListComponentsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListEnvironmentAccountConnectionsInput, ListEnvironmentAccountConnectionsOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEnvironmentAccountConnectionsCommand}.
8
10
  */
9
11
  export interface ListEnvironmentAccountConnectionsCommandInput extends ListEnvironmentAccountConnectionsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEnvironmentAccountConnectionsCommand}.
13
17
  */
14
18
  export interface ListEnvironmentAccountConnectionsCommandOutput extends ListEnvironmentAccountConnectionsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>View a list of environment account connections.</p>
18
23
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
19
24
  * connections</a> in the <i>Proton User guide</i>.</p>
@@ -27,6 +32,8 @@ export interface ListEnvironmentAccountConnectionsCommandOutput extends ListEnvi
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListEnvironmentAccountConnectionsCommandInput - {@link ListEnvironmentAccountConnectionsCommandInput}
36
+ * @returns {@link ListEnvironmentAccountConnectionsCommandOutput}
30
37
  * @see {@link ListEnvironmentAccountConnectionsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListEnvironmentAccountConnectionsCommandOutput} for command's `response` shape.
32
39
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListEnvironmentAccountConnectionsCommandOutput extends ListEnvi
48
55
  export declare class ListEnvironmentAccountConnectionsCommand extends $Command<ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput, ProtonClientResolvedConfig> {
49
56
  readonly input: ListEnvironmentAccountConnectionsCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListEnvironmentAccountConnectionsCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListEnvironmentOutputsInput, ListEnvironmentOutputsOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEnvironmentOutputsCommand}.
8
10
  */
9
11
  export interface ListEnvironmentOutputsCommandInput extends ListEnvironmentOutputsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEnvironmentOutputsCommand}.
13
17
  */
14
18
  export interface ListEnvironmentOutputsCommandOutput extends ListEnvironmentOutputsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the infrastructure as code outputs for your 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 ListEnvironmentOutputsCommandOutput extends ListEnvironmentOutp
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListEnvironmentOutputsCommandInput - {@link ListEnvironmentOutputsCommandInput}
34
+ * @returns {@link ListEnvironmentOutputsCommandOutput}
28
35
  * @see {@link ListEnvironmentOutputsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListEnvironmentOutputsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListEnvironmentOutputsCommandOutput extends ListEnvironmentOutp
49
56
  export declare class ListEnvironmentOutputsCommand extends $Command<ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: ListEnvironmentOutputsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListEnvironmentOutputsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListEnvironmentProvisionedResourcesInput, ListEnvironmentProvisionedResourcesOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEnvironmentProvisionedResourcesCommand}.
8
10
  */
9
11
  export interface ListEnvironmentProvisionedResourcesCommandInput extends ListEnvironmentProvisionedResourcesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEnvironmentProvisionedResourcesCommand}.
13
17
  */
14
18
  export interface ListEnvironmentProvisionedResourcesCommandOutput extends ListEnvironmentProvisionedResourcesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the provisioned resources for your 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 ListEnvironmentProvisionedResourcesCommandOutput extends ListEn
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListEnvironmentProvisionedResourcesCommandInput - {@link ListEnvironmentProvisionedResourcesCommandInput}
34
+ * @returns {@link ListEnvironmentProvisionedResourcesCommandOutput}
28
35
  * @see {@link ListEnvironmentProvisionedResourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListEnvironmentProvisionedResourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListEnvironmentProvisionedResourcesCommandOutput extends ListEn
49
56
  export declare class ListEnvironmentProvisionedResourcesCommand extends $Command<ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: ListEnvironmentProvisionedResourcesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListEnvironmentProvisionedResourcesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListEnvironmentTemplateVersionsInput, ListEnvironmentTemplateVersionsOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEnvironmentTemplateVersionsCommand}.
8
10
  */
9
11
  export interface ListEnvironmentTemplateVersionsCommandInput extends ListEnvironmentTemplateVersionsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEnvironmentTemplateVersionsCommand}.
13
17
  */
14
18
  export interface ListEnvironmentTemplateVersionsCommandOutput extends ListEnvironmentTemplateVersionsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List major or minor versions of an environment template with detail data.</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 ListEnvironmentTemplateVersionsCommandOutput extends ListEnviro
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListEnvironmentTemplateVersionsCommandInput - {@link ListEnvironmentTemplateVersionsCommandInput}
34
+ * @returns {@link ListEnvironmentTemplateVersionsCommandOutput}
28
35
  * @see {@link ListEnvironmentTemplateVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListEnvironmentTemplateVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListEnvironmentTemplateVersionsCommandOutput extends ListEnviro
49
56
  export declare class ListEnvironmentTemplateVersionsCommand extends $Command<ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput, ProtonClientResolvedConfig> {
50
57
  readonly input: ListEnvironmentTemplateVersionsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListEnvironmentTemplateVersionsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }