aws-sdk-dataexchange 1.26.0 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac7f0b87f7e100d517f1ffa840be2216d5b662724f64c139d22513e31f8a7dd0
4
- data.tar.gz: 3f3c6a617491adb973ee7e61731b7064da615eb9bd08958c332f2583447bcf77
3
+ metadata.gz: 961acffaf103316b8e776a038aa326ce07d1cae76a95b1f97e6980564b4dd653
4
+ data.tar.gz: 79a320616584e305eb28d0682da476186d35172da66c6e9c97a5349dd4710d1c
5
5
  SHA512:
6
- metadata.gz: 6f6acb7b4f201a2cdb8d415a847532ff9815e434ccfe89e7863461a5718ad54375872826152371b708858fce61baa6a9b59ba34cbc6aa1b13f92ea7c38fc7007
7
- data.tar.gz: 2adbe1e5ca0cae40ceaf8fd6145d64c8f55380d54563eb8349eb5ac73f21c957b51e0b10198f138fb59609f7c6d9002e0efb731a9479f3210ff144b410b199da
6
+ metadata.gz: 6ca03f91d132da0f28ed18f649b59988f7ac0b0a8e7fcb0068ebc80cc0cde7995c778dbd3d104b349e065a1fd6d83e3573727a1a4b700a8f300cc410cdb13caa
7
+ data.tar.gz: c8eb5ca28408331155c498b7f3ecc6fbc3a0c6a197b9c941fb28c6964e2e8721f13f9175c23701eecc7bc3f663d1b159f484c1a73880972db9f0999ec62ad999
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2022-09-07)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Data Exchange.
8
+
4
9
  1.26.0 (2022-03-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -355,6 +355,7 @@ module Aws::DataExchange
355
355
  # in the WAITING state.
356
356
  #
357
357
  # @option params [required, String] :job_id
358
+ # The unique identifier for a job.
358
359
  #
359
360
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
360
361
  #
@@ -680,6 +681,7 @@ module Aws::DataExchange
680
681
  # An optional comment about the revision.
681
682
  #
682
683
  # @option params [required, String] :data_set_id
684
+ # The unique identifier for a data set.
683
685
  #
684
686
  # @option params [Hash<String,String>] :tags
685
687
  # A revision tag is an optional label that you can assign to a revision
@@ -741,10 +743,13 @@ module Aws::DataExchange
741
743
  # This operation deletes an asset.
742
744
  #
743
745
  # @option params [required, String] :asset_id
746
+ # The unique identifier for an asset.
744
747
  #
745
748
  # @option params [required, String] :data_set_id
749
+ # The unique identifier for a data set.
746
750
  #
747
751
  # @option params [required, String] :revision_id
752
+ # The unique identifier for a revision.
748
753
  #
749
754
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
750
755
  #
@@ -768,6 +773,7 @@ module Aws::DataExchange
768
773
  # This operation deletes a data set.
769
774
  #
770
775
  # @option params [required, String] :data_set_id
776
+ # The unique identifier for a data set.
771
777
  #
772
778
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
773
779
  #
@@ -789,6 +795,7 @@ module Aws::DataExchange
789
795
  # This operation deletes the event action.
790
796
  #
791
797
  # @option params [required, String] :event_action_id
798
+ # The unique identifier for the event action.
792
799
  #
793
800
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
794
801
  #
@@ -810,8 +817,10 @@ module Aws::DataExchange
810
817
  # This operation deletes a revision.
811
818
  #
812
819
  # @option params [required, String] :data_set_id
820
+ # The unique identifier for a data set.
813
821
  #
814
822
  # @option params [required, String] :revision_id
823
+ # The unique identifier for a revision.
815
824
  #
816
825
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
817
826
  #
@@ -834,10 +843,13 @@ module Aws::DataExchange
834
843
  # This operation returns information about an asset.
835
844
  #
836
845
  # @option params [required, String] :asset_id
846
+ # The unique identifier for an asset.
837
847
  #
838
848
  # @option params [required, String] :data_set_id
849
+ # The unique identifier for a data set.
839
850
  #
840
851
  # @option params [required, String] :revision_id
852
+ # The unique identifier for a revision.
841
853
  #
842
854
  # @return [Types::GetAssetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
843
855
  #
@@ -895,6 +907,7 @@ module Aws::DataExchange
895
907
  # This operation returns information about a data set.
896
908
  #
897
909
  # @option params [required, String] :data_set_id
910
+ # The unique identifier for a data set.
898
911
  #
899
912
  # @return [Types::GetDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
900
913
  #
@@ -943,6 +956,7 @@ module Aws::DataExchange
943
956
  # This operation retrieves information about an event action.
944
957
  #
945
958
  # @option params [required, String] :event_action_id
959
+ # The unique identifier for the event action.
946
960
  #
947
961
  # @return [Types::GetEventActionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
948
962
  #
@@ -983,6 +997,7 @@ module Aws::DataExchange
983
997
  # This operation returns information about a job.
984
998
  #
985
999
  # @option params [required, String] :job_id
1000
+ # The unique identifier for a job.
986
1001
  #
987
1002
  # @return [Types::GetJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
988
1003
  #
@@ -1080,8 +1095,10 @@ module Aws::DataExchange
1080
1095
  # This operation returns information about a revision.
1081
1096
  #
1082
1097
  # @option params [required, String] :data_set_id
1098
+ # The unique identifier for a data set.
1083
1099
  #
1084
1100
  # @option params [required, String] :revision_id
1101
+ # The unique identifier for a revision.
1085
1102
  #
1086
1103
  # @return [Types::GetRevisionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1087
1104
  #
@@ -1134,10 +1151,14 @@ module Aws::DataExchange
1134
1151
  # descending order.
1135
1152
  #
1136
1153
  # @option params [required, String] :data_set_id
1154
+ # The unique identifier for a data set.
1137
1155
  #
1138
1156
  # @option params [Integer] :max_results
1157
+ # The maximum number of results returned by a single call.
1139
1158
  #
1140
1159
  # @option params [String] :next_token
1160
+ # The token value retrieved from a previous call to access the next page
1161
+ # of results.
1141
1162
  #
1142
1163
  # @return [Types::ListDataSetRevisionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1143
1164
  #
@@ -1185,10 +1206,15 @@ module Aws::DataExchange
1185
1206
  # ignored.
1186
1207
  #
1187
1208
  # @option params [Integer] :max_results
1209
+ # The maximum number of results returned by a single call.
1188
1210
  #
1189
1211
  # @option params [String] :next_token
1212
+ # The token value retrieved from a previous call to access the next page
1213
+ # of results.
1190
1214
  #
1191
1215
  # @option params [String] :origin
1216
+ # A property that defines the data set as OWNED by the account (for
1217
+ # providers) or ENTITLED to the account (for subscribers).
1192
1218
  #
1193
1219
  # @return [Types::ListDataSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1194
1220
  #
@@ -1232,10 +1258,14 @@ module Aws::DataExchange
1232
1258
  # This operation lists your event actions.
1233
1259
  #
1234
1260
  # @option params [String] :event_source_id
1261
+ # The unique identifier for the event source.
1235
1262
  #
1236
1263
  # @option params [Integer] :max_results
1264
+ # The maximum number of results returned by a single call.
1237
1265
  #
1238
1266
  # @option params [String] :next_token
1267
+ # The token value retrieved from a previous call to access the next page
1268
+ # of results.
1239
1269
  #
1240
1270
  # @return [Types::ListEventActionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1241
1271
  #
@@ -1279,12 +1309,17 @@ module Aws::DataExchange
1279
1309
  # order.
1280
1310
  #
1281
1311
  # @option params [String] :data_set_id
1312
+ # The unique identifier for a data set.
1282
1313
  #
1283
1314
  # @option params [Integer] :max_results
1315
+ # The maximum number of results returned by a single call.
1284
1316
  #
1285
1317
  # @option params [String] :next_token
1318
+ # The token value retrieved from a previous call to access the next page
1319
+ # of results.
1286
1320
  #
1287
1321
  # @option params [String] :revision_id
1322
+ # The unique identifier for a revision.
1288
1323
  #
1289
1324
  # @return [Types::ListJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1290
1325
  #
@@ -1384,12 +1419,17 @@ module Aws::DataExchange
1384
1419
  # descending order.
1385
1420
  #
1386
1421
  # @option params [required, String] :data_set_id
1422
+ # The unique identifier for a data set.
1387
1423
  #
1388
1424
  # @option params [Integer] :max_results
1425
+ # The maximum number of results returned by a single call.
1389
1426
  #
1390
1427
  # @option params [String] :next_token
1428
+ # The token value retrieved from a previous call to access the next page
1429
+ # of results.
1391
1430
  #
1392
1431
  # @option params [required, String] :revision_id
1432
+ # The unique identifier for a revision.
1393
1433
  #
1394
1434
  # @return [Types::ListRevisionAssetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1395
1435
  #
@@ -1444,6 +1484,8 @@ module Aws::DataExchange
1444
1484
  # This operation lists the tags on the resource.
1445
1485
  #
1446
1486
  # @option params [required, String] :resource_arn
1487
+ # An Amazon Resource Name (ARN) that uniquely identifies an AWS
1488
+ # resource.
1447
1489
  #
1448
1490
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1449
1491
  #
@@ -1472,8 +1514,10 @@ module Aws::DataExchange
1472
1514
  # This operation revokes subscribers' access to a revision.
1473
1515
  #
1474
1516
  # @option params [required, String] :data_set_id
1517
+ # The unique identifier for a data set.
1475
1518
  #
1476
1519
  # @option params [required, String] :revision_id
1520
+ # The unique identifier for a revision.
1477
1521
  #
1478
1522
  # @option params [required, String] :revocation_comment
1479
1523
  # A required comment to inform subscribers of the reason their access to
@@ -1487,11 +1531,11 @@ module Aws::DataExchange
1487
1531
  # * {Types::RevokeRevisionResponse#data_set_id #data_set_id} => String
1488
1532
  # * {Types::RevokeRevisionResponse#finalized #finalized} => Boolean
1489
1533
  # * {Types::RevokeRevisionResponse#id #id} => String
1534
+ # * {Types::RevokeRevisionResponse#source_id #source_id} => String
1535
+ # * {Types::RevokeRevisionResponse#updated_at #updated_at} => Time
1490
1536
  # * {Types::RevokeRevisionResponse#revocation_comment #revocation_comment} => String
1491
1537
  # * {Types::RevokeRevisionResponse#revoked #revoked} => Boolean
1492
1538
  # * {Types::RevokeRevisionResponse#revoked_at #revoked_at} => Time
1493
- # * {Types::RevokeRevisionResponse#source_id #source_id} => String
1494
- # * {Types::RevokeRevisionResponse#updated_at #updated_at} => Time
1495
1539
  #
1496
1540
  # @example Request syntax with placeholder values
1497
1541
  #
@@ -1509,11 +1553,11 @@ module Aws::DataExchange
1509
1553
  # resp.data_set_id #=> String
1510
1554
  # resp.finalized #=> Boolean
1511
1555
  # resp.id #=> String
1556
+ # resp.source_id #=> String
1557
+ # resp.updated_at #=> Time
1512
1558
  # resp.revocation_comment #=> String
1513
1559
  # resp.revoked #=> Boolean
1514
1560
  # resp.revoked_at #=> Time
1515
- # resp.source_id #=> String
1516
- # resp.updated_at #=> Time
1517
1561
  #
1518
1562
  # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RevokeRevision AWS API Documentation
1519
1563
  #
@@ -1528,20 +1572,34 @@ module Aws::DataExchange
1528
1572
  # proxied to the provider’s API Gateway API.
1529
1573
  #
1530
1574
  # @option params [String] :body
1575
+ # The request body.
1531
1576
  #
1532
1577
  # @option params [Hash<String,String>] :query_string_parameters
1578
+ # Attach query string parameters to the end of the URI (for example,
1579
+ # /v1/examplePath?exampleParam=exampleValue).
1533
1580
  #
1534
1581
  # @option params [required, String] :asset_id
1582
+ # Asset ID value for the API request.
1535
1583
  #
1536
1584
  # @option params [required, String] :data_set_id
1585
+ # Data set ID value for the API request.
1537
1586
  #
1538
1587
  # @option params [Hash<String,String>] :request_headers
1588
+ # Any header value prefixed with x-amzn-dataexchange-header- will have
1589
+ # that stripped before sending the Asset API request. Use this when you
1590
+ # want to override a header that AWS Data Exchange uses. Alternatively,
1591
+ # you can use the header without a prefix to the HTTP request.
1539
1592
  #
1540
1593
  # @option params [String] :method
1594
+ # HTTP method value for the API request. Alternatively, you can use the
1595
+ # appropriate verb in your request.
1541
1596
  #
1542
1597
  # @option params [String] :path
1598
+ # URI path value for the API request. Alternatively, you can set the URI
1599
+ # path directly by invoking /v1/\\\{pathValue\\}.
1543
1600
  #
1544
1601
  # @option params [required, String] :revision_id
1602
+ # Revision ID value for the API request.
1545
1603
  #
1546
1604
  # @return [Types::SendApiAssetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1547
1605
  #
@@ -1583,6 +1641,7 @@ module Aws::DataExchange
1583
1641
  # This operation starts a job.
1584
1642
  #
1585
1643
  # @option params [required, String] :job_id
1644
+ # The unique identifier for a job.
1586
1645
  #
1587
1646
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1588
1647
  #
@@ -1604,8 +1663,11 @@ module Aws::DataExchange
1604
1663
  # This operation tags a resource.
1605
1664
  #
1606
1665
  # @option params [required, String] :resource_arn
1666
+ # An Amazon Resource Name (ARN) that uniquely identifies an AWS
1667
+ # resource.
1607
1668
  #
1608
1669
  # @option params [required, Hash<String,String>] :tags
1670
+ # A label that consists of a customer-defined key and an optional value.
1609
1671
  #
1610
1672
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1611
1673
  #
@@ -1630,8 +1692,11 @@ module Aws::DataExchange
1630
1692
  # This operation removes one or more tags from a resource.
1631
1693
  #
1632
1694
  # @option params [required, String] :resource_arn
1695
+ # An Amazon Resource Name (ARN) that uniquely identifies an AWS
1696
+ # resource.
1633
1697
  #
1634
1698
  # @option params [required, Array<String>] :tag_keys
1699
+ # The key tags.
1635
1700
  #
1636
1701
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1637
1702
  #
@@ -1654,8 +1719,10 @@ module Aws::DataExchange
1654
1719
  # This operation updates an asset.
1655
1720
  #
1656
1721
  # @option params [required, String] :asset_id
1722
+ # The unique identifier for an asset.
1657
1723
  #
1658
1724
  # @option params [required, String] :data_set_id
1725
+ # The unique identifier for a data set.
1659
1726
  #
1660
1727
  # @option params [required, String] :name
1661
1728
  # The name of the asset. When importing from Amazon S3, the S3 object
@@ -1666,6 +1733,7 @@ module Aws::DataExchange
1666
1733
  # asset name.
1667
1734
  #
1668
1735
  # @option params [required, String] :revision_id
1736
+ # The unique identifier for a revision.
1669
1737
  #
1670
1738
  # @return [Types::UpdateAssetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1671
1739
  #
@@ -1724,6 +1792,7 @@ module Aws::DataExchange
1724
1792
  # This operation updates a data set.
1725
1793
  #
1726
1794
  # @option params [required, String] :data_set_id
1795
+ # The unique identifier for a data set.
1727
1796
  #
1728
1797
  # @option params [String] :description
1729
1798
  # The description for the data set.
@@ -1780,6 +1849,7 @@ module Aws::DataExchange
1780
1849
  # What occurs after a certain event.
1781
1850
  #
1782
1851
  # @option params [required, String] :event_action_id
1852
+ # The unique identifier for the event action.
1783
1853
  #
1784
1854
  # @return [Types::UpdateEventActionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1785
1855
  #
@@ -1835,6 +1905,7 @@ module Aws::DataExchange
1835
1905
  # An optional comment about the revision.
1836
1906
  #
1837
1907
  # @option params [required, String] :data_set_id
1908
+ # The unique identifier for a data set.
1838
1909
  #
1839
1910
  # @option params [Boolean] :finalized
1840
1911
  # Finalizing a revision tells AWS Data Exchange that your changes to the
@@ -1842,6 +1913,7 @@ module Aws::DataExchange
1842
1913
  # state, you can publish the revision to your products.
1843
1914
  #
1844
1915
  # @option params [required, String] :revision_id
1916
+ # The unique identifier for a revision.
1845
1917
  #
1846
1918
  # @return [Types::UpdateRevisionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1847
1919
  #
@@ -1902,7 +1974,7 @@ module Aws::DataExchange
1902
1974
  params: params,
1903
1975
  config: config)
1904
1976
  context[:gem_name] = 'aws-sdk-dataexchange'
1905
- context[:gem_version] = '1.26.0'
1977
+ context[:gem_version] = '1.27.0'
1906
1978
  Seahorse::Client::Request.new(handlers, context)
1907
1979
  end
1908
1980
 
@@ -582,7 +582,7 @@ module Aws::DataExchange
582
582
  ListRevisionAssetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
583
583
  ListRevisionAssetsResponse.struct_class = Types::ListRevisionAssetsResponse
584
584
 
585
- ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
585
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ResourceArn"))
586
586
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
587
587
 
588
588
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
@@ -655,11 +655,11 @@ module Aws::DataExchange
655
655
  RevokeRevisionResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "DataSetId"))
656
656
  RevokeRevisionResponse.add_member(:finalized, Shapes::ShapeRef.new(shape: __boolean, location_name: "Finalized"))
657
657
  RevokeRevisionResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
658
+ RevokeRevisionResponse.add_member(:source_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourceId"))
659
+ RevokeRevisionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
658
660
  RevokeRevisionResponse.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, location_name: "RevocationComment"))
659
661
  RevokeRevisionResponse.add_member(:revoked, Shapes::ShapeRef.new(shape: __boolean, location_name: "Revoked"))
660
662
  RevokeRevisionResponse.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RevokedAt"))
661
- RevokeRevisionResponse.add_member(:source_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourceId"))
662
- RevokeRevisionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
663
663
  RevokeRevisionResponse.struct_class = Types::RevokeRevisionResponse
664
664
 
665
665
  S3SnapshotAsset.add_member(:size, Shapes::ShapeRef.new(shape: __doubleMin0, required: true, location_name: "Size"))
@@ -693,14 +693,14 @@ module Aws::DataExchange
693
693
 
694
694
  StartJobResponse.struct_class = Types::StartJobResponse
695
695
 
696
- TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
696
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ResourceArn"))
697
697
  TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, required: true, location_name: "tags"))
698
698
  TagResourceRequest.struct_class = Types::TagResourceRequest
699
699
 
700
700
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
701
701
  ThrottlingException.struct_class = Types::ThrottlingException
702
702
 
703
- UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
703
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ResourceArn"))
704
704
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: ListOf__string, required: true, location: "querystring", location_name: "tagKeys"))
705
705
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
706
706
 
@@ -800,9 +800,9 @@ module Aws::DataExchange
800
800
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
801
801
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
802
802
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
803
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
803
804
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
804
805
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
805
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
806
806
  end)
807
807
 
808
808
  api.add_operation(:create_data_set, Seahorse::Model::Operation.new.tap do |o|
@@ -811,11 +811,11 @@ module Aws::DataExchange
811
811
  o.http_request_uri = "/v1/data-sets"
812
812
  o.input = Shapes::ShapeRef.new(shape: CreateDataSetRequest)
813
813
  o.output = Shapes::ShapeRef.new(shape: CreateDataSetResponse)
814
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
814
815
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
816
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
815
817
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
816
818
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
817
- o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
818
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
819
819
  end)
820
820
 
821
821
  api.add_operation(:create_event_action, Seahorse::Model::Operation.new.tap do |o|
@@ -824,11 +824,11 @@ module Aws::DataExchange
824
824
  o.http_request_uri = "/v1/event-actions"
825
825
  o.input = Shapes::ShapeRef.new(shape: CreateEventActionRequest)
826
826
  o.output = Shapes::ShapeRef.new(shape: CreateEventActionResponse)
827
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
827
828
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
829
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
828
830
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
829
831
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
830
- o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
831
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
832
832
  end)
833
833
 
834
834
  api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
@@ -839,10 +839,10 @@ module Aws::DataExchange
839
839
  o.output = Shapes::ShapeRef.new(shape: CreateJobResponse)
840
840
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
841
841
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
842
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
843
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
844
842
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
845
843
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
844
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
845
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
846
846
  end)
847
847
 
848
848
  api.add_operation(:create_revision, Seahorse::Model::Operation.new.tap do |o|
@@ -853,9 +853,9 @@ module Aws::DataExchange
853
853
  o.output = Shapes::ShapeRef.new(shape: CreateRevisionResponse)
854
854
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
855
855
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
856
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
856
857
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
857
858
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
858
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
859
859
  end)
860
860
 
861
861
  api.add_operation(:delete_asset, Seahorse::Model::Operation.new.tap do |o|
@@ -864,12 +864,12 @@ module Aws::DataExchange
864
864
  o.http_request_uri = "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}"
865
865
  o.input = Shapes::ShapeRef.new(shape: DeleteAssetRequest)
866
866
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
867
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
868
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
869
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
870
867
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
871
868
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
869
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
872
870
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
872
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
873
873
  end)
874
874
 
875
875
  api.add_operation(:delete_data_set, Seahorse::Model::Operation.new.tap do |o|
@@ -878,12 +878,12 @@ module Aws::DataExchange
878
878
  o.http_request_uri = "/v1/data-sets/{DataSetId}"
879
879
  o.input = Shapes::ShapeRef.new(shape: DeleteDataSetRequest)
880
880
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
881
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
882
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
883
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
884
881
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
885
882
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
883
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
886
884
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
885
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
886
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
887
887
  end)
888
888
 
889
889
  api.add_operation(:delete_event_action, Seahorse::Model::Operation.new.tap do |o|
@@ -904,12 +904,12 @@ module Aws::DataExchange
904
904
  o.http_request_uri = "/v1/data-sets/{DataSetId}/revisions/{RevisionId}"
905
905
  o.input = Shapes::ShapeRef.new(shape: DeleteRevisionRequest)
906
906
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
907
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
908
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
909
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
910
907
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
911
908
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
909
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
912
910
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
911
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
913
913
  end)
914
914
 
915
915
  api.add_operation(:get_asset, Seahorse::Model::Operation.new.tap do |o|
@@ -1065,7 +1065,7 @@ module Aws::DataExchange
1065
1065
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1066
1066
  o.name = "ListTagsForResource"
1067
1067
  o.http_method = "GET"
1068
- o.http_request_uri = "/tags/{resource-arn}"
1068
+ o.http_request_uri = "/tags/{ResourceArn}"
1069
1069
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1070
1070
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1071
1071
  end)
@@ -1076,12 +1076,12 @@ module Aws::DataExchange
1076
1076
  o.http_request_uri = "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/revoke"
1077
1077
  o.input = Shapes::ShapeRef.new(shape: RevokeRevisionRequest)
1078
1078
  o.output = Shapes::ShapeRef.new(shape: RevokeRevisionResponse)
1079
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1080
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1081
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1082
1079
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1083
1080
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1084
1082
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1085
1085
  end)
1086
1086
 
1087
1087
  api.add_operation(:send_api_asset, Seahorse::Model::Operation.new.tap do |o|
@@ -1095,9 +1095,9 @@ module Aws::DataExchange
1095
1095
  o.output = Shapes::ShapeRef.new(shape: SendApiAssetResponse)
1096
1096
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1097
1097
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1098
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1098
1099
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1099
1100
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1100
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1101
1101
  end)
1102
1102
 
1103
1103
  api.add_operation(:start_job, Seahorse::Model::Operation.new.tap do |o|
@@ -1106,18 +1106,18 @@ module Aws::DataExchange
1106
1106
  o.http_request_uri = "/v1/jobs/{JobId}"
1107
1107
  o.input = Shapes::ShapeRef.new(shape: StartJobRequest)
1108
1108
  o.output = Shapes::ShapeRef.new(shape: StartJobResponse)
1109
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1110
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1111
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1112
1109
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1113
1110
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1114
1112
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1115
1115
  end)
1116
1116
 
1117
1117
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1118
1118
  o.name = "TagResource"
1119
1119
  o.http_method = "POST"
1120
- o.http_request_uri = "/tags/{resource-arn}"
1120
+ o.http_request_uri = "/tags/{ResourceArn}"
1121
1121
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1122
1122
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1123
1123
  end)
@@ -1125,7 +1125,7 @@ module Aws::DataExchange
1125
1125
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1126
1126
  o.name = "UntagResource"
1127
1127
  o.http_method = "DELETE"
1128
- o.http_request_uri = "/tags/{resource-arn}"
1128
+ o.http_request_uri = "/tags/{ResourceArn}"
1129
1129
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1130
1130
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1131
1131
  end)
@@ -1136,12 +1136,12 @@ module Aws::DataExchange
1136
1136
  o.http_request_uri = "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}"
1137
1137
  o.input = Shapes::ShapeRef.new(shape: UpdateAssetRequest)
1138
1138
  o.output = Shapes::ShapeRef.new(shape: UpdateAssetResponse)
1139
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1140
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1141
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1142
1139
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1143
1140
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1144
1142
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1145
1145
  end)
1146
1146
 
1147
1147
  api.add_operation(:update_data_set, Seahorse::Model::Operation.new.tap do |o|
@@ -1152,9 +1152,9 @@ module Aws::DataExchange
1152
1152
  o.output = Shapes::ShapeRef.new(shape: UpdateDataSetResponse)
1153
1153
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1154
1154
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1155
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1155
1156
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1156
1157
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1157
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1158
1158
  end)
1159
1159
 
1160
1160
  api.add_operation(:update_event_action, Seahorse::Model::Operation.new.tap do |o|
@@ -1165,9 +1165,9 @@ module Aws::DataExchange
1165
1165
  o.output = Shapes::ShapeRef.new(shape: UpdateEventActionResponse)
1166
1166
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1167
1167
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1168
1169
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1169
1170
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1170
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1171
1171
  end)
1172
1172
 
1173
1173
  api.add_operation(:update_revision, Seahorse::Model::Operation.new.tap do |o|
@@ -1176,12 +1176,12 @@ module Aws::DataExchange
1176
1176
  o.http_request_uri = "/v1/data-sets/{DataSetId}/revisions/{RevisionId}"
1177
1177
  o.input = Shapes::ShapeRef.new(shape: UpdateRevisionRequest)
1178
1178
  o.output = Shapes::ShapeRef.new(shape: UpdateRevisionResponse)
1179
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1180
- o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1181
- o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1182
1179
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1183
1180
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1184
1182
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1183
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1185
1185
  end)
1186
1186
  end
1187
1187