aws-sdk-dataexchange 1.26.0 → 1.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dataexchange/client.rb +96 -7
- data/lib/aws-sdk-dataexchange/client_api.rb +40 -40
- data/lib/aws-sdk-dataexchange/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-dataexchange/endpoint_provider.rb +112 -0
- data/lib/aws-sdk-dataexchange/endpoints.rb +421 -0
- data/lib/aws-sdk-dataexchange/plugins/endpoints.rb +126 -0
- data/lib/aws-sdk-dataexchange/types.rb +284 -182
- data/lib/aws-sdk-dataexchange/waiters.rb +15 -0
- data/lib/aws-sdk-dataexchange.rb +6 -1
- metadata +9 -4
@@ -341,6 +341,7 @@ module Aws::DataExchange
|
|
341
341
|
# }
|
342
342
|
#
|
343
343
|
# @!attribute [rw] job_id
|
344
|
+
# The unique identifier for a job.
|
344
345
|
# @return [String]
|
345
346
|
#
|
346
347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CancelJobRequest AWS API Documentation
|
@@ -377,8 +378,6 @@ module Aws::DataExchange
|
|
377
378
|
include Aws::Structure
|
378
379
|
end
|
379
380
|
|
380
|
-
# A request to create a data set that contains one or more revisions.
|
381
|
-
#
|
382
381
|
# @note When making an API call, you may pass CreateDataSetRequest
|
383
382
|
# data as a hash:
|
384
383
|
#
|
@@ -424,8 +423,7 @@ module Aws::DataExchange
|
|
424
423
|
end
|
425
424
|
|
426
425
|
# @!attribute [rw] arn
|
427
|
-
#
|
428
|
-
# resource.
|
426
|
+
# The ARN for the data set.
|
429
427
|
# @return [String]
|
430
428
|
#
|
431
429
|
# @!attribute [rw] asset_type
|
@@ -433,43 +431,43 @@ module Aws::DataExchange
|
|
433
431
|
# @return [String]
|
434
432
|
#
|
435
433
|
# @!attribute [rw] created_at
|
436
|
-
#
|
437
|
-
# format.
|
434
|
+
# The date and time that the data set was created, in ISO 8601 format.
|
438
435
|
# @return [Time]
|
439
436
|
#
|
440
437
|
# @!attribute [rw] description
|
441
|
-
#
|
438
|
+
# The description for the data set.
|
442
439
|
# @return [String]
|
443
440
|
#
|
444
441
|
# @!attribute [rw] id
|
445
|
-
#
|
442
|
+
# The unique identifier for the data set.
|
446
443
|
# @return [String]
|
447
444
|
#
|
448
445
|
# @!attribute [rw] name
|
449
|
-
# The name of the
|
446
|
+
# The name of the data set.
|
450
447
|
# @return [String]
|
451
448
|
#
|
452
449
|
# @!attribute [rw] origin
|
453
450
|
# A property that defines the data set as OWNED by the account (for
|
454
|
-
# providers) or ENTITLED to the account (for subscribers).
|
455
|
-
# owned data set is published in a product, AWS Data Exchange creates
|
456
|
-
# a copy of the data set. Subscribers can access that copy of the data
|
457
|
-
# set as an entitled data set.
|
451
|
+
# providers) or ENTITLED to the account (for subscribers).
|
458
452
|
# @return [String]
|
459
453
|
#
|
460
454
|
# @!attribute [rw] origin_details
|
461
|
-
#
|
455
|
+
# If the origin of this data set is ENTITLED, includes the details for
|
456
|
+
# the product on AWS Marketplace.
|
462
457
|
# @return [Types::OriginDetails]
|
463
458
|
#
|
464
459
|
# @!attribute [rw] source_id
|
465
|
-
#
|
460
|
+
# The data set ID of the owned data set corresponding to the entitled
|
461
|
+
# data set being viewed. This parameter is returned when a data set
|
462
|
+
# owner is viewing the entitled copy of its owned data set.
|
466
463
|
# @return [String]
|
467
464
|
#
|
468
465
|
# @!attribute [rw] tags
|
466
|
+
# The tags for the data set.
|
469
467
|
# @return [Hash<String,String>]
|
470
468
|
#
|
471
469
|
# @!attribute [rw] updated_at
|
472
|
-
#
|
470
|
+
# The date and time that the data set was last updated, in ISO 8601
|
473
471
|
# format.
|
474
472
|
# @return [Time]
|
475
473
|
#
|
@@ -491,8 +489,6 @@ module Aws::DataExchange
|
|
491
489
|
include Aws::Structure
|
492
490
|
end
|
493
491
|
|
494
|
-
# A request to create an event action.
|
495
|
-
#
|
496
492
|
# @note When making an API call, you may pass CreateEventActionRequest
|
497
493
|
# data as a hash:
|
498
494
|
#
|
@@ -538,12 +534,11 @@ module Aws::DataExchange
|
|
538
534
|
# @return [Types::Action]
|
539
535
|
#
|
540
536
|
# @!attribute [rw] arn
|
541
|
-
#
|
542
|
-
# resource.
|
537
|
+
# The ARN for the event action.
|
543
538
|
# @return [String]
|
544
539
|
#
|
545
540
|
# @!attribute [rw] created_at
|
546
|
-
#
|
541
|
+
# The date and time that the event action was created, in ISO 8601
|
547
542
|
# format.
|
548
543
|
# @return [Time]
|
549
544
|
#
|
@@ -552,12 +547,12 @@ module Aws::DataExchange
|
|
552
547
|
# @return [Types::Event]
|
553
548
|
#
|
554
549
|
# @!attribute [rw] id
|
555
|
-
#
|
550
|
+
# The unique identifier for the event action.
|
556
551
|
# @return [String]
|
557
552
|
#
|
558
553
|
# @!attribute [rw] updated_at
|
559
|
-
#
|
560
|
-
# format.
|
554
|
+
# The date and time that the event action was last updated, in ISO
|
555
|
+
# 8601 format.
|
561
556
|
# @return [Time]
|
562
557
|
#
|
563
558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateEventActionResponse AWS API Documentation
|
@@ -573,12 +568,6 @@ module Aws::DataExchange
|
|
573
568
|
include Aws::Structure
|
574
569
|
end
|
575
570
|
|
576
|
-
# The CreateJob request. AWS Data Exchange Jobs are asynchronous import
|
577
|
-
# or export operations used to create or copy assets. A data set owner
|
578
|
-
# can both import and export assets. A subscriber with an entitlement to
|
579
|
-
# a data set can only export. Jobs are deleted 90 days after they are
|
580
|
-
# created. Created jobs must be started with the StartJob operation.
|
581
|
-
#
|
582
571
|
# @note When making an API call, you may pass CreateJobRequest
|
583
572
|
# data as a hash:
|
584
573
|
#
|
@@ -676,35 +665,35 @@ module Aws::DataExchange
|
|
676
665
|
end
|
677
666
|
|
678
667
|
# @!attribute [rw] arn
|
679
|
-
#
|
680
|
-
# resource.
|
668
|
+
# The ARN for the job.
|
681
669
|
# @return [String]
|
682
670
|
#
|
683
671
|
# @!attribute [rw] created_at
|
684
|
-
#
|
685
|
-
# format.
|
672
|
+
# The date and time that the job was created, in ISO 8601 format.
|
686
673
|
# @return [Time]
|
687
674
|
#
|
688
675
|
# @!attribute [rw] details
|
689
|
-
# Details
|
676
|
+
# Details about the job.
|
690
677
|
# @return [Types::ResponseDetails]
|
691
678
|
#
|
692
679
|
# @!attribute [rw] errors
|
680
|
+
# The errors associated with jobs.
|
693
681
|
# @return [Array<Types::JobError>]
|
694
682
|
#
|
695
683
|
# @!attribute [rw] id
|
696
|
-
#
|
684
|
+
# The unique identifier for the job.
|
697
685
|
# @return [String]
|
698
686
|
#
|
699
687
|
# @!attribute [rw] state
|
688
|
+
# The state of the job.
|
700
689
|
# @return [String]
|
701
690
|
#
|
702
691
|
# @!attribute [rw] type
|
692
|
+
# The job type.
|
703
693
|
# @return [String]
|
704
694
|
#
|
705
695
|
# @!attribute [rw] updated_at
|
706
|
-
#
|
707
|
-
# format.
|
696
|
+
# The date and time that the job was last updated, in ISO 8601 format.
|
708
697
|
# @return [Time]
|
709
698
|
#
|
710
699
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateJobResponse AWS API Documentation
|
@@ -722,11 +711,6 @@ module Aws::DataExchange
|
|
722
711
|
include Aws::Structure
|
723
712
|
end
|
724
713
|
|
725
|
-
# Creates a revision for a data set. When they're created, revisions
|
726
|
-
# are not published to products, and therefore are not available to
|
727
|
-
# subscribers. To publish a revision to a data set in a product, the
|
728
|
-
# revision must first be finalized.
|
729
|
-
#
|
730
714
|
# @note When making an API call, you may pass CreateRevisionRequest
|
731
715
|
# data as a hash:
|
732
716
|
#
|
@@ -743,6 +727,7 @@ module Aws::DataExchange
|
|
743
727
|
# @return [String]
|
744
728
|
#
|
745
729
|
# @!attribute [rw] data_set_id
|
730
|
+
# The unique identifier for a data set.
|
746
731
|
# @return [String]
|
747
732
|
#
|
748
733
|
# @!attribute [rw] tags
|
@@ -764,50 +749,64 @@ module Aws::DataExchange
|
|
764
749
|
end
|
765
750
|
|
766
751
|
# @!attribute [rw] arn
|
767
|
-
#
|
768
|
-
# resource.
|
752
|
+
# The ARN for the revision.
|
769
753
|
# @return [String]
|
770
754
|
#
|
771
755
|
# @!attribute [rw] comment
|
756
|
+
# An optional comment about the revision.
|
772
757
|
# @return [String]
|
773
758
|
#
|
774
759
|
# @!attribute [rw] created_at
|
775
|
-
#
|
776
|
-
# format.
|
760
|
+
# The date and time that the revision was created, in ISO 8601 format.
|
777
761
|
# @return [Time]
|
778
762
|
#
|
779
763
|
# @!attribute [rw] data_set_id
|
780
|
-
#
|
764
|
+
# The unique identifier for the data set associated with this
|
765
|
+
# revision.
|
781
766
|
# @return [String]
|
782
767
|
#
|
783
768
|
# @!attribute [rw] finalized
|
769
|
+
# To publish a revision to a data set in a product, the revision must
|
770
|
+
# first be finalized. Finalizing a revision tells AWS Data Exchange
|
771
|
+
# that your changes to the assets in the revision are complete. After
|
772
|
+
# it's in this read-only state, you can publish the revision to your
|
773
|
+
# products. Finalized revisions can be published through the AWS Data
|
774
|
+
# Exchange console or the AWS Marketplace Catalog API, using the
|
775
|
+
# StartChangeSet AWS Marketplace Catalog API action. When using the
|
776
|
+
# API, revisions are uniquely identified by their ARN.
|
784
777
|
# @return [Boolean]
|
785
778
|
#
|
786
779
|
# @!attribute [rw] id
|
787
|
-
#
|
780
|
+
# The unique identifier for the revision.
|
788
781
|
# @return [String]
|
789
782
|
#
|
790
783
|
# @!attribute [rw] source_id
|
791
|
-
#
|
784
|
+
# The revision ID of the owned revision corresponding to the entitled
|
785
|
+
# revision being viewed. This parameter is returned when a revision
|
786
|
+
# owner is viewing the entitled copy of its owned revision.
|
792
787
|
# @return [String]
|
793
788
|
#
|
794
789
|
# @!attribute [rw] tags
|
790
|
+
# The tags for the revision.
|
795
791
|
# @return [Hash<String,String>]
|
796
792
|
#
|
797
793
|
# @!attribute [rw] updated_at
|
798
|
-
#
|
794
|
+
# The date and time that the revision was last updated, in ISO 8601
|
799
795
|
# format.
|
800
796
|
# @return [Time]
|
801
797
|
#
|
802
798
|
# @!attribute [rw] revocation_comment
|
799
|
+
# A required comment to inform subscribers of the reason their access
|
800
|
+
# to the revision was revoked.
|
803
801
|
# @return [String]
|
804
802
|
#
|
805
803
|
# @!attribute [rw] revoked
|
804
|
+
# A status indicating that subscribers' access to the revision was
|
805
|
+
# revoked.
|
806
806
|
# @return [Boolean]
|
807
807
|
#
|
808
808
|
# @!attribute [rw] revoked_at
|
809
|
-
#
|
810
|
-
# format.
|
809
|
+
# The date and time that the revision was revoked, in ISO 8601 format.
|
811
810
|
# @return [Time]
|
812
811
|
#
|
813
812
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateRevisionResponse AWS API Documentation
|
@@ -903,12 +902,15 @@ module Aws::DataExchange
|
|
903
902
|
# }
|
904
903
|
#
|
905
904
|
# @!attribute [rw] asset_id
|
905
|
+
# The unique identifier for an asset.
|
906
906
|
# @return [String]
|
907
907
|
#
|
908
908
|
# @!attribute [rw] data_set_id
|
909
|
+
# The unique identifier for a data set.
|
909
910
|
# @return [String]
|
910
911
|
#
|
911
912
|
# @!attribute [rw] revision_id
|
913
|
+
# The unique identifier for a revision.
|
912
914
|
# @return [String]
|
913
915
|
#
|
914
916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteAssetRequest AWS API Documentation
|
@@ -929,6 +931,7 @@ module Aws::DataExchange
|
|
929
931
|
# }
|
930
932
|
#
|
931
933
|
# @!attribute [rw] data_set_id
|
934
|
+
# The unique identifier for a data set.
|
932
935
|
# @return [String]
|
933
936
|
#
|
934
937
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteDataSetRequest AWS API Documentation
|
@@ -947,6 +950,7 @@ module Aws::DataExchange
|
|
947
950
|
# }
|
948
951
|
#
|
949
952
|
# @!attribute [rw] event_action_id
|
953
|
+
# The unique identifier for the event action.
|
950
954
|
# @return [String]
|
951
955
|
#
|
952
956
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteEventActionRequest AWS API Documentation
|
@@ -966,9 +970,11 @@ module Aws::DataExchange
|
|
966
970
|
# }
|
967
971
|
#
|
968
972
|
# @!attribute [rw] data_set_id
|
973
|
+
# The unique identifier for a data set.
|
969
974
|
# @return [String]
|
970
975
|
#
|
971
976
|
# @!attribute [rw] revision_id
|
977
|
+
# The unique identifier for a revision.
|
972
978
|
# @return [String]
|
973
979
|
#
|
974
980
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteRevisionRequest AWS API Documentation
|
@@ -1293,7 +1299,7 @@ module Aws::DataExchange
|
|
1293
1299
|
|
1294
1300
|
# Encryption configuration of the export job. Includes the encryption
|
1295
1301
|
# type in addition to the AWS KMS key. The KMS key is only necessary if
|
1296
|
-
# you chose the KMS encryption
|
1302
|
+
# you chose the KMS encryption type.
|
1297
1303
|
#
|
1298
1304
|
# @note When making an API call, you may pass ExportServerSideEncryption
|
1299
1305
|
# data as a hash:
|
@@ -1333,12 +1339,15 @@ module Aws::DataExchange
|
|
1333
1339
|
# }
|
1334
1340
|
#
|
1335
1341
|
# @!attribute [rw] asset_id
|
1342
|
+
# The unique identifier for an asset.
|
1336
1343
|
# @return [String]
|
1337
1344
|
#
|
1338
1345
|
# @!attribute [rw] data_set_id
|
1346
|
+
# The unique identifier for a data set.
|
1339
1347
|
# @return [String]
|
1340
1348
|
#
|
1341
1349
|
# @!attribute [rw] revision_id
|
1350
|
+
# The unique identifier for a revision.
|
1342
1351
|
# @return [String]
|
1343
1352
|
#
|
1344
1353
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetAssetRequest AWS API Documentation
|
@@ -1352,8 +1361,7 @@ module Aws::DataExchange
|
|
1352
1361
|
end
|
1353
1362
|
|
1354
1363
|
# @!attribute [rw] arn
|
1355
|
-
#
|
1356
|
-
# resource.
|
1364
|
+
# The ARN for the asset.
|
1357
1365
|
# @return [String]
|
1358
1366
|
#
|
1359
1367
|
# @!attribute [rw] asset_details
|
@@ -1365,16 +1373,15 @@ module Aws::DataExchange
|
|
1365
1373
|
# @return [String]
|
1366
1374
|
#
|
1367
1375
|
# @!attribute [rw] created_at
|
1368
|
-
#
|
1369
|
-
# format.
|
1376
|
+
# The date and time that the asset was created, in ISO 8601 format.
|
1370
1377
|
# @return [Time]
|
1371
1378
|
#
|
1372
1379
|
# @!attribute [rw] data_set_id
|
1373
|
-
#
|
1380
|
+
# The unique identifier for the data set associated with this asset.
|
1374
1381
|
# @return [String]
|
1375
1382
|
#
|
1376
1383
|
# @!attribute [rw] id
|
1377
|
-
#
|
1384
|
+
# The unique identifier for the asset.
|
1378
1385
|
# @return [String]
|
1379
1386
|
#
|
1380
1387
|
# @!attribute [rw] name
|
@@ -1387,15 +1394,17 @@ module Aws::DataExchange
|
|
1387
1394
|
# @return [String]
|
1388
1395
|
#
|
1389
1396
|
# @!attribute [rw] revision_id
|
1390
|
-
#
|
1397
|
+
# The unique identifier for the revision associated with this asset.
|
1391
1398
|
# @return [String]
|
1392
1399
|
#
|
1393
1400
|
# @!attribute [rw] source_id
|
1394
|
-
#
|
1401
|
+
# The asset ID of the owned asset corresponding to the entitled asset
|
1402
|
+
# being viewed. This parameter is returned when an asset owner is
|
1403
|
+
# viewing the entitled copy of its owned asset.
|
1395
1404
|
# @return [String]
|
1396
1405
|
#
|
1397
1406
|
# @!attribute [rw] updated_at
|
1398
|
-
#
|
1407
|
+
# The date and time that the asset was last updated, in ISO 8601
|
1399
1408
|
# format.
|
1400
1409
|
# @return [Time]
|
1401
1410
|
#
|
@@ -1424,6 +1433,7 @@ module Aws::DataExchange
|
|
1424
1433
|
# }
|
1425
1434
|
#
|
1426
1435
|
# @!attribute [rw] data_set_id
|
1436
|
+
# The unique identifier for a data set.
|
1427
1437
|
# @return [String]
|
1428
1438
|
#
|
1429
1439
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetDataSetRequest AWS API Documentation
|
@@ -1435,8 +1445,7 @@ module Aws::DataExchange
|
|
1435
1445
|
end
|
1436
1446
|
|
1437
1447
|
# @!attribute [rw] arn
|
1438
|
-
#
|
1439
|
-
# resource.
|
1448
|
+
# The ARN for the data set.
|
1440
1449
|
# @return [String]
|
1441
1450
|
#
|
1442
1451
|
# @!attribute [rw] asset_type
|
@@ -1444,43 +1453,43 @@ module Aws::DataExchange
|
|
1444
1453
|
# @return [String]
|
1445
1454
|
#
|
1446
1455
|
# @!attribute [rw] created_at
|
1447
|
-
#
|
1448
|
-
# format.
|
1456
|
+
# The date and time that the data set was created, in ISO 8601 format.
|
1449
1457
|
# @return [Time]
|
1450
1458
|
#
|
1451
1459
|
# @!attribute [rw] description
|
1452
|
-
#
|
1460
|
+
# The description for the data set.
|
1453
1461
|
# @return [String]
|
1454
1462
|
#
|
1455
1463
|
# @!attribute [rw] id
|
1456
|
-
#
|
1464
|
+
# The unique identifier for the data set.
|
1457
1465
|
# @return [String]
|
1458
1466
|
#
|
1459
1467
|
# @!attribute [rw] name
|
1460
|
-
# The name of the
|
1468
|
+
# The name of the data set.
|
1461
1469
|
# @return [String]
|
1462
1470
|
#
|
1463
1471
|
# @!attribute [rw] origin
|
1464
1472
|
# A property that defines the data set as OWNED by the account (for
|
1465
|
-
# providers) or ENTITLED to the account (for subscribers).
|
1466
|
-
# owned data set is published in a product, AWS Data Exchange creates
|
1467
|
-
# a copy of the data set. Subscribers can access that copy of the data
|
1468
|
-
# set as an entitled data set.
|
1473
|
+
# providers) or ENTITLED to the account (for subscribers).
|
1469
1474
|
# @return [String]
|
1470
1475
|
#
|
1471
1476
|
# @!attribute [rw] origin_details
|
1472
|
-
#
|
1477
|
+
# If the origin of this data set is ENTITLED, includes the details for
|
1478
|
+
# the product on AWS Marketplace.
|
1473
1479
|
# @return [Types::OriginDetails]
|
1474
1480
|
#
|
1475
1481
|
# @!attribute [rw] source_id
|
1476
|
-
#
|
1482
|
+
# The data set ID of the owned data set corresponding to the entitled
|
1483
|
+
# data set being viewed. This parameter is returned when a data set
|
1484
|
+
# owner is viewing the entitled copy of its owned data set.
|
1477
1485
|
# @return [String]
|
1478
1486
|
#
|
1479
1487
|
# @!attribute [rw] tags
|
1488
|
+
# The tags for the data set.
|
1480
1489
|
# @return [Hash<String,String>]
|
1481
1490
|
#
|
1482
1491
|
# @!attribute [rw] updated_at
|
1483
|
-
#
|
1492
|
+
# The date and time that the data set was last updated, in ISO 8601
|
1484
1493
|
# format.
|
1485
1494
|
# @return [Time]
|
1486
1495
|
#
|
@@ -1510,6 +1519,7 @@ module Aws::DataExchange
|
|
1510
1519
|
# }
|
1511
1520
|
#
|
1512
1521
|
# @!attribute [rw] event_action_id
|
1522
|
+
# The unique identifier for the event action.
|
1513
1523
|
# @return [String]
|
1514
1524
|
#
|
1515
1525
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetEventActionRequest AWS API Documentation
|
@@ -1525,12 +1535,11 @@ module Aws::DataExchange
|
|
1525
1535
|
# @return [Types::Action]
|
1526
1536
|
#
|
1527
1537
|
# @!attribute [rw] arn
|
1528
|
-
#
|
1529
|
-
# resource.
|
1538
|
+
# The ARN for the event action.
|
1530
1539
|
# @return [String]
|
1531
1540
|
#
|
1532
1541
|
# @!attribute [rw] created_at
|
1533
|
-
#
|
1542
|
+
# The date and time that the event action was created, in ISO 8601
|
1534
1543
|
# format.
|
1535
1544
|
# @return [Time]
|
1536
1545
|
#
|
@@ -1539,12 +1548,12 @@ module Aws::DataExchange
|
|
1539
1548
|
# @return [Types::Event]
|
1540
1549
|
#
|
1541
1550
|
# @!attribute [rw] id
|
1542
|
-
#
|
1551
|
+
# The unique identifier for the event action.
|
1543
1552
|
# @return [String]
|
1544
1553
|
#
|
1545
1554
|
# @!attribute [rw] updated_at
|
1546
|
-
#
|
1547
|
-
# format.
|
1555
|
+
# The date and time that the event action was last updated, in ISO
|
1556
|
+
# 8601 format.
|
1548
1557
|
# @return [Time]
|
1549
1558
|
#
|
1550
1559
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetEventActionResponse AWS API Documentation
|
@@ -1568,6 +1577,7 @@ module Aws::DataExchange
|
|
1568
1577
|
# }
|
1569
1578
|
#
|
1570
1579
|
# @!attribute [rw] job_id
|
1580
|
+
# The unique identifier for a job.
|
1571
1581
|
# @return [String]
|
1572
1582
|
#
|
1573
1583
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetJobRequest AWS API Documentation
|
@@ -1579,35 +1589,35 @@ module Aws::DataExchange
|
|
1579
1589
|
end
|
1580
1590
|
|
1581
1591
|
# @!attribute [rw] arn
|
1582
|
-
#
|
1583
|
-
# resource.
|
1592
|
+
# The ARN for the job.
|
1584
1593
|
# @return [String]
|
1585
1594
|
#
|
1586
1595
|
# @!attribute [rw] created_at
|
1587
|
-
#
|
1588
|
-
# format.
|
1596
|
+
# The date and time that the job was created, in ISO 8601 format.
|
1589
1597
|
# @return [Time]
|
1590
1598
|
#
|
1591
1599
|
# @!attribute [rw] details
|
1592
|
-
# Details
|
1600
|
+
# Details about the job.
|
1593
1601
|
# @return [Types::ResponseDetails]
|
1594
1602
|
#
|
1595
1603
|
# @!attribute [rw] errors
|
1604
|
+
# The errors associated with jobs.
|
1596
1605
|
# @return [Array<Types::JobError>]
|
1597
1606
|
#
|
1598
1607
|
# @!attribute [rw] id
|
1599
|
-
#
|
1608
|
+
# The unique identifier for the job.
|
1600
1609
|
# @return [String]
|
1601
1610
|
#
|
1602
1611
|
# @!attribute [rw] state
|
1612
|
+
# The state of the job.
|
1603
1613
|
# @return [String]
|
1604
1614
|
#
|
1605
1615
|
# @!attribute [rw] type
|
1616
|
+
# The job type.
|
1606
1617
|
# @return [String]
|
1607
1618
|
#
|
1608
1619
|
# @!attribute [rw] updated_at
|
1609
|
-
#
|
1610
|
-
# format.
|
1620
|
+
# The date and time that the job was last updated, in ISO 8601 format.
|
1611
1621
|
# @return [Time]
|
1612
1622
|
#
|
1613
1623
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetJobResponse AWS API Documentation
|
@@ -1634,9 +1644,11 @@ module Aws::DataExchange
|
|
1634
1644
|
# }
|
1635
1645
|
#
|
1636
1646
|
# @!attribute [rw] data_set_id
|
1647
|
+
# The unique identifier for a data set.
|
1637
1648
|
# @return [String]
|
1638
1649
|
#
|
1639
1650
|
# @!attribute [rw] revision_id
|
1651
|
+
# The unique identifier for a revision.
|
1640
1652
|
# @return [String]
|
1641
1653
|
#
|
1642
1654
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetRevisionRequest AWS API Documentation
|
@@ -1649,50 +1661,64 @@ module Aws::DataExchange
|
|
1649
1661
|
end
|
1650
1662
|
|
1651
1663
|
# @!attribute [rw] arn
|
1652
|
-
#
|
1653
|
-
# resource.
|
1664
|
+
# The ARN for the revision.
|
1654
1665
|
# @return [String]
|
1655
1666
|
#
|
1656
1667
|
# @!attribute [rw] comment
|
1668
|
+
# An optional comment about the revision.
|
1657
1669
|
# @return [String]
|
1658
1670
|
#
|
1659
1671
|
# @!attribute [rw] created_at
|
1660
|
-
#
|
1661
|
-
# format.
|
1672
|
+
# The date and time that the revision was created, in ISO 8601 format.
|
1662
1673
|
# @return [Time]
|
1663
1674
|
#
|
1664
1675
|
# @!attribute [rw] data_set_id
|
1665
|
-
#
|
1676
|
+
# The unique identifier for the data set associated with this
|
1677
|
+
# revision.
|
1666
1678
|
# @return [String]
|
1667
1679
|
#
|
1668
1680
|
# @!attribute [rw] finalized
|
1681
|
+
# To publish a revision to a data set in a product, the revision must
|
1682
|
+
# first be finalized. Finalizing a revision tells AWS Data Exchange
|
1683
|
+
# that your changes to the assets in the revision are complete. After
|
1684
|
+
# it's in this read-only state, you can publish the revision to your
|
1685
|
+
# products. Finalized revisions can be published through the AWS Data
|
1686
|
+
# Exchange console or the AWS Marketplace Catalog API, using the
|
1687
|
+
# StartChangeSet AWS Marketplace Catalog API action. When using the
|
1688
|
+
# API, revisions are uniquely identified by their ARN.
|
1669
1689
|
# @return [Boolean]
|
1670
1690
|
#
|
1671
1691
|
# @!attribute [rw] id
|
1672
|
-
#
|
1692
|
+
# The unique identifier for the revision.
|
1673
1693
|
# @return [String]
|
1674
1694
|
#
|
1675
1695
|
# @!attribute [rw] source_id
|
1676
|
-
#
|
1696
|
+
# The revision ID of the owned revision corresponding to the entitled
|
1697
|
+
# revision being viewed. This parameter is returned when a revision
|
1698
|
+
# owner is viewing the entitled copy of its owned revision.
|
1677
1699
|
# @return [String]
|
1678
1700
|
#
|
1679
1701
|
# @!attribute [rw] tags
|
1702
|
+
# The tags for the revision.
|
1680
1703
|
# @return [Hash<String,String>]
|
1681
1704
|
#
|
1682
1705
|
# @!attribute [rw] updated_at
|
1683
|
-
#
|
1706
|
+
# The date and time that the revision was last updated, in ISO 8601
|
1684
1707
|
# format.
|
1685
1708
|
# @return [Time]
|
1686
1709
|
#
|
1687
1710
|
# @!attribute [rw] revocation_comment
|
1711
|
+
# A required comment to inform subscribers of the reason their access
|
1712
|
+
# to the revision was revoked.
|
1688
1713
|
# @return [String]
|
1689
1714
|
#
|
1690
1715
|
# @!attribute [rw] revoked
|
1716
|
+
# A status indicating that subscribers' access to the revision was
|
1717
|
+
# revoked.
|
1691
1718
|
# @return [Boolean]
|
1692
1719
|
#
|
1693
1720
|
# @!attribute [rw] revoked_at
|
1694
|
-
#
|
1695
|
-
# format.
|
1721
|
+
# The date and time that the revision was revoked, in ISO 8601 format.
|
1696
1722
|
# @return [Time]
|
1697
1723
|
#
|
1698
1724
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetRevisionResponse AWS API Documentation
|
@@ -2202,12 +2228,16 @@ module Aws::DataExchange
|
|
2202
2228
|
# }
|
2203
2229
|
#
|
2204
2230
|
# @!attribute [rw] data_set_id
|
2231
|
+
# The unique identifier for a data set.
|
2205
2232
|
# @return [String]
|
2206
2233
|
#
|
2207
2234
|
# @!attribute [rw] max_results
|
2235
|
+
# The maximum number of results returned by a single call.
|
2208
2236
|
# @return [Integer]
|
2209
2237
|
#
|
2210
2238
|
# @!attribute [rw] next_token
|
2239
|
+
# The token value retrieved from a previous call to access the next
|
2240
|
+
# page of results.
|
2211
2241
|
# @return [String]
|
2212
2242
|
#
|
2213
2243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListDataSetRevisionsRequest AWS API Documentation
|
@@ -2226,6 +2256,7 @@ module Aws::DataExchange
|
|
2226
2256
|
# @return [String]
|
2227
2257
|
#
|
2228
2258
|
# @!attribute [rw] revisions
|
2259
|
+
# The asset objects listed by the request.
|
2229
2260
|
# @return [Array<Types::RevisionEntry>]
|
2230
2261
|
#
|
2231
2262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListDataSetRevisionsResponse AWS API Documentation
|
@@ -2247,12 +2278,17 @@ module Aws::DataExchange
|
|
2247
2278
|
# }
|
2248
2279
|
#
|
2249
2280
|
# @!attribute [rw] max_results
|
2281
|
+
# The maximum number of results returned by a single call.
|
2250
2282
|
# @return [Integer]
|
2251
2283
|
#
|
2252
2284
|
# @!attribute [rw] next_token
|
2285
|
+
# The token value retrieved from a previous call to access the next
|
2286
|
+
# page of results.
|
2253
2287
|
# @return [String]
|
2254
2288
|
#
|
2255
2289
|
# @!attribute [rw] origin
|
2290
|
+
# A property that defines the data set as OWNED by the account (for
|
2291
|
+
# providers) or ENTITLED to the account (for subscribers).
|
2256
2292
|
# @return [String]
|
2257
2293
|
#
|
2258
2294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListDataSetsRequest AWS API Documentation
|
@@ -2266,6 +2302,7 @@ module Aws::DataExchange
|
|
2266
2302
|
end
|
2267
2303
|
|
2268
2304
|
# @!attribute [rw] data_sets
|
2305
|
+
# The data set objects listed by the request.
|
2269
2306
|
# @return [Array<Types::DataSetEntry>]
|
2270
2307
|
#
|
2271
2308
|
# @!attribute [rw] next_token
|
@@ -2292,12 +2329,16 @@ module Aws::DataExchange
|
|
2292
2329
|
# }
|
2293
2330
|
#
|
2294
2331
|
# @!attribute [rw] event_source_id
|
2332
|
+
# The unique identifier for the event source.
|
2295
2333
|
# @return [String]
|
2296
2334
|
#
|
2297
2335
|
# @!attribute [rw] max_results
|
2336
|
+
# The maximum number of results returned by a single call.
|
2298
2337
|
# @return [Integer]
|
2299
2338
|
#
|
2300
2339
|
# @!attribute [rw] next_token
|
2340
|
+
# The token value retrieved from a previous call to access the next
|
2341
|
+
# page of results.
|
2301
2342
|
# @return [String]
|
2302
2343
|
#
|
2303
2344
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListEventActionsRequest AWS API Documentation
|
@@ -2311,6 +2352,7 @@ module Aws::DataExchange
|
|
2311
2352
|
end
|
2312
2353
|
|
2313
2354
|
# @!attribute [rw] event_actions
|
2355
|
+
# The event action objects listed by the request.
|
2314
2356
|
# @return [Array<Types::EventActionEntry>]
|
2315
2357
|
#
|
2316
2358
|
# @!attribute [rw] next_token
|
@@ -2338,15 +2380,20 @@ module Aws::DataExchange
|
|
2338
2380
|
# }
|
2339
2381
|
#
|
2340
2382
|
# @!attribute [rw] data_set_id
|
2383
|
+
# The unique identifier for a data set.
|
2341
2384
|
# @return [String]
|
2342
2385
|
#
|
2343
2386
|
# @!attribute [rw] max_results
|
2387
|
+
# The maximum number of results returned by a single call.
|
2344
2388
|
# @return [Integer]
|
2345
2389
|
#
|
2346
2390
|
# @!attribute [rw] next_token
|
2391
|
+
# The token value retrieved from a previous call to access the next
|
2392
|
+
# page of results.
|
2347
2393
|
# @return [String]
|
2348
2394
|
#
|
2349
2395
|
# @!attribute [rw] revision_id
|
2396
|
+
# The unique identifier for a revision.
|
2350
2397
|
# @return [String]
|
2351
2398
|
#
|
2352
2399
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListJobsRequest AWS API Documentation
|
@@ -2361,6 +2408,7 @@ module Aws::DataExchange
|
|
2361
2408
|
end
|
2362
2409
|
|
2363
2410
|
# @!attribute [rw] jobs
|
2411
|
+
# The jobs listed by the request.
|
2364
2412
|
# @return [Array<Types::JobEntry>]
|
2365
2413
|
#
|
2366
2414
|
# @!attribute [rw] next_token
|
@@ -2388,15 +2436,20 @@ module Aws::DataExchange
|
|
2388
2436
|
# }
|
2389
2437
|
#
|
2390
2438
|
# @!attribute [rw] data_set_id
|
2439
|
+
# The unique identifier for a data set.
|
2391
2440
|
# @return [String]
|
2392
2441
|
#
|
2393
2442
|
# @!attribute [rw] max_results
|
2443
|
+
# The maximum number of results returned by a single call.
|
2394
2444
|
# @return [Integer]
|
2395
2445
|
#
|
2396
2446
|
# @!attribute [rw] next_token
|
2447
|
+
# The token value retrieved from a previous call to access the next
|
2448
|
+
# page of results.
|
2397
2449
|
# @return [String]
|
2398
2450
|
#
|
2399
2451
|
# @!attribute [rw] revision_id
|
2452
|
+
# The unique identifier for a revision.
|
2400
2453
|
# @return [String]
|
2401
2454
|
#
|
2402
2455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListRevisionAssetsRequest AWS API Documentation
|
@@ -2411,6 +2464,7 @@ module Aws::DataExchange
|
|
2411
2464
|
end
|
2412
2465
|
|
2413
2466
|
# @!attribute [rw] assets
|
2467
|
+
# The asset objects listed by the request.
|
2414
2468
|
# @return [Array<Types::AssetEntry>]
|
2415
2469
|
#
|
2416
2470
|
# @!attribute [rw] next_token
|
@@ -2435,6 +2489,8 @@ module Aws::DataExchange
|
|
2435
2489
|
# }
|
2436
2490
|
#
|
2437
2491
|
# @!attribute [rw] resource_arn
|
2492
|
+
# An Amazon Resource Name (ARN) that uniquely identifies an AWS
|
2493
|
+
# resource.
|
2438
2494
|
# @return [String]
|
2439
2495
|
#
|
2440
2496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListTagsForResourceRequest AWS API Documentation
|
@@ -2446,6 +2502,8 @@ module Aws::DataExchange
|
|
2446
2502
|
end
|
2447
2503
|
|
2448
2504
|
# @!attribute [rw] tags
|
2505
|
+
# A label that consists of a customer-defined key and an optional
|
2506
|
+
# value.
|
2449
2507
|
# @return [Hash<String,String>]
|
2450
2508
|
#
|
2451
2509
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListTagsForResourceResponse AWS API Documentation
|
@@ -2596,11 +2654,11 @@ module Aws::DataExchange
|
|
2596
2654
|
# @return [Types::ExportRevisionsToS3RequestDetails]
|
2597
2655
|
#
|
2598
2656
|
# @!attribute [rw] import_asset_from_signed_url
|
2599
|
-
# Details about the import from
|
2657
|
+
# Details about the import from Amazon S3 request.
|
2600
2658
|
# @return [Types::ImportAssetFromSignedUrlRequestDetails]
|
2601
2659
|
#
|
2602
2660
|
# @!attribute [rw] import_assets_from_s3
|
2603
|
-
#
|
2661
|
+
# Information about the import asset from API Gateway API request.
|
2604
2662
|
# @return [Types::ImportAssetsFromS3RequestDetails]
|
2605
2663
|
#
|
2606
2664
|
# @!attribute [rw] import_assets_from_redshift_data_shares
|
@@ -2608,7 +2666,7 @@ module Aws::DataExchange
|
|
2608
2666
|
# @return [Types::ImportAssetsFromRedshiftDataSharesRequestDetails]
|
2609
2667
|
#
|
2610
2668
|
# @!attribute [rw] import_asset_from_api_gateway_api
|
2611
|
-
#
|
2669
|
+
# Details about the import from signed URL request.
|
2612
2670
|
# @return [Types::ImportAssetFromApiGatewayApiRequestDetails]
|
2613
2671
|
#
|
2614
2672
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RequestDetails AWS API Documentation
|
@@ -2757,12 +2815,10 @@ module Aws::DataExchange
|
|
2757
2815
|
# first be finalized. Finalizing a revision tells AWS Data Exchange
|
2758
2816
|
# that your changes to the assets in the revision are complete. After
|
2759
2817
|
# it's in this read-only state, you can publish the revision to your
|
2760
|
-
# products.
|
2761
|
-
#
|
2762
|
-
#
|
2763
|
-
#
|
2764
|
-
# AWS Marketplace Catalog API action. When using the API, revisions
|
2765
|
-
# are uniquely identified by their ARN.
|
2818
|
+
# products. Finalized revisions can be published through the AWS Data
|
2819
|
+
# Exchange console or the AWS Marketplace Catalog API, using the
|
2820
|
+
# StartChangeSet AWS Marketplace Catalog API action. When using the
|
2821
|
+
# API, revisions are uniquely identified by their ARN.
|
2766
2822
|
# @return [Boolean]
|
2767
2823
|
#
|
2768
2824
|
# @!attribute [rw] id
|
@@ -2833,8 +2889,6 @@ module Aws::DataExchange
|
|
2833
2889
|
include Aws::Structure
|
2834
2890
|
end
|
2835
2891
|
|
2836
|
-
# The request sent to revoke the revision.
|
2837
|
-
#
|
2838
2892
|
# @note When making an API call, you may pass RevokeRevisionRequest
|
2839
2893
|
# data as a hash:
|
2840
2894
|
#
|
@@ -2845,9 +2899,11 @@ module Aws::DataExchange
|
|
2845
2899
|
# }
|
2846
2900
|
#
|
2847
2901
|
# @!attribute [rw] data_set_id
|
2902
|
+
# The unique identifier for a data set.
|
2848
2903
|
# @return [String]
|
2849
2904
|
#
|
2850
2905
|
# @!attribute [rw] revision_id
|
2906
|
+
# The unique identifier for a revision.
|
2851
2907
|
# @return [String]
|
2852
2908
|
#
|
2853
2909
|
# @!attribute [rw] revocation_comment
|
@@ -2866,47 +2922,60 @@ module Aws::DataExchange
|
|
2866
2922
|
end
|
2867
2923
|
|
2868
2924
|
# @!attribute [rw] arn
|
2869
|
-
#
|
2870
|
-
# resource.
|
2925
|
+
# The ARN for the revision.
|
2871
2926
|
# @return [String]
|
2872
2927
|
#
|
2873
2928
|
# @!attribute [rw] comment
|
2929
|
+
# An optional comment about the revision.
|
2874
2930
|
# @return [String]
|
2875
2931
|
#
|
2876
2932
|
# @!attribute [rw] created_at
|
2877
|
-
#
|
2878
|
-
# format.
|
2933
|
+
# The date and time that the revision was created, in ISO 8601 format.
|
2879
2934
|
# @return [Time]
|
2880
2935
|
#
|
2881
2936
|
# @!attribute [rw] data_set_id
|
2882
|
-
#
|
2937
|
+
# The unique identifier for the data set associated with this
|
2938
|
+
# revision.
|
2883
2939
|
# @return [String]
|
2884
2940
|
#
|
2885
2941
|
# @!attribute [rw] finalized
|
2942
|
+
# To publish a revision to a data set in a product, the revision must
|
2943
|
+
# first be finalized. Finalizing a revision tells AWS Data Exchange
|
2944
|
+
# that changes to the assets in the revision are complete. After it's
|
2945
|
+
# in this read-only state, you can publish the revision to your
|
2946
|
+
# products. Finalized revisions can be published through the AWS Data
|
2947
|
+
# Exchange console or the AWS Marketplace Catalog API, using the
|
2948
|
+
# StartChangeSet AWS Marketplace Catalog API action. When using the
|
2949
|
+
# API, revisions are uniquely identified by their ARN.
|
2886
2950
|
# @return [Boolean]
|
2887
2951
|
#
|
2888
2952
|
# @!attribute [rw] id
|
2889
|
-
#
|
2953
|
+
# The unique identifier for the revision.
|
2890
2954
|
# @return [String]
|
2891
2955
|
#
|
2892
|
-
# @!attribute [rw]
|
2956
|
+
# @!attribute [rw] source_id
|
2957
|
+
# The revision ID of the owned revision corresponding to the entitled
|
2958
|
+
# revision being viewed. This parameter is returned when a revision
|
2959
|
+
# owner is viewing the entitled copy of its owned revision.
|
2893
2960
|
# @return [String]
|
2894
2961
|
#
|
2895
|
-
# @!attribute [rw]
|
2896
|
-
#
|
2897
|
-
#
|
2898
|
-
# @!attribute [rw] revoked_at
|
2899
|
-
# Dates and times in AWS Data Exchange are recorded in ISO 8601
|
2962
|
+
# @!attribute [rw] updated_at
|
2963
|
+
# The date and time that the revision was last updated, in ISO 8601
|
2900
2964
|
# format.
|
2901
2965
|
# @return [Time]
|
2902
2966
|
#
|
2903
|
-
# @!attribute [rw]
|
2904
|
-
# A
|
2967
|
+
# @!attribute [rw] revocation_comment
|
2968
|
+
# A required comment to inform subscribers of the reason their access
|
2969
|
+
# to the revision was revoked.
|
2905
2970
|
# @return [String]
|
2906
2971
|
#
|
2907
|
-
# @!attribute [rw]
|
2908
|
-
#
|
2909
|
-
#
|
2972
|
+
# @!attribute [rw] revoked
|
2973
|
+
# A status indicating that subscribers' access to the revision was
|
2974
|
+
# revoked.
|
2975
|
+
# @return [Boolean]
|
2976
|
+
#
|
2977
|
+
# @!attribute [rw] revoked_at
|
2978
|
+
# The date and time that the revision was revoked, in ISO 8601 format.
|
2910
2979
|
# @return [Time]
|
2911
2980
|
#
|
2912
2981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RevokeRevisionResponse AWS API Documentation
|
@@ -2918,11 +2987,11 @@ module Aws::DataExchange
|
|
2918
2987
|
:data_set_id,
|
2919
2988
|
:finalized,
|
2920
2989
|
:id,
|
2990
|
+
:source_id,
|
2991
|
+
:updated_at,
|
2921
2992
|
:revocation_comment,
|
2922
2993
|
:revoked,
|
2923
|
-
:revoked_at
|
2924
|
-
:source_id,
|
2925
|
-
:updated_at)
|
2994
|
+
:revoked_at)
|
2926
2995
|
SENSITIVE = []
|
2927
2996
|
include Aws::Structure
|
2928
2997
|
end
|
@@ -2960,27 +3029,42 @@ module Aws::DataExchange
|
|
2960
3029
|
# }
|
2961
3030
|
#
|
2962
3031
|
# @!attribute [rw] body
|
3032
|
+
# The request body.
|
2963
3033
|
# @return [String]
|
2964
3034
|
#
|
2965
3035
|
# @!attribute [rw] query_string_parameters
|
3036
|
+
# Attach query string parameters to the end of the URI (for example,
|
3037
|
+
# /v1/examplePath?exampleParam=exampleValue).
|
2966
3038
|
# @return [Hash<String,String>]
|
2967
3039
|
#
|
2968
3040
|
# @!attribute [rw] asset_id
|
3041
|
+
# Asset ID value for the API request.
|
2969
3042
|
# @return [String]
|
2970
3043
|
#
|
2971
3044
|
# @!attribute [rw] data_set_id
|
3045
|
+
# Data set ID value for the API request.
|
2972
3046
|
# @return [String]
|
2973
3047
|
#
|
2974
3048
|
# @!attribute [rw] request_headers
|
3049
|
+
# Any header value prefixed with x-amzn-dataexchange-header- will have
|
3050
|
+
# that stripped before sending the Asset API request. Use this when
|
3051
|
+
# you want to override a header that AWS Data Exchange uses.
|
3052
|
+
# Alternatively, you can use the header without a prefix to the HTTP
|
3053
|
+
# request.
|
2975
3054
|
# @return [Hash<String,String>]
|
2976
3055
|
#
|
2977
3056
|
# @!attribute [rw] method
|
3057
|
+
# HTTP method value for the API request. Alternatively, you can use
|
3058
|
+
# the appropriate verb in your request.
|
2978
3059
|
# @return [String]
|
2979
3060
|
#
|
2980
3061
|
# @!attribute [rw] path
|
3062
|
+
# URI path value for the API request. Alternatively, you can set the
|
3063
|
+
# URI path directly by invoking /v1/\\\{pathValue\\}.
|
2981
3064
|
# @return [String]
|
2982
3065
|
#
|
2983
3066
|
# @!attribute [rw] revision_id
|
3067
|
+
# Revision ID value for the API request.
|
2984
3068
|
# @return [String]
|
2985
3069
|
#
|
2986
3070
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/SendApiAssetRequest AWS API Documentation
|
@@ -2998,8 +3082,6 @@ module Aws::DataExchange
|
|
2998
3082
|
include Aws::Structure
|
2999
3083
|
end
|
3000
3084
|
|
3001
|
-
# The details of the send API asset response.
|
3002
|
-
#
|
3003
3085
|
# @!attribute [rw] body
|
3004
3086
|
# The response body from the underlying API tracked by the API asset.
|
3005
3087
|
# @return [String]
|
@@ -3021,12 +3103,15 @@ module Aws::DataExchange
|
|
3021
3103
|
# The request has exceeded the quotas imposed by the service.
|
3022
3104
|
#
|
3023
3105
|
# @!attribute [rw] limit_name
|
3106
|
+
# The name of the limit that was reached.
|
3024
3107
|
# @return [String]
|
3025
3108
|
#
|
3026
3109
|
# @!attribute [rw] limit_value
|
3110
|
+
# The value of the exceeded limit.
|
3027
3111
|
# @return [Float]
|
3028
3112
|
#
|
3029
3113
|
# @!attribute [rw] message
|
3114
|
+
# The request has exceeded the quotas imposed by the service.
|
3030
3115
|
# @return [String]
|
3031
3116
|
#
|
3032
3117
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ServiceLimitExceededException AWS API Documentation
|
@@ -3047,6 +3132,7 @@ module Aws::DataExchange
|
|
3047
3132
|
# }
|
3048
3133
|
#
|
3049
3134
|
# @!attribute [rw] job_id
|
3135
|
+
# The unique identifier for a job.
|
3050
3136
|
# @return [String]
|
3051
3137
|
#
|
3052
3138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/StartJobRequest AWS API Documentation
|
@@ -3072,9 +3158,13 @@ module Aws::DataExchange
|
|
3072
3158
|
# }
|
3073
3159
|
#
|
3074
3160
|
# @!attribute [rw] resource_arn
|
3161
|
+
# An Amazon Resource Name (ARN) that uniquely identifies an AWS
|
3162
|
+
# resource.
|
3075
3163
|
# @return [String]
|
3076
3164
|
#
|
3077
3165
|
# @!attribute [rw] tags
|
3166
|
+
# A label that consists of a customer-defined key and an optional
|
3167
|
+
# value.
|
3078
3168
|
# @return [Hash<String,String>]
|
3079
3169
|
#
|
3080
3170
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/TagResourceRequest AWS API Documentation
|
@@ -3109,9 +3199,12 @@ module Aws::DataExchange
|
|
3109
3199
|
# }
|
3110
3200
|
#
|
3111
3201
|
# @!attribute [rw] resource_arn
|
3202
|
+
# An Amazon Resource Name (ARN) that uniquely identifies an AWS
|
3203
|
+
# resource.
|
3112
3204
|
# @return [String]
|
3113
3205
|
#
|
3114
3206
|
# @!attribute [rw] tag_keys
|
3207
|
+
# The key tags.
|
3115
3208
|
# @return [Array<String>]
|
3116
3209
|
#
|
3117
3210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UntagResourceRequest AWS API Documentation
|
@@ -3123,8 +3216,6 @@ module Aws::DataExchange
|
|
3123
3216
|
include Aws::Structure
|
3124
3217
|
end
|
3125
3218
|
|
3126
|
-
# The request to update an asset.
|
3127
|
-
#
|
3128
3219
|
# @note When making an API call, you may pass UpdateAssetRequest
|
3129
3220
|
# data as a hash:
|
3130
3221
|
#
|
@@ -3136,9 +3227,11 @@ module Aws::DataExchange
|
|
3136
3227
|
# }
|
3137
3228
|
#
|
3138
3229
|
# @!attribute [rw] asset_id
|
3230
|
+
# The unique identifier for an asset.
|
3139
3231
|
# @return [String]
|
3140
3232
|
#
|
3141
3233
|
# @!attribute [rw] data_set_id
|
3234
|
+
# The unique identifier for a data set.
|
3142
3235
|
# @return [String]
|
3143
3236
|
#
|
3144
3237
|
# @!attribute [rw] name
|
@@ -3151,6 +3244,7 @@ module Aws::DataExchange
|
|
3151
3244
|
# @return [String]
|
3152
3245
|
#
|
3153
3246
|
# @!attribute [rw] revision_id
|
3247
|
+
# The unique identifier for a revision.
|
3154
3248
|
# @return [String]
|
3155
3249
|
#
|
3156
3250
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateAssetRequest AWS API Documentation
|
@@ -3165,8 +3259,7 @@ module Aws::DataExchange
|
|
3165
3259
|
end
|
3166
3260
|
|
3167
3261
|
# @!attribute [rw] arn
|
3168
|
-
#
|
3169
|
-
# resource.
|
3262
|
+
# The ARN for the asset.
|
3170
3263
|
# @return [String]
|
3171
3264
|
#
|
3172
3265
|
# @!attribute [rw] asset_details
|
@@ -3178,16 +3271,15 @@ module Aws::DataExchange
|
|
3178
3271
|
# @return [String]
|
3179
3272
|
#
|
3180
3273
|
# @!attribute [rw] created_at
|
3181
|
-
#
|
3182
|
-
# format.
|
3274
|
+
# The date and time that the asset was created, in ISO 8601 format.
|
3183
3275
|
# @return [Time]
|
3184
3276
|
#
|
3185
3277
|
# @!attribute [rw] data_set_id
|
3186
|
-
#
|
3278
|
+
# The unique identifier for the data set associated with this asset.
|
3187
3279
|
# @return [String]
|
3188
3280
|
#
|
3189
3281
|
# @!attribute [rw] id
|
3190
|
-
#
|
3282
|
+
# The unique identifier for the asset.
|
3191
3283
|
# @return [String]
|
3192
3284
|
#
|
3193
3285
|
# @!attribute [rw] name
|
@@ -3200,15 +3292,17 @@ module Aws::DataExchange
|
|
3200
3292
|
# @return [String]
|
3201
3293
|
#
|
3202
3294
|
# @!attribute [rw] revision_id
|
3203
|
-
#
|
3295
|
+
# The unique identifier for the revision associated with this asset.
|
3204
3296
|
# @return [String]
|
3205
3297
|
#
|
3206
3298
|
# @!attribute [rw] source_id
|
3207
|
-
#
|
3299
|
+
# The asset ID of the owned asset corresponding to the entitled asset
|
3300
|
+
# being viewed. This parameter is returned when an asset owner is
|
3301
|
+
# viewing the entitled copy of its owned asset.
|
3208
3302
|
# @return [String]
|
3209
3303
|
#
|
3210
3304
|
# @!attribute [rw] updated_at
|
3211
|
-
#
|
3305
|
+
# The date and time that the asset was last updated, in ISO 8601
|
3212
3306
|
# format.
|
3213
3307
|
# @return [Time]
|
3214
3308
|
#
|
@@ -3229,8 +3323,6 @@ module Aws::DataExchange
|
|
3229
3323
|
include Aws::Structure
|
3230
3324
|
end
|
3231
3325
|
|
3232
|
-
# The request to update a data set.
|
3233
|
-
#
|
3234
3326
|
# @note When making an API call, you may pass UpdateDataSetRequest
|
3235
3327
|
# data as a hash:
|
3236
3328
|
#
|
@@ -3241,6 +3333,7 @@ module Aws::DataExchange
|
|
3241
3333
|
# }
|
3242
3334
|
#
|
3243
3335
|
# @!attribute [rw] data_set_id
|
3336
|
+
# The unique identifier for a data set.
|
3244
3337
|
# @return [String]
|
3245
3338
|
#
|
3246
3339
|
# @!attribute [rw] description
|
@@ -3262,8 +3355,7 @@ module Aws::DataExchange
|
|
3262
3355
|
end
|
3263
3356
|
|
3264
3357
|
# @!attribute [rw] arn
|
3265
|
-
#
|
3266
|
-
# resource.
|
3358
|
+
# The ARN for the data set.
|
3267
3359
|
# @return [String]
|
3268
3360
|
#
|
3269
3361
|
# @!attribute [rw] asset_type
|
@@ -3271,40 +3363,39 @@ module Aws::DataExchange
|
|
3271
3363
|
# @return [String]
|
3272
3364
|
#
|
3273
3365
|
# @!attribute [rw] created_at
|
3274
|
-
#
|
3275
|
-
# format.
|
3366
|
+
# The date and time that the data set was created, in ISO 8601 format.
|
3276
3367
|
# @return [Time]
|
3277
3368
|
#
|
3278
3369
|
# @!attribute [rw] description
|
3279
|
-
#
|
3370
|
+
# The description for the data set.
|
3280
3371
|
# @return [String]
|
3281
3372
|
#
|
3282
3373
|
# @!attribute [rw] id
|
3283
|
-
#
|
3374
|
+
# The unique identifier for the data set.
|
3284
3375
|
# @return [String]
|
3285
3376
|
#
|
3286
3377
|
# @!attribute [rw] name
|
3287
|
-
# The name of the
|
3378
|
+
# The name of the data set.
|
3288
3379
|
# @return [String]
|
3289
3380
|
#
|
3290
3381
|
# @!attribute [rw] origin
|
3291
3382
|
# A property that defines the data set as OWNED by the account (for
|
3292
|
-
# providers) or ENTITLED to the account (for subscribers).
|
3293
|
-
# owned data set is published in a product, AWS Data Exchange creates
|
3294
|
-
# a copy of the data set. Subscribers can access that copy of the data
|
3295
|
-
# set as an entitled data set.
|
3383
|
+
# providers) or ENTITLED to the account (for subscribers).
|
3296
3384
|
# @return [String]
|
3297
3385
|
#
|
3298
3386
|
# @!attribute [rw] origin_details
|
3299
|
-
#
|
3387
|
+
# If the origin of this data set is ENTITLED, includes the details for
|
3388
|
+
# the product on AWS Marketplace.
|
3300
3389
|
# @return [Types::OriginDetails]
|
3301
3390
|
#
|
3302
3391
|
# @!attribute [rw] source_id
|
3303
|
-
#
|
3392
|
+
# The data set ID of the owned data set corresponding to the entitled
|
3393
|
+
# data set being viewed. This parameter is returned when a data set
|
3394
|
+
# owner is viewing the entitled copy of its owned data set.
|
3304
3395
|
# @return [String]
|
3305
3396
|
#
|
3306
3397
|
# @!attribute [rw] updated_at
|
3307
|
-
#
|
3398
|
+
# The date and time that the data set was last updated, in ISO 8601
|
3308
3399
|
# format.
|
3309
3400
|
# @return [Time]
|
3310
3401
|
#
|
@@ -3325,8 +3416,6 @@ module Aws::DataExchange
|
|
3325
3416
|
include Aws::Structure
|
3326
3417
|
end
|
3327
3418
|
|
3328
|
-
# The request to update an event action.
|
3329
|
-
#
|
3330
3419
|
# @note When making an API call, you may pass UpdateEventActionRequest
|
3331
3420
|
# data as a hash:
|
3332
3421
|
#
|
@@ -3351,6 +3440,7 @@ module Aws::DataExchange
|
|
3351
3440
|
# @return [Types::Action]
|
3352
3441
|
#
|
3353
3442
|
# @!attribute [rw] event_action_id
|
3443
|
+
# The unique identifier for the event action.
|
3354
3444
|
# @return [String]
|
3355
3445
|
#
|
3356
3446
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateEventActionRequest AWS API Documentation
|
@@ -3367,12 +3457,11 @@ module Aws::DataExchange
|
|
3367
3457
|
# @return [Types::Action]
|
3368
3458
|
#
|
3369
3459
|
# @!attribute [rw] arn
|
3370
|
-
#
|
3371
|
-
# resource.
|
3460
|
+
# The ARN for the event action.
|
3372
3461
|
# @return [String]
|
3373
3462
|
#
|
3374
3463
|
# @!attribute [rw] created_at
|
3375
|
-
#
|
3464
|
+
# The date and time that the event action was created, in ISO 8601
|
3376
3465
|
# format.
|
3377
3466
|
# @return [Time]
|
3378
3467
|
#
|
@@ -3381,12 +3470,12 @@ module Aws::DataExchange
|
|
3381
3470
|
# @return [Types::Event]
|
3382
3471
|
#
|
3383
3472
|
# @!attribute [rw] id
|
3384
|
-
#
|
3473
|
+
# The unique identifier for the event action.
|
3385
3474
|
# @return [String]
|
3386
3475
|
#
|
3387
3476
|
# @!attribute [rw] updated_at
|
3388
|
-
#
|
3389
|
-
# format.
|
3477
|
+
# The date and time that the event action was last updated, in ISO
|
3478
|
+
# 8601 format.
|
3390
3479
|
# @return [Time]
|
3391
3480
|
#
|
3392
3481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateEventActionResponse AWS API Documentation
|
@@ -3402,8 +3491,6 @@ module Aws::DataExchange
|
|
3402
3491
|
include Aws::Structure
|
3403
3492
|
end
|
3404
3493
|
|
3405
|
-
# The request to update a revision.
|
3406
|
-
#
|
3407
3494
|
# @note When making an API call, you may pass UpdateRevisionRequest
|
3408
3495
|
# data as a hash:
|
3409
3496
|
#
|
@@ -3419,6 +3506,7 @@ module Aws::DataExchange
|
|
3419
3506
|
# @return [String]
|
3420
3507
|
#
|
3421
3508
|
# @!attribute [rw] data_set_id
|
3509
|
+
# The unique identifier for a data set.
|
3422
3510
|
# @return [String]
|
3423
3511
|
#
|
3424
3512
|
# @!attribute [rw] finalized
|
@@ -3428,6 +3516,7 @@ module Aws::DataExchange
|
|
3428
3516
|
# @return [Boolean]
|
3429
3517
|
#
|
3430
3518
|
# @!attribute [rw] revision_id
|
3519
|
+
# The unique identifier for a revision.
|
3431
3520
|
# @return [String]
|
3432
3521
|
#
|
3433
3522
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateRevisionRequest AWS API Documentation
|
@@ -3442,47 +3531,60 @@ module Aws::DataExchange
|
|
3442
3531
|
end
|
3443
3532
|
|
3444
3533
|
# @!attribute [rw] arn
|
3445
|
-
#
|
3446
|
-
# resource.
|
3534
|
+
# The ARN for the revision.
|
3447
3535
|
# @return [String]
|
3448
3536
|
#
|
3449
3537
|
# @!attribute [rw] comment
|
3538
|
+
# An optional comment about the revision.
|
3450
3539
|
# @return [String]
|
3451
3540
|
#
|
3452
3541
|
# @!attribute [rw] created_at
|
3453
|
-
#
|
3454
|
-
# format.
|
3542
|
+
# The date and time that the revision was created, in ISO 8601 format.
|
3455
3543
|
# @return [Time]
|
3456
3544
|
#
|
3457
3545
|
# @!attribute [rw] data_set_id
|
3458
|
-
#
|
3546
|
+
# The unique identifier for the data set associated with this
|
3547
|
+
# revision.
|
3459
3548
|
# @return [String]
|
3460
3549
|
#
|
3461
3550
|
# @!attribute [rw] finalized
|
3551
|
+
# To publish a revision to a data set in a product, the revision must
|
3552
|
+
# first be finalized. Finalizing a revision tells AWS Data Exchange
|
3553
|
+
# that changes to the assets in the revision are complete. After it's
|
3554
|
+
# in this read-only state, you can publish the revision to your
|
3555
|
+
# products. Finalized revisions can be published through the AWS Data
|
3556
|
+
# Exchange console or the AWS Marketplace Catalog API, using the
|
3557
|
+
# StartChangeSet AWS Marketplace Catalog API action. When using the
|
3558
|
+
# API, revisions are uniquely identified by their ARN.
|
3462
3559
|
# @return [Boolean]
|
3463
3560
|
#
|
3464
3561
|
# @!attribute [rw] id
|
3465
|
-
#
|
3562
|
+
# The unique identifier for the revision.
|
3466
3563
|
# @return [String]
|
3467
3564
|
#
|
3468
3565
|
# @!attribute [rw] source_id
|
3469
|
-
#
|
3566
|
+
# The revision ID of the owned revision corresponding to the entitled
|
3567
|
+
# revision being viewed. This parameter is returned when a revision
|
3568
|
+
# owner is viewing the entitled copy of its owned revision.
|
3470
3569
|
# @return [String]
|
3471
3570
|
#
|
3472
3571
|
# @!attribute [rw] updated_at
|
3473
|
-
#
|
3572
|
+
# The date and time that the revision was last updated, in ISO 8601
|
3474
3573
|
# format.
|
3475
3574
|
# @return [Time]
|
3476
3575
|
#
|
3477
3576
|
# @!attribute [rw] revocation_comment
|
3577
|
+
# A required comment to inform subscribers of the reason their access
|
3578
|
+
# to the revision was revoked.
|
3478
3579
|
# @return [String]
|
3479
3580
|
#
|
3480
3581
|
# @!attribute [rw] revoked
|
3582
|
+
# A status indicating that subscribers' access to the revision was
|
3583
|
+
# revoked.
|
3481
3584
|
# @return [Boolean]
|
3482
3585
|
#
|
3483
3586
|
# @!attribute [rw] revoked_at
|
3484
|
-
#
|
3485
|
-
# format.
|
3587
|
+
# The date and time that the revision was revoked, in ISO 8601 format.
|
3486
3588
|
# @return [Time]
|
3487
3589
|
#
|
3488
3590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateRevisionResponse AWS API Documentation
|
@@ -3511,7 +3613,7 @@ module Aws::DataExchange
|
|
3511
3613
|
# @return [String]
|
3512
3614
|
#
|
3513
3615
|
# @!attribute [rw] exception_cause
|
3514
|
-
# The
|
3616
|
+
# The unique identifier for the resource that couldn't be found.
|
3515
3617
|
# @return [String]
|
3516
3618
|
#
|
3517
3619
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ValidationException AWS API Documentation
|