aws-sdk-codecatalyst 1.2.0 → 1.3.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: c8459d893e24bdd14d32b0e65e4817589d2a800fe0da5720c432149b096a9a2d
4
- data.tar.gz: 47c258128dfb006484c2f414880e5fc4d2606820a73d1c4ecc7fd1affd65d4be
3
+ metadata.gz: 914cddf4b462e2402c712c402c5e074c9e61e1341d89fbf96bdc5978a9b03f02
4
+ data.tar.gz: 566e537d50d365337a658ef188f28116d30b4764714484172920c944a81d90bd
5
5
  SHA512:
6
- metadata.gz: 4fcf5960dd232012b68c2d94cd9a27520b27f804b3ba01b172748bace95eba8a063e50627dd2041d64997922d0f8667c7ed2b1f0a8be14b12f4091763e2ce864
7
- data.tar.gz: 4812dcfa075037c52e16c58cf40bf5ba770f3935f3da2095797a2708487b0bf33ad5887323cadae7640965dda6619ef74eeebb0d25c1302e24f063a20e6569bd
6
+ metadata.gz: 7834e2848b6ef7f7cfae896e020a75cacadb92025288579b7b2b0676c22eb08a78a3084fd7921f8b294377694cd5e3aedca90d292007fcf64c38b41224d3d2f8
7
+ data.tar.gz: 38622d24d06bbcc9620f1bcacdb60010ce641f9103a950cdb90e95644040622eb776a1ec30608b20b3fb6008e53b9463897b2f4bbdcfc5ecae45656ea7aad9f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-04-24)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon CodeCatalyst.
8
+
4
9
  1.2.0 (2023-03-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -370,11 +370,12 @@ module Aws::CodeCatalyst
370
370
 
371
371
  # Creates a personal access token (PAT) for the current user. A personal
372
372
  # access token (PAT) is similar to a password. It is associated with
373
- # your user account. You use PATs to access Amazon CodeCatalyst
374
- # resources such as source repositories from third-party applications
375
- # like Git and integrated development environments (IDEs). For more
376
- # information, see [Managing personal access tokens in Amazon
377
- # CodeCatalyst][1].
373
+ # your user identity for use across all spaces and projects in Amazon
374
+ # CodeCatalyst. You use PATs to access CodeCatalyst from resources that
375
+ # include integrated development environments (IDEs) and Git-based
376
+ # source repositories. PATs represent you in Amazon CodeCatalyst and you
377
+ # can manage them in your user settings.For more information, see
378
+ # [Managing personal access tokens in Amazon CodeCatalyst][1].
378
379
  #
379
380
  #
380
381
  #
@@ -422,8 +423,8 @@ module Aws::CodeCatalyst
422
423
  end
423
424
 
424
425
  # Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based
425
- # development Dev Environment that you can use to quickly work on the
426
- # code stored in the source repositories of your project.
426
+ # development environment that you can use to quickly work on the code
427
+ # stored in the source repositories of your project.
427
428
  #
428
429
  # <note markdown="1"> When created in the Amazon CodeCatalyst console, by default a Dev
429
430
  # Environment is configured to have a 2 core processor, 4GB of RAM, and
@@ -636,8 +637,8 @@ module Aws::CodeCatalyst
636
637
  #
637
638
  # @option params [required, String] :id
638
639
  # The ID of the personal access token to delete. You can find the IDs of
639
- # all PATs associated with your user account by calling
640
- # ListAccessTokens.
640
+ # all PATs associated with your Amazon Web Services Builder ID in a
641
+ # space by calling ListAccessTokens.
641
642
  #
642
643
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
643
644
  #
@@ -947,8 +948,8 @@ module Aws::CodeCatalyst
947
948
  end
948
949
 
949
950
  # Lists all personal access tokens (PATs) associated with the user who
950
- # calls the API. You can only list PATs associated with your user
951
- # account.
951
+ # calls the API. You can only list PATs associated with your Amazon Web
952
+ # Services Builder ID.
952
953
  #
953
954
  # @option params [Integer] :max_results
954
955
  # The maximum number of results to show in a single call to this API. If
@@ -991,7 +992,7 @@ module Aws::CodeCatalyst
991
992
  req.send_request(options)
992
993
  end
993
994
 
994
- # Retrives a list of Dev Environments in a project.
995
+ # Retrieves a list of Dev Environments in a project.
995
996
  #
996
997
  # @option params [required, String] :space_name
997
998
  # The name of the space.
@@ -1700,7 +1701,7 @@ module Aws::CodeCatalyst
1700
1701
  params: params,
1701
1702
  config: config)
1702
1703
  context[:gem_name] = 'aws-sdk-codecatalyst'
1703
- context[:gem_version] = '1.2.0'
1704
+ context[:gem_version] = '1.3.0'
1704
1705
  Seahorse::Client::Request.new(handlers, context)
1705
1706
  end
1706
1707
 
@@ -341,8 +341,8 @@ module Aws::CodeCatalyst
341
341
 
342
342
  # @!attribute [rw] id
343
343
  # The ID of the personal access token to delete. You can find the IDs
344
- # of all PATs associated with your user account by calling
345
- # ListAccessTokens.
344
+ # of all PATs associated with your Amazon Web Services Builder ID in a
345
+ # space by calling ListAccessTokens.
346
346
  # @return [String]
347
347
  #
348
348
  # @see http://docs.aws.amazon.com/goto/WebAPI/codecatalyst-2022-09-28/DeleteAccessTokenRequest AWS API Documentation
@@ -1088,7 +1088,7 @@ module Aws::CodeCatalyst
1088
1088
 
1089
1089
  # @!attribute [rw] items
1090
1090
  # A list of personal access tokens (PATs) associated with the calling
1091
- # user.
1091
+ # user identity.
1092
1092
  # @return [Array<Types::AccessTokenSummary>]
1093
1093
  #
1094
1094
  # @!attribute [rw] next_token
@@ -1484,7 +1484,7 @@ module Aws::CodeCatalyst
1484
1484
  # @return [String]
1485
1485
  #
1486
1486
  # @!attribute [rw] items
1487
- # Information about the space.
1487
+ # Information about the spaces.
1488
1488
  # @return [Array<Types::SpaceSummary>]
1489
1489
  #
1490
1490
  # @see http://docs.aws.amazon.com/goto/WebAPI/codecatalyst-2022-09-28/ListSpacesResponse AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codecatalyst/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeCatalyst
54
54
 
55
- GEM_VERSION = '1.2.0'
55
+ GEM_VERSION = '1.3.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecatalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-01 00:00:00.000000000 Z
11
+ date: 2023-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core