@aws-sdk/client-proton 3.299.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 +8 -8
@@ -29,6 +29,9 @@ export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptE
29
29
  * import { ProtonClient, AcceptEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, AcceptEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * id: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new AcceptEnvironmentAccountConnectionCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -29,6 +29,9 @@ export interface CancelComponentDeploymentCommandOutput extends CancelComponentD
29
29
  * import { ProtonClient, CancelComponentDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, CancelComponentDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * componentName: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new CancelComponentDeploymentCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -41,6 +41,9 @@ export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironm
41
41
  * import { ProtonClient, CancelEnvironmentDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
42
42
  * // const { ProtonClient, CancelEnvironmentDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
43
43
  * const client = new ProtonClient(config);
44
+ * const input = {
45
+ * environmentName: "STRING_VALUE", // required
46
+ * };
44
47
  * const command = new CancelEnvironmentDeploymentCommand(input);
45
48
  * const response = await client.send(command);
46
49
  * ```
@@ -41,6 +41,10 @@ export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServ
41
41
  * import { ProtonClient, CancelServiceInstanceDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
42
42
  * // const { ProtonClient, CancelServiceInstanceDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
43
43
  * const client = new ProtonClient(config);
44
+ * const input = {
45
+ * serviceInstanceName: "STRING_VALUE", // required
46
+ * serviceName: "STRING_VALUE", // required
47
+ * };
44
48
  * const command = new CancelServiceInstanceDeploymentCommand(input);
45
49
  * const response = await client.send(command);
46
50
  * ```
@@ -41,6 +41,9 @@ export interface CancelServicePipelineDeploymentCommandOutput extends CancelServ
41
41
  * import { ProtonClient, CancelServicePipelineDeploymentCommand } from "@aws-sdk/client-proton"; // ES Modules import
42
42
  * // const { ProtonClient, CancelServicePipelineDeploymentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
43
43
  * const client = new ProtonClient(config);
44
+ * const input = {
45
+ * serviceName: "STRING_VALUE", // required
46
+ * };
44
47
  * const command = new CancelServicePipelineDeploymentCommand(input);
45
48
  * const response = await client.send(command);
46
49
  * ```
@@ -29,6 +29,22 @@ export interface CreateComponentCommandOutput extends CreateComponentOutput, __M
29
29
  * import { ProtonClient, CreateComponentCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, CreateComponentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * name: "STRING_VALUE", // required
34
+ * description: "STRING_VALUE",
35
+ * serviceName: "STRING_VALUE",
36
+ * serviceInstanceName: "STRING_VALUE",
37
+ * environmentName: "STRING_VALUE",
38
+ * templateFile: "STRING_VALUE", // required
39
+ * manifest: "STRING_VALUE", // required
40
+ * serviceSpec: "STRING_VALUE",
41
+ * tags: [
42
+ * {
43
+ * key: "STRING_VALUE", // required
44
+ * value: "STRING_VALUE", // required
45
+ * },
46
+ * ],
47
+ * };
32
48
  * const command = new CreateComponentCommand(input);
33
49
  * const response = await client.send(command);
34
50
  * ```
@@ -30,6 +30,20 @@ export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateE
30
30
  * import { ProtonClient, CreateEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
31
31
  * // const { ProtonClient, CreateEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
32
32
  * const client = new ProtonClient(config);
33
+ * const input = {
34
+ * clientToken: "STRING_VALUE",
35
+ * managementAccountId: "STRING_VALUE", // required
36
+ * roleArn: "STRING_VALUE",
37
+ * environmentName: "STRING_VALUE", // required
38
+ * tags: [
39
+ * {
40
+ * key: "STRING_VALUE", // required
41
+ * value: "STRING_VALUE", // required
42
+ * },
43
+ * ],
44
+ * componentRoleArn: "STRING_VALUE",
45
+ * codebuildRoleArn: "STRING_VALUE",
46
+ * };
33
47
  * const command = new CreateEnvironmentAccountConnectionCommand(input);
34
48
  * const response = await client.send(command);
35
49
  * ```
@@ -41,6 +41,29 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput,
41
41
  * import { ProtonClient, CreateEnvironmentCommand } from "@aws-sdk/client-proton"; // ES Modules import
42
42
  * // const { ProtonClient, CreateEnvironmentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
43
43
  * const client = new ProtonClient(config);
44
+ * const input = {
45
+ * name: "STRING_VALUE", // required
46
+ * templateName: "STRING_VALUE", // required
47
+ * templateMajorVersion: "STRING_VALUE", // required
48
+ * templateMinorVersion: "STRING_VALUE",
49
+ * description: "STRING_VALUE",
50
+ * spec: "STRING_VALUE", // required
51
+ * protonServiceRoleArn: "STRING_VALUE",
52
+ * environmentAccountConnectionId: "STRING_VALUE",
53
+ * tags: [
54
+ * {
55
+ * key: "STRING_VALUE", // required
56
+ * value: "STRING_VALUE", // required
57
+ * },
58
+ * ],
59
+ * provisioningRepository: {
60
+ * provider: "STRING_VALUE", // required
61
+ * name: "STRING_VALUE", // required
62
+ * branch: "STRING_VALUE", // required
63
+ * },
64
+ * componentRoleArn: "STRING_VALUE",
65
+ * codebuildRoleArn: "STRING_VALUE",
66
+ * };
44
67
  * const command = new CreateEnvironmentCommand(input);
45
68
  * const response = await client.send(command);
46
69
  * ```
@@ -40,6 +40,19 @@ export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmen
40
40
  * import { ProtonClient, CreateEnvironmentTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
41
41
  * // const { ProtonClient, CreateEnvironmentTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
42
42
  * const client = new ProtonClient(config);
43
+ * const input = {
44
+ * name: "STRING_VALUE", // required
45
+ * displayName: "STRING_VALUE",
46
+ * description: "STRING_VALUE",
47
+ * encryptionKey: "STRING_VALUE",
48
+ * provisioning: "STRING_VALUE",
49
+ * tags: [
50
+ * {
51
+ * key: "STRING_VALUE", // required
52
+ * value: "STRING_VALUE", // required
53
+ * },
54
+ * ],
55
+ * };
43
56
  * const command = new CreateEnvironmentTemplateCommand(input);
44
57
  * const response = await client.send(command);
45
58
  * ```
@@ -28,6 +28,24 @@ export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnv
28
28
  * import { ProtonClient, CreateEnvironmentTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
29
29
  * // const { ProtonClient, CreateEnvironmentTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
30
30
  * const client = new ProtonClient(config);
31
+ * const input = {
32
+ * clientToken: "STRING_VALUE",
33
+ * templateName: "STRING_VALUE", // required
34
+ * description: "STRING_VALUE",
35
+ * majorVersion: "STRING_VALUE",
36
+ * source: { // Union: only one key present
37
+ * s3: {
38
+ * bucket: "STRING_VALUE", // required
39
+ * key: "STRING_VALUE", // required
40
+ * },
41
+ * },
42
+ * tags: [
43
+ * {
44
+ * key: "STRING_VALUE", // required
45
+ * value: "STRING_VALUE", // required
46
+ * },
47
+ * ],
48
+ * };
31
49
  * const command = new CreateEnvironmentTemplateVersionCommand(input);
32
50
  * const response = await client.send(command);
33
51
  * ```
@@ -31,6 +31,18 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
31
31
  * import { ProtonClient, CreateRepositoryCommand } from "@aws-sdk/client-proton"; // ES Modules import
32
32
  * // const { ProtonClient, CreateRepositoryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
33
33
  * const client = new ProtonClient(config);
34
+ * const input = {
35
+ * provider: "STRING_VALUE", // required
36
+ * name: "STRING_VALUE", // required
37
+ * connectionArn: "STRING_VALUE", // required
38
+ * encryptionKey: "STRING_VALUE",
39
+ * tags: [
40
+ * {
41
+ * key: "STRING_VALUE", // required
42
+ * value: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * };
34
46
  * const command = new CreateRepositoryCommand(input);
35
47
  * const response = await client.send(command);
36
48
  * ```
@@ -28,6 +28,23 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
28
28
  * import { ProtonClient, CreateServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
29
29
  * // const { ProtonClient, CreateServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
30
30
  * const client = new ProtonClient(config);
31
+ * const input = {
32
+ * name: "STRING_VALUE", // required
33
+ * description: "STRING_VALUE",
34
+ * templateName: "STRING_VALUE", // required
35
+ * templateMajorVersion: "STRING_VALUE", // required
36
+ * templateMinorVersion: "STRING_VALUE",
37
+ * spec: "STRING_VALUE", // required
38
+ * repositoryConnectionArn: "STRING_VALUE",
39
+ * repositoryId: "STRING_VALUE",
40
+ * branchName: "STRING_VALUE",
41
+ * tags: [
42
+ * {
43
+ * key: "STRING_VALUE", // required
44
+ * value: "STRING_VALUE", // required
45
+ * },
46
+ * ],
47
+ * };
31
48
  * const command = new CreateServiceCommand(input);
32
49
  * const response = await client.send(command);
33
50
  * ```
@@ -30,6 +30,19 @@ export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplat
30
30
  * import { ProtonClient, CreateServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
31
31
  * // const { ProtonClient, CreateServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
32
32
  * const client = new ProtonClient(config);
33
+ * const input = {
34
+ * name: "STRING_VALUE", // required
35
+ * displayName: "STRING_VALUE",
36
+ * description: "STRING_VALUE",
37
+ * encryptionKey: "STRING_VALUE",
38
+ * pipelineProvisioning: "STRING_VALUE",
39
+ * tags: [
40
+ * {
41
+ * key: "STRING_VALUE", // required
42
+ * value: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * };
33
46
  * const command = new CreateServiceTemplateCommand(input);
34
47
  * const response = await client.send(command);
35
48
  * ```
@@ -27,6 +27,33 @@ export interface CreateServiceTemplateVersionCommandOutput extends CreateService
27
27
  * import { ProtonClient, CreateServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
28
28
  * // const { ProtonClient, CreateServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
29
29
  * const client = new ProtonClient(config);
30
+ * const input = {
31
+ * clientToken: "STRING_VALUE",
32
+ * templateName: "STRING_VALUE", // required
33
+ * description: "STRING_VALUE",
34
+ * majorVersion: "STRING_VALUE",
35
+ * source: { // Union: only one key present
36
+ * s3: {
37
+ * bucket: "STRING_VALUE", // required
38
+ * key: "STRING_VALUE", // required
39
+ * },
40
+ * },
41
+ * compatibleEnvironmentTemplates: [ // required
42
+ * {
43
+ * templateName: "STRING_VALUE", // required
44
+ * majorVersion: "STRING_VALUE", // required
45
+ * },
46
+ * ],
47
+ * tags: [
48
+ * {
49
+ * key: "STRING_VALUE", // required
50
+ * value: "STRING_VALUE", // required
51
+ * },
52
+ * ],
53
+ * supportedComponentSources: [
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * };
30
57
  * const command = new CreateServiceTemplateVersionCommand(input);
31
58
  * const response = await client.send(command);
32
59
  * ```
@@ -31,6 +31,14 @@ export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyn
31
31
  * import { ProtonClient, CreateTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
32
32
  * // const { ProtonClient, CreateTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
33
33
  * const client = new ProtonClient(config);
34
+ * const input = {
35
+ * templateName: "STRING_VALUE", // required
36
+ * templateType: "STRING_VALUE", // required
37
+ * repositoryProvider: "STRING_VALUE", // required
38
+ * repositoryName: "STRING_VALUE", // required
39
+ * branch: "STRING_VALUE", // required
40
+ * subdirectory: "STRING_VALUE",
41
+ * };
34
42
  * const command = new CreateTemplateSyncConfigCommand(input);
35
43
  * const response = await client.send(command);
36
44
  * ```
@@ -29,6 +29,9 @@ export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __M
29
29
  * import { ProtonClient, DeleteComponentCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, DeleteComponentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * name: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DeleteComponentCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -31,6 +31,9 @@ export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteE
31
31
  * import { ProtonClient, DeleteEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
32
32
  * // const { ProtonClient, DeleteEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
33
33
  * const client = new ProtonClient(config);
34
+ * const input = {
35
+ * id: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new DeleteEnvironmentAccountConnectionCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -26,6 +26,9 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput,
26
26
  * import { ProtonClient, DeleteEnvironmentCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteEnvironmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
26
26
  * import { ProtonClient, DeleteEnvironmentTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, DeleteEnvironmentTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteEnvironmentTemplateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -31,6 +31,11 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
31
31
  * import { ProtonClient, DeleteEnvironmentTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
32
32
  * // const { ProtonClient, DeleteEnvironmentTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
33
33
  * const client = new ProtonClient(config);
34
+ * const input = {
35
+ * templateName: "STRING_VALUE", // required
36
+ * majorVersion: "STRING_VALUE", // required
37
+ * minorVersion: "STRING_VALUE", // required
38
+ * };
34
39
  * const command = new DeleteEnvironmentTemplateVersionCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -26,6 +26,10 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
26
26
  * import { ProtonClient, DeleteRepositoryCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, DeleteRepositoryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * provider: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteRepositoryCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -32,6 +32,9 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
32
32
  * import { ProtonClient, DeleteServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
33
33
  * // const { ProtonClient, DeleteServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
34
34
  * const client = new ProtonClient(config);
35
+ * const input = {
36
+ * name: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new DeleteServiceCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -26,6 +26,9 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
26
26
  * import { ProtonClient, DeleteServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, DeleteServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteServiceTemplateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -31,6 +31,11 @@ export interface DeleteServiceTemplateVersionCommandOutput extends DeleteService
31
31
  * import { ProtonClient, DeleteServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
32
32
  * // const { ProtonClient, DeleteServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
33
33
  * const client = new ProtonClient(config);
34
+ * const input = {
35
+ * templateName: "STRING_VALUE", // required
36
+ * majorVersion: "STRING_VALUE", // required
37
+ * minorVersion: "STRING_VALUE", // required
38
+ * };
34
39
  * const command = new DeleteServiceTemplateVersionCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -26,6 +26,10 @@ export interface DeleteTemplateSyncConfigCommandOutput extends DeleteTemplateSyn
26
26
  * import { ProtonClient, DeleteTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, DeleteTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * templateName: "STRING_VALUE", // required
31
+ * templateType: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteTemplateSyncConfigCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsOutpu
26
26
  * import { ProtonClient, GetAccountSettingsCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetAccountSettingsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {};
29
30
  * const command = new GetAccountSettingsCommand(input);
30
31
  * const response = await client.send(command);
31
32
  * ```
@@ -29,6 +29,9 @@ export interface GetComponentCommandOutput extends GetComponentOutput, __Metadat
29
29
  * import { ProtonClient, GetComponentCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, GetComponentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * name: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new GetComponentCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -28,6 +28,9 @@ export interface GetEnvironmentAccountConnectionCommandOutput extends GetEnviron
28
28
  * import { ProtonClient, GetEnvironmentAccountConnectionCommand } from "@aws-sdk/client-proton"; // ES Modules import
29
29
  * // const { ProtonClient, GetEnvironmentAccountConnectionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
30
30
  * const client = new ProtonClient(config);
31
+ * const input = {
32
+ * id: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new GetEnvironmentAccountConnectionCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -26,6 +26,9 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __Met
26
26
  * import { ProtonClient, GetEnvironmentCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetEnvironmentCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetEnvironmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetEnvironmentTemplateCommandOutput extends GetEnvironmentTempl
26
26
  * import { ProtonClient, GetEnvironmentTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetEnvironmentTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetEnvironmentTemplateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface GetEnvironmentTemplateVersionCommandOutput extends GetEnvironme
26
26
  * import { ProtonClient, GetEnvironmentTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetEnvironmentTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * templateName: "STRING_VALUE", // required
31
+ * majorVersion: "STRING_VALUE", // required
32
+ * minorVersion: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new GetEnvironmentTemplateVersionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
26
26
  * import { ProtonClient, GetRepositoryCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetRepositoryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * provider: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetRepositoryCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -33,6 +33,12 @@ export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncS
33
33
  * import { ProtonClient, GetRepositorySyncStatusCommand } from "@aws-sdk/client-proton"; // ES Modules import
34
34
  * // const { ProtonClient, GetRepositorySyncStatusCommand } = require("@aws-sdk/client-proton"); // CommonJS import
35
35
  * const client = new ProtonClient(config);
36
+ * const input = {
37
+ * repositoryName: "STRING_VALUE", // required
38
+ * repositoryProvider: "STRING_VALUE", // required
39
+ * branch: "STRING_VALUE", // required
40
+ * syncType: "STRING_VALUE", // required
41
+ * };
36
42
  * const command = new GetRepositorySyncStatusCommand(input);
37
43
  * const response = await client.send(command);
38
44
  * ```
@@ -35,6 +35,7 @@ export interface GetResourcesSummaryCommandOutput extends GetResourcesSummaryOut
35
35
  * import { ProtonClient, GetResourcesSummaryCommand } from "@aws-sdk/client-proton"; // ES Modules import
36
36
  * // const { ProtonClient, GetResourcesSummaryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
37
37
  * const client = new ProtonClient(config);
38
+ * const input = {};
38
39
  * const command = new GetResourcesSummaryCommand(input);
39
40
  * const response = await client.send(command);
40
41
  * ```
@@ -26,6 +26,9 @@ export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBea
26
26
  * import { ProtonClient, GetServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetServiceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface GetServiceInstanceCommandOutput extends GetServiceInstanceOutpu
26
26
  * import { ProtonClient, GetServiceInstanceCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetServiceInstanceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * serviceName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetServiceInstanceCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface GetServiceTemplateCommandOutput extends GetServiceTemplateOutpu
26
26
  * import { ProtonClient, GetServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * name: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetServiceTemplateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface GetServiceTemplateVersionCommandOutput extends GetServiceTempla
26
26
  * import { ProtonClient, GetServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * templateName: "STRING_VALUE", // required
31
+ * majorVersion: "STRING_VALUE", // required
32
+ * minorVersion: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new GetServiceTemplateVersionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfi
26
26
  * import { ProtonClient, GetTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * templateName: "STRING_VALUE", // required
31
+ * templateType: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetTemplateSyncConfigCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatu
26
26
  * import { ProtonClient, GetTemplateSyncStatusCommand } from "@aws-sdk/client-proton"; // ES Modules import
27
27
  * // const { ProtonClient, GetTemplateSyncStatusCommand } = require("@aws-sdk/client-proton"); // CommonJS import
28
28
  * const client = new ProtonClient(config);
29
+ * const input = {
30
+ * templateName: "STRING_VALUE", // required
31
+ * templateType: "STRING_VALUE", // required
32
+ * templateVersion: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new GetTemplateSyncStatusCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -29,6 +29,10 @@ export interface ListComponentOutputsCommandOutput extends ListComponentOutputsO
29
29
  * import { ProtonClient, ListComponentOutputsCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, ListComponentOutputsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * componentName: "STRING_VALUE", // required
34
+ * nextToken: "STRING_VALUE",
35
+ * };
32
36
  * const command = new ListComponentOutputsCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -29,6 +29,10 @@ export interface ListComponentProvisionedResourcesCommandOutput extends ListComp
29
29
  * import { ProtonClient, ListComponentProvisionedResourcesCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, ListComponentProvisionedResourcesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * componentName: "STRING_VALUE", // required
34
+ * nextToken: "STRING_VALUE",
35
+ * };
32
36
  * const command = new ListComponentProvisionedResourcesCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -29,6 +29,13 @@ export interface ListComponentsCommandOutput extends ListComponentsOutput, __Met
29
29
  * import { ProtonClient, ListComponentsCommand } from "@aws-sdk/client-proton"; // ES Modules import
30
30
  * // const { ProtonClient, ListComponentsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
31
31
  * const client = new ProtonClient(config);
32
+ * const input = {
33
+ * nextToken: "STRING_VALUE",
34
+ * environmentName: "STRING_VALUE",
35
+ * serviceName: "STRING_VALUE",
36
+ * serviceInstanceName: "STRING_VALUE",
37
+ * maxResults: Number("int"),
38
+ * };
32
39
  * const command = new ListComponentsCommand(input);
33
40
  * const response = await client.send(command);
34
41
  * ```