@aws-sdk/client-codecatalyst 3.300.0 → 3.303.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 (29) hide show
  1. package/dist-cjs/models/models_0.js +43 -51
  2. package/dist-es/models/models_0.js +43 -51
  3. package/dist-types/commands/CreateAccessTokenCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +6 -6
  5. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +1 -1
  9. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +1 -1
  10. package/dist-types/commands/GetProjectCommand.d.ts +1 -1
  11. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -1
  12. package/dist-types/commands/GetSpaceCommand.d.ts +1 -1
  13. package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -1
  14. package/dist-types/commands/GetUserDetailsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListAccessTokensCommand.d.ts +1 -1
  16. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +4 -4
  17. package/dist-types/commands/ListEventLogsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListProjectsCommand.d.ts +4 -4
  19. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +1 -1
  20. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
  22. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +3 -3
  23. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +4 -4
  24. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +1 -1
  25. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +3 -3
  27. package/dist-types/models/models_0.d.ts +83 -43
  28. package/dist-types/ts3.4/models/models_0.d.ts +55 -43
  29. package/package.json +32 -32
@@ -82,57 +82,49 @@ class ValidationException extends CodeCatalystServiceException_1.CodeCatalystSer
82
82
  }
83
83
  }
84
84
  exports.ValidationException = ValidationException;
85
- var CatalogActionVersionFileRecordType;
86
- (function (CatalogActionVersionFileRecordType) {
87
- CatalogActionVersionFileRecordType["LICENSE"] = "LICENSE";
88
- CatalogActionVersionFileRecordType["README"] = "README";
89
- })(CatalogActionVersionFileRecordType = exports.CatalogActionVersionFileRecordType || (exports.CatalogActionVersionFileRecordType = {}));
90
- var OperationType;
91
- (function (OperationType) {
92
- OperationType["MUTATION"] = "MUTATION";
93
- OperationType["READONLY"] = "READONLY";
94
- })(OperationType = exports.OperationType || (exports.OperationType = {}));
95
- var UserType;
96
- (function (UserType) {
97
- UserType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
98
- UserType["UNKNOWN"] = "UNKNOWN";
99
- UserType["USER"] = "USER";
100
- })(UserType = exports.UserType || (exports.UserType = {}));
101
- var _InstanceType;
102
- (function (_InstanceType) {
103
- _InstanceType["DEV_STANDARD1_LARGE"] = "dev.standard1.large";
104
- _InstanceType["DEV_STANDARD1_MEDIUM"] = "dev.standard1.medium";
105
- _InstanceType["DEV_STANDARD1_SMALL"] = "dev.standard1.small";
106
- _InstanceType["DEV_STANDARD1_XLARGE"] = "dev.standard1.xlarge";
107
- })(_InstanceType = exports._InstanceType || (exports._InstanceType = {}));
108
- var DevEnvironmentStatus;
109
- (function (DevEnvironmentStatus) {
110
- DevEnvironmentStatus["DELETED"] = "DELETED";
111
- DevEnvironmentStatus["DELETING"] = "DELETING";
112
- DevEnvironmentStatus["FAILED"] = "FAILED";
113
- DevEnvironmentStatus["PENDING"] = "PENDING";
114
- DevEnvironmentStatus["RUNNING"] = "RUNNING";
115
- DevEnvironmentStatus["STARTING"] = "STARTING";
116
- DevEnvironmentStatus["STOPPED"] = "STOPPED";
117
- DevEnvironmentStatus["STOPPING"] = "STOPPING";
118
- })(DevEnvironmentStatus = exports.DevEnvironmentStatus || (exports.DevEnvironmentStatus = {}));
119
- var DevEnvironmentSessionType;
120
- (function (DevEnvironmentSessionType) {
121
- DevEnvironmentSessionType["SSH"] = "SSH";
122
- DevEnvironmentSessionType["SSM"] = "SSM";
123
- })(DevEnvironmentSessionType = exports.DevEnvironmentSessionType || (exports.DevEnvironmentSessionType = {}));
124
- var ComparisonOperator;
125
- (function (ComparisonOperator) {
126
- ComparisonOperator["EQUALS"] = "EQ";
127
- ComparisonOperator["GREATER_THAN"] = "GT";
128
- ComparisonOperator["GREATER_THAN_OR_EQUALS"] = "GE";
129
- ComparisonOperator["LESS_THAN"] = "LT";
130
- ComparisonOperator["LESS_THAN_OR_EQUALS"] = "LE";
131
- })(ComparisonOperator = exports.ComparisonOperator || (exports.ComparisonOperator = {}));
132
- var FilterKey;
133
- (function (FilterKey) {
134
- FilterKey["HAS_ACCESS_TO"] = "hasAccessTo";
135
- })(FilterKey = exports.FilterKey || (exports.FilterKey = {}));
85
+ exports.CatalogActionVersionFileRecordType = {
86
+ LICENSE: "LICENSE",
87
+ README: "README",
88
+ };
89
+ exports.OperationType = {
90
+ MUTATION: "MUTATION",
91
+ READONLY: "READONLY",
92
+ };
93
+ exports.UserType = {
94
+ AWS_ACCOUNT: "AWS_ACCOUNT",
95
+ UNKNOWN: "UNKNOWN",
96
+ USER: "USER",
97
+ };
98
+ exports._InstanceType = {
99
+ DEV_STANDARD1_LARGE: "dev.standard1.large",
100
+ DEV_STANDARD1_MEDIUM: "dev.standard1.medium",
101
+ DEV_STANDARD1_SMALL: "dev.standard1.small",
102
+ DEV_STANDARD1_XLARGE: "dev.standard1.xlarge",
103
+ };
104
+ exports.DevEnvironmentStatus = {
105
+ DELETED: "DELETED",
106
+ DELETING: "DELETING",
107
+ FAILED: "FAILED",
108
+ PENDING: "PENDING",
109
+ RUNNING: "RUNNING",
110
+ STARTING: "STARTING",
111
+ STOPPED: "STOPPED",
112
+ STOPPING: "STOPPING",
113
+ };
114
+ exports.DevEnvironmentSessionType = {
115
+ SSH: "SSH",
116
+ SSM: "SSM",
117
+ };
118
+ exports.ComparisonOperator = {
119
+ EQUALS: "EQ",
120
+ GREATER_THAN: "GT",
121
+ GREATER_THAN_OR_EQUALS: "GE",
122
+ LESS_THAN: "LT",
123
+ LESS_THAN_OR_EQUALS: "LE",
124
+ };
125
+ exports.FilterKey = {
126
+ HAS_ACCESS_TO: "hasAccessTo",
127
+ };
136
128
  const CreateAccessTokenResponseFilterSensitiveLog = (obj) => ({
137
129
  ...obj,
138
130
  ...(obj.secret && { secret: smithy_client_1.SENSITIVE_STRING }),
@@ -73,57 +73,49 @@ export class ValidationException extends __BaseException {
73
73
  Object.setPrototypeOf(this, ValidationException.prototype);
74
74
  }
75
75
  }
76
- export var CatalogActionVersionFileRecordType;
77
- (function (CatalogActionVersionFileRecordType) {
78
- CatalogActionVersionFileRecordType["LICENSE"] = "LICENSE";
79
- CatalogActionVersionFileRecordType["README"] = "README";
80
- })(CatalogActionVersionFileRecordType || (CatalogActionVersionFileRecordType = {}));
81
- export var OperationType;
82
- (function (OperationType) {
83
- OperationType["MUTATION"] = "MUTATION";
84
- OperationType["READONLY"] = "READONLY";
85
- })(OperationType || (OperationType = {}));
86
- export var UserType;
87
- (function (UserType) {
88
- UserType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
89
- UserType["UNKNOWN"] = "UNKNOWN";
90
- UserType["USER"] = "USER";
91
- })(UserType || (UserType = {}));
92
- export var _InstanceType;
93
- (function (_InstanceType) {
94
- _InstanceType["DEV_STANDARD1_LARGE"] = "dev.standard1.large";
95
- _InstanceType["DEV_STANDARD1_MEDIUM"] = "dev.standard1.medium";
96
- _InstanceType["DEV_STANDARD1_SMALL"] = "dev.standard1.small";
97
- _InstanceType["DEV_STANDARD1_XLARGE"] = "dev.standard1.xlarge";
98
- })(_InstanceType || (_InstanceType = {}));
99
- export var DevEnvironmentStatus;
100
- (function (DevEnvironmentStatus) {
101
- DevEnvironmentStatus["DELETED"] = "DELETED";
102
- DevEnvironmentStatus["DELETING"] = "DELETING";
103
- DevEnvironmentStatus["FAILED"] = "FAILED";
104
- DevEnvironmentStatus["PENDING"] = "PENDING";
105
- DevEnvironmentStatus["RUNNING"] = "RUNNING";
106
- DevEnvironmentStatus["STARTING"] = "STARTING";
107
- DevEnvironmentStatus["STOPPED"] = "STOPPED";
108
- DevEnvironmentStatus["STOPPING"] = "STOPPING";
109
- })(DevEnvironmentStatus || (DevEnvironmentStatus = {}));
110
- export var DevEnvironmentSessionType;
111
- (function (DevEnvironmentSessionType) {
112
- DevEnvironmentSessionType["SSH"] = "SSH";
113
- DevEnvironmentSessionType["SSM"] = "SSM";
114
- })(DevEnvironmentSessionType || (DevEnvironmentSessionType = {}));
115
- export var ComparisonOperator;
116
- (function (ComparisonOperator) {
117
- ComparisonOperator["EQUALS"] = "EQ";
118
- ComparisonOperator["GREATER_THAN"] = "GT";
119
- ComparisonOperator["GREATER_THAN_OR_EQUALS"] = "GE";
120
- ComparisonOperator["LESS_THAN"] = "LT";
121
- ComparisonOperator["LESS_THAN_OR_EQUALS"] = "LE";
122
- })(ComparisonOperator || (ComparisonOperator = {}));
123
- export var FilterKey;
124
- (function (FilterKey) {
125
- FilterKey["HAS_ACCESS_TO"] = "hasAccessTo";
126
- })(FilterKey || (FilterKey = {}));
76
+ export const CatalogActionVersionFileRecordType = {
77
+ LICENSE: "LICENSE",
78
+ README: "README",
79
+ };
80
+ export const OperationType = {
81
+ MUTATION: "MUTATION",
82
+ READONLY: "READONLY",
83
+ };
84
+ export const UserType = {
85
+ AWS_ACCOUNT: "AWS_ACCOUNT",
86
+ UNKNOWN: "UNKNOWN",
87
+ USER: "USER",
88
+ };
89
+ export const _InstanceType = {
90
+ DEV_STANDARD1_LARGE: "dev.standard1.large",
91
+ DEV_STANDARD1_MEDIUM: "dev.standard1.medium",
92
+ DEV_STANDARD1_SMALL: "dev.standard1.small",
93
+ DEV_STANDARD1_XLARGE: "dev.standard1.xlarge",
94
+ };
95
+ export const DevEnvironmentStatus = {
96
+ DELETED: "DELETED",
97
+ DELETING: "DELETING",
98
+ FAILED: "FAILED",
99
+ PENDING: "PENDING",
100
+ RUNNING: "RUNNING",
101
+ STARTING: "STARTING",
102
+ STOPPED: "STOPPED",
103
+ STOPPING: "STOPPING",
104
+ };
105
+ export const DevEnvironmentSessionType = {
106
+ SSH: "SSH",
107
+ SSM: "SSM",
108
+ };
109
+ export const ComparisonOperator = {
110
+ EQUALS: "EQ",
111
+ GREATER_THAN: "GT",
112
+ GREATER_THAN_OR_EQUALS: "GE",
113
+ LESS_THAN: "LT",
114
+ LESS_THAN_OR_EQUALS: "LE",
115
+ };
116
+ export const FilterKey = {
117
+ HAS_ACCESS_TO: "hasAccessTo",
118
+ };
127
119
  export const CreateAccessTokenResponseFilterSensitiveLog = (obj) => ({
128
120
  ...obj,
129
121
  ...(obj.secret && { secret: SENSITIVE_STRING }),
@@ -29,7 +29,7 @@ export interface CreateAccessTokenCommandOutput extends CreateAccessTokenRespons
29
29
  * import { CodeCatalystClient, CreateAccessTokenCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
30
30
  * // const { CodeCatalystClient, CreateAccessTokenCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
31
31
  * const client = new CodeCatalystClient(config);
32
- * const input = {
32
+ * const input = { // CreateAccessTokenRequest
33
33
  * name: "STRING_VALUE", // required
34
34
  * expiresTime: new Date("TIMESTAMP"),
35
35
  * };
@@ -31,26 +31,26 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
31
31
  * import { CodeCatalystClient, CreateDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
32
32
  * // const { CodeCatalystClient, CreateDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
33
33
  * const client = new CodeCatalystClient(config);
34
- * const input = {
34
+ * const input = { // CreateDevEnvironmentRequest
35
35
  * spaceName: "STRING_VALUE", // required
36
36
  * projectName: "STRING_VALUE", // required
37
- * repositories: [
38
- * {
37
+ * repositories: [ // RepositoriesInput
38
+ * { // RepositoryInput
39
39
  * repositoryName: "STRING_VALUE", // required
40
40
  * branchName: "STRING_VALUE",
41
41
  * },
42
42
  * ],
43
43
  * clientToken: "STRING_VALUE",
44
44
  * alias: "STRING_VALUE",
45
- * ides: [
46
- * {
45
+ * ides: [ // IdeConfigurationList
46
+ * { // IdeConfiguration
47
47
  * runtime: "STRING_VALUE",
48
48
  * name: "STRING_VALUE",
49
49
  * },
50
50
  * ],
51
51
  * instanceType: "STRING_VALUE", // required
52
52
  * inactivityTimeoutMinutes: Number("int"),
53
- * persistentStorage: {
53
+ * persistentStorage: { // PersistentStorageConfiguration
54
54
  * sizeInGiB: Number("int"), // required
55
55
  * },
56
56
  * };
@@ -26,7 +26,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
26
26
  * import { CodeCatalystClient, CreateProjectCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, CreateProjectCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // CreateProjectRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * displayName: "STRING_VALUE", // required
32
32
  * description: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceR
29
29
  * import { CodeCatalystClient, CreateSourceRepositoryBranchCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
30
30
  * // const { CodeCatalystClient, CreateSourceRepositoryBranchCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
31
31
  * const client = new CodeCatalystClient(config);
32
- * const input = {
32
+ * const input = { // CreateSourceRepositoryBranchRequest
33
33
  * spaceName: "STRING_VALUE", // required
34
34
  * projectName: "STRING_VALUE", // required
35
35
  * sourceRepositoryName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenRespons
26
26
  * import { CodeCatalystClient, DeleteAccessTokenCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, DeleteAccessTokenCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAccessTokenRequest
30
30
  * id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAccessTokenCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentR
26
26
  * import { CodeCatalystClient, DeleteDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, DeleteDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDevEnvironmentRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * id: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentRespons
26
26
  * import { CodeCatalystClient, GetDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, GetDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // GetDevEnvironmentRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * id: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataB
26
26
  * import { CodeCatalystClient, GetProjectCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, GetProjectCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // GetProjectRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * name: "STRING_VALUE", // required
32
32
  * };
@@ -27,7 +27,7 @@ export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepo
27
27
  * import { CodeCatalystClient, GetSourceRepositoryCloneUrlsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
28
28
  * // const { CodeCatalystClient, GetSourceRepositoryCloneUrlsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
29
29
  * const client = new CodeCatalystClient(config);
30
- * const input = {
30
+ * const input = { // GetSourceRepositoryCloneUrlsRequest
31
31
  * spaceName: "STRING_VALUE", // required
32
32
  * projectName: "STRING_VALUE", // required
33
33
  * sourceRepositoryName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBeare
26
26
  * import { CodeCatalystClient, GetSpaceCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, GetSpaceCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // GetSpaceRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSpaceCommand(input);
@@ -27,7 +27,7 @@ export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, _
27
27
  * import { CodeCatalystClient, GetSubscriptionCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
28
28
  * // const { CodeCatalystClient, GetSubscriptionCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
29
29
  * const client = new CodeCatalystClient(config);
30
- * const input = {
30
+ * const input = { // GetSubscriptionRequest
31
31
  * spaceName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSubscriptionCommand(input);
@@ -26,7 +26,7 @@ export interface GetUserDetailsCommandOutput extends GetUserDetailsResponse, __M
26
26
  * import { CodeCatalystClient, GetUserDetailsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, GetUserDetailsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // GetUserDetailsRequest
30
30
  * id: "STRING_VALUE",
31
31
  * userName: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListAccessTokensCommandOutput extends ListAccessTokensResponse,
26
26
  * import { CodeCatalystClient, ListAccessTokensCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, ListAccessTokensCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // ListAccessTokensRequest
30
30
  * maxResults: Number("int"),
31
31
  * nextToken: "STRING_VALUE",
32
32
  * };
@@ -26,13 +26,13 @@ export interface ListDevEnvironmentsCommandOutput extends ListDevEnvironmentsRes
26
26
  * import { CodeCatalystClient, ListDevEnvironmentsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, ListDevEnvironmentsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // ListDevEnvironmentsRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
- * filters: [
33
- * {
32
+ * filters: [ // Filters
33
+ * { // Filter
34
34
  * key: "STRING_VALUE", // required
35
- * values: [ // required
35
+ * values: [ // StringList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * comparisonOperator: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListEventLogsCommandOutput extends ListEventLogsResponse, __Met
26
26
  * import { CodeCatalystClient, ListEventLogsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, ListEventLogsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // ListEventLogsRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * startTime: new Date("TIMESTAMP"), // required
32
32
  * endTime: new Date("TIMESTAMP"), // required
@@ -26,14 +26,14 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
26
26
  * import { CodeCatalystClient, ListProjectsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, ListProjectsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // ListProjectsRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
33
- * filters: [
34
- * {
33
+ * filters: [ // ProjectListFilters
34
+ * { // ProjectListFilter
35
35
  * key: "STRING_VALUE", // required
36
- * values: [ // required
36
+ * values: [ // StringList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * comparisonOperator: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListSourceRepositoriesCommandOutput extends ListSourceRepositor
26
26
  * import { CodeCatalystClient, ListSourceRepositoriesCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, ListSourceRepositoriesCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // ListSourceRepositoriesRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * nextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListSourceRepositoryBranchesCommandOutput extends ListSourceRep
26
26
  * import { CodeCatalystClient, ListSourceRepositoryBranchesCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, ListSourceRepositoryBranchesCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // ListSourceRepositoryBranchesRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * sourceRepositoryName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
26
26
  * import { CodeCatalystClient, ListSpacesCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, ListSpacesCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // ListSpacesRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new ListSpacesCommand(input);
@@ -26,12 +26,12 @@ export interface StartDevEnvironmentCommandOutput extends StartDevEnvironmentRes
26
26
  * import { CodeCatalystClient, StartDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, StartDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // StartDevEnvironmentRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * id: "STRING_VALUE", // required
33
- * ides: [
34
- * {
33
+ * ides: [ // IdeConfigurationList
34
+ * { // IdeConfiguration
35
35
  * runtime: "STRING_VALUE",
36
36
  * name: "STRING_VALUE",
37
37
  * },
@@ -26,15 +26,15 @@ export interface StartDevEnvironmentSessionCommandOutput extends StartDevEnviron
26
26
  * import { CodeCatalystClient, StartDevEnvironmentSessionCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, StartDevEnvironmentSessionCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // StartDevEnvironmentSessionRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * id: "STRING_VALUE", // required
33
- * sessionConfiguration: {
33
+ * sessionConfiguration: { // DevEnvironmentSessionConfiguration
34
34
  * sessionType: "STRING_VALUE", // required
35
- * executeCommandSessionConfiguration: {
35
+ * executeCommandSessionConfiguration: { // ExecuteCommandSessionConfiguration
36
36
  * command: "STRING_VALUE", // required
37
- * arguments: [
37
+ * arguments: [ // ExecuteCommandSessionConfigurationArguments
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * },
@@ -26,7 +26,7 @@ export interface StopDevEnvironmentCommandOutput extends StopDevEnvironmentRespo
26
26
  * import { CodeCatalystClient, StopDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, StopDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // StopDevEnvironmentRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * id: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface StopDevEnvironmentSessionCommandOutput extends StopDevEnvironme
26
26
  * import { CodeCatalystClient, StopDevEnvironmentSessionCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, StopDevEnvironmentSessionCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // StopDevEnvironmentSessionRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * id: "STRING_VALUE", // required
@@ -26,13 +26,13 @@ export interface UpdateDevEnvironmentCommandOutput extends UpdateDevEnvironmentR
26
26
  * import { CodeCatalystClient, UpdateDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
27
27
  * // const { CodeCatalystClient, UpdateDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
28
28
  * const client = new CodeCatalystClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDevEnvironmentRequest
30
30
  * spaceName: "STRING_VALUE", // required
31
31
  * projectName: "STRING_VALUE", // required
32
32
  * id: "STRING_VALUE", // required
33
33
  * alias: "STRING_VALUE",
34
- * ides: [
35
- * {
34
+ * ides: [ // IdeConfigurationList
35
+ * { // IdeConfiguration
36
36
  * runtime: "STRING_VALUE",
37
37
  * name: "STRING_VALUE",
38
38
  * },
@@ -169,11 +169,16 @@ export interface ListAccessTokensResponse {
169
169
  }
170
170
  /**
171
171
  * @public
172
+ * @enum
172
173
  */
173
- export declare enum CatalogActionVersionFileRecordType {
174
- LICENSE = "LICENSE",
175
- README = "README"
176
- }
174
+ export declare const CatalogActionVersionFileRecordType: {
175
+ readonly LICENSE: "LICENSE";
176
+ readonly README: "README";
177
+ };
178
+ /**
179
+ * @public
180
+ */
181
+ export type CatalogActionVersionFileRecordType = (typeof CatalogActionVersionFileRecordType)[keyof typeof CatalogActionVersionFileRecordType];
177
182
  /**
178
183
  * @public
179
184
  */
@@ -257,11 +262,16 @@ export interface ListEventLogsRequest {
257
262
  }
258
263
  /**
259
264
  * @public
265
+ * @enum
260
266
  */
261
- export declare enum OperationType {
262
- MUTATION = "MUTATION",
263
- READONLY = "READONLY"
264
- }
267
+ export declare const OperationType: {
268
+ readonly MUTATION: "MUTATION";
269
+ readonly READONLY: "READONLY";
270
+ };
271
+ /**
272
+ * @public
273
+ */
274
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
265
275
  /**
266
276
  * @public
267
277
  * <p>Information about a project in a space.</p>
@@ -292,12 +302,17 @@ export interface EventPayload {
292
302
  }
293
303
  /**
294
304
  * @public
305
+ * @enum
295
306
  */
296
- export declare enum UserType {
297
- AWS_ACCOUNT = "AWS_ACCOUNT",
298
- UNKNOWN = "UNKNOWN",
299
- USER = "USER"
300
- }
307
+ export declare const UserType: {
308
+ readonly AWS_ACCOUNT: "AWS_ACCOUNT";
309
+ readonly UNKNOWN: "UNKNOWN";
310
+ readonly USER: "USER";
311
+ };
312
+ /**
313
+ * @public
314
+ */
315
+ export type UserType = (typeof UserType)[keyof typeof UserType];
301
316
  /**
302
317
  * @public
303
318
  * <p>Information about a user whose activity is recorded in an event for a space.</p>
@@ -531,13 +546,18 @@ export interface IdeConfiguration {
531
546
  }
532
547
  /**
533
548
  * @public
549
+ * @enum
534
550
  */
535
- export declare enum _InstanceType {
536
- DEV_STANDARD1_LARGE = "dev.standard1.large",
537
- DEV_STANDARD1_MEDIUM = "dev.standard1.medium",
538
- DEV_STANDARD1_SMALL = "dev.standard1.small",
539
- DEV_STANDARD1_XLARGE = "dev.standard1.xlarge"
540
- }
551
+ export declare const _InstanceType: {
552
+ readonly DEV_STANDARD1_LARGE: "dev.standard1.large";
553
+ readonly DEV_STANDARD1_MEDIUM: "dev.standard1.medium";
554
+ readonly DEV_STANDARD1_SMALL: "dev.standard1.small";
555
+ readonly DEV_STANDARD1_XLARGE: "dev.standard1.xlarge";
556
+ };
557
+ /**
558
+ * @public
559
+ */
560
+ export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
541
561
  /**
542
562
  * @public
543
563
  * <p>Information about the configuration of persistent storage for a Dev Environment. </p>
@@ -731,17 +751,22 @@ export interface DevEnvironmentRepositorySummary {
731
751
  }
732
752
  /**
733
753
  * @public
754
+ * @enum
734
755
  */
735
- export declare enum DevEnvironmentStatus {
736
- DELETED = "DELETED",
737
- DELETING = "DELETING",
738
- FAILED = "FAILED",
739
- PENDING = "PENDING",
740
- RUNNING = "RUNNING",
741
- STARTING = "STARTING",
742
- STOPPED = "STOPPED",
743
- STOPPING = "STOPPING"
744
- }
756
+ export declare const DevEnvironmentStatus: {
757
+ readonly DELETED: "DELETED";
758
+ readonly DELETING: "DELETING";
759
+ readonly FAILED: "FAILED";
760
+ readonly PENDING: "PENDING";
761
+ readonly RUNNING: "RUNNING";
762
+ readonly STARTING: "STARTING";
763
+ readonly STOPPED: "STOPPED";
764
+ readonly STOPPING: "STOPPING";
765
+ };
766
+ /**
767
+ * @public
768
+ */
769
+ export type DevEnvironmentStatus = (typeof DevEnvironmentStatus)[keyof typeof DevEnvironmentStatus];
745
770
  /**
746
771
  * @public
747
772
  */
@@ -979,11 +1004,16 @@ export interface ExecuteCommandSessionConfiguration {
979
1004
  }
980
1005
  /**
981
1006
  * @public
1007
+ * @enum
982
1008
  */
983
- export declare enum DevEnvironmentSessionType {
984
- SSH = "SSH",
985
- SSM = "SSM"
986
- }
1009
+ export declare const DevEnvironmentSessionType: {
1010
+ readonly SSH: "SSH";
1011
+ readonly SSM: "SSM";
1012
+ };
1013
+ /**
1014
+ * @public
1015
+ */
1016
+ export type DevEnvironmentSessionType = (typeof DevEnvironmentSessionType)[keyof typeof DevEnvironmentSessionType];
987
1017
  /**
988
1018
  * @public
989
1019
  * <p>Information about the configuration of a Dev Environment session.</p>
@@ -1257,20 +1287,30 @@ export interface GetProjectResponse {
1257
1287
  }
1258
1288
  /**
1259
1289
  * @public
1290
+ * @enum
1260
1291
  */
1261
- export declare enum ComparisonOperator {
1262
- EQUALS = "EQ",
1263
- GREATER_THAN = "GT",
1264
- GREATER_THAN_OR_EQUALS = "GE",
1265
- LESS_THAN = "LT",
1266
- LESS_THAN_OR_EQUALS = "LE"
1267
- }
1292
+ export declare const ComparisonOperator: {
1293
+ readonly EQUALS: "EQ";
1294
+ readonly GREATER_THAN: "GT";
1295
+ readonly GREATER_THAN_OR_EQUALS: "GE";
1296
+ readonly LESS_THAN: "LT";
1297
+ readonly LESS_THAN_OR_EQUALS: "LE";
1298
+ };
1268
1299
  /**
1269
1300
  * @public
1270
1301
  */
1271
- export declare enum FilterKey {
1272
- HAS_ACCESS_TO = "hasAccessTo"
1273
- }
1302
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
1303
+ /**
1304
+ * @public
1305
+ * @enum
1306
+ */
1307
+ export declare const FilterKey: {
1308
+ readonly HAS_ACCESS_TO: "hasAccessTo";
1309
+ };
1310
+ /**
1311
+ * @public
1312
+ */
1313
+ export type FilterKey = (typeof FilterKey)[keyof typeof FilterKey];
1274
1314
  /**
1275
1315
  * @public
1276
1316
  * <p>nformation about the filter used to narrow the results returned in a list of projects.</p>
@@ -68,10 +68,12 @@ export interface ListAccessTokensResponse {
68
68
  items: AccessTokenSummary[] | undefined;
69
69
  nextToken?: string;
70
70
  }
71
- export declare enum CatalogActionVersionFileRecordType {
72
- LICENSE = "LICENSE",
73
- README = "README",
74
- }
71
+ export declare const CatalogActionVersionFileRecordType: {
72
+ readonly LICENSE: "LICENSE";
73
+ readonly README: "README";
74
+ };
75
+ export type CatalogActionVersionFileRecordType =
76
+ (typeof CatalogActionVersionFileRecordType)[keyof typeof CatalogActionVersionFileRecordType];
75
77
  export interface GetUserDetailsRequest {
76
78
  id?: string;
77
79
  userName?: string;
@@ -95,10 +97,11 @@ export interface ListEventLogsRequest {
95
97
  nextToken?: string;
96
98
  maxResults?: number;
97
99
  }
98
- export declare enum OperationType {
99
- MUTATION = "MUTATION",
100
- READONLY = "READONLY",
101
- }
100
+ export declare const OperationType: {
101
+ readonly MUTATION: "MUTATION";
102
+ readonly READONLY: "READONLY";
103
+ };
104
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
102
105
  export interface ProjectInformation {
103
106
  name?: string;
104
107
  projectId?: string;
@@ -107,11 +110,12 @@ export interface EventPayload {
107
110
  contentType?: string;
108
111
  data?: string;
109
112
  }
110
- export declare enum UserType {
111
- AWS_ACCOUNT = "AWS_ACCOUNT",
112
- UNKNOWN = "UNKNOWN",
113
- USER = "USER",
114
- }
113
+ export declare const UserType: {
114
+ readonly AWS_ACCOUNT: "AWS_ACCOUNT";
115
+ readonly UNKNOWN: "UNKNOWN";
116
+ readonly USER: "USER";
117
+ };
118
+ export type UserType = (typeof UserType)[keyof typeof UserType];
115
119
  export interface UserIdentity {
116
120
  userType: UserType | string | undefined;
117
121
  principalId: string | undefined;
@@ -176,12 +180,13 @@ export interface IdeConfiguration {
176
180
  runtime?: string;
177
181
  name?: string;
178
182
  }
179
- export declare enum _InstanceType {
180
- DEV_STANDARD1_LARGE = "dev.standard1.large",
181
- DEV_STANDARD1_MEDIUM = "dev.standard1.medium",
182
- DEV_STANDARD1_SMALL = "dev.standard1.small",
183
- DEV_STANDARD1_XLARGE = "dev.standard1.xlarge",
184
- }
183
+ export declare const _InstanceType: {
184
+ readonly DEV_STANDARD1_LARGE: "dev.standard1.large";
185
+ readonly DEV_STANDARD1_MEDIUM: "dev.standard1.medium";
186
+ readonly DEV_STANDARD1_SMALL: "dev.standard1.small";
187
+ readonly DEV_STANDARD1_XLARGE: "dev.standard1.xlarge";
188
+ };
189
+ export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
185
190
  export interface PersistentStorageConfiguration {
186
191
  sizeInGiB: number | undefined;
187
192
  }
@@ -231,16 +236,18 @@ export interface DevEnvironmentRepositorySummary {
231
236
  repositoryName: string | undefined;
232
237
  branchName?: string;
233
238
  }
234
- export declare enum DevEnvironmentStatus {
235
- DELETED = "DELETED",
236
- DELETING = "DELETING",
237
- FAILED = "FAILED",
238
- PENDING = "PENDING",
239
- RUNNING = "RUNNING",
240
- STARTING = "STARTING",
241
- STOPPED = "STOPPED",
242
- STOPPING = "STOPPING",
243
- }
239
+ export declare const DevEnvironmentStatus: {
240
+ readonly DELETED: "DELETED";
241
+ readonly DELETING: "DELETING";
242
+ readonly FAILED: "FAILED";
243
+ readonly PENDING: "PENDING";
244
+ readonly RUNNING: "RUNNING";
245
+ readonly STARTING: "STARTING";
246
+ readonly STOPPED: "STOPPED";
247
+ readonly STOPPING: "STOPPING";
248
+ };
249
+ export type DevEnvironmentStatus =
250
+ (typeof DevEnvironmentStatus)[keyof typeof DevEnvironmentStatus];
244
251
  export interface GetDevEnvironmentResponse {
245
252
  spaceName: string | undefined;
246
253
  projectName: string | undefined;
@@ -305,10 +312,12 @@ export interface ExecuteCommandSessionConfiguration {
305
312
  command: string | undefined;
306
313
  arguments?: string[];
307
314
  }
308
- export declare enum DevEnvironmentSessionType {
309
- SSH = "SSH",
310
- SSM = "SSM",
311
- }
315
+ export declare const DevEnvironmentSessionType: {
316
+ readonly SSH: "SSH";
317
+ readonly SSM: "SSM";
318
+ };
319
+ export type DevEnvironmentSessionType =
320
+ (typeof DevEnvironmentSessionType)[keyof typeof DevEnvironmentSessionType];
312
321
  export interface DevEnvironmentSessionConfiguration {
313
322
  sessionType: DevEnvironmentSessionType | string | undefined;
314
323
  executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
@@ -383,16 +392,19 @@ export interface GetProjectResponse {
383
392
  displayName?: string;
384
393
  description?: string;
385
394
  }
386
- export declare enum ComparisonOperator {
387
- EQUALS = "EQ",
388
- GREATER_THAN = "GT",
389
- GREATER_THAN_OR_EQUALS = "GE",
390
- LESS_THAN = "LT",
391
- LESS_THAN_OR_EQUALS = "LE",
392
- }
393
- export declare enum FilterKey {
394
- HAS_ACCESS_TO = "hasAccessTo",
395
- }
395
+ export declare const ComparisonOperator: {
396
+ readonly EQUALS: "EQ";
397
+ readonly GREATER_THAN: "GT";
398
+ readonly GREATER_THAN_OR_EQUALS: "GE";
399
+ readonly LESS_THAN: "LT";
400
+ readonly LESS_THAN_OR_EQUALS: "LE";
401
+ };
402
+ export type ComparisonOperator =
403
+ (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
404
+ export declare const FilterKey: {
405
+ readonly HAS_ACCESS_TO: "hasAccessTo";
406
+ };
407
+ export type FilterKey = (typeof FilterKey)[keyof typeof FilterKey];
396
408
  export interface ProjectListFilter {
397
409
  key: FilterKey | string | undefined;
398
410
  values: string[] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
3
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.303.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,40 +21,40 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/config-resolver": "3.300.0",
25
- "@aws-sdk/fetch-http-handler": "3.296.0",
26
- "@aws-sdk/hash-node": "3.296.0",
27
- "@aws-sdk/invalid-dependency": "3.296.0",
28
- "@aws-sdk/middleware-content-length": "3.296.0",
29
- "@aws-sdk/middleware-endpoint": "3.299.0",
30
- "@aws-sdk/middleware-host-header": "3.296.0",
31
- "@aws-sdk/middleware-logger": "3.296.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
33
- "@aws-sdk/middleware-retry": "3.300.0",
34
- "@aws-sdk/middleware-serde": "3.296.0",
35
- "@aws-sdk/middleware-stack": "3.296.0",
36
- "@aws-sdk/middleware-token": "3.300.0",
37
- "@aws-sdk/middleware-user-agent": "3.299.0",
38
- "@aws-sdk/node-config-provider": "3.300.0",
39
- "@aws-sdk/node-http-handler": "3.296.0",
40
- "@aws-sdk/protocol-http": "3.296.0",
41
- "@aws-sdk/smithy-client": "3.296.0",
42
- "@aws-sdk/types": "3.296.0",
43
- "@aws-sdk/url-parser": "3.296.0",
44
- "@aws-sdk/util-base64": "3.295.0",
45
- "@aws-sdk/util-body-length-browser": "3.295.0",
46
- "@aws-sdk/util-body-length-node": "3.295.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
49
- "@aws-sdk/util-endpoints": "3.296.0",
50
- "@aws-sdk/util-retry": "3.296.0",
51
- "@aws-sdk/util-user-agent-browser": "3.299.0",
52
- "@aws-sdk/util-user-agent-node": "3.300.0",
53
- "@aws-sdk/util-utf8": "3.295.0",
24
+ "@aws-sdk/config-resolver": "3.303.0",
25
+ "@aws-sdk/fetch-http-handler": "3.303.0",
26
+ "@aws-sdk/hash-node": "3.303.0",
27
+ "@aws-sdk/invalid-dependency": "3.303.0",
28
+ "@aws-sdk/middleware-content-length": "3.303.0",
29
+ "@aws-sdk/middleware-endpoint": "3.303.0",
30
+ "@aws-sdk/middleware-host-header": "3.303.0",
31
+ "@aws-sdk/middleware-logger": "3.303.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.303.0",
33
+ "@aws-sdk/middleware-retry": "3.303.0",
34
+ "@aws-sdk/middleware-serde": "3.303.0",
35
+ "@aws-sdk/middleware-stack": "3.303.0",
36
+ "@aws-sdk/middleware-token": "3.303.0",
37
+ "@aws-sdk/middleware-user-agent": "3.303.0",
38
+ "@aws-sdk/node-config-provider": "3.303.0",
39
+ "@aws-sdk/node-http-handler": "3.303.0",
40
+ "@aws-sdk/protocol-http": "3.303.0",
41
+ "@aws-sdk/smithy-client": "3.303.0",
42
+ "@aws-sdk/types": "3.303.0",
43
+ "@aws-sdk/url-parser": "3.303.0",
44
+ "@aws-sdk/util-base64": "3.303.0",
45
+ "@aws-sdk/util-body-length-browser": "3.303.0",
46
+ "@aws-sdk/util-body-length-node": "3.303.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.303.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.303.0",
49
+ "@aws-sdk/util-endpoints": "3.303.0",
50
+ "@aws-sdk/util-retry": "3.303.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.303.0",
52
+ "@aws-sdk/util-user-agent-node": "3.303.0",
53
+ "@aws-sdk/util-utf8": "3.303.0",
54
54
  "tslib": "^2.5.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
57
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
58
58
  "@tsconfig/node14": "1.0.3",
59
59
  "@types/node": "^14.14.31",
60
60
  "concurrently": "7.0.0",