@aws-sdk/client-proton 3.298.0 → 3.300.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 (77) hide show
  1. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +3 -0
  2. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +3 -0
  3. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +3 -0
  4. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +4 -0
  5. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +3 -0
  6. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +14 -0
  8. package/dist-types/commands/CreateEnvironmentCommand.d.ts +23 -0
  9. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +13 -0
  10. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +18 -0
  11. package/dist-types/commands/CreateRepositoryCommand.d.ts +12 -0
  12. package/dist-types/commands/CreateServiceCommand.d.ts +17 -0
  13. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +13 -0
  14. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +27 -0
  15. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +8 -0
  16. package/dist-types/commands/DeleteComponentCommand.d.ts +3 -0
  17. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +5 -0
  21. package/dist-types/commands/DeleteRepositoryCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -0
  23. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +3 -0
  24. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +5 -0
  25. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +4 -0
  26. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -0
  27. package/dist-types/commands/GetComponentCommand.d.ts +3 -0
  28. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +3 -0
  29. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -0
  30. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +3 -0
  31. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +5 -0
  32. package/dist-types/commands/GetRepositoryCommand.d.ts +4 -0
  33. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -0
  34. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +1 -0
  35. package/dist-types/commands/GetServiceCommand.d.ts +3 -0
  36. package/dist-types/commands/GetServiceInstanceCommand.d.ts +4 -0
  37. package/dist-types/commands/GetServiceTemplateCommand.d.ts +3 -0
  38. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +5 -0
  39. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +4 -0
  40. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +5 -0
  41. package/dist-types/commands/ListComponentOutputsCommand.d.ts +4 -0
  42. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +4 -0
  43. package/dist-types/commands/ListComponentsCommand.d.ts +7 -0
  44. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +9 -0
  45. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +4 -0
  46. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +4 -0
  47. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +4 -0
  49. package/dist-types/commands/ListEnvironmentsCommand.d.ts +10 -0
  50. package/dist-types/commands/ListRepositoriesCommand.d.ts +4 -0
  51. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +5 -0
  53. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +5 -0
  54. package/dist-types/commands/ListServiceInstancesCommand.d.ts +13 -0
  55. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +4 -0
  56. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +4 -0
  57. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +4 -0
  59. package/dist-types/commands/ListServicesCommand.d.ts +4 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -0
  61. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +12 -0
  62. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +3 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +10 -0
  66. package/dist-types/commands/UpdateComponentCommand.d.ts +9 -0
  67. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +17 -0
  69. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +5 -0
  70. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +7 -0
  71. package/dist-types/commands/UpdateServiceCommand.d.ts +5 -0
  72. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +8 -0
  73. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +7 -0
  74. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +5 -0
  75. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +8 -0
  77. package/package.json +12 -12
@@ -28,6 +28,15 @@ 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 = {
32
+ * requestedBy: "STRING_VALUE", // required
33
+ * environmentName: "STRING_VALUE",
34
+ * statuses: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * nextToken: "STRING_VALUE",
38
+ * maxResults: Number("int"),
39
+ * };
31
40
  * const command = new ListEnvironmentAccountConnectionsCommand(input);
32
41
  * const response = await client.send(command);
33
42
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * environmentName: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListEnvironmentOutputsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * environmentName: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListEnvironmentProvisionedResourcesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * templateName: "STRING_VALUE", // required
33
+ * majorVersion: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListEnvironmentTemplateVersionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListEnvironmentTemplatesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,16 @@ 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 = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * environmentTemplates: [
33
+ * {
34
+ * templateName: "STRING_VALUE", // required
35
+ * majorVersion: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * };
29
39
  * const command = new ListEnvironmentsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListRepositoriesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * repositoryName: "STRING_VALUE", // required
31
+ * repositoryProvider: "STRING_VALUE", // required
32
+ * syncType: "STRING_VALUE", // required
33
+ * nextToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListRepositorySyncDefinitionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * serviceInstanceName: "STRING_VALUE", // required
31
+ * serviceName: "STRING_VALUE", // required
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListServiceInstanceOutputsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * serviceName: "STRING_VALUE", // required
31
+ * serviceInstanceName: "STRING_VALUE", // required
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListServiceInstanceProvisionedResourcesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,19 @@ 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 = {
31
+ * serviceName: "STRING_VALUE",
32
+ * nextToken: "STRING_VALUE",
33
+ * maxResults: Number("int"),
34
+ * filters: [
35
+ * {
36
+ * key: "STRING_VALUE",
37
+ * value: "STRING_VALUE",
38
+ * },
39
+ * ],
40
+ * sortBy: "STRING_VALUE",
41
+ * sortOrder: "STRING_VALUE",
42
+ * };
30
43
  * const command = new ListServiceInstancesCommand(input);
31
44
  * const response = await client.send(command);
32
45
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * serviceName: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListServicePipelineOutputsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * serviceName: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListServicePipelineProvisionedResourcesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * templateName: "STRING_VALUE", // required
33
+ * majorVersion: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListServiceTemplateVersionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListServiceTemplatesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListServicesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,11 @@ 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 = {
31
+ * resourceArn: "STRING_VALUE", // required
32
+ * nextToken: "STRING_VALUE",
33
+ * maxResults: Number("int"),
34
+ * };
30
35
  * const command = new ListTagsForResourceCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -28,6 +28,18 @@ 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 = {
32
+ * resourceArn: "STRING_VALUE", // required
33
+ * status: "STRING_VALUE",
34
+ * outputs: [
35
+ * {
36
+ * key: "STRING_VALUE",
37
+ * valueString: "STRING_VALUE",
38
+ * },
39
+ * ],
40
+ * deploymentId: "STRING_VALUE",
41
+ * statusMessage: "STRING_VALUE",
42
+ * };
31
43
  * const command = new NotifyResourceDeploymentStatusChangeCommand(input);
32
44
  * const response = await client.send(command);
33
45
  * ```
@@ -31,6 +31,9 @@ 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 = {
35
+ * id: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new RejectEnvironmentAccountConnectionCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -28,6 +28,15 @@ 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 = {
32
+ * resourceArn: "STRING_VALUE", // required
33
+ * tags: [ // required
34
+ * {
35
+ * key: "STRING_VALUE", // required
36
+ * value: "STRING_VALUE", // required
37
+ * },
38
+ * ],
39
+ * };
31
40
  * const command = new TagResourceCommand(input);
32
41
  * const response = await client.send(command);
33
42
  * ```
@@ -29,6 +29,12 @@ 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 = {
33
+ * resourceArn: "STRING_VALUE", // required
34
+ * tagKeys: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * };
32
38
  * const command = new UntagResourceCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -26,6 +26,16 @@ 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 = {
30
+ * pipelineServiceRoleArn: "STRING_VALUE",
31
+ * pipelineProvisioningRepository: {
32
+ * provider: "STRING_VALUE", // required
33
+ * name: "STRING_VALUE", // required
34
+ * branch: "STRING_VALUE", // required
35
+ * },
36
+ * deletePipelineProvisioningRepository: true || false,
37
+ * pipelineCodebuildRoleArn: "STRING_VALUE",
38
+ * };
29
39
  * const command = new UpdateAccountSettingsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -34,6 +34,15 @@ 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 = {
38
+ * name: "STRING_VALUE", // required
39
+ * deploymentType: "STRING_VALUE", // required
40
+ * description: "STRING_VALUE",
41
+ * serviceName: "STRING_VALUE",
42
+ * serviceInstanceName: "STRING_VALUE",
43
+ * serviceSpec: "STRING_VALUE",
44
+ * templateFile: "STRING_VALUE",
45
+ * };
37
46
  * const command = new UpdateComponentCommand(input);
38
47
  * const response = await client.send(command);
39
48
  * ```
@@ -28,6 +28,12 @@ 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 = {
32
+ * id: "STRING_VALUE", // required
33
+ * roleArn: "STRING_VALUE",
34
+ * componentRoleArn: "STRING_VALUE",
35
+ * codebuildRoleArn: "STRING_VALUE",
36
+ * };
31
37
  * const command = new UpdateEnvironmentAccountConnectionCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -74,6 +74,23 @@ 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 = {
78
+ * name: "STRING_VALUE", // required
79
+ * description: "STRING_VALUE",
80
+ * spec: "STRING_VALUE",
81
+ * templateMajorVersion: "STRING_VALUE",
82
+ * templateMinorVersion: "STRING_VALUE",
83
+ * protonServiceRoleArn: "STRING_VALUE",
84
+ * deploymentType: "STRING_VALUE", // required
85
+ * environmentAccountConnectionId: "STRING_VALUE",
86
+ * provisioningRepository: {
87
+ * provider: "STRING_VALUE", // required
88
+ * name: "STRING_VALUE", // required
89
+ * branch: "STRING_VALUE", // required
90
+ * },
91
+ * componentRoleArn: "STRING_VALUE",
92
+ * codebuildRoleArn: "STRING_VALUE",
93
+ * };
77
94
  * const command = new UpdateEnvironmentCommand(input);
78
95
  * const response = await client.send(command);
79
96
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * name: "STRING_VALUE", // required
31
+ * displayName: "STRING_VALUE",
32
+ * description: "STRING_VALUE",
33
+ * };
29
34
  * const command = new UpdateEnvironmentTemplateCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,13 @@ 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 = {
30
+ * templateName: "STRING_VALUE", // required
31
+ * majorVersion: "STRING_VALUE", // required
32
+ * minorVersion: "STRING_VALUE", // required
33
+ * description: "STRING_VALUE",
34
+ * status: "STRING_VALUE",
35
+ * };
29
36
  * const command = new UpdateEnvironmentTemplateVersionCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -37,6 +37,11 @@ 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 = {
41
+ * name: "STRING_VALUE", // required
42
+ * description: "STRING_VALUE",
43
+ * spec: "STRING_VALUE",
44
+ * };
40
45
  * const command = new UpdateServiceCommand(input);
41
46
  * const response = await client.send(command);
42
47
  * ```
@@ -34,6 +34,14 @@ 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 = {
38
+ * name: "STRING_VALUE", // required
39
+ * serviceName: "STRING_VALUE", // required
40
+ * deploymentType: "STRING_VALUE", // required
41
+ * spec: "STRING_VALUE",
42
+ * templateMajorVersion: "STRING_VALUE",
43
+ * templateMinorVersion: "STRING_VALUE",
44
+ * };
37
45
  * const command = new UpdateServiceInstanceCommand(input);
38
46
  * const response = await client.send(command);
39
47
  * ```
@@ -60,6 +60,13 @@ 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 = {
64
+ * serviceName: "STRING_VALUE", // required
65
+ * spec: "STRING_VALUE", // required
66
+ * deploymentType: "STRING_VALUE", // required
67
+ * templateMajorVersion: "STRING_VALUE",
68
+ * templateMinorVersion: "STRING_VALUE",
69
+ * };
63
70
  * const command = new UpdateServicePipelineCommand(input);
64
71
  * const response = await client.send(command);
65
72
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * name: "STRING_VALUE", // required
31
+ * displayName: "STRING_VALUE",
32
+ * description: "STRING_VALUE",
33
+ * };
29
34
  * const command = new UpdateServiceTemplateCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,22 @@ 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 = {
30
+ * templateName: "STRING_VALUE", // required
31
+ * majorVersion: "STRING_VALUE", // required
32
+ * minorVersion: "STRING_VALUE", // required
33
+ * description: "STRING_VALUE",
34
+ * status: "STRING_VALUE",
35
+ * compatibleEnvironmentTemplates: [
36
+ * {
37
+ * templateName: "STRING_VALUE", // required
38
+ * majorVersion: "STRING_VALUE", // required
39
+ * },
40
+ * ],
41
+ * supportedComponentSources: [
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * };
29
45
  * const command = new UpdateServiceTemplateVersionCommand(input);
30
46
  * const response = await client.send(command);
31
47
  * ```
@@ -28,6 +28,14 @@ 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 = {
32
+ * templateName: "STRING_VALUE", // required
33
+ * templateType: "STRING_VALUE", // required
34
+ * repositoryProvider: "STRING_VALUE", // required
35
+ * repositoryName: "STRING_VALUE", // required
36
+ * branch: "STRING_VALUE", // required
37
+ * subdirectory: "STRING_VALUE",
38
+ * };
31
39
  * const command = new UpdateTemplateSyncConfigCommand(input);
32
40
  * const response = await client.send(command);
33
41
  * ```
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.298.0",
4
+ "version": "3.300.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,23 +21,23 @@
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.298.0",
25
- "@aws-sdk/config-resolver": "3.296.0",
26
- "@aws-sdk/credential-provider-node": "3.298.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.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",
30
30
  "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.296.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.296.0",
54
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "@aws-sdk/util-waiter": "3.296.0",
57
57
  "tslib": "^2.5.0",