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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codecatalyst/client.rb +14 -13
- data/lib/aws-sdk-codecatalyst/types.rb +4 -4
- data/lib/aws-sdk-codecatalyst.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 914cddf4b462e2402c712c402c5e074c9e61e1341d89fbf96bdc5978a9b03f02
|
|
4
|
+
data.tar.gz: 566e537d50d365337a658ef188f28116d30b4764714484172920c944a81d90bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7834e2848b6ef7f7cfae896e020a75cacadb92025288579b7b2b0676c22eb08a78a3084fd7921f8b294377694cd5e3aedca90d292007fcf64c38b41224d3d2f8
|
|
7
|
+
data.tar.gz: 38622d24d06bbcc9620f1bcacdb60010ce641f9103a950cdb90e95644040622eb776a1ec30608b20b3fb6008e53b9463897b2f4bbdcfc5ecae45656ea7aad9f6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
374
|
-
#
|
|
375
|
-
#
|
|
376
|
-
#
|
|
377
|
-
#
|
|
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
|
|
426
|
-
#
|
|
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
|
|
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
|
|
951
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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
|
|
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
|
|
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
|
data/lib/aws-sdk-codecatalyst.rb
CHANGED
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.
|
|
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-
|
|
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
|