@aws-sdk/client-proton 3.58.0 → 3.72.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 (37) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +38 -48
  3. package/dist-cjs/protocols/Aws_json1_0.js +1 -0
  4. package/dist-es/protocols/Aws_json1_0.js +1 -1
  5. package/dist-types/Proton.d.ts +153 -162
  6. package/dist-types/ProtonClient.d.ts +36 -46
  7. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +3 -3
  8. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +4 -4
  9. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +4 -4
  10. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +5 -5
  12. package/dist-types/commands/CreateEnvironmentCommand.d.ts +7 -8
  13. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +5 -4
  14. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateRepositoryCommand.d.ts +5 -3
  16. package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
  17. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +5 -5
  18. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +3 -4
  20. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +4 -4
  22. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +6 -6
  23. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +1 -1
  24. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +8 -1
  25. package/dist-types/commands/GetServiceInstanceCommand.d.ts +1 -2
  26. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +1 -1
  27. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -7
  28. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +4 -4
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +19 -18
  33. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +5 -7
  34. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +5 -7
  35. package/dist-types/models/models_0.d.ts +180 -227
  36. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  37. package/package.json +6 -6
@@ -1344,6 +1344,8 @@ export interface CreateRepositoryInput {
1344
1344
  connectionArn: string | undefined;
1345
1345
 
1346
1346
  encryptionKey?: string;
1347
+
1348
+ tags?: Tag[];
1347
1349
  }
1348
1350
  export declare namespace CreateRepositoryInput {
1349
1351
 
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.58.0",
4
+ "version": "3.72.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.58.0",
21
+ "@aws-sdk/client-sts": "3.72.0",
22
22
  "@aws-sdk/config-resolver": "3.58.0",
23
- "@aws-sdk/credential-provider-node": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.72.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.58.0",
25
25
  "@aws-sdk/hash-node": "3.55.0",
26
26
  "@aws-sdk/invalid-dependency": "3.55.0",
@@ -35,15 +35,15 @@
35
35
  "@aws-sdk/node-config-provider": "3.58.0",
36
36
  "@aws-sdk/node-http-handler": "3.58.0",
37
37
  "@aws-sdk/protocol-http": "3.58.0",
38
- "@aws-sdk/smithy-client": "3.55.0",
38
+ "@aws-sdk/smithy-client": "3.72.0",
39
39
  "@aws-sdk/types": "3.55.0",
40
40
  "@aws-sdk/url-parser": "3.55.0",
41
41
  "@aws-sdk/util-base64-browser": "3.58.0",
42
42
  "@aws-sdk/util-base64-node": "3.55.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
44
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.58.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.72.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.72.0",
47
47
  "@aws-sdk/util-user-agent-browser": "3.58.0",
48
48
  "@aws-sdk/util-user-agent-node": "3.58.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.55.0",