@aws-sdk/client-datazone 3.427.0 → 3.429.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.
@@ -71,7 +71,7 @@ export declare const RejectRuleBehavior: {
71
71
  export type RejectRuleBehavior =
72
72
  (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
73
73
  export interface RejectRule {
74
- rule?: RejectRuleBehavior | string;
74
+ rule?: RejectRuleBehavior;
75
75
  threshold?: number;
76
76
  }
77
77
  export interface RejectPredictionsInput {
@@ -97,7 +97,7 @@ export interface RejectSubscriptionRequestOutput {
97
97
  createdBy: string | undefined;
98
98
  updatedBy?: string;
99
99
  domainId: string | undefined;
100
- status: SubscriptionRequestStatus | string | undefined;
100
+ status: SubscriptionRequestStatus | undefined;
101
101
  createdAt: Date | undefined;
102
102
  updatedAt: Date | undefined;
103
103
  requestReason: string | undefined;
@@ -116,7 +116,7 @@ export interface RevokeSubscriptionOutput {
116
116
  createdBy: string | undefined;
117
117
  updatedBy?: string;
118
118
  domainId: string | undefined;
119
- status: SubscriptionStatus | string | undefined;
119
+ status: SubscriptionStatus | undefined;
120
120
  createdAt: Date | undefined;
121
121
  updatedAt: Date | undefined;
122
122
  subscribedPrincipal: SubscribedPrincipal | undefined;
@@ -145,7 +145,7 @@ export type InventorySearchScope =
145
145
  (typeof InventorySearchScope)[keyof typeof InventorySearchScope];
146
146
  export interface SearchSort {
147
147
  attribute: string | undefined;
148
- order?: SortOrder | string;
148
+ order?: SortOrder;
149
149
  }
150
150
  export interface GlossaryItem {
151
151
  domainId: string | undefined;
@@ -153,7 +153,7 @@ export interface GlossaryItem {
153
153
  name: string | undefined;
154
154
  owningProjectId: string | undefined;
155
155
  description?: string;
156
- status: GlossaryStatus | string | undefined;
156
+ status: GlossaryStatus | undefined;
157
157
  createdAt?: Date;
158
158
  createdBy?: string;
159
159
  updatedAt?: Date;
@@ -167,7 +167,7 @@ export interface GlossaryTermItem {
167
167
  shortDescription?: string;
168
168
  longDescription?: string;
169
169
  termRelations?: TermRelations;
170
- status: GlossaryTermStatus | string | undefined;
170
+ status: GlossaryTermStatus | undefined;
171
171
  createdAt?: Date;
172
172
  createdBy?: string;
173
173
  updatedAt?: Date;
@@ -237,7 +237,7 @@ export type GroupSearchType =
237
237
  (typeof GroupSearchType)[keyof typeof GroupSearchType];
238
238
  export interface SearchGroupProfilesInput {
239
239
  domainIdentifier: string | undefined;
240
- groupType: GroupSearchType | string | undefined;
240
+ groupType: GroupSearchType | undefined;
241
241
  searchText?: string;
242
242
  maxResults?: number;
243
243
  nextToken?: string;
@@ -245,7 +245,7 @@ export interface SearchGroupProfilesInput {
245
245
  export interface GroupProfileSummary {
246
246
  domainId?: string;
247
247
  id?: string;
248
- status?: GroupProfileStatus | string;
248
+ status?: GroupProfileStatus;
249
249
  groupName?: string;
250
250
  }
251
251
  export interface SearchGroupProfilesOutput {
@@ -286,7 +286,7 @@ export interface FormTypeData {
286
286
  name: string | undefined;
287
287
  revision: string | undefined;
288
288
  model?: Model;
289
- status?: FormTypeStatus | string;
289
+ status?: FormTypeStatus;
290
290
  owningProjectId?: string;
291
291
  originDomainId?: string;
292
292
  originProjectId?: string;
@@ -337,7 +337,7 @@ export type UserSearchType =
337
337
  (typeof UserSearchType)[keyof typeof UserSearchType];
338
338
  export interface SearchUserProfilesInput {
339
339
  domainIdentifier: string | undefined;
340
- userType: UserSearchType | string | undefined;
340
+ userType: UserSearchType | undefined;
341
341
  searchText?: string;
342
342
  maxResults?: number;
343
343
  nextToken?: string;
@@ -345,8 +345,8 @@ export interface SearchUserProfilesInput {
345
345
  export interface UserProfileSummary {
346
346
  domainId?: string;
347
347
  id?: string;
348
- type?: UserProfileType | string;
349
- status?: UserProfileStatus | string;
348
+ type?: UserProfileType;
349
+ status?: UserProfileStatus;
350
350
  details?: UserProfileDetails;
351
351
  }
352
352
  export interface SearchUserProfilesOutput {
@@ -384,7 +384,7 @@ export interface UpdateEnvironmentOutput {
384
384
  awsAccountRegion?: string;
385
385
  provider: string | undefined;
386
386
  provisionedResources?: Resource[];
387
- status?: EnvironmentStatus | string;
387
+ status?: EnvironmentStatus;
388
388
  environmentActions?: ConfigurableEnvironmentAction[];
389
389
  glossaryTerms?: string[];
390
390
  userParameters?: CustomParameter[];
@@ -419,12 +419,12 @@ export interface UpdateEnvironmentProfileOutput {
419
419
  export interface UpdateGroupProfileInput {
420
420
  domainIdentifier: string | undefined;
421
421
  groupIdentifier: string | undefined;
422
- status: GroupProfileStatus | string | undefined;
422
+ status: GroupProfileStatus | undefined;
423
423
  }
424
424
  export interface UpdateGroupProfileOutput {
425
425
  domainId?: string;
426
426
  id?: string;
427
- status?: GroupProfileStatus | string;
427
+ status?: GroupProfileStatus;
428
428
  groupName?: string;
429
429
  }
430
430
  export interface UpdateProjectInput {
@@ -448,7 +448,7 @@ export interface UpdateSubscriptionGrantStatusInput {
448
448
  domainIdentifier: string | undefined;
449
449
  identifier: string | undefined;
450
450
  assetIdentifier: string | undefined;
451
- status: SubscriptionGrantStatus | string | undefined;
451
+ status: SubscriptionGrantStatus | undefined;
452
452
  failureCause?: FailureCause;
453
453
  targetName?: string;
454
454
  }
@@ -461,7 +461,7 @@ export interface UpdateSubscriptionGrantStatusOutput {
461
461
  updatedAt: Date | undefined;
462
462
  subscriptionTargetId: string | undefined;
463
463
  grantedEntity: GrantedEntity | undefined;
464
- status: SubscriptionGrantOverallStatus | string | undefined;
464
+ status: SubscriptionGrantOverallStatus | undefined;
465
465
  assets?: SubscribedAsset[];
466
466
  subscriptionId?: string;
467
467
  }
@@ -475,7 +475,7 @@ export interface UpdateSubscriptionRequestOutput {
475
475
  createdBy: string | undefined;
476
476
  updatedBy?: string;
477
477
  domainId: string | undefined;
478
- status: SubscriptionRequestStatus | string | undefined;
478
+ status: SubscriptionRequestStatus | undefined;
479
479
  createdAt: Date | undefined;
480
480
  updatedAt: Date | undefined;
481
481
  requestReason: string | undefined;
@@ -515,14 +515,14 @@ export interface UpdateSubscriptionTargetOutput {
515
515
  export interface UpdateUserProfileInput {
516
516
  domainIdentifier: string | undefined;
517
517
  userIdentifier: string | undefined;
518
- type?: UserProfileType | string;
519
- status: UserProfileStatus | string | undefined;
518
+ type?: UserProfileType;
519
+ status: UserProfileStatus | undefined;
520
520
  }
521
521
  export interface UpdateUserProfileOutput {
522
522
  domainId?: string;
523
523
  id?: string;
524
- type?: UserProfileType | string;
525
- status?: UserProfileStatus | string;
524
+ type?: UserProfileType;
525
+ status?: UserProfileStatus;
526
526
  details?: UserProfileDetails;
527
527
  }
528
528
  export type FilterClause =
@@ -568,12 +568,12 @@ export interface SearchInput {
568
568
  owningProjectIdentifier?: string;
569
569
  maxResults?: number;
570
570
  nextToken?: string;
571
- searchScope: InventorySearchScope | string | undefined;
571
+ searchScope: InventorySearchScope | undefined;
572
572
  searchText?: string;
573
573
  searchIn?: SearchInItem[];
574
574
  filters?: FilterClause;
575
575
  sort?: SearchSort;
576
- additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
576
+ additionalAttributes?: SearchOutputAdditionalAttribute[];
577
577
  }
578
578
  export interface SearchListingsInput {
579
579
  domainIdentifier: string | undefined;
@@ -583,13 +583,13 @@ export interface SearchListingsInput {
583
583
  nextToken?: string;
584
584
  filters?: FilterClause;
585
585
  sort?: SearchSort;
586
- additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
586
+ additionalAttributes?: SearchOutputAdditionalAttribute[];
587
587
  }
588
588
  export interface SearchTypesInput {
589
589
  domainIdentifier: string | undefined;
590
590
  maxResults?: number;
591
591
  nextToken?: string;
592
- searchScope: TypesSearchScope | string | undefined;
592
+ searchScope: TypesSearchScope | undefined;
593
593
  searchText?: string;
594
594
  searchIn?: SearchInItem[];
595
595
  filters?: FilterClause;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datazone",
3
3
  "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
4
- "version": "3.427.0",
4
+ "version": "3.429.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,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"