aws-sdk-codeartifact 1.26.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1887a093b00f0e31c4a69940b4055000e1722d13b70fef8fcb68fe327ed9500a
4
- data.tar.gz: 1da2f39656d8b920214bcadd4f3d7b353649fbb6f92c51678508576e305290eb
3
+ metadata.gz: a2d9a44854dc471d0906f5f183fadc85e4f2d5828f9a3d78da8e4079d10b5a5f
4
+ data.tar.gz: f0658ca0b27254592f3519ed62ec617598dae4825faec9e5f8eec9046939a09a
5
5
  SHA512:
6
- metadata.gz: 6aa7fb685b84ba0e6ae5f5771bfd829d0dc83cd552deab68db9ac5a96693791ca7bd88d13cafdf26a817514c2e5bb924bfd03a213259bb7c2d877f35452f520e
7
- data.tar.gz: 692313a434d8bfadae4183d159a5da188f1cca35aeff9a67a07207c96cf69c89406bd8d6a8e64d09c9b6ed0c875a5c658247b9a243295bc9996f0154718ca0bc
6
+ metadata.gz: 40e4bd6ca111e04e2b84251687f8dabede64b195cd4c80795c0a3e9495960b3ee0017df2a5511833635a71ddf5572c274d322ecfa4824ff242f7b64c1f5a6e63
7
+ data.tar.gz: 562a82fe5dd76ab7b8bb43a0025a6bf7756b26f49bf85cbf1cb4593be9dbfc5a9d79dce76185e1947b5b1d334ff212781004236b98528e6f2b39a7be04bc3258
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2023-03-23)
5
+ ------------------
6
+
7
+ * Feature - Repository CreationTime is added to the CreateRepository and ListRepositories API responses.
8
+
4
9
  1.26.0 (2023-03-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -404,6 +404,8 @@ module Aws::CodeArtifact
404
404
  #
405
405
  # * `public:maven-commonsware` - for the CommonsWare Android repository.
406
406
  #
407
+ # * `public:maven-clojars` - for the Clojars repository.
408
+ #
407
409
  # @return [Types::AssociateExternalConnectionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
408
410
  #
409
411
  # * {Types::AssociateExternalConnectionResult#repository #repository} => Types::RepositoryDescription
@@ -431,6 +433,7 @@ module Aws::CodeArtifact
431
433
  # resp.repository.external_connections[0].external_connection_name #=> String
432
434
  # resp.repository.external_connections[0].package_format #=> String, one of "npm", "pypi", "maven", "nuget", "generic"
433
435
  # resp.repository.external_connections[0].status #=> String, one of "Available"
436
+ # resp.repository.created_time #=> Time
434
437
  #
435
438
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/AssociateExternalConnection AWS API Documentation
436
439
  #
@@ -481,7 +484,7 @@ module Aws::CodeArtifact
481
484
  # component, package versions of those formats do not have a
482
485
  # namespace.
483
486
  #
484
- # * The namespace of a generic package is it’s `namespace`.
487
+ # * The namespace of a generic package is its `namespace`.
485
488
  #
486
489
  # @option params [required, String] :package
487
490
  # The name of the package that contains the versions to be copied.
@@ -711,6 +714,7 @@ module Aws::CodeArtifact
711
714
  # resp.repository.external_connections[0].external_connection_name #=> String
712
715
  # resp.repository.external_connections[0].package_format #=> String, one of "npm", "pypi", "maven", "nuget", "generic"
713
716
  # resp.repository.external_connections[0].status #=> String, one of "Available"
717
+ # resp.repository.created_time #=> Time
714
718
  #
715
719
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/CreateRepository AWS API Documentation
716
720
  #
@@ -839,6 +843,8 @@ module Aws::CodeArtifact
839
843
  # * Python and NuGet packages do not contain corresponding components,
840
844
  # packages of those formats do not have a namespace.
841
845
  #
846
+ # * The namespace of a generic package is its `namespace`.
847
+ #
842
848
  # @option params [required, String] :package
843
849
  # The name of the package to delete.
844
850
  #
@@ -915,7 +921,7 @@ module Aws::CodeArtifact
915
921
  # component, package versions of those formats do not have a
916
922
  # namespace.
917
923
  #
918
- # * The namespace of a generic package is it’s `namespace`.
924
+ # * The namespace of a generic package is its `namespace`.
919
925
  #
920
926
  # @option params [required, String] :package
921
927
  # The name of the package with the versions to delete.
@@ -1001,6 +1007,7 @@ module Aws::CodeArtifact
1001
1007
  # resp.repository.external_connections[0].external_connection_name #=> String
1002
1008
  # resp.repository.external_connections[0].package_format #=> String, one of "npm", "pypi", "maven", "nuget", "generic"
1003
1009
  # resp.repository.external_connections[0].status #=> String, one of "Available"
1010
+ # resp.repository.created_time #=> Time
1004
1011
  #
1005
1012
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DeleteRepository AWS API Documentation
1006
1013
  #
@@ -1146,7 +1153,7 @@ module Aws::CodeArtifact
1146
1153
  # * Python and NuGet packages do not contain a corresponding component,
1147
1154
  # packages of those formats do not have a namespace.
1148
1155
  #
1149
- # * The namespace of a generic package is it’s `namespace`.
1156
+ # * The namespace of a generic package is its `namespace`.
1150
1157
  #
1151
1158
  # @option params [required, String] :package
1152
1159
  # The name of the requested package.
@@ -1217,7 +1224,7 @@ module Aws::CodeArtifact
1217
1224
  # component, package versions of those formats do not have a
1218
1225
  # namespace.
1219
1226
  #
1220
- # * The namespace of a generic package is it’s `namespace`.
1227
+ # * The namespace of a generic package is its `namespace`.
1221
1228
  #
1222
1229
  # @option params [required, String] :package
1223
1230
  # The name of the requested package version.
@@ -1309,6 +1316,7 @@ module Aws::CodeArtifact
1309
1316
  # resp.repository.external_connections[0].external_connection_name #=> String
1310
1317
  # resp.repository.external_connections[0].package_format #=> String, one of "npm", "pypi", "maven", "nuget", "generic"
1311
1318
  # resp.repository.external_connections[0].status #=> String, one of "Available"
1319
+ # resp.repository.created_time #=> Time
1312
1320
  #
1313
1321
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DescribeRepository AWS API Documentation
1314
1322
  #
@@ -1363,6 +1371,7 @@ module Aws::CodeArtifact
1363
1371
  # resp.repository.external_connections[0].external_connection_name #=> String
1364
1372
  # resp.repository.external_connections[0].package_format #=> String, one of "npm", "pypi", "maven", "nuget", "generic"
1365
1373
  # resp.repository.external_connections[0].status #=> String, one of "Available"
1374
+ # resp.repository.created_time #=> Time
1366
1375
  #
1367
1376
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DisassociateExternalConnection AWS API Documentation
1368
1377
  #
@@ -1419,7 +1428,7 @@ module Aws::CodeArtifact
1419
1428
  # component, package versions of those formats do not have a
1420
1429
  # namespace.
1421
1430
  #
1422
- # * The namespace of a generic package is it’s `namespace`.
1431
+ # * The namespace of a generic package is its `namespace`.
1423
1432
  #
1424
1433
  # @option params [required, String] :package
1425
1434
  # The name of the package with the versions you want to dispose.
@@ -1624,7 +1633,7 @@ module Aws::CodeArtifact
1624
1633
  # component, package versions of those formats do not have a
1625
1634
  # namespace.
1626
1635
  #
1627
- # * The namespace of a generic package is it’s `namespace`.
1636
+ # * The namespace of a generic package is its `namespace`.
1628
1637
  #
1629
1638
  # @option params [required, String] :package
1630
1639
  # The name of the package that contains the requested asset.
@@ -1702,8 +1711,6 @@ module Aws::CodeArtifact
1702
1711
  # The package version component that specifies its namespace depends on
1703
1712
  # its type. For example:
1704
1713
  #
1705
- # * The namespace of a Maven package version is its `groupId`.
1706
- #
1707
1714
  # * The namespace of an npm package version is its `scope`.
1708
1715
  #
1709
1716
  # * Python and NuGet package versions do not contain a corresponding
@@ -1935,7 +1942,7 @@ module Aws::CodeArtifact
1935
1942
  # component, package versions of those formats do not have a
1936
1943
  # namespace.
1937
1944
  #
1938
- # * The namespace of a generic package is it’s `namespace`.
1945
+ # * The namespace of a generic package is its `namespace`.
1939
1946
  #
1940
1947
  # @option params [required, String] :package
1941
1948
  # The name of the package that contains the requested package version
@@ -2041,7 +2048,7 @@ module Aws::CodeArtifact
2041
2048
  # component, package versions of those formats do not have a
2042
2049
  # namespace.
2043
2050
  #
2044
- # * The namespace of a generic package is it’s `namespace`.
2051
+ # * The namespace of a generic package is its `namespace`.
2045
2052
  #
2046
2053
  # @option params [required, String] :package
2047
2054
  # The name of the package versions' package.
@@ -2136,7 +2143,7 @@ module Aws::CodeArtifact
2136
2143
  # * Python and NuGet packages do not contain a corresponding component,
2137
2144
  # packages of those formats do not have a namespace.
2138
2145
  #
2139
- # * The namespace of a generic package is it’s `namespace`.
2146
+ # * The namespace of a generic package is its `namespace`.
2140
2147
  #
2141
2148
  # @option params [required, String] :package
2142
2149
  # The name of the package for which you want to request package
@@ -2248,7 +2255,7 @@ module Aws::CodeArtifact
2248
2255
  # * Python and NuGet packages do not contain a corresponding component,
2249
2256
  # packages of those formats do not have a namespace.
2250
2257
  #
2251
- # * The namespace of a generic package is it’s `namespace`.
2258
+ # * The namespace of a generic package is its `namespace`.
2252
2259
  #
2253
2260
  # @option params [String] :package_prefix
2254
2261
  # A prefix used to filter requested packages. Only packages with names
@@ -2368,6 +2375,7 @@ module Aws::CodeArtifact
2368
2375
  # resp.repositories[0].domain_owner #=> String
2369
2376
  # resp.repositories[0].arn #=> String
2370
2377
  # resp.repositories[0].description #=> String
2378
+ # resp.repositories[0].created_time #=> Time
2371
2379
  # resp.next_token #=> String
2372
2380
  #
2373
2381
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListRepositories AWS API Documentation
@@ -2438,6 +2446,7 @@ module Aws::CodeArtifact
2438
2446
  # resp.repositories[0].domain_owner #=> String
2439
2447
  # resp.repositories[0].arn #=> String
2440
2448
  # resp.repositories[0].description #=> String
2449
+ # resp.repositories[0].created_time #=> Time
2441
2450
  # resp.next_token #=> String
2442
2451
  #
2443
2452
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListRepositoriesInDomain AWS API Documentation
@@ -2484,14 +2493,16 @@ module Aws::CodeArtifact
2484
2493
  # files).
2485
2494
  #
2486
2495
  # The `unfinished` flag can be used to keep the package version in the
2487
- # `Unfinished` state until all of it’s assets have been uploaded (see
2496
+ # `Unfinished` state until all of its assets have been uploaded (see
2488
2497
  # [Package version status][1] in the *CodeArtifact user guide*). To set
2489
2498
  # the package version’s status to `Published`, omit the `unfinished`
2490
2499
  # flag when uploading the final asset, or set the status using
2491
2500
  # [UpdatePackageVersionStatus][2]. Once a package version’s status is
2492
2501
  # set to `Published`, it cannot change back to `Unfinished`.
2493
2502
  #
2494
- # <note markdown="1"> Only generic packages can be published using this API.
2503
+ # <note markdown="1"> Only generic packages can be published using this API. For more
2504
+ # information, see [Using generic packages][3] in the *CodeArtifact User
2505
+ # Guide*.
2495
2506
  #
2496
2507
  # </note>
2497
2508
  #
@@ -2499,6 +2510,7 @@ module Aws::CodeArtifact
2499
2510
  #
2500
2511
  # [1]: https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status.html#package-version-status
2501
2512
  # [2]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdatePackageVersionsStatus.html
2513
+ # [3]: https://docs.aws.amazon.com/codeartifact/latest/ug/using-generic.html
2502
2514
  #
2503
2515
  # @option params [required, String] :domain
2504
2516
  # The name of the domain that contains the repository that contains the
@@ -2535,11 +2547,16 @@ module Aws::CodeArtifact
2535
2547
  #
2536
2548
  # @option params [required, String] :asset_sha256
2537
2549
  # The SHA256 hash of the `assetContent` to publish. This value must be
2538
- # calculated by the caller and provided with the request.
2550
+ # calculated by the caller and provided with the request (see
2551
+ # [Publishing a generic package][1] in the *CodeArtifact User Guide*).
2539
2552
  #
2540
2553
  # This value is used as an integrity check to verify that the
2541
2554
  # `assetContent` has not changed after it was originally sent.
2542
2555
  #
2556
+ #
2557
+ #
2558
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/ug/using-generic.html#publishing-generic-packages
2559
+ #
2543
2560
  # @option params [Boolean] :unfinished
2544
2561
  # Specifies whether the package version should remain in the
2545
2562
  # `unfinished` state. If omitted, the package version status will be set
@@ -2550,7 +2567,7 @@ module Aws::CodeArtifact
2550
2567
  #
2551
2568
  #
2552
2569
  #
2553
- # [1]: https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status.html#package-version-status
2570
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status
2554
2571
  #
2555
2572
  # @return [Types::PublishPackageVersionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2556
2573
  #
@@ -2699,7 +2716,7 @@ module Aws::CodeArtifact
2699
2716
  # * Python and NuGet packages do not contain a corresponding component,
2700
2717
  # packages of those formats do not have a namespace.
2701
2718
  #
2702
- # * The namespace of a generic package is it’s `namespace`.
2719
+ # * The namespace of a generic package is its `namespace`.
2703
2720
  #
2704
2721
  # @option params [required, String] :package
2705
2722
  # The name of the package to be updated.
@@ -2908,7 +2925,7 @@ module Aws::CodeArtifact
2908
2925
  # component, package versions of those formats do not have a
2909
2926
  # namespace.
2910
2927
  #
2911
- # * The namespace of a generic package is it’s `namespace`.
2928
+ # * The namespace of a generic package is its `namespace`.
2912
2929
  #
2913
2930
  # @option params [required, String] :package
2914
2931
  # The name of the package with the version statuses to update.
@@ -3029,6 +3046,7 @@ module Aws::CodeArtifact
3029
3046
  # resp.repository.external_connections[0].external_connection_name #=> String
3030
3047
  # resp.repository.external_connections[0].package_format #=> String, one of "npm", "pypi", "maven", "nuget", "generic"
3031
3048
  # resp.repository.external_connections[0].status #=> String, one of "Available"
3049
+ # resp.repository.created_time #=> Time
3032
3050
  #
3033
3051
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/UpdateRepository AWS API Documentation
3034
3052
  #
@@ -3052,7 +3070,7 @@ module Aws::CodeArtifact
3052
3070
  params: params,
3053
3071
  config: config)
3054
3072
  context[:gem_name] = 'aws-sdk-codeartifact'
3055
- context[:gem_version] = '1.26.0'
3073
+ context[:gem_version] = '1.27.0'
3056
3074
  Seahorse::Client::Request.new(handlers, context)
3057
3075
  end
3058
3076
 
@@ -710,6 +710,7 @@ module Aws::CodeArtifact
710
710
  RepositoryDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
711
711
  RepositoryDescription.add_member(:upstreams, Shapes::ShapeRef.new(shape: UpstreamRepositoryInfoList, location_name: "upstreams"))
712
712
  RepositoryDescription.add_member(:external_connections, Shapes::ShapeRef.new(shape: RepositoryExternalConnectionInfoList, location_name: "externalConnections"))
713
+ RepositoryDescription.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdTime"))
713
714
  RepositoryDescription.struct_class = Types::RepositoryDescription
714
715
 
715
716
  RepositoryExternalConnectionInfo.add_member(:external_connection_name, Shapes::ShapeRef.new(shape: ExternalConnectionName, location_name: "externalConnectionName"))
@@ -725,6 +726,7 @@ module Aws::CodeArtifact
725
726
  RepositorySummary.add_member(:domain_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "domainOwner"))
726
727
  RepositorySummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
727
728
  RepositorySummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
729
+ RepositorySummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdTime"))
728
730
  RepositorySummary.struct_class = Types::RepositorySummary
729
731
 
730
732
  RepositorySummaryList.member = Shapes::ShapeRef.new(shape: RepositorySummary)
@@ -80,6 +80,8 @@ module Aws::CodeArtifact
80
80
  #
81
81
  # * `public:maven-commonsware` - for the CommonsWare Android
82
82
  # repository.
83
+ #
84
+ # * `public:maven-clojars` - for the Clojars repository.
83
85
  # @return [String]
84
86
  #
85
87
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/AssociateExternalConnectionRequest AWS API Documentation
@@ -166,7 +168,7 @@ module Aws::CodeArtifact
166
168
  # component, package versions of those formats do not have a
167
169
  # namespace.
168
170
  #
169
- # * The namespace of a generic package is it’s `namespace`.
171
+ # * The namespace of a generic package is its `namespace`.
170
172
  # @return [String]
171
173
  #
172
174
  # @!attribute [rw] package
@@ -477,6 +479,8 @@ module Aws::CodeArtifact
477
479
  #
478
480
  # * Python and NuGet packages do not contain corresponding components,
479
481
  # packages of those formats do not have a namespace.
482
+ #
483
+ # * The namespace of a generic package is its `namespace`.
480
484
  # @return [String]
481
485
  #
482
486
  # @!attribute [rw] package
@@ -540,7 +544,7 @@ module Aws::CodeArtifact
540
544
  # component, package versions of those formats do not have a
541
545
  # namespace.
542
546
  #
543
- # * The namespace of a generic package is it’s `namespace`.
547
+ # * The namespace of a generic package is its `namespace`.
544
548
  # @return [String]
545
549
  #
546
550
  # @!attribute [rw] package
@@ -745,7 +749,7 @@ module Aws::CodeArtifact
745
749
  # * Python and NuGet packages do not contain a corresponding
746
750
  # component, packages of those formats do not have a namespace.
747
751
  #
748
- # * The namespace of a generic package is it’s `namespace`.
752
+ # * The namespace of a generic package is its `namespace`.
749
753
  # @return [String]
750
754
  #
751
755
  # @!attribute [rw] package
@@ -813,7 +817,7 @@ module Aws::CodeArtifact
813
817
  # component, package versions of those formats do not have a
814
818
  # namespace.
815
819
  #
816
- # * The namespace of a generic package is it’s `namespace`.
820
+ # * The namespace of a generic package is its `namespace`.
817
821
  # @return [String]
818
822
  #
819
823
  # @!attribute [rw] package
@@ -967,7 +971,7 @@ module Aws::CodeArtifact
967
971
  # component, package versions of those formats do not have a
968
972
  # namespace.
969
973
  #
970
- # * The namespace of a generic package is it’s `namespace`.
974
+ # * The namespace of a generic package is its `namespace`.
971
975
  # @return [String]
972
976
  #
973
977
  # @!attribute [rw] package
@@ -1274,7 +1278,7 @@ module Aws::CodeArtifact
1274
1278
  # component, package versions of those formats do not have a
1275
1279
  # namespace.
1276
1280
  #
1277
- # * The namespace of a generic package is it’s `namespace`.
1281
+ # * The namespace of a generic package is its `namespace`.
1278
1282
  # @return [String]
1279
1283
  #
1280
1284
  # @!attribute [rw] package
@@ -1363,8 +1367,6 @@ module Aws::CodeArtifact
1363
1367
  # The package version component that specifies its namespace depends
1364
1368
  # on its type. For example:
1365
1369
  #
1366
- # * The namespace of a Maven package version is its `groupId`.
1367
- #
1368
1370
  # * The namespace of an npm package version is its `scope`.
1369
1371
  #
1370
1372
  # * Python and NuGet package versions do not contain a corresponding
@@ -1629,7 +1631,7 @@ module Aws::CodeArtifact
1629
1631
  # component, package versions of those formats do not have a
1630
1632
  # namespace.
1631
1633
  #
1632
- # * The namespace of a generic package is it’s `namespace`.
1634
+ # * The namespace of a generic package is its `namespace`.
1633
1635
  # @return [String]
1634
1636
  #
1635
1637
  # @!attribute [rw] package
@@ -1758,7 +1760,7 @@ module Aws::CodeArtifact
1758
1760
  # component, package versions of those formats do not have a
1759
1761
  # namespace.
1760
1762
  #
1761
- # * The namespace of a generic package is it’s `namespace`.
1763
+ # * The namespace of a generic package is its `namespace`.
1762
1764
  # @return [String]
1763
1765
  #
1764
1766
  # @!attribute [rw] package
@@ -1881,7 +1883,7 @@ module Aws::CodeArtifact
1881
1883
  # * Python and NuGet packages do not contain a corresponding
1882
1884
  # component, packages of those formats do not have a namespace.
1883
1885
  #
1884
- # * The namespace of a generic package is it’s `namespace`.
1886
+ # * The namespace of a generic package is its `namespace`.
1885
1887
  # @return [String]
1886
1888
  #
1887
1889
  # @!attribute [rw] package
@@ -2023,7 +2025,7 @@ module Aws::CodeArtifact
2023
2025
  # * Python and NuGet packages do not contain a corresponding
2024
2026
  # component, packages of those formats do not have a namespace.
2025
2027
  #
2026
- # * The namespace of a generic package is it’s `namespace`.
2028
+ # * The namespace of a generic package is its `namespace`.
2027
2029
  # @return [String]
2028
2030
  #
2029
2031
  # @!attribute [rw] package_prefix
@@ -2309,7 +2311,7 @@ module Aws::CodeArtifact
2309
2311
  # * Python and NuGet packages do not contain a corresponding
2310
2312
  # component, packages of those formats do not have a namespace.
2311
2313
  #
2312
- # * The namespace of a generic package is it’s `namespace`.
2314
+ # * The namespace of a generic package is its `namespace`.
2313
2315
  # @return [String]
2314
2316
  #
2315
2317
  # @!attribute [rw] name
@@ -2388,7 +2390,7 @@ module Aws::CodeArtifact
2388
2390
  # * Python and NuGet packages do not contain a corresponding
2389
2391
  # component, packages of those formats do not have a namespace.
2390
2392
  #
2391
- # * The namespace of a generic package is it’s `namespace`.
2393
+ # * The namespace of a generic package is its `namespace`.
2392
2394
  # @return [String]
2393
2395
  #
2394
2396
  # @!attribute [rw] package
@@ -2435,7 +2437,7 @@ module Aws::CodeArtifact
2435
2437
  # component, package versions of those formats do not have a
2436
2438
  # namespace.
2437
2439
  #
2438
- # * The namespace of a generic package is it’s `namespace`.
2440
+ # * The namespace of a generic package is its `namespace`.
2439
2441
  # @return [String]
2440
2442
  #
2441
2443
  # @!attribute [rw] package_name
@@ -2659,10 +2661,15 @@ module Aws::CodeArtifact
2659
2661
  #
2660
2662
  # @!attribute [rw] asset_sha256
2661
2663
  # The SHA256 hash of the `assetContent` to publish. This value must be
2662
- # calculated by the caller and provided with the request.
2664
+ # calculated by the caller and provided with the request (see
2665
+ # [Publishing a generic package][1] in the *CodeArtifact User Guide*).
2663
2666
  #
2664
2667
  # This value is used as an integrity check to verify that the
2665
2668
  # `assetContent` has not changed after it was originally sent.
2669
+ #
2670
+ #
2671
+ #
2672
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/ug/using-generic.html#publishing-generic-packages
2666
2673
  # @return [String]
2667
2674
  #
2668
2675
  # @!attribute [rw] unfinished
@@ -2675,7 +2682,7 @@ module Aws::CodeArtifact
2675
2682
  #
2676
2683
  #
2677
2684
  #
2678
- # [1]: https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status.html#package-version-status
2685
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status
2679
2686
  # @return [Boolean]
2680
2687
  #
2681
2688
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/PublishPackageVersionRequest AWS API Documentation
@@ -2820,7 +2827,7 @@ module Aws::CodeArtifact
2820
2827
  # * Python and NuGet packages do not contain a corresponding
2821
2828
  # component, packages of those formats do not have a namespace.
2822
2829
  #
2823
- # * The namespace of a generic package is it’s `namespace`.
2830
+ # * The namespace of a generic package is its `namespace`.
2824
2831
  # @return [String]
2825
2832
  #
2826
2833
  # @!attribute [rw] package
@@ -2978,6 +2985,11 @@ module Aws::CodeArtifact
2978
2985
  # An array of external connections associated with the repository.
2979
2986
  # @return [Array<Types::RepositoryExternalConnectionInfo>]
2980
2987
  #
2988
+ # @!attribute [rw] created_time
2989
+ # A timestamp that represents the date and time the repository was
2990
+ # created.
2991
+ # @return [Time]
2992
+ #
2981
2993
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/RepositoryDescription AWS API Documentation
2982
2994
  #
2983
2995
  class RepositoryDescription < Struct.new(
@@ -2988,7 +3000,8 @@ module Aws::CodeArtifact
2988
3000
  :arn,
2989
3001
  :description,
2990
3002
  :upstreams,
2991
- :external_connections)
3003
+ :external_connections,
3004
+ :created_time)
2992
3005
  SENSITIVE = []
2993
3006
  include Aws::Structure
2994
3007
  end
@@ -3003,14 +3016,14 @@ module Aws::CodeArtifact
3003
3016
  # The package format associated with a repository's external
3004
3017
  # connection. The valid package formats are:
3005
3018
  #
3006
- # * `npm`\: A Node Package Manager (npm) package.
3019
+ # * `npm`: A Node Package Manager (npm) package.
3007
3020
  #
3008
- # * `pypi`\: A Python Package Index (PyPI) package.
3021
+ # * `pypi`: A Python Package Index (PyPI) package.
3009
3022
  #
3010
- # * `maven`\: A Maven package that contains compiled code in a
3023
+ # * `maven`: A Maven package that contains compiled code in a
3011
3024
  # distributable format, such as a JAR file.
3012
3025
  #
3013
- # * `nuget`\: A NuGet package.
3026
+ # * `nuget`: A NuGet package.
3014
3027
  # @return [String]
3015
3028
  #
3016
3029
  # @!attribute [rw] status
@@ -3061,6 +3074,11 @@ module Aws::CodeArtifact
3061
3074
  # The description of the repository.
3062
3075
  # @return [String]
3063
3076
  #
3077
+ # @!attribute [rw] created_time
3078
+ # A timestamp that represents the date and time the repository was
3079
+ # created.
3080
+ # @return [Time]
3081
+ #
3064
3082
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/RepositorySummary AWS API Documentation
3065
3083
  #
3066
3084
  class RepositorySummary < Struct.new(
@@ -3069,7 +3087,8 @@ module Aws::CodeArtifact
3069
3087
  :domain_name,
3070
3088
  :domain_owner,
3071
3089
  :arn,
3072
- :description)
3090
+ :description,
3091
+ :created_time)
3073
3092
  SENSITIVE = []
3074
3093
  include Aws::Structure
3075
3094
  end
@@ -3282,7 +3301,7 @@ module Aws::CodeArtifact
3282
3301
  # component, package versions of those formats do not have a
3283
3302
  # namespace.
3284
3303
  #
3285
- # * The namespace of a generic package is it’s `namespace`.
3304
+ # * The namespace of a generic package is its `namespace`.
3286
3305
  # @return [String]
3287
3306
  #
3288
3307
  # @!attribute [rw] package
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codeartifact/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeArtifact
54
54
 
55
- GEM_VERSION = '1.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeartifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core