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