@aws-sdk/client-deadline 3.777.0 → 3.779.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.
@@ -612,7 +612,6 @@ const AssumeQueueRoleForWorkerResponseFilterSensitiveLog = (obj) => ({
612
612
  exports.AssumeQueueRoleForWorkerResponseFilterSensitiveLog = AssumeQueueRoleForWorkerResponseFilterSensitiveLog;
613
613
  const ManifestPropertiesFilterSensitiveLog = (obj) => ({
614
614
  ...obj,
615
- ...(obj.fileSystemLocationName && { fileSystemLocationName: smithy_client_1.SENSITIVE_STRING }),
616
615
  });
617
616
  exports.ManifestPropertiesFilterSensitiveLog = ManifestPropertiesFilterSensitiveLog;
618
617
  const AttachmentsFilterSensitiveLog = (obj) => ({
@@ -734,7 +733,6 @@ exports.CreateLimitRequestFilterSensitiveLog = CreateLimitRequestFilterSensitive
734
733
  const CreateQueueRequestFilterSensitiveLog = (obj) => ({
735
734
  ...obj,
736
735
  ...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
737
- ...(obj.requiredFileSystemLocationNames && { requiredFileSystemLocationNames: smithy_client_1.SENSITIVE_STRING }),
738
736
  });
739
737
  exports.CreateQueueRequestFilterSensitiveLog = CreateQueueRequestFilterSensitiveLog;
740
738
  const CreateQueueEnvironmentRequestFilterSensitiveLog = (obj) => ({
@@ -744,7 +742,6 @@ const CreateQueueEnvironmentRequestFilterSensitiveLog = (obj) => ({
744
742
  exports.CreateQueueEnvironmentRequestFilterSensitiveLog = CreateQueueEnvironmentRequestFilterSensitiveLog;
745
743
  const FileSystemLocationFilterSensitiveLog = (obj) => ({
746
744
  ...obj,
747
- ...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
748
745
  });
749
746
  exports.FileSystemLocationFilterSensitiveLog = FileSystemLocationFilterSensitiveLog;
750
747
  const CreateStorageProfileRequestFilterSensitiveLog = (obj) => ({
@@ -801,7 +798,6 @@ exports.GetStorageProfileResponseFilterSensitiveLog = GetStorageProfileResponseF
801
798
  const GetQueueResponseFilterSensitiveLog = (obj) => ({
802
799
  ...obj,
803
800
  ...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
804
- ...(obj.requiredFileSystemLocationNames && { requiredFileSystemLocationNames: smithy_client_1.SENSITIVE_STRING }),
805
801
  });
806
802
  exports.GetQueueResponseFilterSensitiveLog = GetQueueResponseFilterSensitiveLog;
807
803
  const GetQueueEnvironmentResponseFilterSensitiveLog = (obj) => ({
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchTasksResponseFilterSensitiveLog = exports.TaskSearchSummaryFilterSensitiveLog = exports.SearchJobsResponseFilterSensitiveLog = exports.JobSearchSummaryFilterSensitiveLog = exports.UpdateStorageProfileRequestFilterSensitiveLog = exports.UpdateLimitRequestFilterSensitiveLog = exports.UpdateFarmRequestFilterSensitiveLog = exports.UpdateQueueEnvironmentRequestFilterSensitiveLog = exports.UpdateQueueRequestFilterSensitiveLog = exports.SearchFilterExpression = exports.UpdateQueueLimitAssociationStatus = exports.UpdateQueueFleetAssociationStatus = exports.UsageStatistic = exports.SessionsStatisticsResources = exports.Period = exports.UsageGroupByField = exports.SearchSortExpression = exports.SortOrder = exports.LogicalOperator = exports.LicenseEndpointStatus = exports.SessionsStatisticsAggregationStatus = exports.UsageType = exports.QueueLimitAssociationStatus = exports.QueueFleetAssociationStatus = exports.UpdateJobLifecycleStatus = void 0;
3
+ exports.SearchTasksResponseFilterSensitiveLog = exports.TaskSearchSummaryFilterSensitiveLog = exports.SearchJobsResponseFilterSensitiveLog = exports.JobSearchSummaryFilterSensitiveLog = exports.UpdateStorageProfileRequestFilterSensitiveLog = exports.UpdateLimitRequestFilterSensitiveLog = exports.UpdateFarmRequestFilterSensitiveLog = exports.UpdateQueueEnvironmentRequestFilterSensitiveLog = exports.UpdateQueueRequestFilterSensitiveLog = exports.SearchFilterExpression = exports.UpdateQueueLimitAssociationStatus = exports.UpdateQueueFleetAssociationStatus = exports.UsageStatistic = exports.SessionsStatisticsResources = exports.Period = exports.UsageGroupByField = exports.SearchSortExpression = exports.SortOrder = exports.LogicalOperator = exports.SearchTermMatchingType = exports.LicenseEndpointStatus = exports.SessionsStatisticsAggregationStatus = exports.UsageType = exports.QueueLimitAssociationStatus = exports.QueueFleetAssociationStatus = exports.UpdateJobLifecycleStatus = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  exports.UpdateJobLifecycleStatus = {
6
6
  ARCHIVED: "ARCHIVED",
@@ -33,6 +33,10 @@ exports.LicenseEndpointStatus = {
33
33
  NOT_READY: "NOT_READY",
34
34
  READY: "READY",
35
35
  };
36
+ exports.SearchTermMatchingType = {
37
+ CONTAINS: "CONTAINS",
38
+ FUZZY_MATCH: "FUZZY_MATCH",
39
+ };
36
40
  exports.LogicalOperator = {
37
41
  AND: "AND",
38
42
  OR: "OR",
@@ -113,8 +117,6 @@ var SearchFilterExpression;
113
117
  const UpdateQueueRequestFilterSensitiveLog = (obj) => ({
114
118
  ...obj,
115
119
  ...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
116
- ...(obj.requiredFileSystemLocationNamesToAdd && { requiredFileSystemLocationNamesToAdd: smithy_client_1.SENSITIVE_STRING }),
117
- ...(obj.requiredFileSystemLocationNamesToRemove && { requiredFileSystemLocationNamesToRemove: smithy_client_1.SENSITIVE_STRING }),
118
120
  });
119
121
  exports.UpdateQueueRequestFilterSensitiveLog = UpdateQueueRequestFilterSensitiveLog;
120
122
  const UpdateQueueEnvironmentRequestFilterSensitiveLog = (obj) => ({
@@ -589,7 +589,6 @@ export const AssumeQueueRoleForWorkerResponseFilterSensitiveLog = (obj) => ({
589
589
  });
590
590
  export const ManifestPropertiesFilterSensitiveLog = (obj) => ({
591
591
  ...obj,
592
- ...(obj.fileSystemLocationName && { fileSystemLocationName: SENSITIVE_STRING }),
593
592
  });
594
593
  export const AttachmentsFilterSensitiveLog = (obj) => ({
595
594
  ...obj,
@@ -691,7 +690,6 @@ export const CreateLimitRequestFilterSensitiveLog = (obj) => ({
691
690
  export const CreateQueueRequestFilterSensitiveLog = (obj) => ({
692
691
  ...obj,
693
692
  ...(obj.description && { description: SENSITIVE_STRING }),
694
- ...(obj.requiredFileSystemLocationNames && { requiredFileSystemLocationNames: SENSITIVE_STRING }),
695
693
  });
696
694
  export const CreateQueueEnvironmentRequestFilterSensitiveLog = (obj) => ({
697
695
  ...obj,
@@ -699,7 +697,6 @@ export const CreateQueueEnvironmentRequestFilterSensitiveLog = (obj) => ({
699
697
  });
700
698
  export const FileSystemLocationFilterSensitiveLog = (obj) => ({
701
699
  ...obj,
702
- ...(obj.name && { name: SENSITIVE_STRING }),
703
700
  });
704
701
  export const CreateStorageProfileRequestFilterSensitiveLog = (obj) => ({
705
702
  ...obj,
@@ -746,7 +743,6 @@ export const GetStorageProfileResponseFilterSensitiveLog = (obj) => ({
746
743
  export const GetQueueResponseFilterSensitiveLog = (obj) => ({
747
744
  ...obj,
748
745
  ...(obj.description && { description: SENSITIVE_STRING }),
749
- ...(obj.requiredFileSystemLocationNames && { requiredFileSystemLocationNames: SENSITIVE_STRING }),
750
746
  });
751
747
  export const GetQueueEnvironmentResponseFilterSensitiveLog = (obj) => ({
752
748
  ...obj,
@@ -30,6 +30,10 @@ export const LicenseEndpointStatus = {
30
30
  NOT_READY: "NOT_READY",
31
31
  READY: "READY",
32
32
  };
33
+ export const SearchTermMatchingType = {
34
+ CONTAINS: "CONTAINS",
35
+ FUZZY_MATCH: "FUZZY_MATCH",
36
+ };
33
37
  export const LogicalOperator = {
34
38
  AND: "AND",
35
39
  OR: "OR",
@@ -110,8 +114,6 @@ export var SearchFilterExpression;
110
114
  export const UpdateQueueRequestFilterSensitiveLog = (obj) => ({
111
115
  ...obj,
112
116
  ...(obj.description && { description: SENSITIVE_STRING }),
113
- ...(obj.requiredFileSystemLocationNamesToAdd && { requiredFileSystemLocationNamesToAdd: SENSITIVE_STRING }),
114
- ...(obj.requiredFileSystemLocationNamesToRemove && { requiredFileSystemLocationNamesToRemove: SENSITIVE_STRING }),
115
117
  });
116
118
  export const UpdateQueueEnvironmentRequestFilterSensitiveLog = (obj) => ({
117
119
  ...obj,
@@ -60,7 +60,7 @@ declare const GetSessionActionCommand_base: {
60
60
  * // environmentId: "STRING_VALUE", // required
61
61
  * // },
62
62
  * // taskRun: { // TaskRunSessionActionDefinition
63
- * // taskId: "STRING_VALUE", // required
63
+ * // taskId: "STRING_VALUE",
64
64
  * // stepId: "STRING_VALUE", // required
65
65
  * // parameters: { // TaskParameters // required
66
66
  * // "<keys>": { // TaskParameterValue Union: only one key present
@@ -62,7 +62,7 @@ declare const ListSessionActionsCommand_base: {
62
62
  * // environmentId: "STRING_VALUE", // required
63
63
  * // },
64
64
  * // taskRun: { // TaskRunSessionActionDefinitionSummary
65
- * // taskId: "STRING_VALUE", // required
65
+ * // taskId: "STRING_VALUE",
66
66
  * // stepId: "STRING_VALUE", // required
67
67
  * // },
68
68
  * // syncInputJobAttachments: { // SyncInputJobAttachmentsSessionActionDefinitionSummary
@@ -54,6 +54,7 @@ declare const SearchJobsCommand_base: {
54
54
  * },
55
55
  * searchTermFilter: { // SearchTermFilterExpression
56
56
  * searchTerm: "STRING_VALUE", // required
57
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
57
58
  * },
58
59
  * stringFilter: { // StringFilterExpression
59
60
  * name: "STRING_VALUE", // required
@@ -75,6 +76,7 @@ declare const SearchJobsCommand_base: {
75
76
  * },
76
77
  * searchTermFilter: {
77
78
  * searchTerm: "STRING_VALUE", // required
79
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
78
80
  * },
79
81
  * stringFilter: {
80
82
  * name: "STRING_VALUE", // required
@@ -55,6 +55,7 @@ declare const SearchStepsCommand_base: {
55
55
  * },
56
56
  * searchTermFilter: { // SearchTermFilterExpression
57
57
  * searchTerm: "STRING_VALUE", // required
58
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
58
59
  * },
59
60
  * stringFilter: { // StringFilterExpression
60
61
  * name: "STRING_VALUE", // required
@@ -76,6 +77,7 @@ declare const SearchStepsCommand_base: {
76
77
  * },
77
78
  * searchTermFilter: {
78
79
  * searchTerm: "STRING_VALUE", // required
80
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
79
81
  * },
80
82
  * stringFilter: {
81
83
  * name: "STRING_VALUE", // required
@@ -55,6 +55,7 @@ declare const SearchTasksCommand_base: {
55
55
  * },
56
56
  * searchTermFilter: { // SearchTermFilterExpression
57
57
  * searchTerm: "STRING_VALUE", // required
58
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
58
59
  * },
59
60
  * stringFilter: { // StringFilterExpression
60
61
  * name: "STRING_VALUE", // required
@@ -76,6 +77,7 @@ declare const SearchTasksCommand_base: {
76
77
  * },
77
78
  * searchTermFilter: {
78
79
  * searchTerm: "STRING_VALUE", // required
80
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
79
81
  * },
80
82
  * stringFilter: {
81
83
  * name: "STRING_VALUE", // required
@@ -54,6 +54,7 @@ declare const SearchWorkersCommand_base: {
54
54
  * },
55
55
  * searchTermFilter: { // SearchTermFilterExpression
56
56
  * searchTerm: "STRING_VALUE", // required
57
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
57
58
  * },
58
59
  * stringFilter: { // StringFilterExpression
59
60
  * name: "STRING_VALUE", // required
@@ -75,6 +76,7 @@ declare const SearchWorkersCommand_base: {
75
76
  * },
76
77
  * searchTermFilter: {
77
78
  * searchTerm: "STRING_VALUE", // required
79
+ * matchType: "FUZZY_MATCH" || "CONTAINS",
78
80
  * },
79
81
  * stringFilter: {
80
82
  * name: "STRING_VALUE", // required
@@ -68,7 +68,7 @@ declare const UpdateWorkerScheduleCommand_base: {
68
68
  * // environmentId: "STRING_VALUE", // required
69
69
  * // },
70
70
  * // taskRun: { // AssignedTaskRunSessionActionDefinition
71
- * // taskId: "STRING_VALUE", // required
71
+ * // taskId: "STRING_VALUE",
72
72
  * // stepId: "STRING_VALUE", // required
73
73
  * // parameters: { // TaskParameters // required
74
74
  * // "<keys>": { // TaskParameterValue Union: only one key present
@@ -316,7 +316,7 @@ export interface AssignedTaskRunSessionActionDefinition {
316
316
  * <p>The task ID.</p>
317
317
  * @public
318
318
  */
319
- taskId: string | undefined;
319
+ taskId?: string | undefined;
320
320
  /**
321
321
  * <p>The step ID.</p>
322
322
  * @public
@@ -3000,8 +3000,8 @@ export interface CreateJobRequest {
3000
3000
  */
3001
3001
  templateType?: JobTemplateType | undefined;
3002
3002
  /**
3003
- * <p>The priority of the job on a scale of 0 to 100. The highest priority (first scheduled)
3004
- * is 100. When two jobs have the same priority, the oldest job is scheduled first.</p>
3003
+ * <p>The priority of the job. The highest priority (first scheduled) is 100. When two jobs
3004
+ * have the same priority, the oldest job is scheduled first.</p>
3005
3005
  * @public
3006
3006
  */
3007
3007
  priority: number | undefined;
@@ -3337,8 +3337,8 @@ export interface CreateQueueEnvironmentRequest {
3337
3337
  queueId: string | undefined;
3338
3338
  /**
3339
3339
  * <p>Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the
3340
- * highest priority. If two environments share the same priority value, the environment
3341
- * created first takes higher priority.</p>
3340
+ * highest priority (activated first and deactivated last). If two environments share the same
3341
+ * priority value, the environment created first takes higher priority.</p>
3342
3342
  * @public
3343
3343
  */
3344
3344
  priority: number | undefined;
@@ -4649,7 +4649,8 @@ export interface UpdatedSessionActionInfo {
4649
4649
  */
4650
4650
  completedStatus?: CompletedStatus | undefined;
4651
4651
  /**
4652
- * <p>The process exit code.</p>
4652
+ * <p>The process exit code. The default Deadline Cloud worker agent converts unsigned
4653
+ * 32-bit exit codes to signed 32-bit exit codes.</p>
4653
4654
  * @public
4654
4655
  */
4655
4656
  processExitCode?: number | undefined;
@@ -5977,7 +5978,7 @@ export interface TaskRunSessionActionDefinition {
5977
5978
  * <p>The task ID.</p>
5978
5979
  * @public
5979
5980
  */
5980
- taskId: string | undefined;
5981
+ taskId?: string | undefined;
5981
5982
  /**
5982
5983
  * <p>The step ID.</p>
5983
5984
  * @public
@@ -6122,7 +6123,8 @@ export interface GetSessionActionResponse {
6122
6123
  */
6123
6124
  sessionId: string | undefined;
6124
6125
  /**
6125
- * <p>The exit code to exit the session.</p>
6126
+ * <p>The process exit code. The default Deadline Cloud worker agent converts unsigned
6127
+ * 32-bit exit codes to signed 32-bit exit codes.</p>
6126
6128
  * @public
6127
6129
  */
6128
6130
  processExitCode?: number | undefined;
@@ -6938,7 +6940,7 @@ export interface TaskRunSessionActionDefinitionSummary {
6938
6940
  * <p>The task ID.</p>
6939
6941
  * @public
6940
6942
  */
6941
- taskId: string | undefined;
6943
+ taskId?: string | undefined;
6942
6944
  /**
6943
6945
  * <p>The step ID.</p>
6944
6946
  * @public
@@ -1837,6 +1837,18 @@ export interface ParameterFilterExpression {
1837
1837
  */
1838
1838
  value: string | undefined;
1839
1839
  }
1840
+ /**
1841
+ * @public
1842
+ * @enum
1843
+ */
1844
+ export declare const SearchTermMatchingType: {
1845
+ readonly CONTAINS: "CONTAINS";
1846
+ readonly FUZZY_MATCH: "FUZZY_MATCH";
1847
+ };
1848
+ /**
1849
+ * @public
1850
+ */
1851
+ export type SearchTermMatchingType = (typeof SearchTermMatchingType)[keyof typeof SearchTermMatchingType];
1840
1852
  /**
1841
1853
  * <p>Searches for a particular search term.</p>
1842
1854
  * @public
@@ -1847,6 +1859,22 @@ export interface SearchTermFilterExpression {
1847
1859
  * @public
1848
1860
  */
1849
1861
  searchTerm: string | undefined;
1862
+ /**
1863
+ * <p>Specifies how Deadline Cloud matches your search term in the results. If you don't
1864
+ * specify a <code>matchType</code> the default is <code>FUZZY_MATCH</code>.</p>
1865
+ * <ul>
1866
+ * <li>
1867
+ * <p>
1868
+ * <code>FUZZY_MATCH</code> - Matches if a portion of the search term is found in the result.</p>
1869
+ * </li>
1870
+ * <li>
1871
+ * <p>
1872
+ * <code>CONTAINS</code> - Matches if the exact search term is contained in the result.</p>
1873
+ * </li>
1874
+ * </ul>
1875
+ * @public
1876
+ */
1877
+ matchType?: SearchTermMatchingType | undefined;
1850
1878
  }
1851
1879
  /**
1852
1880
  * <p>Searches for a particular string.</p>
@@ -109,7 +109,7 @@ export declare namespace TaskParameterValue {
109
109
  const visit: <T>(value: TaskParameterValue, visitor: Visitor<T>) => T;
110
110
  }
111
111
  export interface AssignedTaskRunSessionActionDefinition {
112
- taskId: string | undefined;
112
+ taskId?: string | undefined;
113
113
  stepId: string | undefined;
114
114
  parameters: Record<string, TaskParameterValue> | undefined;
115
115
  }
@@ -1775,7 +1775,7 @@ export interface SyncInputJobAttachmentsSessionActionDefinition {
1775
1775
  stepId?: string | undefined;
1776
1776
  }
1777
1777
  export interface TaskRunSessionActionDefinition {
1778
- taskId: string | undefined;
1778
+ taskId?: string | undefined;
1779
1779
  stepId: string | undefined;
1780
1780
  parameters: Record<string, TaskParameterValue> | undefined;
1781
1781
  }
@@ -2052,7 +2052,7 @@ export interface SyncInputJobAttachmentsSessionActionDefinitionSummary {
2052
2052
  stepId?: string | undefined;
2053
2053
  }
2054
2054
  export interface TaskRunSessionActionDefinitionSummary {
2055
- taskId: string | undefined;
2055
+ taskId?: string | undefined;
2056
2056
  stepId: string | undefined;
2057
2057
  }
2058
2058
  export type SessionActionDefinitionSummary =
@@ -447,8 +447,15 @@ export interface ParameterFilterExpression {
447
447
  operator: ComparisonOperator | undefined;
448
448
  value: string | undefined;
449
449
  }
450
+ export declare const SearchTermMatchingType: {
451
+ readonly CONTAINS: "CONTAINS";
452
+ readonly FUZZY_MATCH: "FUZZY_MATCH";
453
+ };
454
+ export type SearchTermMatchingType =
455
+ (typeof SearchTermMatchingType)[keyof typeof SearchTermMatchingType];
450
456
  export interface SearchTermFilterExpression {
451
457
  searchTerm: string | undefined;
458
+ matchType?: SearchTermMatchingType | undefined;
452
459
  }
453
460
  export interface StringFilterExpression {
454
461
  name: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-deadline",
3
3
  "description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
4
- "version": "3.777.0",
4
+ "version": "3.779.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",