@aws-sdk/client-sagemaker 3.687.0 → 3.691.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.
@@ -18,45 +18,45 @@ import {
18
18
  export interface UpdateUserProfileRequest {
19
19
  DomainId: string | undefined;
20
20
  UserProfileName: string | undefined;
21
- UserSettings?: UserSettings;
21
+ UserSettings?: UserSettings | undefined;
22
22
  }
23
23
  export interface UpdateUserProfileResponse {
24
- UserProfileArn?: string;
24
+ UserProfileArn?: string | undefined;
25
25
  }
26
26
  export interface UpdateWorkforceRequest {
27
27
  WorkforceName: string | undefined;
28
- SourceIpConfig?: SourceIpConfig;
29
- OidcConfig?: OidcConfig;
30
- WorkforceVpcConfig?: WorkforceVpcConfigRequest;
28
+ SourceIpConfig?: SourceIpConfig | undefined;
29
+ OidcConfig?: OidcConfig | undefined;
30
+ WorkforceVpcConfig?: WorkforceVpcConfigRequest | undefined;
31
31
  }
32
32
  export interface UpdateWorkforceResponse {
33
33
  Workforce: Workforce | undefined;
34
34
  }
35
35
  export interface UpdateWorkteamRequest {
36
36
  WorkteamName: string | undefined;
37
- MemberDefinitions?: MemberDefinition[];
38
- Description?: string;
39
- NotificationConfiguration?: NotificationConfiguration;
40
- WorkerAccessConfiguration?: WorkerAccessConfiguration;
37
+ MemberDefinitions?: MemberDefinition[] | undefined;
38
+ Description?: string | undefined;
39
+ NotificationConfiguration?: NotificationConfiguration | undefined;
40
+ WorkerAccessConfiguration?: WorkerAccessConfiguration | undefined;
41
41
  }
42
42
  export interface UpdateWorkteamResponse {
43
43
  Workteam: Workteam | undefined;
44
44
  }
45
45
  export interface SearchExpression {
46
- Filters?: Filter[];
47
- NestedFilters?: NestedFilters[];
48
- SubExpressions?: SearchExpression[];
49
- Operator?: BooleanOperator;
46
+ Filters?: Filter[] | undefined;
47
+ NestedFilters?: NestedFilters[] | undefined;
48
+ SubExpressions?: SearchExpression[] | undefined;
49
+ Operator?: BooleanOperator | undefined;
50
50
  }
51
51
  export interface SearchRequest {
52
52
  Resource: ResourceType | undefined;
53
- SearchExpression?: SearchExpression;
54
- SortBy?: string;
55
- SortOrder?: SearchSortOrder;
56
- NextToken?: string;
57
- MaxResults?: number;
58
- CrossAccountFilterOption?: CrossAccountFilterOption;
59
- VisibilityConditions?: VisibilityConditions[];
53
+ SearchExpression?: SearchExpression | undefined;
54
+ SortBy?: string | undefined;
55
+ SortOrder?: SearchSortOrder | undefined;
56
+ NextToken?: string | undefined;
57
+ MaxResults?: number | undefined;
58
+ CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
59
+ VisibilityConditions?: VisibilityConditions[] | undefined;
60
60
  }
61
61
  export declare const UpdateWorkforceRequestFilterSensitiveLog: (
62
62
  obj: UpdateWorkforceRequest
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.687.0",
4
+ "version": "3.691.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.687.0",
24
- "@aws-sdk/client-sts": "3.687.0",
25
- "@aws-sdk/core": "3.686.0",
26
- "@aws-sdk/credential-provider-node": "3.687.0",
23
+ "@aws-sdk/client-sso-oidc": "3.691.0",
24
+ "@aws-sdk/client-sts": "3.691.0",
25
+ "@aws-sdk/core": "3.691.0",
26
+ "@aws-sdk/credential-provider-node": "3.691.0",
27
27
  "@aws-sdk/middleware-host-header": "3.686.0",
28
28
  "@aws-sdk/middleware-logger": "3.686.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
- "@aws-sdk/middleware-user-agent": "3.687.0",
30
+ "@aws-sdk/middleware-user-agent": "3.691.0",
31
31
  "@aws-sdk/region-config-resolver": "3.686.0",
32
32
  "@aws-sdk/types": "3.686.0",
33
33
  "@aws-sdk/util-endpoints": "3.686.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.686.0",
35
- "@aws-sdk/util-user-agent-node": "3.687.0",
35
+ "@aws-sdk/util-user-agent-node": "3.691.0",
36
36
  "@smithy/config-resolver": "^3.0.10",
37
37
  "@smithy/core": "^2.5.1",
38
38
  "@smithy/fetch-http-handler": "^4.0.0",