aws-sdk-datazone 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,2962 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::DataZone
9
+ module Types
10
+
11
+ class AcceptChoice
12
+ attr_accessor prediction_choice: ::Integer
13
+ attr_accessor prediction_target: ::String
14
+ SENSITIVE: []
15
+ end
16
+
17
+ class AcceptPredictionsInput
18
+ attr_accessor accept_choices: ::Array[Types::AcceptChoice]
19
+ attr_accessor accept_rule: Types::AcceptRule
20
+ attr_accessor client_token: ::String
21
+ attr_accessor domain_identifier: ::String
22
+ attr_accessor identifier: ::String
23
+ attr_accessor revision: ::String
24
+ SENSITIVE: []
25
+ end
26
+
27
+ class AcceptPredictionsOutput
28
+ attr_accessor asset_id: ::String
29
+ attr_accessor domain_id: ::String
30
+ attr_accessor revision: ::String
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class AcceptRule
35
+ attr_accessor rule: ("ALL" | "NONE")
36
+ attr_accessor threshold: ::Float
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class AcceptSubscriptionRequestInput
41
+ attr_accessor decision_comment: ::String
42
+ attr_accessor domain_identifier: ::String
43
+ attr_accessor identifier: ::String
44
+ SENSITIVE: [:decision_comment]
45
+ end
46
+
47
+ class AcceptSubscriptionRequestOutput
48
+ attr_accessor created_at: ::Time
49
+ attr_accessor created_by: ::String
50
+ attr_accessor decision_comment: ::String
51
+ attr_accessor domain_id: ::String
52
+ attr_accessor id: ::String
53
+ attr_accessor request_reason: ::String
54
+ attr_accessor reviewer_id: ::String
55
+ attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
56
+ attr_accessor subscribed_listings: ::Array[Types::SubscribedListing]
57
+ attr_accessor subscribed_principals: ::Array[Types::SubscribedPrincipal]
58
+ attr_accessor updated_at: ::Time
59
+ attr_accessor updated_by: ::String
60
+ SENSITIVE: [:decision_comment, :request_reason]
61
+ end
62
+
63
+ class AccessDeniedException
64
+ attr_accessor message: ::String
65
+ SENSITIVE: []
66
+ end
67
+
68
+ class AssetItem
69
+ attr_accessor additional_attributes: Types::AssetItemAdditionalAttributes
70
+ attr_accessor created_at: ::Time
71
+ attr_accessor created_by: ::String
72
+ attr_accessor description: ::String
73
+ attr_accessor domain_id: ::String
74
+ attr_accessor external_identifier: ::String
75
+ attr_accessor first_revision_created_at: ::Time
76
+ attr_accessor first_revision_created_by: ::String
77
+ attr_accessor glossary_terms: ::Array[::String]
78
+ attr_accessor identifier: ::String
79
+ attr_accessor name: ::String
80
+ attr_accessor owning_project_id: ::String
81
+ attr_accessor type_identifier: ::String
82
+ attr_accessor type_revision: ::String
83
+ SENSITIVE: [:description, :external_identifier, :name]
84
+ end
85
+
86
+ class AssetItemAdditionalAttributes
87
+ attr_accessor forms_output: ::Array[Types::FormOutput]
88
+ attr_accessor read_only_forms_output: ::Array[Types::FormOutput]
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class AssetListing
93
+ attr_accessor asset_id: ::String
94
+ attr_accessor asset_revision: ::String
95
+ attr_accessor asset_type: ::String
96
+ attr_accessor created_at: ::Time
97
+ attr_accessor forms: ::String
98
+ attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
99
+ attr_accessor owning_project_id: ::String
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class AssetListingDetails
104
+ attr_accessor listing_id: ::String
105
+ attr_accessor listing_status: ("CREATING" | "ACTIVE" | "INACTIVE")
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class AssetListingItem
110
+ attr_accessor additional_attributes: Types::AssetListingItemAdditionalAttributes
111
+ attr_accessor created_at: ::Time
112
+ attr_accessor description: ::String
113
+ attr_accessor entity_id: ::String
114
+ attr_accessor entity_revision: ::String
115
+ attr_accessor entity_type: ::String
116
+ attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
117
+ attr_accessor listing_created_by: ::String
118
+ attr_accessor listing_id: ::String
119
+ attr_accessor listing_revision: ::String
120
+ attr_accessor listing_updated_by: ::String
121
+ attr_accessor name: ::String
122
+ attr_accessor owning_project_id: ::String
123
+ SENSITIVE: [:description, :name]
124
+ end
125
+
126
+ class AssetListingItemAdditionalAttributes
127
+ attr_accessor forms: ::String
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class AssetRevision
132
+ attr_accessor created_at: ::Time
133
+ attr_accessor created_by: ::String
134
+ attr_accessor domain_id: ::String
135
+ attr_accessor id: ::String
136
+ attr_accessor revision: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class AssetTargetNameMap
141
+ attr_accessor asset_id: ::String
142
+ attr_accessor target_name: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class AssetTypeItem
147
+ attr_accessor created_at: ::Time
148
+ attr_accessor created_by: ::String
149
+ attr_accessor description: ::String
150
+ attr_accessor domain_id: ::String
151
+ attr_accessor forms_output: ::Hash[::String, Types::FormEntryOutput]
152
+ attr_accessor name: ::String
153
+ attr_accessor origin_domain_id: ::String
154
+ attr_accessor origin_project_id: ::String
155
+ attr_accessor owning_project_id: ::String
156
+ attr_accessor revision: ::String
157
+ attr_accessor updated_at: ::Time
158
+ attr_accessor updated_by: ::String
159
+ SENSITIVE: [:description]
160
+ end
161
+
162
+ class BusinessNameGenerationConfiguration
163
+ attr_accessor enabled: bool
164
+ SENSITIVE: []
165
+ end
166
+
167
+ class CancelSubscriptionInput
168
+ attr_accessor domain_identifier: ::String
169
+ attr_accessor identifier: ::String
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class CancelSubscriptionOutput
174
+ attr_accessor created_at: ::Time
175
+ attr_accessor created_by: ::String
176
+ attr_accessor domain_id: ::String
177
+ attr_accessor id: ::String
178
+ attr_accessor retain_permissions: bool
179
+ attr_accessor status: ("APPROVED" | "REVOKED" | "CANCELLED")
180
+ attr_accessor subscribed_listing: Types::SubscribedListing
181
+ attr_accessor subscribed_principal: Types::SubscribedPrincipal
182
+ attr_accessor subscription_request_id: ::String
183
+ attr_accessor updated_at: ::Time
184
+ attr_accessor updated_by: ::String
185
+ SENSITIVE: []
186
+ end
187
+
188
+ class CloudFormationProperties
189
+ attr_accessor template_url: ::String
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class ConfigurableActionParameter
194
+ attr_accessor key: ::String
195
+ attr_accessor value: ::String
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class ConfigurableEnvironmentAction
200
+ attr_accessor auth: ("IAM" | "HTTPS")
201
+ attr_accessor parameters: ::Array[Types::ConfigurableActionParameter]
202
+ attr_accessor type: ::String
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class ConflictException
207
+ attr_accessor message: ::String
208
+ SENSITIVE: []
209
+ end
210
+
211
+ class CreateAssetInput
212
+ attr_accessor client_token: ::String
213
+ attr_accessor description: ::String
214
+ attr_accessor domain_identifier: ::String
215
+ attr_accessor external_identifier: ::String
216
+ attr_accessor forms_input: ::Array[Types::FormInput]
217
+ attr_accessor glossary_terms: ::Array[::String]
218
+ attr_accessor name: ::String
219
+ attr_accessor owning_project_identifier: ::String
220
+ attr_accessor prediction_configuration: Types::PredictionConfiguration
221
+ attr_accessor type_identifier: ::String
222
+ attr_accessor type_revision: ::String
223
+ SENSITIVE: [:description, :external_identifier, :forms_input, :name]
224
+ end
225
+
226
+ class CreateAssetOutput
227
+ attr_accessor created_at: ::Time
228
+ attr_accessor created_by: ::String
229
+ attr_accessor description: ::String
230
+ attr_accessor domain_id: ::String
231
+ attr_accessor external_identifier: ::String
232
+ attr_accessor first_revision_created_at: ::Time
233
+ attr_accessor first_revision_created_by: ::String
234
+ attr_accessor forms_output: ::Array[Types::FormOutput]
235
+ attr_accessor glossary_terms: ::Array[::String]
236
+ attr_accessor id: ::String
237
+ attr_accessor listing: Types::AssetListingDetails
238
+ attr_accessor name: ::String
239
+ attr_accessor owning_project_id: ::String
240
+ attr_accessor prediction_configuration: Types::PredictionConfiguration
241
+ attr_accessor read_only_forms_output: ::Array[Types::FormOutput]
242
+ attr_accessor revision: ::String
243
+ attr_accessor type_identifier: ::String
244
+ attr_accessor type_revision: ::String
245
+ SENSITIVE: [:description, :external_identifier, :name]
246
+ end
247
+
248
+ class CreateAssetRevisionInput
249
+ attr_accessor client_token: ::String
250
+ attr_accessor description: ::String
251
+ attr_accessor domain_identifier: ::String
252
+ attr_accessor forms_input: ::Array[Types::FormInput]
253
+ attr_accessor glossary_terms: ::Array[::String]
254
+ attr_accessor identifier: ::String
255
+ attr_accessor name: ::String
256
+ attr_accessor prediction_configuration: Types::PredictionConfiguration
257
+ attr_accessor type_revision: ::String
258
+ SENSITIVE: [:description, :forms_input, :name]
259
+ end
260
+
261
+ class CreateAssetRevisionOutput
262
+ attr_accessor created_at: ::Time
263
+ attr_accessor created_by: ::String
264
+ attr_accessor description: ::String
265
+ attr_accessor domain_id: ::String
266
+ attr_accessor external_identifier: ::String
267
+ attr_accessor first_revision_created_at: ::Time
268
+ attr_accessor first_revision_created_by: ::String
269
+ attr_accessor forms_output: ::Array[Types::FormOutput]
270
+ attr_accessor glossary_terms: ::Array[::String]
271
+ attr_accessor id: ::String
272
+ attr_accessor listing: Types::AssetListingDetails
273
+ attr_accessor name: ::String
274
+ attr_accessor owning_project_id: ::String
275
+ attr_accessor prediction_configuration: Types::PredictionConfiguration
276
+ attr_accessor read_only_forms_output: ::Array[Types::FormOutput]
277
+ attr_accessor revision: ::String
278
+ attr_accessor type_identifier: ::String
279
+ attr_accessor type_revision: ::String
280
+ SENSITIVE: [:description, :external_identifier, :name]
281
+ end
282
+
283
+ class CreateAssetTypeInput
284
+ attr_accessor description: ::String
285
+ attr_accessor domain_identifier: ::String
286
+ attr_accessor forms_input: ::Hash[::String, Types::FormEntryInput]
287
+ attr_accessor name: ::String
288
+ attr_accessor owning_project_identifier: ::String
289
+ SENSITIVE: [:description]
290
+ end
291
+
292
+ class CreateAssetTypeOutput
293
+ attr_accessor created_at: ::Time
294
+ attr_accessor created_by: ::String
295
+ attr_accessor description: ::String
296
+ attr_accessor domain_id: ::String
297
+ attr_accessor forms_output: ::Hash[::String, Types::FormEntryOutput]
298
+ attr_accessor name: ::String
299
+ attr_accessor origin_domain_id: ::String
300
+ attr_accessor origin_project_id: ::String
301
+ attr_accessor owning_project_id: ::String
302
+ attr_accessor revision: ::String
303
+ attr_accessor updated_at: ::Time
304
+ attr_accessor updated_by: ::String
305
+ SENSITIVE: [:description]
306
+ end
307
+
308
+ class CreateDataSourceInput
309
+ attr_accessor asset_forms_input: ::Array[Types::FormInput]
310
+ attr_accessor client_token: ::String
311
+ attr_accessor configuration: Types::DataSourceConfigurationInput
312
+ attr_accessor description: ::String
313
+ attr_accessor domain_identifier: ::String
314
+ attr_accessor enable_setting: ("ENABLED" | "DISABLED")
315
+ attr_accessor environment_identifier: ::String
316
+ attr_accessor name: ::String
317
+ attr_accessor project_identifier: ::String
318
+ attr_accessor publish_on_import: bool
319
+ attr_accessor recommendation: Types::RecommendationConfiguration
320
+ attr_accessor schedule: Types::ScheduleConfiguration
321
+ attr_accessor type: ::String
322
+ SENSITIVE: [:asset_forms_input, :description, :name, :schedule]
323
+ end
324
+
325
+ class CreateDataSourceOutput
326
+ attr_accessor asset_forms_output: ::Array[Types::FormOutput]
327
+ attr_accessor configuration: Types::DataSourceConfigurationOutput
328
+ attr_accessor created_at: ::Time
329
+ attr_accessor description: ::String
330
+ attr_accessor domain_id: ::String
331
+ attr_accessor enable_setting: ("ENABLED" | "DISABLED")
332
+ attr_accessor environment_id: ::String
333
+ attr_accessor error_message: Types::DataSourceErrorMessage
334
+ attr_accessor id: ::String
335
+ attr_accessor last_run_at: ::Time
336
+ attr_accessor last_run_error_message: Types::DataSourceErrorMessage
337
+ attr_accessor last_run_status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
338
+ attr_accessor name: ::String
339
+ attr_accessor project_id: ::String
340
+ attr_accessor publish_on_import: bool
341
+ attr_accessor recommendation: Types::RecommendationConfiguration
342
+ attr_accessor schedule: Types::ScheduleConfiguration
343
+ attr_accessor status: ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
344
+ attr_accessor type: ::String
345
+ attr_accessor updated_at: ::Time
346
+ SENSITIVE: [:description, :name, :schedule]
347
+ end
348
+
349
+ class CreateDomainInput
350
+ attr_accessor client_token: ::String
351
+ attr_accessor description: ::String
352
+ attr_accessor domain_execution_role: ::String
353
+ attr_accessor kms_key_identifier: ::String
354
+ attr_accessor name: ::String
355
+ attr_accessor single_sign_on: Types::SingleSignOn
356
+ attr_accessor tags: ::Hash[::String, ::String]
357
+ SENSITIVE: []
358
+ end
359
+
360
+ class CreateDomainOutput
361
+ attr_accessor arn: ::String
362
+ attr_accessor description: ::String
363
+ attr_accessor domain_execution_role: ::String
364
+ attr_accessor id: ::String
365
+ attr_accessor kms_key_identifier: ::String
366
+ attr_accessor name: ::String
367
+ attr_accessor portal_url: ::String
368
+ attr_accessor single_sign_on: Types::SingleSignOn
369
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
370
+ attr_accessor tags: ::Hash[::String, ::String]
371
+ SENSITIVE: []
372
+ end
373
+
374
+ class CreateEnvironmentInput
375
+ attr_accessor description: ::String
376
+ attr_accessor domain_identifier: ::String
377
+ attr_accessor environment_profile_identifier: ::String
378
+ attr_accessor glossary_terms: ::Array[::String]
379
+ attr_accessor name: ::String
380
+ attr_accessor project_identifier: ::String
381
+ attr_accessor user_parameters: ::Array[Types::EnvironmentParameter]
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class CreateEnvironmentOutput
386
+ attr_accessor aws_account_id: ::String
387
+ attr_accessor aws_account_region: ::String
388
+ attr_accessor created_at: ::Time
389
+ attr_accessor created_by: ::String
390
+ attr_accessor deployment_properties: Types::DeploymentProperties
391
+ attr_accessor description: ::String
392
+ attr_accessor domain_id: ::String
393
+ attr_accessor environment_actions: ::Array[Types::ConfigurableEnvironmentAction]
394
+ attr_accessor environment_blueprint_id: ::String
395
+ attr_accessor environment_profile_id: ::String
396
+ attr_accessor glossary_terms: ::Array[::String]
397
+ attr_accessor id: ::String
398
+ attr_accessor last_deployment: Types::Deployment
399
+ attr_accessor name: ::String
400
+ attr_accessor project_id: ::String
401
+ attr_accessor provider: ::String
402
+ attr_accessor provisioned_resources: ::Array[Types::Resource]
403
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
404
+ attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
405
+ attr_accessor updated_at: ::Time
406
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
407
+ SENSITIVE: [:description, :name]
408
+ end
409
+
410
+ class CreateEnvironmentProfileInput
411
+ attr_accessor aws_account_id: ::String
412
+ attr_accessor aws_account_region: ::String
413
+ attr_accessor description: ::String
414
+ attr_accessor domain_identifier: ::String
415
+ attr_accessor environment_blueprint_identifier: ::String
416
+ attr_accessor name: ::String
417
+ attr_accessor project_identifier: ::String
418
+ attr_accessor user_parameters: ::Array[Types::EnvironmentParameter]
419
+ SENSITIVE: [:description, :name]
420
+ end
421
+
422
+ class CreateEnvironmentProfileOutput
423
+ attr_accessor aws_account_id: ::String
424
+ attr_accessor aws_account_region: ::String
425
+ attr_accessor created_at: ::Time
426
+ attr_accessor created_by: ::String
427
+ attr_accessor description: ::String
428
+ attr_accessor domain_id: ::String
429
+ attr_accessor environment_blueprint_id: ::String
430
+ attr_accessor id: ::String
431
+ attr_accessor name: ::String
432
+ attr_accessor project_id: ::String
433
+ attr_accessor updated_at: ::Time
434
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
435
+ SENSITIVE: [:description, :name]
436
+ end
437
+
438
+ class CreateFormTypeInput
439
+ attr_accessor description: ::String
440
+ attr_accessor domain_identifier: ::String
441
+ attr_accessor model: Types::Model
442
+ attr_accessor name: ::String
443
+ attr_accessor owning_project_identifier: ::String
444
+ attr_accessor status: ("ENABLED" | "DISABLED")
445
+ SENSITIVE: [:description, :model, :name]
446
+ end
447
+
448
+ class CreateFormTypeOutput
449
+ attr_accessor description: ::String
450
+ attr_accessor domain_id: ::String
451
+ attr_accessor name: ::String
452
+ attr_accessor origin_domain_id: ::String
453
+ attr_accessor origin_project_id: ::String
454
+ attr_accessor owning_project_id: ::String
455
+ attr_accessor revision: ::String
456
+ SENSITIVE: [:description, :name]
457
+ end
458
+
459
+ class CreateGlossaryInput
460
+ attr_accessor client_token: ::String
461
+ attr_accessor description: ::String
462
+ attr_accessor domain_identifier: ::String
463
+ attr_accessor name: ::String
464
+ attr_accessor owning_project_identifier: ::String
465
+ attr_accessor status: ("DISABLED" | "ENABLED")
466
+ SENSITIVE: [:description, :name]
467
+ end
468
+
469
+ class CreateGlossaryOutput
470
+ attr_accessor description: ::String
471
+ attr_accessor domain_id: ::String
472
+ attr_accessor id: ::String
473
+ attr_accessor name: ::String
474
+ attr_accessor owning_project_id: ::String
475
+ attr_accessor status: ("DISABLED" | "ENABLED")
476
+ SENSITIVE: [:description, :name]
477
+ end
478
+
479
+ class CreateGlossaryTermInput
480
+ attr_accessor client_token: ::String
481
+ attr_accessor domain_identifier: ::String
482
+ attr_accessor glossary_identifier: ::String
483
+ attr_accessor long_description: ::String
484
+ attr_accessor name: ::String
485
+ attr_accessor short_description: ::String
486
+ attr_accessor status: ("ENABLED" | "DISABLED")
487
+ attr_accessor term_relations: Types::TermRelations
488
+ SENSITIVE: [:long_description, :name, :short_description]
489
+ end
490
+
491
+ class CreateGlossaryTermOutput
492
+ attr_accessor domain_id: ::String
493
+ attr_accessor glossary_id: ::String
494
+ attr_accessor id: ::String
495
+ attr_accessor long_description: ::String
496
+ attr_accessor name: ::String
497
+ attr_accessor short_description: ::String
498
+ attr_accessor status: ("ENABLED" | "DISABLED")
499
+ attr_accessor term_relations: Types::TermRelations
500
+ SENSITIVE: [:long_description, :name, :short_description]
501
+ end
502
+
503
+ class CreateGroupProfileInput
504
+ attr_accessor client_token: ::String
505
+ attr_accessor domain_identifier: ::String
506
+ attr_accessor group_identifier: ::String
507
+ SENSITIVE: []
508
+ end
509
+
510
+ class CreateGroupProfileOutput
511
+ attr_accessor domain_id: ::String
512
+ attr_accessor group_name: ::String
513
+ attr_accessor id: ::String
514
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
515
+ SENSITIVE: [:group_name]
516
+ end
517
+
518
+ class CreateListingChangeSetInput
519
+ attr_accessor action: ("PUBLISH" | "UNPUBLISH")
520
+ attr_accessor client_token: ::String
521
+ attr_accessor domain_identifier: ::String
522
+ attr_accessor entity_identifier: ::String
523
+ attr_accessor entity_revision: ::String
524
+ attr_accessor entity_type: ("ASSET")
525
+ SENSITIVE: []
526
+ end
527
+
528
+ class CreateListingChangeSetOutput
529
+ attr_accessor listing_id: ::String
530
+ attr_accessor listing_revision: ::String
531
+ attr_accessor status: ("CREATING" | "ACTIVE" | "INACTIVE")
532
+ SENSITIVE: []
533
+ end
534
+
535
+ class CreateProjectInput
536
+ attr_accessor description: ::String
537
+ attr_accessor domain_identifier: ::String
538
+ attr_accessor glossary_terms: ::Array[::String]
539
+ attr_accessor name: ::String
540
+ SENSITIVE: [:description, :name]
541
+ end
542
+
543
+ class CreateProjectMembershipInput
544
+ attr_accessor designation: ("PROJECT_OWNER" | "PROJECT_CONTRIBUTOR")
545
+ attr_accessor domain_identifier: ::String
546
+ attr_accessor member: Types::Member
547
+ attr_accessor project_identifier: ::String
548
+ SENSITIVE: []
549
+ end
550
+
551
+ class CreateProjectMembershipOutput < Aws::EmptyStructure
552
+ end
553
+
554
+ class CreateProjectOutput
555
+ attr_accessor created_at: ::Time
556
+ attr_accessor created_by: ::String
557
+ attr_accessor description: ::String
558
+ attr_accessor domain_id: ::String
559
+ attr_accessor glossary_terms: ::Array[::String]
560
+ attr_accessor id: ::String
561
+ attr_accessor last_updated_at: ::Time
562
+ attr_accessor name: ::String
563
+ SENSITIVE: [:description, :name]
564
+ end
565
+
566
+ class CreateSubscriptionGrantInput
567
+ attr_accessor asset_target_names: ::Array[Types::AssetTargetNameMap]
568
+ attr_accessor client_token: ::String
569
+ attr_accessor domain_identifier: ::String
570
+ attr_accessor environment_identifier: ::String
571
+ attr_accessor granted_entity: Types::GrantedEntityInput
572
+ attr_accessor subscription_target_identifier: ::String
573
+ SENSITIVE: []
574
+ end
575
+
576
+ class CreateSubscriptionGrantOutput
577
+ attr_accessor assets: ::Array[Types::SubscribedAsset]
578
+ attr_accessor created_at: ::Time
579
+ attr_accessor created_by: ::String
580
+ attr_accessor domain_id: ::String
581
+ attr_accessor granted_entity: Types::GrantedEntity
582
+ attr_accessor id: ::String
583
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
584
+ attr_accessor subscription_id: ::String
585
+ attr_accessor subscription_target_id: ::String
586
+ attr_accessor updated_at: ::Time
587
+ attr_accessor updated_by: ::String
588
+ SENSITIVE: []
589
+ end
590
+
591
+ class CreateSubscriptionRequestInput
592
+ attr_accessor client_token: ::String
593
+ attr_accessor domain_identifier: ::String
594
+ attr_accessor request_reason: ::String
595
+ attr_accessor subscribed_listings: ::Array[Types::SubscribedListingInput]
596
+ attr_accessor subscribed_principals: ::Array[Types::SubscribedPrincipalInput]
597
+ SENSITIVE: [:request_reason]
598
+ end
599
+
600
+ class CreateSubscriptionRequestOutput
601
+ attr_accessor created_at: ::Time
602
+ attr_accessor created_by: ::String
603
+ attr_accessor decision_comment: ::String
604
+ attr_accessor domain_id: ::String
605
+ attr_accessor id: ::String
606
+ attr_accessor request_reason: ::String
607
+ attr_accessor reviewer_id: ::String
608
+ attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
609
+ attr_accessor subscribed_listings: ::Array[Types::SubscribedListing]
610
+ attr_accessor subscribed_principals: ::Array[Types::SubscribedPrincipal]
611
+ attr_accessor updated_at: ::Time
612
+ attr_accessor updated_by: ::String
613
+ SENSITIVE: [:decision_comment, :request_reason]
614
+ end
615
+
616
+ class CreateSubscriptionTargetInput
617
+ attr_accessor applicable_asset_types: ::Array[::String]
618
+ attr_accessor authorized_principals: ::Array[::String]
619
+ attr_accessor client_token: ::String
620
+ attr_accessor domain_identifier: ::String
621
+ attr_accessor environment_identifier: ::String
622
+ attr_accessor manage_access_role: ::String
623
+ attr_accessor name: ::String
624
+ attr_accessor provider: ::String
625
+ attr_accessor subscription_target_config: ::Array[Types::SubscriptionTargetForm]
626
+ attr_accessor type: ::String
627
+ SENSITIVE: [:name]
628
+ end
629
+
630
+ class CreateSubscriptionTargetOutput
631
+ attr_accessor applicable_asset_types: ::Array[::String]
632
+ attr_accessor authorized_principals: ::Array[::String]
633
+ attr_accessor created_at: ::Time
634
+ attr_accessor created_by: ::String
635
+ attr_accessor domain_id: ::String
636
+ attr_accessor environment_id: ::String
637
+ attr_accessor id: ::String
638
+ attr_accessor manage_access_role: ::String
639
+ attr_accessor name: ::String
640
+ attr_accessor project_id: ::String
641
+ attr_accessor provider: ::String
642
+ attr_accessor subscription_target_config: ::Array[Types::SubscriptionTargetForm]
643
+ attr_accessor type: ::String
644
+ attr_accessor updated_at: ::Time
645
+ attr_accessor updated_by: ::String
646
+ SENSITIVE: [:name]
647
+ end
648
+
649
+ class CreateUserProfileInput
650
+ attr_accessor client_token: ::String
651
+ attr_accessor domain_identifier: ::String
652
+ attr_accessor user_identifier: ::String
653
+ attr_accessor user_type: ("IAM_USER" | "IAM_ROLE" | "SSO_USER")
654
+ SENSITIVE: []
655
+ end
656
+
657
+ class CreateUserProfileOutput
658
+ attr_accessor details: Types::UserProfileDetails
659
+ attr_accessor domain_id: ::String
660
+ attr_accessor id: ::String
661
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
662
+ attr_accessor type: ("IAM" | "SSO")
663
+ SENSITIVE: []
664
+ end
665
+
666
+ class CustomParameter
667
+ attr_accessor default_value: ::String
668
+ attr_accessor description: ::String
669
+ attr_accessor field_type: ::String
670
+ attr_accessor is_editable: bool
671
+ attr_accessor is_optional: bool
672
+ attr_accessor key_name: ::String
673
+ SENSITIVE: [:description]
674
+ end
675
+
676
+ class DataProductItem
677
+ attr_accessor domain_id: ::String
678
+ attr_accessor item_id: ::String
679
+ SENSITIVE: []
680
+ end
681
+
682
+ class DataProductSummary
683
+ attr_accessor created_at: ::Time
684
+ attr_accessor created_by: ::String
685
+ attr_accessor data_product_items: ::Array[Types::DataProductItem]
686
+ attr_accessor description: ::String
687
+ attr_accessor domain_id: ::String
688
+ attr_accessor glossary_terms: ::Array[::String]
689
+ attr_accessor id: ::String
690
+ attr_accessor name: ::String
691
+ attr_accessor owning_project_id: ::String
692
+ attr_accessor updated_at: ::Time
693
+ attr_accessor updated_by: ::String
694
+ SENSITIVE: [:description, :name]
695
+ end
696
+
697
+ class DataSourceConfigurationInput
698
+ attr_accessor glue_run_configuration: Types::GlueRunConfigurationInput
699
+ attr_accessor redshift_run_configuration: Types::RedshiftRunConfigurationInput
700
+ attr_accessor unknown: untyped
701
+ SENSITIVE: []
702
+
703
+ class GlueRunConfiguration < DataSourceConfigurationInput
704
+ end
705
+ class RedshiftRunConfiguration < DataSourceConfigurationInput
706
+ end
707
+ class Unknown < DataSourceConfigurationInput
708
+ end
709
+ end
710
+
711
+ class DataSourceConfigurationOutput
712
+ attr_accessor glue_run_configuration: Types::GlueRunConfigurationOutput
713
+ attr_accessor redshift_run_configuration: Types::RedshiftRunConfigurationOutput
714
+ attr_accessor unknown: untyped
715
+ SENSITIVE: []
716
+
717
+ class GlueRunConfiguration < DataSourceConfigurationOutput
718
+ end
719
+ class RedshiftRunConfiguration < DataSourceConfigurationOutput
720
+ end
721
+ class Unknown < DataSourceConfigurationOutput
722
+ end
723
+ end
724
+
725
+ class DataSourceErrorMessage
726
+ attr_accessor error_detail: ::String
727
+ attr_accessor error_type: ("ACCESS_DENIED_EXCEPTION" | "CONFLICT_EXCEPTION" | "INTERNAL_SERVER_EXCEPTION" | "RESOURCE_NOT_FOUND_EXCEPTION" | "SERVICE_QUOTA_EXCEEDED_EXCEPTION" | "THROTTLING_EXCEPTION" | "VALIDATION_EXCEPTION")
728
+ SENSITIVE: []
729
+ end
730
+
731
+ class DataSourceRunActivity
732
+ attr_accessor created_at: ::Time
733
+ attr_accessor data_asset_id: ::String
734
+ attr_accessor data_asset_status: ("FAILED" | "PUBLISHING_FAILED" | "SUCCEEDED_CREATED" | "SUCCEEDED_UPDATED" | "SKIPPED_ALREADY_IMPORTED" | "SKIPPED_ARCHIVED" | "SKIPPED_NO_ACCESS" | "UNCHANGED")
735
+ attr_accessor data_source_run_id: ::String
736
+ attr_accessor database: ::String
737
+ attr_accessor error_message: Types::DataSourceErrorMessage
738
+ attr_accessor project_id: ::String
739
+ attr_accessor technical_description: ::String
740
+ attr_accessor technical_name: ::String
741
+ attr_accessor updated_at: ::Time
742
+ SENSITIVE: [:database, :technical_description, :technical_name]
743
+ end
744
+
745
+ class DataSourceRunSummary
746
+ attr_accessor created_at: ::Time
747
+ attr_accessor data_source_id: ::String
748
+ attr_accessor error_message: Types::DataSourceErrorMessage
749
+ attr_accessor id: ::String
750
+ attr_accessor project_id: ::String
751
+ attr_accessor run_statistics_for_assets: Types::RunStatisticsForAssets
752
+ attr_accessor started_at: ::Time
753
+ attr_accessor status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
754
+ attr_accessor stopped_at: ::Time
755
+ attr_accessor type: ("PRIORITIZED" | "SCHEDULED")
756
+ attr_accessor updated_at: ::Time
757
+ SENSITIVE: []
758
+ end
759
+
760
+ class DataSourceSummary
761
+ attr_accessor created_at: ::Time
762
+ attr_accessor data_source_id: ::String
763
+ attr_accessor domain_id: ::String
764
+ attr_accessor enable_setting: ("ENABLED" | "DISABLED")
765
+ attr_accessor environment_id: ::String
766
+ attr_accessor last_run_asset_count: ::Integer
767
+ attr_accessor last_run_at: ::Time
768
+ attr_accessor last_run_error_message: Types::DataSourceErrorMessage
769
+ attr_accessor last_run_status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
770
+ attr_accessor name: ::String
771
+ attr_accessor schedule: Types::ScheduleConfiguration
772
+ attr_accessor status: ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
773
+ attr_accessor type: ::String
774
+ attr_accessor updated_at: ::Time
775
+ SENSITIVE: [:name, :schedule]
776
+ end
777
+
778
+ class DeleteAssetInput
779
+ attr_accessor domain_identifier: ::String
780
+ attr_accessor identifier: ::String
781
+ SENSITIVE: []
782
+ end
783
+
784
+ class DeleteAssetOutput < Aws::EmptyStructure
785
+ end
786
+
787
+ class DeleteAssetTypeInput
788
+ attr_accessor domain_identifier: ::String
789
+ attr_accessor identifier: ::String
790
+ SENSITIVE: []
791
+ end
792
+
793
+ class DeleteAssetTypeOutput < Aws::EmptyStructure
794
+ end
795
+
796
+ class DeleteDataSourceInput
797
+ attr_accessor client_token: ::String
798
+ attr_accessor domain_identifier: ::String
799
+ attr_accessor identifier: ::String
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class DeleteDataSourceOutput
804
+ attr_accessor asset_forms_output: ::Array[Types::FormOutput]
805
+ attr_accessor configuration: Types::DataSourceConfigurationOutput
806
+ attr_accessor created_at: ::Time
807
+ attr_accessor description: ::String
808
+ attr_accessor domain_id: ::String
809
+ attr_accessor enable_setting: ("ENABLED" | "DISABLED")
810
+ attr_accessor environment_id: ::String
811
+ attr_accessor error_message: Types::DataSourceErrorMessage
812
+ attr_accessor id: ::String
813
+ attr_accessor last_run_at: ::Time
814
+ attr_accessor last_run_error_message: Types::DataSourceErrorMessage
815
+ attr_accessor last_run_status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
816
+ attr_accessor name: ::String
817
+ attr_accessor project_id: ::String
818
+ attr_accessor publish_on_import: bool
819
+ attr_accessor schedule: Types::ScheduleConfiguration
820
+ attr_accessor status: ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
821
+ attr_accessor type: ::String
822
+ attr_accessor updated_at: ::Time
823
+ SENSITIVE: [:description, :name, :schedule]
824
+ end
825
+
826
+ class DeleteDomainInput
827
+ attr_accessor client_token: ::String
828
+ attr_accessor identifier: ::String
829
+ SENSITIVE: []
830
+ end
831
+
832
+ class DeleteDomainOutput
833
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
834
+ SENSITIVE: []
835
+ end
836
+
837
+ class DeleteEnvironmentBlueprintConfigurationInput
838
+ attr_accessor domain_identifier: ::String
839
+ attr_accessor environment_blueprint_identifier: ::String
840
+ SENSITIVE: []
841
+ end
842
+
843
+ class DeleteEnvironmentBlueprintConfigurationOutput < Aws::EmptyStructure
844
+ end
845
+
846
+ class DeleteEnvironmentInput
847
+ attr_accessor domain_identifier: ::String
848
+ attr_accessor identifier: ::String
849
+ SENSITIVE: []
850
+ end
851
+
852
+ class DeleteEnvironmentProfileInput
853
+ attr_accessor domain_identifier: ::String
854
+ attr_accessor identifier: ::String
855
+ SENSITIVE: []
856
+ end
857
+
858
+ class DeleteFormTypeInput
859
+ attr_accessor domain_identifier: ::String
860
+ attr_accessor form_type_identifier: ::String
861
+ SENSITIVE: []
862
+ end
863
+
864
+ class DeleteFormTypeOutput < Aws::EmptyStructure
865
+ end
866
+
867
+ class DeleteGlossaryInput
868
+ attr_accessor domain_identifier: ::String
869
+ attr_accessor identifier: ::String
870
+ SENSITIVE: []
871
+ end
872
+
873
+ class DeleteGlossaryOutput < Aws::EmptyStructure
874
+ end
875
+
876
+ class DeleteGlossaryTermInput
877
+ attr_accessor domain_identifier: ::String
878
+ attr_accessor identifier: ::String
879
+ SENSITIVE: []
880
+ end
881
+
882
+ class DeleteGlossaryTermOutput < Aws::EmptyStructure
883
+ end
884
+
885
+ class DeleteListingInput
886
+ attr_accessor domain_identifier: ::String
887
+ attr_accessor identifier: ::String
888
+ SENSITIVE: []
889
+ end
890
+
891
+ class DeleteListingOutput < Aws::EmptyStructure
892
+ end
893
+
894
+ class DeleteProjectInput
895
+ attr_accessor domain_identifier: ::String
896
+ attr_accessor identifier: ::String
897
+ SENSITIVE: []
898
+ end
899
+
900
+ class DeleteProjectMembershipInput
901
+ attr_accessor domain_identifier: ::String
902
+ attr_accessor member: Types::Member
903
+ attr_accessor project_identifier: ::String
904
+ SENSITIVE: []
905
+ end
906
+
907
+ class DeleteProjectMembershipOutput < Aws::EmptyStructure
908
+ end
909
+
910
+ class DeleteProjectOutput < Aws::EmptyStructure
911
+ end
912
+
913
+ class DeleteSubscriptionGrantInput
914
+ attr_accessor domain_identifier: ::String
915
+ attr_accessor identifier: ::String
916
+ SENSITIVE: []
917
+ end
918
+
919
+ class DeleteSubscriptionGrantOutput
920
+ attr_accessor assets: ::Array[Types::SubscribedAsset]
921
+ attr_accessor created_at: ::Time
922
+ attr_accessor created_by: ::String
923
+ attr_accessor domain_id: ::String
924
+ attr_accessor granted_entity: Types::GrantedEntity
925
+ attr_accessor id: ::String
926
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
927
+ attr_accessor subscription_id: ::String
928
+ attr_accessor subscription_target_id: ::String
929
+ attr_accessor updated_at: ::Time
930
+ attr_accessor updated_by: ::String
931
+ SENSITIVE: []
932
+ end
933
+
934
+ class DeleteSubscriptionRequestInput
935
+ attr_accessor domain_identifier: ::String
936
+ attr_accessor identifier: ::String
937
+ SENSITIVE: []
938
+ end
939
+
940
+ class DeleteSubscriptionTargetInput
941
+ attr_accessor domain_identifier: ::String
942
+ attr_accessor environment_identifier: ::String
943
+ attr_accessor identifier: ::String
944
+ SENSITIVE: []
945
+ end
946
+
947
+ class Deployment
948
+ attr_accessor deployment_id: ::String
949
+ attr_accessor deployment_status: ("IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "PENDING_DEPLOYMENT")
950
+ attr_accessor deployment_type: ("CREATE" | "UPDATE" | "DELETE")
951
+ attr_accessor failure_reason: Types::EnvironmentError
952
+ attr_accessor is_deployment_complete: bool
953
+ attr_accessor messages: ::Array[::String]
954
+ SENSITIVE: []
955
+ end
956
+
957
+ class DeploymentProperties
958
+ attr_accessor end_timeout_minutes: ::Integer
959
+ attr_accessor start_timeout_minutes: ::Integer
960
+ SENSITIVE: []
961
+ end
962
+
963
+ class DetailedGlossaryTerm
964
+ attr_accessor name: ::String
965
+ attr_accessor short_description: ::String
966
+ SENSITIVE: [:name, :short_description]
967
+ end
968
+
969
+ class DomainSummary
970
+ attr_accessor arn: ::String
971
+ attr_accessor created_at: ::Time
972
+ attr_accessor description: ::String
973
+ attr_accessor id: ::String
974
+ attr_accessor last_updated_at: ::Time
975
+ attr_accessor managed_account_id: ::String
976
+ attr_accessor name: ::String
977
+ attr_accessor portal_url: ::String
978
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
979
+ SENSITIVE: [:description, :name]
980
+ end
981
+
982
+ class EnvironmentBlueprintConfigurationItem
983
+ attr_accessor created_at: ::Time
984
+ attr_accessor domain_id: ::String
985
+ attr_accessor enabled_regions: ::Array[::String]
986
+ attr_accessor environment_blueprint_id: ::String
987
+ attr_accessor manage_access_role_arn: ::String
988
+ attr_accessor provisioning_role_arn: ::String
989
+ attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
990
+ attr_accessor updated_at: ::Time
991
+ SENSITIVE: []
992
+ end
993
+
994
+ class EnvironmentBlueprintSummary
995
+ attr_accessor created_at: ::Time
996
+ attr_accessor description: ::String
997
+ attr_accessor id: ::String
998
+ attr_accessor name: ::String
999
+ attr_accessor provider: ::String
1000
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
1001
+ attr_accessor updated_at: ::Time
1002
+ SENSITIVE: [:description]
1003
+ end
1004
+
1005
+ class EnvironmentError
1006
+ attr_accessor code: ::String
1007
+ attr_accessor message: ::String
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class EnvironmentParameter
1012
+ attr_accessor name: ::String
1013
+ attr_accessor value: ::String
1014
+ SENSITIVE: []
1015
+ end
1016
+
1017
+ class EnvironmentProfileSummary
1018
+ attr_accessor aws_account_id: ::String
1019
+ attr_accessor aws_account_region: ::String
1020
+ attr_accessor created_at: ::Time
1021
+ attr_accessor created_by: ::String
1022
+ attr_accessor description: ::String
1023
+ attr_accessor domain_id: ::String
1024
+ attr_accessor environment_blueprint_id: ::String
1025
+ attr_accessor id: ::String
1026
+ attr_accessor name: ::String
1027
+ attr_accessor project_id: ::String
1028
+ attr_accessor updated_at: ::Time
1029
+ SENSITIVE: [:description, :name]
1030
+ end
1031
+
1032
+ class EnvironmentSummary
1033
+ attr_accessor aws_account_id: ::String
1034
+ attr_accessor aws_account_region: ::String
1035
+ attr_accessor created_at: ::Time
1036
+ attr_accessor created_by: ::String
1037
+ attr_accessor description: ::String
1038
+ attr_accessor domain_id: ::String
1039
+ attr_accessor environment_profile_id: ::String
1040
+ attr_accessor id: ::String
1041
+ attr_accessor name: ::String
1042
+ attr_accessor project_id: ::String
1043
+ attr_accessor provider: ::String
1044
+ attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
1045
+ attr_accessor updated_at: ::Time
1046
+ SENSITIVE: [:description, :name]
1047
+ end
1048
+
1049
+ class FailureCause
1050
+ attr_accessor message: ::String
1051
+ SENSITIVE: []
1052
+ end
1053
+
1054
+ class Filter
1055
+ attr_accessor attribute: ::String
1056
+ attr_accessor value: ::String
1057
+ SENSITIVE: []
1058
+ end
1059
+
1060
+ class FilterClause
1061
+ attr_accessor and: ::Array[Types::FilterClause]
1062
+ attr_accessor filter: Types::Filter
1063
+ attr_accessor or: ::Array[Types::FilterClause]
1064
+ attr_accessor unknown: untyped
1065
+ SENSITIVE: []
1066
+
1067
+ class And < FilterClause
1068
+ end
1069
+ class Filter < FilterClause
1070
+ end
1071
+ class Or < FilterClause
1072
+ end
1073
+ class Unknown < FilterClause
1074
+ end
1075
+ end
1076
+
1077
+ class FilterExpression
1078
+ attr_accessor expression: ::String
1079
+ attr_accessor type: ("INCLUDE" | "EXCLUDE")
1080
+ SENSITIVE: []
1081
+ end
1082
+
1083
+ class FormEntryInput
1084
+ attr_accessor required: bool
1085
+ attr_accessor type_identifier: ::String
1086
+ attr_accessor type_revision: ::String
1087
+ SENSITIVE: []
1088
+ end
1089
+
1090
+ class FormEntryOutput
1091
+ attr_accessor required: bool
1092
+ attr_accessor type_name: ::String
1093
+ attr_accessor type_revision: ::String
1094
+ SENSITIVE: [:type_name]
1095
+ end
1096
+
1097
+ class FormInput
1098
+ attr_accessor content: ::String
1099
+ attr_accessor form_name: ::String
1100
+ attr_accessor type_identifier: ::String
1101
+ attr_accessor type_revision: ::String
1102
+ SENSITIVE: []
1103
+ end
1104
+
1105
+ class FormOutput
1106
+ attr_accessor content: ::String
1107
+ attr_accessor form_name: ::String
1108
+ attr_accessor type_name: ::String
1109
+ attr_accessor type_revision: ::String
1110
+ SENSITIVE: [:type_name]
1111
+ end
1112
+
1113
+ class FormTypeData
1114
+ attr_accessor created_at: ::Time
1115
+ attr_accessor created_by: ::String
1116
+ attr_accessor description: ::String
1117
+ attr_accessor domain_id: ::String
1118
+ attr_accessor imports: ::Array[Types::Import]
1119
+ attr_accessor model: Types::Model
1120
+ attr_accessor name: ::String
1121
+ attr_accessor origin_domain_id: ::String
1122
+ attr_accessor origin_project_id: ::String
1123
+ attr_accessor owning_project_id: ::String
1124
+ attr_accessor revision: ::String
1125
+ attr_accessor status: ("ENABLED" | "DISABLED")
1126
+ SENSITIVE: [:description, :model, :name]
1127
+ end
1128
+
1129
+ class GetAssetInput
1130
+ attr_accessor domain_identifier: ::String
1131
+ attr_accessor identifier: ::String
1132
+ attr_accessor revision: ::String
1133
+ SENSITIVE: []
1134
+ end
1135
+
1136
+ class GetAssetOutput
1137
+ attr_accessor created_at: ::Time
1138
+ attr_accessor created_by: ::String
1139
+ attr_accessor description: ::String
1140
+ attr_accessor domain_id: ::String
1141
+ attr_accessor external_identifier: ::String
1142
+ attr_accessor first_revision_created_at: ::Time
1143
+ attr_accessor first_revision_created_by: ::String
1144
+ attr_accessor forms_output: ::Array[Types::FormOutput]
1145
+ attr_accessor glossary_terms: ::Array[::String]
1146
+ attr_accessor id: ::String
1147
+ attr_accessor listing: Types::AssetListingDetails
1148
+ attr_accessor name: ::String
1149
+ attr_accessor owning_project_id: ::String
1150
+ attr_accessor read_only_forms_output: ::Array[Types::FormOutput]
1151
+ attr_accessor revision: ::String
1152
+ attr_accessor type_identifier: ::String
1153
+ attr_accessor type_revision: ::String
1154
+ SENSITIVE: [:description, :external_identifier, :name]
1155
+ end
1156
+
1157
+ class GetAssetTypeInput
1158
+ attr_accessor domain_identifier: ::String
1159
+ attr_accessor identifier: ::String
1160
+ attr_accessor revision: ::String
1161
+ SENSITIVE: []
1162
+ end
1163
+
1164
+ class GetAssetTypeOutput
1165
+ attr_accessor created_at: ::Time
1166
+ attr_accessor created_by: ::String
1167
+ attr_accessor description: ::String
1168
+ attr_accessor domain_id: ::String
1169
+ attr_accessor forms_output: ::Hash[::String, Types::FormEntryOutput]
1170
+ attr_accessor name: ::String
1171
+ attr_accessor origin_domain_id: ::String
1172
+ attr_accessor origin_project_id: ::String
1173
+ attr_accessor owning_project_id: ::String
1174
+ attr_accessor revision: ::String
1175
+ attr_accessor updated_at: ::Time
1176
+ attr_accessor updated_by: ::String
1177
+ SENSITIVE: [:description]
1178
+ end
1179
+
1180
+ class GetDataSourceInput
1181
+ attr_accessor domain_identifier: ::String
1182
+ attr_accessor identifier: ::String
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class GetDataSourceOutput
1187
+ attr_accessor asset_forms_output: ::Array[Types::FormOutput]
1188
+ attr_accessor configuration: Types::DataSourceConfigurationOutput
1189
+ attr_accessor created_at: ::Time
1190
+ attr_accessor description: ::String
1191
+ attr_accessor domain_id: ::String
1192
+ attr_accessor enable_setting: ("ENABLED" | "DISABLED")
1193
+ attr_accessor environment_id: ::String
1194
+ attr_accessor error_message: Types::DataSourceErrorMessage
1195
+ attr_accessor id: ::String
1196
+ attr_accessor last_run_asset_count: ::Integer
1197
+ attr_accessor last_run_at: ::Time
1198
+ attr_accessor last_run_error_message: Types::DataSourceErrorMessage
1199
+ attr_accessor last_run_status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
1200
+ attr_accessor name: ::String
1201
+ attr_accessor project_id: ::String
1202
+ attr_accessor publish_on_import: bool
1203
+ attr_accessor recommendation: Types::RecommendationConfiguration
1204
+ attr_accessor schedule: Types::ScheduleConfiguration
1205
+ attr_accessor status: ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
1206
+ attr_accessor type: ::String
1207
+ attr_accessor updated_at: ::Time
1208
+ SENSITIVE: [:description, :name, :schedule]
1209
+ end
1210
+
1211
+ class GetDataSourceRunInput
1212
+ attr_accessor domain_identifier: ::String
1213
+ attr_accessor identifier: ::String
1214
+ SENSITIVE: []
1215
+ end
1216
+
1217
+ class GetDataSourceRunOutput
1218
+ attr_accessor created_at: ::Time
1219
+ attr_accessor data_source_configuration_snapshot: ::String
1220
+ attr_accessor data_source_id: ::String
1221
+ attr_accessor domain_id: ::String
1222
+ attr_accessor error_message: Types::DataSourceErrorMessage
1223
+ attr_accessor id: ::String
1224
+ attr_accessor project_id: ::String
1225
+ attr_accessor run_statistics_for_assets: Types::RunStatisticsForAssets
1226
+ attr_accessor started_at: ::Time
1227
+ attr_accessor status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
1228
+ attr_accessor stopped_at: ::Time
1229
+ attr_accessor type: ("PRIORITIZED" | "SCHEDULED")
1230
+ attr_accessor updated_at: ::Time
1231
+ SENSITIVE: []
1232
+ end
1233
+
1234
+ class GetDomainInput
1235
+ attr_accessor identifier: ::String
1236
+ SENSITIVE: []
1237
+ end
1238
+
1239
+ class GetDomainOutput
1240
+ attr_accessor arn: ::String
1241
+ attr_accessor created_at: ::Time
1242
+ attr_accessor description: ::String
1243
+ attr_accessor domain_execution_role: ::String
1244
+ attr_accessor id: ::String
1245
+ attr_accessor kms_key_identifier: ::String
1246
+ attr_accessor last_updated_at: ::Time
1247
+ attr_accessor name: ::String
1248
+ attr_accessor portal_url: ::String
1249
+ attr_accessor single_sign_on: Types::SingleSignOn
1250
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
1251
+ attr_accessor tags: ::Hash[::String, ::String]
1252
+ SENSITIVE: []
1253
+ end
1254
+
1255
+ class GetEnvironmentBlueprintConfigurationInput
1256
+ attr_accessor domain_identifier: ::String
1257
+ attr_accessor environment_blueprint_identifier: ::String
1258
+ SENSITIVE: []
1259
+ end
1260
+
1261
+ class GetEnvironmentBlueprintConfigurationOutput
1262
+ attr_accessor created_at: ::Time
1263
+ attr_accessor domain_id: ::String
1264
+ attr_accessor enabled_regions: ::Array[::String]
1265
+ attr_accessor environment_blueprint_id: ::String
1266
+ attr_accessor manage_access_role_arn: ::String
1267
+ attr_accessor provisioning_role_arn: ::String
1268
+ attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
1269
+ attr_accessor updated_at: ::Time
1270
+ SENSITIVE: []
1271
+ end
1272
+
1273
+ class GetEnvironmentBlueprintInput
1274
+ attr_accessor domain_identifier: ::String
1275
+ attr_accessor identifier: ::String
1276
+ SENSITIVE: []
1277
+ end
1278
+
1279
+ class GetEnvironmentBlueprintOutput
1280
+ attr_accessor created_at: ::Time
1281
+ attr_accessor deployment_properties: Types::DeploymentProperties
1282
+ attr_accessor description: ::String
1283
+ attr_accessor glossary_terms: ::Array[::String]
1284
+ attr_accessor id: ::String
1285
+ attr_accessor name: ::String
1286
+ attr_accessor provider: ::String
1287
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
1288
+ attr_accessor updated_at: ::Time
1289
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
1290
+ SENSITIVE: [:description]
1291
+ end
1292
+
1293
+ class GetEnvironmentInput
1294
+ attr_accessor domain_identifier: ::String
1295
+ attr_accessor identifier: ::String
1296
+ SENSITIVE: []
1297
+ end
1298
+
1299
+ class GetEnvironmentOutput
1300
+ attr_accessor aws_account_id: ::String
1301
+ attr_accessor aws_account_region: ::String
1302
+ attr_accessor created_at: ::Time
1303
+ attr_accessor created_by: ::String
1304
+ attr_accessor deployment_properties: Types::DeploymentProperties
1305
+ attr_accessor description: ::String
1306
+ attr_accessor domain_id: ::String
1307
+ attr_accessor environment_actions: ::Array[Types::ConfigurableEnvironmentAction]
1308
+ attr_accessor environment_blueprint_id: ::String
1309
+ attr_accessor environment_profile_id: ::String
1310
+ attr_accessor glossary_terms: ::Array[::String]
1311
+ attr_accessor id: ::String
1312
+ attr_accessor last_deployment: Types::Deployment
1313
+ attr_accessor name: ::String
1314
+ attr_accessor project_id: ::String
1315
+ attr_accessor provider: ::String
1316
+ attr_accessor provisioned_resources: ::Array[Types::Resource]
1317
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
1318
+ attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
1319
+ attr_accessor updated_at: ::Time
1320
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
1321
+ SENSITIVE: [:description, :name]
1322
+ end
1323
+
1324
+ class GetEnvironmentProfileInput
1325
+ attr_accessor domain_identifier: ::String
1326
+ attr_accessor identifier: ::String
1327
+ SENSITIVE: []
1328
+ end
1329
+
1330
+ class GetEnvironmentProfileOutput
1331
+ attr_accessor aws_account_id: ::String
1332
+ attr_accessor aws_account_region: ::String
1333
+ attr_accessor created_at: ::Time
1334
+ attr_accessor created_by: ::String
1335
+ attr_accessor description: ::String
1336
+ attr_accessor domain_id: ::String
1337
+ attr_accessor environment_blueprint_id: ::String
1338
+ attr_accessor id: ::String
1339
+ attr_accessor name: ::String
1340
+ attr_accessor project_id: ::String
1341
+ attr_accessor updated_at: ::Time
1342
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
1343
+ SENSITIVE: [:description, :name]
1344
+ end
1345
+
1346
+ class GetFormTypeInput
1347
+ attr_accessor domain_identifier: ::String
1348
+ attr_accessor form_type_identifier: ::String
1349
+ attr_accessor revision: ::String
1350
+ SENSITIVE: []
1351
+ end
1352
+
1353
+ class GetFormTypeOutput
1354
+ attr_accessor created_at: ::Time
1355
+ attr_accessor created_by: ::String
1356
+ attr_accessor description: ::String
1357
+ attr_accessor domain_id: ::String
1358
+ attr_accessor imports: ::Array[Types::Import]
1359
+ attr_accessor model: Types::Model
1360
+ attr_accessor name: ::String
1361
+ attr_accessor origin_domain_id: ::String
1362
+ attr_accessor origin_project_id: ::String
1363
+ attr_accessor owning_project_id: ::String
1364
+ attr_accessor revision: ::String
1365
+ attr_accessor status: ("ENABLED" | "DISABLED")
1366
+ SENSITIVE: [:description, :model, :name]
1367
+ end
1368
+
1369
+ class GetGlossaryInput
1370
+ attr_accessor domain_identifier: ::String
1371
+ attr_accessor identifier: ::String
1372
+ SENSITIVE: []
1373
+ end
1374
+
1375
+ class GetGlossaryOutput
1376
+ attr_accessor created_at: ::Time
1377
+ attr_accessor created_by: ::String
1378
+ attr_accessor description: ::String
1379
+ attr_accessor domain_id: ::String
1380
+ attr_accessor id: ::String
1381
+ attr_accessor name: ::String
1382
+ attr_accessor owning_project_id: ::String
1383
+ attr_accessor status: ("DISABLED" | "ENABLED")
1384
+ attr_accessor updated_at: ::Time
1385
+ attr_accessor updated_by: ::String
1386
+ SENSITIVE: [:description, :name]
1387
+ end
1388
+
1389
+ class GetGlossaryTermInput
1390
+ attr_accessor domain_identifier: ::String
1391
+ attr_accessor identifier: ::String
1392
+ SENSITIVE: []
1393
+ end
1394
+
1395
+ class GetGlossaryTermOutput
1396
+ attr_accessor created_at: ::Time
1397
+ attr_accessor created_by: ::String
1398
+ attr_accessor domain_id: ::String
1399
+ attr_accessor glossary_id: ::String
1400
+ attr_accessor id: ::String
1401
+ attr_accessor long_description: ::String
1402
+ attr_accessor name: ::String
1403
+ attr_accessor short_description: ::String
1404
+ attr_accessor status: ("ENABLED" | "DISABLED")
1405
+ attr_accessor term_relations: Types::TermRelations
1406
+ attr_accessor updated_at: ::Time
1407
+ attr_accessor updated_by: ::String
1408
+ SENSITIVE: [:long_description, :name, :short_description]
1409
+ end
1410
+
1411
+ class GetGroupProfileInput
1412
+ attr_accessor domain_identifier: ::String
1413
+ attr_accessor group_identifier: ::String
1414
+ SENSITIVE: []
1415
+ end
1416
+
1417
+ class GetGroupProfileOutput
1418
+ attr_accessor domain_id: ::String
1419
+ attr_accessor group_name: ::String
1420
+ attr_accessor id: ::String
1421
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
1422
+ SENSITIVE: [:group_name]
1423
+ end
1424
+
1425
+ class GetIamPortalLoginUrlInput
1426
+ attr_accessor domain_identifier: ::String
1427
+ SENSITIVE: []
1428
+ end
1429
+
1430
+ class GetIamPortalLoginUrlOutput
1431
+ attr_accessor auth_code_url: ::String
1432
+ attr_accessor user_profile_id: ::String
1433
+ SENSITIVE: []
1434
+ end
1435
+
1436
+ class GetListingInput
1437
+ attr_accessor domain_identifier: ::String
1438
+ attr_accessor identifier: ::String
1439
+ attr_accessor listing_revision: ::String
1440
+ SENSITIVE: []
1441
+ end
1442
+
1443
+ class GetListingOutput
1444
+ attr_accessor created_at: ::Time
1445
+ attr_accessor created_by: ::String
1446
+ attr_accessor description: ::String
1447
+ attr_accessor domain_id: ::String
1448
+ attr_accessor id: ::String
1449
+ attr_accessor item: Types::ListingItem
1450
+ attr_accessor listing_revision: ::String
1451
+ attr_accessor name: ::String
1452
+ attr_accessor status: ("CREATING" | "ACTIVE" | "INACTIVE")
1453
+ attr_accessor updated_at: ::Time
1454
+ attr_accessor updated_by: ::String
1455
+ SENSITIVE: [:description]
1456
+ end
1457
+
1458
+ class GetProjectInput
1459
+ attr_accessor domain_identifier: ::String
1460
+ attr_accessor identifier: ::String
1461
+ SENSITIVE: []
1462
+ end
1463
+
1464
+ class GetProjectOutput
1465
+ attr_accessor created_at: ::Time
1466
+ attr_accessor created_by: ::String
1467
+ attr_accessor description: ::String
1468
+ attr_accessor domain_id: ::String
1469
+ attr_accessor glossary_terms: ::Array[::String]
1470
+ attr_accessor id: ::String
1471
+ attr_accessor last_updated_at: ::Time
1472
+ attr_accessor name: ::String
1473
+ SENSITIVE: [:description, :name]
1474
+ end
1475
+
1476
+ class GetSubscriptionGrantInput
1477
+ attr_accessor domain_identifier: ::String
1478
+ attr_accessor identifier: ::String
1479
+ SENSITIVE: []
1480
+ end
1481
+
1482
+ class GetSubscriptionGrantOutput
1483
+ attr_accessor assets: ::Array[Types::SubscribedAsset]
1484
+ attr_accessor created_at: ::Time
1485
+ attr_accessor created_by: ::String
1486
+ attr_accessor domain_id: ::String
1487
+ attr_accessor granted_entity: Types::GrantedEntity
1488
+ attr_accessor id: ::String
1489
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
1490
+ attr_accessor subscription_id: ::String
1491
+ attr_accessor subscription_target_id: ::String
1492
+ attr_accessor updated_at: ::Time
1493
+ attr_accessor updated_by: ::String
1494
+ SENSITIVE: []
1495
+ end
1496
+
1497
+ class GetSubscriptionInput
1498
+ attr_accessor domain_identifier: ::String
1499
+ attr_accessor identifier: ::String
1500
+ SENSITIVE: []
1501
+ end
1502
+
1503
+ class GetSubscriptionOutput
1504
+ attr_accessor created_at: ::Time
1505
+ attr_accessor created_by: ::String
1506
+ attr_accessor domain_id: ::String
1507
+ attr_accessor id: ::String
1508
+ attr_accessor retain_permissions: bool
1509
+ attr_accessor status: ("APPROVED" | "REVOKED" | "CANCELLED")
1510
+ attr_accessor subscribed_listing: Types::SubscribedListing
1511
+ attr_accessor subscribed_principal: Types::SubscribedPrincipal
1512
+ attr_accessor subscription_request_id: ::String
1513
+ attr_accessor updated_at: ::Time
1514
+ attr_accessor updated_by: ::String
1515
+ SENSITIVE: []
1516
+ end
1517
+
1518
+ class GetSubscriptionRequestDetailsInput
1519
+ attr_accessor domain_identifier: ::String
1520
+ attr_accessor identifier: ::String
1521
+ SENSITIVE: []
1522
+ end
1523
+
1524
+ class GetSubscriptionRequestDetailsOutput
1525
+ attr_accessor created_at: ::Time
1526
+ attr_accessor created_by: ::String
1527
+ attr_accessor decision_comment: ::String
1528
+ attr_accessor domain_id: ::String
1529
+ attr_accessor id: ::String
1530
+ attr_accessor request_reason: ::String
1531
+ attr_accessor reviewer_id: ::String
1532
+ attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
1533
+ attr_accessor subscribed_listings: ::Array[Types::SubscribedListing]
1534
+ attr_accessor subscribed_principals: ::Array[Types::SubscribedPrincipal]
1535
+ attr_accessor updated_at: ::Time
1536
+ attr_accessor updated_by: ::String
1537
+ SENSITIVE: [:decision_comment, :request_reason]
1538
+ end
1539
+
1540
+ class GetSubscriptionTargetInput
1541
+ attr_accessor domain_identifier: ::String
1542
+ attr_accessor environment_identifier: ::String
1543
+ attr_accessor identifier: ::String
1544
+ SENSITIVE: []
1545
+ end
1546
+
1547
+ class GetSubscriptionTargetOutput
1548
+ attr_accessor applicable_asset_types: ::Array[::String]
1549
+ attr_accessor authorized_principals: ::Array[::String]
1550
+ attr_accessor created_at: ::Time
1551
+ attr_accessor created_by: ::String
1552
+ attr_accessor domain_id: ::String
1553
+ attr_accessor environment_id: ::String
1554
+ attr_accessor id: ::String
1555
+ attr_accessor manage_access_role: ::String
1556
+ attr_accessor name: ::String
1557
+ attr_accessor project_id: ::String
1558
+ attr_accessor provider: ::String
1559
+ attr_accessor subscription_target_config: ::Array[Types::SubscriptionTargetForm]
1560
+ attr_accessor type: ::String
1561
+ attr_accessor updated_at: ::Time
1562
+ attr_accessor updated_by: ::String
1563
+ SENSITIVE: [:name]
1564
+ end
1565
+
1566
+ class GetUserProfileInput
1567
+ attr_accessor domain_identifier: ::String
1568
+ attr_accessor type: ("IAM" | "SSO")
1569
+ attr_accessor user_identifier: ::String
1570
+ SENSITIVE: []
1571
+ end
1572
+
1573
+ class GetUserProfileOutput
1574
+ attr_accessor details: Types::UserProfileDetails
1575
+ attr_accessor domain_id: ::String
1576
+ attr_accessor id: ::String
1577
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
1578
+ attr_accessor type: ("IAM" | "SSO")
1579
+ SENSITIVE: []
1580
+ end
1581
+
1582
+ class GlossaryItem
1583
+ attr_accessor created_at: ::Time
1584
+ attr_accessor created_by: ::String
1585
+ attr_accessor description: ::String
1586
+ attr_accessor domain_id: ::String
1587
+ attr_accessor id: ::String
1588
+ attr_accessor name: ::String
1589
+ attr_accessor owning_project_id: ::String
1590
+ attr_accessor status: ("DISABLED" | "ENABLED")
1591
+ attr_accessor updated_at: ::Time
1592
+ attr_accessor updated_by: ::String
1593
+ SENSITIVE: [:description, :name]
1594
+ end
1595
+
1596
+ class GlossaryTermItem
1597
+ attr_accessor created_at: ::Time
1598
+ attr_accessor created_by: ::String
1599
+ attr_accessor domain_id: ::String
1600
+ attr_accessor glossary_id: ::String
1601
+ attr_accessor id: ::String
1602
+ attr_accessor long_description: ::String
1603
+ attr_accessor name: ::String
1604
+ attr_accessor short_description: ::String
1605
+ attr_accessor status: ("ENABLED" | "DISABLED")
1606
+ attr_accessor term_relations: Types::TermRelations
1607
+ attr_accessor updated_at: ::Time
1608
+ attr_accessor updated_by: ::String
1609
+ SENSITIVE: [:long_description, :name, :short_description]
1610
+ end
1611
+
1612
+ class GlueRunConfigurationInput
1613
+ attr_accessor data_access_role: ::String
1614
+ attr_accessor relational_filter_configurations: ::Array[Types::RelationalFilterConfiguration]
1615
+ SENSITIVE: []
1616
+ end
1617
+
1618
+ class GlueRunConfigurationOutput
1619
+ attr_accessor account_id: ::String
1620
+ attr_accessor data_access_role: ::String
1621
+ attr_accessor region: ::String
1622
+ attr_accessor relational_filter_configurations: ::Array[Types::RelationalFilterConfiguration]
1623
+ SENSITIVE: []
1624
+ end
1625
+
1626
+ class GrantedEntity
1627
+ attr_accessor listing: Types::ListingRevision
1628
+ attr_accessor unknown: untyped
1629
+ SENSITIVE: []
1630
+
1631
+ class Listing < GrantedEntity
1632
+ end
1633
+ class Unknown < GrantedEntity
1634
+ end
1635
+ end
1636
+
1637
+ class GrantedEntityInput
1638
+ attr_accessor listing: Types::ListingRevisionInput
1639
+ attr_accessor unknown: untyped
1640
+ SENSITIVE: []
1641
+
1642
+ class Listing < GrantedEntityInput
1643
+ end
1644
+ class Unknown < GrantedEntityInput
1645
+ end
1646
+ end
1647
+
1648
+ class GroupDetails
1649
+ attr_accessor group_id: ::String
1650
+ SENSITIVE: []
1651
+ end
1652
+
1653
+ class GroupProfileSummary
1654
+ attr_accessor domain_id: ::String
1655
+ attr_accessor group_name: ::String
1656
+ attr_accessor id: ::String
1657
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
1658
+ SENSITIVE: [:group_name]
1659
+ end
1660
+
1661
+ class IamUserProfileDetails
1662
+ attr_accessor arn: ::String
1663
+ SENSITIVE: []
1664
+ end
1665
+
1666
+ class Import
1667
+ attr_accessor name: ::String
1668
+ attr_accessor revision: ::String
1669
+ SENSITIVE: [:name]
1670
+ end
1671
+
1672
+ class InternalServerException
1673
+ attr_accessor message: ::String
1674
+ SENSITIVE: []
1675
+ end
1676
+
1677
+ class ListAssetRevisionsInput
1678
+ attr_accessor domain_identifier: ::String
1679
+ attr_accessor identifier: ::String
1680
+ attr_accessor max_results: ::Integer
1681
+ attr_accessor next_token: ::String
1682
+ SENSITIVE: []
1683
+ end
1684
+
1685
+ class ListAssetRevisionsOutput
1686
+ attr_accessor items: ::Array[Types::AssetRevision]
1687
+ attr_accessor next_token: ::String
1688
+ SENSITIVE: []
1689
+ end
1690
+
1691
+ class ListDataSourceRunActivitiesInput
1692
+ attr_accessor domain_identifier: ::String
1693
+ attr_accessor identifier: ::String
1694
+ attr_accessor max_results: ::Integer
1695
+ attr_accessor next_token: ::String
1696
+ attr_accessor status: ("FAILED" | "PUBLISHING_FAILED" | "SUCCEEDED_CREATED" | "SUCCEEDED_UPDATED" | "SKIPPED_ALREADY_IMPORTED" | "SKIPPED_ARCHIVED" | "SKIPPED_NO_ACCESS" | "UNCHANGED")
1697
+ SENSITIVE: []
1698
+ end
1699
+
1700
+ class ListDataSourceRunActivitiesOutput
1701
+ attr_accessor items: ::Array[Types::DataSourceRunActivity]
1702
+ attr_accessor next_token: ::String
1703
+ SENSITIVE: []
1704
+ end
1705
+
1706
+ class ListDataSourceRunsInput
1707
+ attr_accessor data_source_identifier: ::String
1708
+ attr_accessor domain_identifier: ::String
1709
+ attr_accessor max_results: ::Integer
1710
+ attr_accessor next_token: ::String
1711
+ attr_accessor status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
1712
+ SENSITIVE: []
1713
+ end
1714
+
1715
+ class ListDataSourceRunsOutput
1716
+ attr_accessor items: ::Array[Types::DataSourceRunSummary]
1717
+ attr_accessor next_token: ::String
1718
+ SENSITIVE: []
1719
+ end
1720
+
1721
+ class ListDataSourcesInput
1722
+ attr_accessor domain_identifier: ::String
1723
+ attr_accessor environment_identifier: ::String
1724
+ attr_accessor max_results: ::Integer
1725
+ attr_accessor name: ::String
1726
+ attr_accessor next_token: ::String
1727
+ attr_accessor project_identifier: ::String
1728
+ attr_accessor status: ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
1729
+ attr_accessor type: ::String
1730
+ SENSITIVE: [:name]
1731
+ end
1732
+
1733
+ class ListDataSourcesOutput
1734
+ attr_accessor items: ::Array[Types::DataSourceSummary]
1735
+ attr_accessor next_token: ::String
1736
+ SENSITIVE: []
1737
+ end
1738
+
1739
+ class ListDomainsInput
1740
+ attr_accessor max_results: ::Integer
1741
+ attr_accessor next_token: ::String
1742
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
1743
+ SENSITIVE: []
1744
+ end
1745
+
1746
+ class ListDomainsOutput
1747
+ attr_accessor items: ::Array[Types::DomainSummary]
1748
+ attr_accessor next_token: ::String
1749
+ SENSITIVE: []
1750
+ end
1751
+
1752
+ class ListEnvironmentBlueprintConfigurationsInput
1753
+ attr_accessor domain_identifier: ::String
1754
+ attr_accessor max_results: ::Integer
1755
+ attr_accessor next_token: ::String
1756
+ SENSITIVE: []
1757
+ end
1758
+
1759
+ class ListEnvironmentBlueprintConfigurationsOutput
1760
+ attr_accessor items: ::Array[Types::EnvironmentBlueprintConfigurationItem]
1761
+ attr_accessor next_token: ::String
1762
+ SENSITIVE: []
1763
+ end
1764
+
1765
+ class ListEnvironmentBlueprintsInput
1766
+ attr_accessor domain_identifier: ::String
1767
+ attr_accessor managed: bool
1768
+ attr_accessor max_results: ::Integer
1769
+ attr_accessor name: ::String
1770
+ attr_accessor next_token: ::String
1771
+ SENSITIVE: []
1772
+ end
1773
+
1774
+ class ListEnvironmentBlueprintsOutput
1775
+ attr_accessor items: ::Array[Types::EnvironmentBlueprintSummary]
1776
+ attr_accessor next_token: ::String
1777
+ SENSITIVE: []
1778
+ end
1779
+
1780
+ class ListEnvironmentProfilesInput
1781
+ attr_accessor aws_account_id: ::String
1782
+ attr_accessor aws_account_region: ::String
1783
+ attr_accessor domain_identifier: ::String
1784
+ attr_accessor environment_blueprint_identifier: ::String
1785
+ attr_accessor max_results: ::Integer
1786
+ attr_accessor name: ::String
1787
+ attr_accessor next_token: ::String
1788
+ attr_accessor project_identifier: ::String
1789
+ SENSITIVE: [:name]
1790
+ end
1791
+
1792
+ class ListEnvironmentProfilesOutput
1793
+ attr_accessor items: ::Array[Types::EnvironmentProfileSummary]
1794
+ attr_accessor next_token: ::String
1795
+ SENSITIVE: []
1796
+ end
1797
+
1798
+ class ListEnvironmentsInput
1799
+ attr_accessor aws_account_id: ::String
1800
+ attr_accessor aws_account_region: ::String
1801
+ attr_accessor domain_identifier: ::String
1802
+ attr_accessor environment_blueprint_identifier: ::String
1803
+ attr_accessor environment_profile_identifier: ::String
1804
+ attr_accessor max_results: ::Integer
1805
+ attr_accessor name: ::String
1806
+ attr_accessor next_token: ::String
1807
+ attr_accessor project_identifier: ::String
1808
+ attr_accessor provider: ::String
1809
+ attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
1810
+ SENSITIVE: []
1811
+ end
1812
+
1813
+ class ListEnvironmentsOutput
1814
+ attr_accessor items: ::Array[Types::EnvironmentSummary]
1815
+ attr_accessor next_token: ::String
1816
+ SENSITIVE: []
1817
+ end
1818
+
1819
+ class ListNotificationsInput
1820
+ attr_accessor after_timestamp: ::Time
1821
+ attr_accessor before_timestamp: ::Time
1822
+ attr_accessor domain_identifier: ::String
1823
+ attr_accessor max_results: ::Integer
1824
+ attr_accessor next_token: ::String
1825
+ attr_accessor subjects: ::Array[::String]
1826
+ attr_accessor task_status: ("ACTIVE" | "INACTIVE")
1827
+ attr_accessor type: ("TASK" | "EVENT")
1828
+ SENSITIVE: []
1829
+ end
1830
+
1831
+ class ListNotificationsOutput
1832
+ attr_accessor next_token: ::String
1833
+ attr_accessor notifications: ::Array[Types::NotificationOutput]
1834
+ SENSITIVE: []
1835
+ end
1836
+
1837
+ class ListProjectMembershipsInput
1838
+ attr_accessor domain_identifier: ::String
1839
+ attr_accessor max_results: ::Integer
1840
+ attr_accessor next_token: ::String
1841
+ attr_accessor project_identifier: ::String
1842
+ attr_accessor sort_by: ("NAME")
1843
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
1844
+ SENSITIVE: []
1845
+ end
1846
+
1847
+ class ListProjectMembershipsOutput
1848
+ attr_accessor members: ::Array[Types::ProjectMember]
1849
+ attr_accessor next_token: ::String
1850
+ SENSITIVE: []
1851
+ end
1852
+
1853
+ class ListProjectsInput
1854
+ attr_accessor domain_identifier: ::String
1855
+ attr_accessor group_identifier: ::String
1856
+ attr_accessor max_results: ::Integer
1857
+ attr_accessor name: ::String
1858
+ attr_accessor next_token: ::String
1859
+ attr_accessor user_identifier: ::String
1860
+ SENSITIVE: [:name]
1861
+ end
1862
+
1863
+ class ListProjectsOutput
1864
+ attr_accessor items: ::Array[Types::ProjectSummary]
1865
+ attr_accessor next_token: ::String
1866
+ SENSITIVE: []
1867
+ end
1868
+
1869
+ class ListSubscriptionGrantsInput
1870
+ attr_accessor domain_identifier: ::String
1871
+ attr_accessor environment_id: ::String
1872
+ attr_accessor max_results: ::Integer
1873
+ attr_accessor next_token: ::String
1874
+ attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
1875
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
1876
+ attr_accessor subscribed_listing_id: ::String
1877
+ attr_accessor subscription_id: ::String
1878
+ attr_accessor subscription_target_id: ::String
1879
+ SENSITIVE: []
1880
+ end
1881
+
1882
+ class ListSubscriptionGrantsOutput
1883
+ attr_accessor items: ::Array[Types::SubscriptionGrantSummary]
1884
+ attr_accessor next_token: ::String
1885
+ SENSITIVE: []
1886
+ end
1887
+
1888
+ class ListSubscriptionRequestsInput
1889
+ attr_accessor approver_project_id: ::String
1890
+ attr_accessor domain_identifier: ::String
1891
+ attr_accessor max_results: ::Integer
1892
+ attr_accessor next_token: ::String
1893
+ attr_accessor owning_project_id: ::String
1894
+ attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
1895
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
1896
+ attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
1897
+ attr_accessor subscribed_listing_id: ::String
1898
+ SENSITIVE: []
1899
+ end
1900
+
1901
+ class ListSubscriptionRequestsOutput
1902
+ attr_accessor items: ::Array[Types::SubscriptionRequestSummary]
1903
+ attr_accessor next_token: ::String
1904
+ SENSITIVE: []
1905
+ end
1906
+
1907
+ class ListSubscriptionTargetsInput
1908
+ attr_accessor domain_identifier: ::String
1909
+ attr_accessor environment_identifier: ::String
1910
+ attr_accessor max_results: ::Integer
1911
+ attr_accessor next_token: ::String
1912
+ attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
1913
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
1914
+ SENSITIVE: []
1915
+ end
1916
+
1917
+ class ListSubscriptionTargetsOutput
1918
+ attr_accessor items: ::Array[Types::SubscriptionTargetSummary]
1919
+ attr_accessor next_token: ::String
1920
+ SENSITIVE: []
1921
+ end
1922
+
1923
+ class ListSubscriptionsInput
1924
+ attr_accessor approver_project_id: ::String
1925
+ attr_accessor domain_identifier: ::String
1926
+ attr_accessor max_results: ::Integer
1927
+ attr_accessor next_token: ::String
1928
+ attr_accessor owning_project_id: ::String
1929
+ attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
1930
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
1931
+ attr_accessor status: ("APPROVED" | "REVOKED" | "CANCELLED")
1932
+ attr_accessor subscribed_listing_id: ::String
1933
+ attr_accessor subscription_request_identifier: ::String
1934
+ SENSITIVE: []
1935
+ end
1936
+
1937
+ class ListSubscriptionsOutput
1938
+ attr_accessor items: ::Array[Types::SubscriptionSummary]
1939
+ attr_accessor next_token: ::String
1940
+ SENSITIVE: []
1941
+ end
1942
+
1943
+ class ListTagsForResourceRequest
1944
+ attr_accessor resource_arn: ::String
1945
+ SENSITIVE: []
1946
+ end
1947
+
1948
+ class ListTagsForResourceResponse
1949
+ attr_accessor tags: ::Hash[::String, ::String]
1950
+ SENSITIVE: []
1951
+ end
1952
+
1953
+ class ListingItem
1954
+ attr_accessor asset_listing: Types::AssetListing
1955
+ attr_accessor unknown: untyped
1956
+ SENSITIVE: []
1957
+
1958
+ class AssetListing < ListingItem
1959
+ end
1960
+ class Unknown < ListingItem
1961
+ end
1962
+ end
1963
+
1964
+ class ListingRevision
1965
+ attr_accessor id: ::String
1966
+ attr_accessor revision: ::String
1967
+ SENSITIVE: []
1968
+ end
1969
+
1970
+ class ListingRevisionInput
1971
+ attr_accessor identifier: ::String
1972
+ attr_accessor revision: ::String
1973
+ SENSITIVE: []
1974
+ end
1975
+
1976
+ class Member
1977
+ attr_accessor group_identifier: ::String
1978
+ attr_accessor user_identifier: ::String
1979
+ attr_accessor unknown: untyped
1980
+ SENSITIVE: []
1981
+
1982
+ class GroupIdentifier < Member
1983
+ end
1984
+ class UserIdentifier < Member
1985
+ end
1986
+ class Unknown < Member
1987
+ end
1988
+ end
1989
+
1990
+ class MemberDetails
1991
+ attr_accessor group: Types::GroupDetails
1992
+ attr_accessor user: Types::UserDetails
1993
+ attr_accessor unknown: untyped
1994
+ SENSITIVE: []
1995
+
1996
+ class Group < MemberDetails
1997
+ end
1998
+ class User < MemberDetails
1999
+ end
2000
+ class Unknown < MemberDetails
2001
+ end
2002
+ end
2003
+
2004
+ class Model
2005
+ attr_accessor smithy: ::String
2006
+ attr_accessor unknown: untyped
2007
+ SENSITIVE: []
2008
+
2009
+ class Smithy < Model
2010
+ end
2011
+ class Unknown < Model
2012
+ end
2013
+ end
2014
+
2015
+ class NotificationOutput
2016
+ attr_accessor action_link: ::String
2017
+ attr_accessor creation_timestamp: ::Time
2018
+ attr_accessor domain_identifier: ::String
2019
+ attr_accessor identifier: ::String
2020
+ attr_accessor last_updated_timestamp: ::Time
2021
+ attr_accessor message: ::String
2022
+ attr_accessor metadata: ::Hash[::String, ::String]
2023
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
2024
+ attr_accessor title: ::String
2025
+ attr_accessor topic: Types::Topic
2026
+ attr_accessor type: ("TASK" | "EVENT")
2027
+ SENSITIVE: [:action_link, :message, :title]
2028
+ end
2029
+
2030
+ class NotificationResource
2031
+ attr_accessor id: ::String
2032
+ attr_accessor name: ::String
2033
+ attr_accessor type: ("PROJECT")
2034
+ SENSITIVE: []
2035
+ end
2036
+
2037
+ class PredictionConfiguration
2038
+ attr_accessor business_name_generation: Types::BusinessNameGenerationConfiguration
2039
+ SENSITIVE: []
2040
+ end
2041
+
2042
+ class ProjectMember
2043
+ attr_accessor designation: ("PROJECT_OWNER" | "PROJECT_CONTRIBUTOR")
2044
+ attr_accessor member_details: Types::MemberDetails
2045
+ SENSITIVE: []
2046
+ end
2047
+
2048
+ class ProjectSummary
2049
+ attr_accessor created_at: ::Time
2050
+ attr_accessor created_by: ::String
2051
+ attr_accessor description: ::String
2052
+ attr_accessor domain_id: ::String
2053
+ attr_accessor id: ::String
2054
+ attr_accessor name: ::String
2055
+ attr_accessor updated_at: ::Time
2056
+ SENSITIVE: [:description, :name]
2057
+ end
2058
+
2059
+ class ProvisioningProperties
2060
+ attr_accessor cloud_formation: Types::CloudFormationProperties
2061
+ attr_accessor unknown: untyped
2062
+ SENSITIVE: []
2063
+
2064
+ class CloudFormation < ProvisioningProperties
2065
+ end
2066
+ class Unknown < ProvisioningProperties
2067
+ end
2068
+ end
2069
+
2070
+ class PutEnvironmentBlueprintConfigurationInput
2071
+ attr_accessor domain_identifier: ::String
2072
+ attr_accessor enabled_regions: ::Array[::String]
2073
+ attr_accessor environment_blueprint_identifier: ::String
2074
+ attr_accessor manage_access_role_arn: ::String
2075
+ attr_accessor provisioning_role_arn: ::String
2076
+ attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
2077
+ SENSITIVE: []
2078
+ end
2079
+
2080
+ class PutEnvironmentBlueprintConfigurationOutput
2081
+ attr_accessor created_at: ::Time
2082
+ attr_accessor domain_id: ::String
2083
+ attr_accessor enabled_regions: ::Array[::String]
2084
+ attr_accessor environment_blueprint_id: ::String
2085
+ attr_accessor manage_access_role_arn: ::String
2086
+ attr_accessor provisioning_role_arn: ::String
2087
+ attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
2088
+ attr_accessor updated_at: ::Time
2089
+ SENSITIVE: []
2090
+ end
2091
+
2092
+ class RecommendationConfiguration
2093
+ attr_accessor enable_business_name_generation: bool
2094
+ SENSITIVE: []
2095
+ end
2096
+
2097
+ class RedshiftClusterStorage
2098
+ attr_accessor cluster_name: ::String
2099
+ SENSITIVE: []
2100
+ end
2101
+
2102
+ class RedshiftCredentialConfiguration
2103
+ attr_accessor secret_manager_arn: ::String
2104
+ SENSITIVE: []
2105
+ end
2106
+
2107
+ class RedshiftRunConfigurationInput
2108
+ attr_accessor data_access_role: ::String
2109
+ attr_accessor redshift_credential_configuration: Types::RedshiftCredentialConfiguration
2110
+ attr_accessor redshift_storage: Types::RedshiftStorage
2111
+ attr_accessor relational_filter_configurations: ::Array[Types::RelationalFilterConfiguration]
2112
+ SENSITIVE: []
2113
+ end
2114
+
2115
+ class RedshiftRunConfigurationOutput
2116
+ attr_accessor account_id: ::String
2117
+ attr_accessor data_access_role: ::String
2118
+ attr_accessor redshift_credential_configuration: Types::RedshiftCredentialConfiguration
2119
+ attr_accessor redshift_storage: Types::RedshiftStorage
2120
+ attr_accessor region: ::String
2121
+ attr_accessor relational_filter_configurations: ::Array[Types::RelationalFilterConfiguration]
2122
+ SENSITIVE: []
2123
+ end
2124
+
2125
+ class RedshiftServerlessStorage
2126
+ attr_accessor workgroup_name: ::String
2127
+ SENSITIVE: []
2128
+ end
2129
+
2130
+ class RedshiftStorage
2131
+ attr_accessor redshift_cluster_source: Types::RedshiftClusterStorage
2132
+ attr_accessor redshift_serverless_source: Types::RedshiftServerlessStorage
2133
+ attr_accessor unknown: untyped
2134
+ SENSITIVE: []
2135
+
2136
+ class RedshiftClusterSource < RedshiftStorage
2137
+ end
2138
+ class RedshiftServerlessSource < RedshiftStorage
2139
+ end
2140
+ class Unknown < RedshiftStorage
2141
+ end
2142
+ end
2143
+
2144
+ class RejectChoice
2145
+ attr_accessor prediction_choices: ::Array[::Integer]
2146
+ attr_accessor prediction_target: ::String
2147
+ SENSITIVE: []
2148
+ end
2149
+
2150
+ class RejectPredictionsInput
2151
+ attr_accessor client_token: ::String
2152
+ attr_accessor domain_identifier: ::String
2153
+ attr_accessor identifier: ::String
2154
+ attr_accessor reject_choices: ::Array[Types::RejectChoice]
2155
+ attr_accessor reject_rule: Types::RejectRule
2156
+ attr_accessor revision: ::String
2157
+ SENSITIVE: []
2158
+ end
2159
+
2160
+ class RejectPredictionsOutput
2161
+ attr_accessor asset_id: ::String
2162
+ attr_accessor asset_revision: ::String
2163
+ attr_accessor domain_id: ::String
2164
+ SENSITIVE: []
2165
+ end
2166
+
2167
+ class RejectRule
2168
+ attr_accessor rule: ("ALL" | "NONE")
2169
+ attr_accessor threshold: ::Float
2170
+ SENSITIVE: []
2171
+ end
2172
+
2173
+ class RejectSubscriptionRequestInput
2174
+ attr_accessor decision_comment: ::String
2175
+ attr_accessor domain_identifier: ::String
2176
+ attr_accessor identifier: ::String
2177
+ SENSITIVE: [:decision_comment]
2178
+ end
2179
+
2180
+ class RejectSubscriptionRequestOutput
2181
+ attr_accessor created_at: ::Time
2182
+ attr_accessor created_by: ::String
2183
+ attr_accessor decision_comment: ::String
2184
+ attr_accessor domain_id: ::String
2185
+ attr_accessor id: ::String
2186
+ attr_accessor request_reason: ::String
2187
+ attr_accessor reviewer_id: ::String
2188
+ attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
2189
+ attr_accessor subscribed_listings: ::Array[Types::SubscribedListing]
2190
+ attr_accessor subscribed_principals: ::Array[Types::SubscribedPrincipal]
2191
+ attr_accessor updated_at: ::Time
2192
+ attr_accessor updated_by: ::String
2193
+ SENSITIVE: [:decision_comment, :request_reason]
2194
+ end
2195
+
2196
+ class RelationalFilterConfiguration
2197
+ attr_accessor database_name: ::String
2198
+ attr_accessor filter_expressions: ::Array[Types::FilterExpression]
2199
+ attr_accessor schema_name: ::String
2200
+ SENSITIVE: []
2201
+ end
2202
+
2203
+ class Resource
2204
+ attr_accessor name: ::String
2205
+ attr_accessor provider: ::String
2206
+ attr_accessor type: ::String
2207
+ attr_accessor value: ::String
2208
+ SENSITIVE: []
2209
+ end
2210
+
2211
+ class ResourceNotFoundException
2212
+ attr_accessor message: ::String
2213
+ SENSITIVE: []
2214
+ end
2215
+
2216
+ class RevokeSubscriptionInput
2217
+ attr_accessor domain_identifier: ::String
2218
+ attr_accessor identifier: ::String
2219
+ attr_accessor retain_permissions: bool
2220
+ SENSITIVE: []
2221
+ end
2222
+
2223
+ class RevokeSubscriptionOutput
2224
+ attr_accessor created_at: ::Time
2225
+ attr_accessor created_by: ::String
2226
+ attr_accessor domain_id: ::String
2227
+ attr_accessor id: ::String
2228
+ attr_accessor retain_permissions: bool
2229
+ attr_accessor status: ("APPROVED" | "REVOKED" | "CANCELLED")
2230
+ attr_accessor subscribed_listing: Types::SubscribedListing
2231
+ attr_accessor subscribed_principal: Types::SubscribedPrincipal
2232
+ attr_accessor subscription_request_id: ::String
2233
+ attr_accessor updated_at: ::Time
2234
+ attr_accessor updated_by: ::String
2235
+ SENSITIVE: []
2236
+ end
2237
+
2238
+ class RunStatisticsForAssets
2239
+ attr_accessor added: ::Integer
2240
+ attr_accessor failed: ::Integer
2241
+ attr_accessor skipped: ::Integer
2242
+ attr_accessor unchanged: ::Integer
2243
+ attr_accessor updated: ::Integer
2244
+ SENSITIVE: []
2245
+ end
2246
+
2247
+ class ScheduleConfiguration
2248
+ attr_accessor schedule: ::String
2249
+ attr_accessor timezone: ("UTC" | "AFRICA_JOHANNESBURG" | "AMERICA_MONTREAL" | "AMERICA_SAO_PAULO" | "ASIA_BAHRAIN" | "ASIA_BANGKOK" | "ASIA_CALCUTTA" | "ASIA_DUBAI" | "ASIA_HONG_KONG" | "ASIA_JAKARTA" | "ASIA_KUALA_LUMPUR" | "ASIA_SEOUL" | "ASIA_SHANGHAI" | "ASIA_SINGAPORE" | "ASIA_TAIPEI" | "ASIA_TOKYO" | "AUSTRALIA_MELBOURNE" | "AUSTRALIA_SYDNEY" | "CANADA_CENTRAL" | "CET" | "CST6CDT" | "ETC_GMT" | "ETC_GMT0" | "ETC_GMT_ADD_0" | "ETC_GMT_ADD_1" | "ETC_GMT_ADD_10" | "ETC_GMT_ADD_11" | "ETC_GMT_ADD_12" | "ETC_GMT_ADD_2" | "ETC_GMT_ADD_3" | "ETC_GMT_ADD_4" | "ETC_GMT_ADD_5" | "ETC_GMT_ADD_6" | "ETC_GMT_ADD_7" | "ETC_GMT_ADD_8" | "ETC_GMT_ADD_9" | "ETC_GMT_NEG_0" | "ETC_GMT_NEG_1" | "ETC_GMT_NEG_10" | "ETC_GMT_NEG_11" | "ETC_GMT_NEG_12" | "ETC_GMT_NEG_13" | "ETC_GMT_NEG_14" | "ETC_GMT_NEG_2" | "ETC_GMT_NEG_3" | "ETC_GMT_NEG_4" | "ETC_GMT_NEG_5" | "ETC_GMT_NEG_6" | "ETC_GMT_NEG_7" | "ETC_GMT_NEG_8" | "ETC_GMT_NEG_9" | "EUROPE_DUBLIN" | "EUROPE_LONDON" | "EUROPE_PARIS" | "EUROPE_STOCKHOLM" | "EUROPE_ZURICH" | "ISRAEL" | "MEXICO_GENERAL" | "MST7MDT" | "PACIFIC_AUCKLAND" | "US_CENTRAL" | "US_EASTERN" | "US_MOUNTAIN" | "US_PACIFIC")
2250
+ SENSITIVE: []
2251
+ end
2252
+
2253
+ class SearchGroupProfilesInput
2254
+ attr_accessor domain_identifier: ::String
2255
+ attr_accessor group_type: ("SSO_GROUP" | "DATAZONE_SSO_GROUP")
2256
+ attr_accessor max_results: ::Integer
2257
+ attr_accessor next_token: ::String
2258
+ attr_accessor search_text: ::String
2259
+ SENSITIVE: [:search_text]
2260
+ end
2261
+
2262
+ class SearchGroupProfilesOutput
2263
+ attr_accessor items: ::Array[Types::GroupProfileSummary]
2264
+ attr_accessor next_token: ::String
2265
+ SENSITIVE: []
2266
+ end
2267
+
2268
+ class SearchInItem
2269
+ attr_accessor attribute: ::String
2270
+ SENSITIVE: []
2271
+ end
2272
+
2273
+ class SearchInput
2274
+ attr_accessor additional_attributes: ::Array[("FORMS")]
2275
+ attr_accessor domain_identifier: ::String
2276
+ attr_accessor filters: Types::FilterClause
2277
+ attr_accessor max_results: ::Integer
2278
+ attr_accessor next_token: ::String
2279
+ attr_accessor owning_project_identifier: ::String
2280
+ attr_accessor search_in: ::Array[Types::SearchInItem]
2281
+ attr_accessor search_scope: ("ASSET" | "GLOSSARY" | "GLOSSARY_TERM")
2282
+ attr_accessor search_text: ::String
2283
+ attr_accessor sort: Types::SearchSort
2284
+ SENSITIVE: []
2285
+ end
2286
+
2287
+ class SearchInventoryResultItem
2288
+ attr_accessor asset_item: Types::AssetItem
2289
+ attr_accessor data_product_item: Types::DataProductSummary
2290
+ attr_accessor glossary_item: Types::GlossaryItem
2291
+ attr_accessor glossary_term_item: Types::GlossaryTermItem
2292
+ attr_accessor unknown: untyped
2293
+ SENSITIVE: []
2294
+
2295
+ class AssetItem < SearchInventoryResultItem
2296
+ end
2297
+ class DataProductItem < SearchInventoryResultItem
2298
+ end
2299
+ class GlossaryItem < SearchInventoryResultItem
2300
+ end
2301
+ class GlossaryTermItem < SearchInventoryResultItem
2302
+ end
2303
+ class Unknown < SearchInventoryResultItem
2304
+ end
2305
+ end
2306
+
2307
+ class SearchListingsInput
2308
+ attr_accessor additional_attributes: ::Array[("FORMS")]
2309
+ attr_accessor domain_identifier: ::String
2310
+ attr_accessor filters: Types::FilterClause
2311
+ attr_accessor max_results: ::Integer
2312
+ attr_accessor next_token: ::String
2313
+ attr_accessor search_in: ::Array[Types::SearchInItem]
2314
+ attr_accessor search_text: ::String
2315
+ attr_accessor sort: Types::SearchSort
2316
+ SENSITIVE: []
2317
+ end
2318
+
2319
+ class SearchListingsOutput
2320
+ attr_accessor items: ::Array[Types::SearchResultItem]
2321
+ attr_accessor next_token: ::String
2322
+ attr_accessor total_match_count: ::Integer
2323
+ SENSITIVE: []
2324
+ end
2325
+
2326
+ class SearchOutput
2327
+ attr_accessor items: ::Array[Types::SearchInventoryResultItem]
2328
+ attr_accessor next_token: ::String
2329
+ attr_accessor total_match_count: ::Integer
2330
+ SENSITIVE: []
2331
+ end
2332
+
2333
+ class SearchResultItem
2334
+ attr_accessor asset_listing: Types::AssetListingItem
2335
+ attr_accessor unknown: untyped
2336
+ SENSITIVE: []
2337
+
2338
+ class AssetListing < SearchResultItem
2339
+ end
2340
+ class Unknown < SearchResultItem
2341
+ end
2342
+ end
2343
+
2344
+ class SearchSort
2345
+ attr_accessor attribute: ::String
2346
+ attr_accessor order: ("ASCENDING" | "DESCENDING")
2347
+ SENSITIVE: []
2348
+ end
2349
+
2350
+ class SearchTypesInput
2351
+ attr_accessor domain_identifier: ::String
2352
+ attr_accessor filters: Types::FilterClause
2353
+ attr_accessor managed: bool
2354
+ attr_accessor max_results: ::Integer
2355
+ attr_accessor next_token: ::String
2356
+ attr_accessor search_in: ::Array[Types::SearchInItem]
2357
+ attr_accessor search_scope: ("ASSET_TYPE" | "FORM_TYPE")
2358
+ attr_accessor search_text: ::String
2359
+ attr_accessor sort: Types::SearchSort
2360
+ SENSITIVE: []
2361
+ end
2362
+
2363
+ class SearchTypesOutput
2364
+ attr_accessor items: ::Array[Types::SearchTypesResultItem]
2365
+ attr_accessor next_token: ::String
2366
+ attr_accessor total_match_count: ::Integer
2367
+ SENSITIVE: []
2368
+ end
2369
+
2370
+ class SearchTypesResultItem
2371
+ attr_accessor asset_type_item: Types::AssetTypeItem
2372
+ attr_accessor form_type_item: Types::FormTypeData
2373
+ attr_accessor unknown: untyped
2374
+ SENSITIVE: []
2375
+
2376
+ class AssetTypeItem < SearchTypesResultItem
2377
+ end
2378
+ class FormTypeItem < SearchTypesResultItem
2379
+ end
2380
+ class Unknown < SearchTypesResultItem
2381
+ end
2382
+ end
2383
+
2384
+ class SearchUserProfilesInput
2385
+ attr_accessor domain_identifier: ::String
2386
+ attr_accessor max_results: ::Integer
2387
+ attr_accessor next_token: ::String
2388
+ attr_accessor search_text: ::String
2389
+ attr_accessor user_type: ("SSO_USER" | "DATAZONE_USER" | "DATAZONE_SSO_USER" | "DATAZONE_IAM_USER")
2390
+ SENSITIVE: [:search_text]
2391
+ end
2392
+
2393
+ class SearchUserProfilesOutput
2394
+ attr_accessor items: ::Array[Types::UserProfileSummary]
2395
+ attr_accessor next_token: ::String
2396
+ SENSITIVE: []
2397
+ end
2398
+
2399
+ class ServiceQuotaExceededException
2400
+ attr_accessor message: ::String
2401
+ SENSITIVE: []
2402
+ end
2403
+
2404
+ class SingleSignOn
2405
+ attr_accessor type: ("IAM_IDC" | "DISABLED")
2406
+ attr_accessor user_assignment: ("AUTOMATIC" | "MANUAL")
2407
+ SENSITIVE: []
2408
+ end
2409
+
2410
+ class SsoUserProfileDetails
2411
+ attr_accessor first_name: ::String
2412
+ attr_accessor last_name: ::String
2413
+ attr_accessor username: ::String
2414
+ SENSITIVE: [:first_name, :last_name, :username]
2415
+ end
2416
+
2417
+ class StartDataSourceRunInput
2418
+ attr_accessor client_token: ::String
2419
+ attr_accessor data_source_identifier: ::String
2420
+ attr_accessor domain_identifier: ::String
2421
+ SENSITIVE: []
2422
+ end
2423
+
2424
+ class StartDataSourceRunOutput
2425
+ attr_accessor created_at: ::Time
2426
+ attr_accessor data_source_configuration_snapshot: ::String
2427
+ attr_accessor data_source_id: ::String
2428
+ attr_accessor domain_id: ::String
2429
+ attr_accessor error_message: Types::DataSourceErrorMessage
2430
+ attr_accessor id: ::String
2431
+ attr_accessor project_id: ::String
2432
+ attr_accessor run_statistics_for_assets: Types::RunStatisticsForAssets
2433
+ attr_accessor started_at: ::Time
2434
+ attr_accessor status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
2435
+ attr_accessor stopped_at: ::Time
2436
+ attr_accessor type: ("PRIORITIZED" | "SCHEDULED")
2437
+ attr_accessor updated_at: ::Time
2438
+ SENSITIVE: []
2439
+ end
2440
+
2441
+ class SubscribedAsset
2442
+ attr_accessor asset_id: ::String
2443
+ attr_accessor asset_revision: ::String
2444
+ attr_accessor failure_cause: Types::FailureCause
2445
+ attr_accessor failure_timestamp: ::Time
2446
+ attr_accessor granted_timestamp: ::Time
2447
+ attr_accessor status: ("GRANT_PENDING" | "REVOKE_PENDING" | "GRANT_IN_PROGRESS" | "REVOKE_IN_PROGRESS" | "GRANTED" | "REVOKED" | "GRANT_FAILED" | "REVOKE_FAILED")
2448
+ attr_accessor target_name: ::String
2449
+ SENSITIVE: []
2450
+ end
2451
+
2452
+ class SubscribedAssetListing
2453
+ attr_accessor entity_id: ::String
2454
+ attr_accessor entity_revision: ::String
2455
+ attr_accessor entity_type: ::String
2456
+ attr_accessor forms: ::String
2457
+ attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
2458
+ SENSITIVE: []
2459
+ end
2460
+
2461
+ class SubscribedListing
2462
+ attr_accessor description: ::String
2463
+ attr_accessor id: ::String
2464
+ attr_accessor item: Types::SubscribedListingItem
2465
+ attr_accessor name: ::String
2466
+ attr_accessor owner_project_id: ::String
2467
+ attr_accessor owner_project_name: ::String
2468
+ attr_accessor revision: ::String
2469
+ SENSITIVE: [:description]
2470
+ end
2471
+
2472
+ class SubscribedListingInput
2473
+ attr_accessor identifier: ::String
2474
+ SENSITIVE: []
2475
+ end
2476
+
2477
+ class SubscribedListingItem
2478
+ attr_accessor asset_listing: Types::SubscribedAssetListing
2479
+ attr_accessor unknown: untyped
2480
+ SENSITIVE: []
2481
+
2482
+ class AssetListing < SubscribedListingItem
2483
+ end
2484
+ class Unknown < SubscribedListingItem
2485
+ end
2486
+ end
2487
+
2488
+ class SubscribedPrincipal
2489
+ attr_accessor project: Types::SubscribedProject
2490
+ attr_accessor unknown: untyped
2491
+ SENSITIVE: []
2492
+
2493
+ class Project < SubscribedPrincipal
2494
+ end
2495
+ class Unknown < SubscribedPrincipal
2496
+ end
2497
+ end
2498
+
2499
+ class SubscribedPrincipalInput
2500
+ attr_accessor project: Types::SubscribedProjectInput
2501
+ attr_accessor unknown: untyped
2502
+ SENSITIVE: []
2503
+
2504
+ class Project < SubscribedPrincipalInput
2505
+ end
2506
+ class Unknown < SubscribedPrincipalInput
2507
+ end
2508
+ end
2509
+
2510
+ class SubscribedProject
2511
+ attr_accessor id: ::String
2512
+ attr_accessor name: ::String
2513
+ SENSITIVE: [:name]
2514
+ end
2515
+
2516
+ class SubscribedProjectInput
2517
+ attr_accessor identifier: ::String
2518
+ SENSITIVE: []
2519
+ end
2520
+
2521
+ class SubscriptionGrantSummary
2522
+ attr_accessor assets: ::Array[Types::SubscribedAsset]
2523
+ attr_accessor created_at: ::Time
2524
+ attr_accessor created_by: ::String
2525
+ attr_accessor domain_id: ::String
2526
+ attr_accessor granted_entity: Types::GrantedEntity
2527
+ attr_accessor id: ::String
2528
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
2529
+ attr_accessor subscription_id: ::String
2530
+ attr_accessor subscription_target_id: ::String
2531
+ attr_accessor updated_at: ::Time
2532
+ attr_accessor updated_by: ::String
2533
+ SENSITIVE: []
2534
+ end
2535
+
2536
+ class SubscriptionRequestSummary
2537
+ attr_accessor created_at: ::Time
2538
+ attr_accessor created_by: ::String
2539
+ attr_accessor decision_comment: ::String
2540
+ attr_accessor domain_id: ::String
2541
+ attr_accessor id: ::String
2542
+ attr_accessor request_reason: ::String
2543
+ attr_accessor reviewer_id: ::String
2544
+ attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
2545
+ attr_accessor subscribed_listings: ::Array[Types::SubscribedListing]
2546
+ attr_accessor subscribed_principals: ::Array[Types::SubscribedPrincipal]
2547
+ attr_accessor updated_at: ::Time
2548
+ attr_accessor updated_by: ::String
2549
+ SENSITIVE: [:decision_comment, :request_reason]
2550
+ end
2551
+
2552
+ class SubscriptionSummary
2553
+ attr_accessor created_at: ::Time
2554
+ attr_accessor created_by: ::String
2555
+ attr_accessor domain_id: ::String
2556
+ attr_accessor id: ::String
2557
+ attr_accessor retain_permissions: bool
2558
+ attr_accessor status: ("APPROVED" | "REVOKED" | "CANCELLED")
2559
+ attr_accessor subscribed_listing: Types::SubscribedListing
2560
+ attr_accessor subscribed_principal: Types::SubscribedPrincipal
2561
+ attr_accessor subscription_request_id: ::String
2562
+ attr_accessor updated_at: ::Time
2563
+ attr_accessor updated_by: ::String
2564
+ SENSITIVE: []
2565
+ end
2566
+
2567
+ class SubscriptionTargetForm
2568
+ attr_accessor content: ::String
2569
+ attr_accessor form_name: ::String
2570
+ SENSITIVE: []
2571
+ end
2572
+
2573
+ class SubscriptionTargetSummary
2574
+ attr_accessor applicable_asset_types: ::Array[::String]
2575
+ attr_accessor authorized_principals: ::Array[::String]
2576
+ attr_accessor created_at: ::Time
2577
+ attr_accessor created_by: ::String
2578
+ attr_accessor domain_id: ::String
2579
+ attr_accessor environment_id: ::String
2580
+ attr_accessor id: ::String
2581
+ attr_accessor manage_access_role: ::String
2582
+ attr_accessor name: ::String
2583
+ attr_accessor project_id: ::String
2584
+ attr_accessor provider: ::String
2585
+ attr_accessor subscription_target_config: ::Array[Types::SubscriptionTargetForm]
2586
+ attr_accessor type: ::String
2587
+ attr_accessor updated_at: ::Time
2588
+ attr_accessor updated_by: ::String
2589
+ SENSITIVE: [:name]
2590
+ end
2591
+
2592
+ class TagResourceRequest
2593
+ attr_accessor resource_arn: ::String
2594
+ attr_accessor tags: ::Hash[::String, ::String]
2595
+ SENSITIVE: []
2596
+ end
2597
+
2598
+ class TagResourceResponse < Aws::EmptyStructure
2599
+ end
2600
+
2601
+ class TermRelations
2602
+ attr_accessor classifies: ::Array[::String]
2603
+ attr_accessor is_a: ::Array[::String]
2604
+ SENSITIVE: []
2605
+ end
2606
+
2607
+ class ThrottlingException
2608
+ attr_accessor message: ::String
2609
+ SENSITIVE: []
2610
+ end
2611
+
2612
+ class Topic
2613
+ attr_accessor resource: Types::NotificationResource
2614
+ attr_accessor role: ("PROJECT_OWNER" | "PROJECT_CONTRIBUTOR" | "PROJECT_VIEWER" | "DOMAIN_OWNER" | "PROJECT_SUBSCRIBER")
2615
+ attr_accessor subject: ::String
2616
+ SENSITIVE: []
2617
+ end
2618
+
2619
+ class UnauthorizedException
2620
+ attr_accessor message: ::String
2621
+ SENSITIVE: []
2622
+ end
2623
+
2624
+ class UntagResourceRequest
2625
+ attr_accessor resource_arn: ::String
2626
+ attr_accessor tag_keys: ::Array[::String]
2627
+ SENSITIVE: []
2628
+ end
2629
+
2630
+ class UntagResourceResponse < Aws::EmptyStructure
2631
+ end
2632
+
2633
+ class UpdateDataSourceInput
2634
+ attr_accessor asset_forms_input: ::Array[Types::FormInput]
2635
+ attr_accessor configuration: Types::DataSourceConfigurationInput
2636
+ attr_accessor description: ::String
2637
+ attr_accessor domain_identifier: ::String
2638
+ attr_accessor enable_setting: ("ENABLED" | "DISABLED")
2639
+ attr_accessor identifier: ::String
2640
+ attr_accessor name: ::String
2641
+ attr_accessor publish_on_import: bool
2642
+ attr_accessor recommendation: Types::RecommendationConfiguration
2643
+ attr_accessor schedule: Types::ScheduleConfiguration
2644
+ SENSITIVE: [:asset_forms_input, :description, :name, :schedule]
2645
+ end
2646
+
2647
+ class UpdateDataSourceOutput
2648
+ attr_accessor asset_forms_output: ::Array[Types::FormOutput]
2649
+ attr_accessor configuration: Types::DataSourceConfigurationOutput
2650
+ attr_accessor created_at: ::Time
2651
+ attr_accessor description: ::String
2652
+ attr_accessor domain_id: ::String
2653
+ attr_accessor enable_setting: ("ENABLED" | "DISABLED")
2654
+ attr_accessor environment_id: ::String
2655
+ attr_accessor error_message: Types::DataSourceErrorMessage
2656
+ attr_accessor id: ::String
2657
+ attr_accessor last_run_at: ::Time
2658
+ attr_accessor last_run_error_message: Types::DataSourceErrorMessage
2659
+ attr_accessor last_run_status: ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
2660
+ attr_accessor name: ::String
2661
+ attr_accessor project_id: ::String
2662
+ attr_accessor publish_on_import: bool
2663
+ attr_accessor recommendation: Types::RecommendationConfiguration
2664
+ attr_accessor schedule: Types::ScheduleConfiguration
2665
+ attr_accessor status: ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
2666
+ attr_accessor type: ::String
2667
+ attr_accessor updated_at: ::Time
2668
+ SENSITIVE: [:description, :name, :schedule]
2669
+ end
2670
+
2671
+ class UpdateDomainInput
2672
+ attr_accessor client_token: ::String
2673
+ attr_accessor description: ::String
2674
+ attr_accessor domain_execution_role: ::String
2675
+ attr_accessor identifier: ::String
2676
+ attr_accessor name: ::String
2677
+ attr_accessor single_sign_on: Types::SingleSignOn
2678
+ SENSITIVE: []
2679
+ end
2680
+
2681
+ class UpdateDomainOutput
2682
+ attr_accessor description: ::String
2683
+ attr_accessor domain_execution_role: ::String
2684
+ attr_accessor id: ::String
2685
+ attr_accessor last_updated_at: ::Time
2686
+ attr_accessor name: ::String
2687
+ attr_accessor single_sign_on: Types::SingleSignOn
2688
+ SENSITIVE: []
2689
+ end
2690
+
2691
+ class UpdateEnvironmentInput
2692
+ attr_accessor description: ::String
2693
+ attr_accessor domain_identifier: ::String
2694
+ attr_accessor glossary_terms: ::Array[::String]
2695
+ attr_accessor identifier: ::String
2696
+ attr_accessor name: ::String
2697
+ SENSITIVE: []
2698
+ end
2699
+
2700
+ class UpdateEnvironmentOutput
2701
+ attr_accessor aws_account_id: ::String
2702
+ attr_accessor aws_account_region: ::String
2703
+ attr_accessor created_at: ::Time
2704
+ attr_accessor created_by: ::String
2705
+ attr_accessor deployment_properties: Types::DeploymentProperties
2706
+ attr_accessor description: ::String
2707
+ attr_accessor domain_id: ::String
2708
+ attr_accessor environment_actions: ::Array[Types::ConfigurableEnvironmentAction]
2709
+ attr_accessor environment_blueprint_id: ::String
2710
+ attr_accessor environment_profile_id: ::String
2711
+ attr_accessor glossary_terms: ::Array[::String]
2712
+ attr_accessor id: ::String
2713
+ attr_accessor last_deployment: Types::Deployment
2714
+ attr_accessor name: ::String
2715
+ attr_accessor project_id: ::String
2716
+ attr_accessor provider: ::String
2717
+ attr_accessor provisioned_resources: ::Array[Types::Resource]
2718
+ attr_accessor provisioning_properties: Types::ProvisioningProperties
2719
+ attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
2720
+ attr_accessor updated_at: ::Time
2721
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
2722
+ SENSITIVE: [:description, :name]
2723
+ end
2724
+
2725
+ class UpdateEnvironmentProfileInput
2726
+ attr_accessor aws_account_id: ::String
2727
+ attr_accessor aws_account_region: ::String
2728
+ attr_accessor description: ::String
2729
+ attr_accessor domain_identifier: ::String
2730
+ attr_accessor identifier: ::String
2731
+ attr_accessor name: ::String
2732
+ attr_accessor user_parameters: ::Array[Types::EnvironmentParameter]
2733
+ SENSITIVE: [:name]
2734
+ end
2735
+
2736
+ class UpdateEnvironmentProfileOutput
2737
+ attr_accessor aws_account_id: ::String
2738
+ attr_accessor aws_account_region: ::String
2739
+ attr_accessor created_at: ::Time
2740
+ attr_accessor created_by: ::String
2741
+ attr_accessor description: ::String
2742
+ attr_accessor domain_id: ::String
2743
+ attr_accessor environment_blueprint_id: ::String
2744
+ attr_accessor id: ::String
2745
+ attr_accessor name: ::String
2746
+ attr_accessor project_id: ::String
2747
+ attr_accessor updated_at: ::Time
2748
+ attr_accessor user_parameters: ::Array[Types::CustomParameter]
2749
+ SENSITIVE: [:description, :name]
2750
+ end
2751
+
2752
+ class UpdateGlossaryInput
2753
+ attr_accessor client_token: ::String
2754
+ attr_accessor description: ::String
2755
+ attr_accessor domain_identifier: ::String
2756
+ attr_accessor identifier: ::String
2757
+ attr_accessor name: ::String
2758
+ attr_accessor status: ("DISABLED" | "ENABLED")
2759
+ SENSITIVE: [:description, :name]
2760
+ end
2761
+
2762
+ class UpdateGlossaryOutput
2763
+ attr_accessor description: ::String
2764
+ attr_accessor domain_id: ::String
2765
+ attr_accessor id: ::String
2766
+ attr_accessor name: ::String
2767
+ attr_accessor owning_project_id: ::String
2768
+ attr_accessor status: ("DISABLED" | "ENABLED")
2769
+ SENSITIVE: [:description, :name]
2770
+ end
2771
+
2772
+ class UpdateGlossaryTermInput
2773
+ attr_accessor domain_identifier: ::String
2774
+ attr_accessor glossary_identifier: ::String
2775
+ attr_accessor identifier: ::String
2776
+ attr_accessor long_description: ::String
2777
+ attr_accessor name: ::String
2778
+ attr_accessor short_description: ::String
2779
+ attr_accessor status: ("ENABLED" | "DISABLED")
2780
+ attr_accessor term_relations: Types::TermRelations
2781
+ SENSITIVE: [:long_description, :name, :short_description]
2782
+ end
2783
+
2784
+ class UpdateGlossaryTermOutput
2785
+ attr_accessor domain_id: ::String
2786
+ attr_accessor glossary_id: ::String
2787
+ attr_accessor id: ::String
2788
+ attr_accessor long_description: ::String
2789
+ attr_accessor name: ::String
2790
+ attr_accessor short_description: ::String
2791
+ attr_accessor status: ("ENABLED" | "DISABLED")
2792
+ attr_accessor term_relations: Types::TermRelations
2793
+ SENSITIVE: [:long_description, :name, :short_description]
2794
+ end
2795
+
2796
+ class UpdateGroupProfileInput
2797
+ attr_accessor domain_identifier: ::String
2798
+ attr_accessor group_identifier: ::String
2799
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
2800
+ SENSITIVE: []
2801
+ end
2802
+
2803
+ class UpdateGroupProfileOutput
2804
+ attr_accessor domain_id: ::String
2805
+ attr_accessor group_name: ::String
2806
+ attr_accessor id: ::String
2807
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED")
2808
+ SENSITIVE: [:group_name]
2809
+ end
2810
+
2811
+ class UpdateProjectInput
2812
+ attr_accessor description: ::String
2813
+ attr_accessor domain_identifier: ::String
2814
+ attr_accessor glossary_terms: ::Array[::String]
2815
+ attr_accessor identifier: ::String
2816
+ attr_accessor name: ::String
2817
+ SENSITIVE: [:description, :name]
2818
+ end
2819
+
2820
+ class UpdateProjectOutput
2821
+ attr_accessor created_at: ::Time
2822
+ attr_accessor created_by: ::String
2823
+ attr_accessor description: ::String
2824
+ attr_accessor domain_id: ::String
2825
+ attr_accessor glossary_terms: ::Array[::String]
2826
+ attr_accessor id: ::String
2827
+ attr_accessor last_updated_at: ::Time
2828
+ attr_accessor name: ::String
2829
+ SENSITIVE: [:description, :name]
2830
+ end
2831
+
2832
+ class UpdateSubscriptionGrantStatusInput
2833
+ attr_accessor asset_identifier: ::String
2834
+ attr_accessor domain_identifier: ::String
2835
+ attr_accessor failure_cause: Types::FailureCause
2836
+ attr_accessor identifier: ::String
2837
+ attr_accessor status: ("GRANT_PENDING" | "REVOKE_PENDING" | "GRANT_IN_PROGRESS" | "REVOKE_IN_PROGRESS" | "GRANTED" | "REVOKED" | "GRANT_FAILED" | "REVOKE_FAILED")
2838
+ attr_accessor target_name: ::String
2839
+ SENSITIVE: []
2840
+ end
2841
+
2842
+ class UpdateSubscriptionGrantStatusOutput
2843
+ attr_accessor assets: ::Array[Types::SubscribedAsset]
2844
+ attr_accessor created_at: ::Time
2845
+ attr_accessor created_by: ::String
2846
+ attr_accessor domain_id: ::String
2847
+ attr_accessor granted_entity: Types::GrantedEntity
2848
+ attr_accessor id: ::String
2849
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
2850
+ attr_accessor subscription_id: ::String
2851
+ attr_accessor subscription_target_id: ::String
2852
+ attr_accessor updated_at: ::Time
2853
+ attr_accessor updated_by: ::String
2854
+ SENSITIVE: []
2855
+ end
2856
+
2857
+ class UpdateSubscriptionRequestInput
2858
+ attr_accessor domain_identifier: ::String
2859
+ attr_accessor identifier: ::String
2860
+ attr_accessor request_reason: ::String
2861
+ SENSITIVE: [:request_reason]
2862
+ end
2863
+
2864
+ class UpdateSubscriptionRequestOutput
2865
+ attr_accessor created_at: ::Time
2866
+ attr_accessor created_by: ::String
2867
+ attr_accessor decision_comment: ::String
2868
+ attr_accessor domain_id: ::String
2869
+ attr_accessor id: ::String
2870
+ attr_accessor request_reason: ::String
2871
+ attr_accessor reviewer_id: ::String
2872
+ attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
2873
+ attr_accessor subscribed_listings: ::Array[Types::SubscribedListing]
2874
+ attr_accessor subscribed_principals: ::Array[Types::SubscribedPrincipal]
2875
+ attr_accessor updated_at: ::Time
2876
+ attr_accessor updated_by: ::String
2877
+ SENSITIVE: [:decision_comment, :request_reason]
2878
+ end
2879
+
2880
+ class UpdateSubscriptionTargetInput
2881
+ attr_accessor applicable_asset_types: ::Array[::String]
2882
+ attr_accessor authorized_principals: ::Array[::String]
2883
+ attr_accessor domain_identifier: ::String
2884
+ attr_accessor environment_identifier: ::String
2885
+ attr_accessor identifier: ::String
2886
+ attr_accessor manage_access_role: ::String
2887
+ attr_accessor name: ::String
2888
+ attr_accessor provider: ::String
2889
+ attr_accessor subscription_target_config: ::Array[Types::SubscriptionTargetForm]
2890
+ SENSITIVE: [:name]
2891
+ end
2892
+
2893
+ class UpdateSubscriptionTargetOutput
2894
+ attr_accessor applicable_asset_types: ::Array[::String]
2895
+ attr_accessor authorized_principals: ::Array[::String]
2896
+ attr_accessor created_at: ::Time
2897
+ attr_accessor created_by: ::String
2898
+ attr_accessor domain_id: ::String
2899
+ attr_accessor environment_id: ::String
2900
+ attr_accessor id: ::String
2901
+ attr_accessor manage_access_role: ::String
2902
+ attr_accessor name: ::String
2903
+ attr_accessor project_id: ::String
2904
+ attr_accessor provider: ::String
2905
+ attr_accessor subscription_target_config: ::Array[Types::SubscriptionTargetForm]
2906
+ attr_accessor type: ::String
2907
+ attr_accessor updated_at: ::Time
2908
+ attr_accessor updated_by: ::String
2909
+ SENSITIVE: [:name]
2910
+ end
2911
+
2912
+ class UpdateUserProfileInput
2913
+ attr_accessor domain_identifier: ::String
2914
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
2915
+ attr_accessor type: ("IAM" | "SSO")
2916
+ attr_accessor user_identifier: ::String
2917
+ SENSITIVE: []
2918
+ end
2919
+
2920
+ class UpdateUserProfileOutput
2921
+ attr_accessor details: Types::UserProfileDetails
2922
+ attr_accessor domain_id: ::String
2923
+ attr_accessor id: ::String
2924
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
2925
+ attr_accessor type: ("IAM" | "SSO")
2926
+ SENSITIVE: []
2927
+ end
2928
+
2929
+ class UserDetails
2930
+ attr_accessor user_id: ::String
2931
+ SENSITIVE: []
2932
+ end
2933
+
2934
+ class UserProfileDetails
2935
+ attr_accessor iam: Types::IamUserProfileDetails
2936
+ attr_accessor sso: Types::SsoUserProfileDetails
2937
+ attr_accessor unknown: untyped
2938
+ SENSITIVE: []
2939
+
2940
+ class Iam < UserProfileDetails
2941
+ end
2942
+ class Sso < UserProfileDetails
2943
+ end
2944
+ class Unknown < UserProfileDetails
2945
+ end
2946
+ end
2947
+
2948
+ class UserProfileSummary
2949
+ attr_accessor details: Types::UserProfileDetails
2950
+ attr_accessor domain_id: ::String
2951
+ attr_accessor id: ::String
2952
+ attr_accessor status: ("ASSIGNED" | "NOT_ASSIGNED" | "ACTIVATED" | "DEACTIVATED")
2953
+ attr_accessor type: ("IAM" | "SSO")
2954
+ SENSITIVE: []
2955
+ end
2956
+
2957
+ class ValidationException
2958
+ attr_accessor message: ::String
2959
+ SENSITIVE: []
2960
+ end
2961
+ end
2962
+ end