aws-sdk-codestar 1.0.0.rc1 → 1.0.0.rc2

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
  SHA1:
3
- metadata.gz: d4069260053220b76ea974c92707a6225ba5f6d8
4
- data.tar.gz: 831f846a6d50dcf7d18216d166ea7f0d4106f210
3
+ metadata.gz: b33bb6aede739f288217cbe514072e9ea1bf375e
4
+ data.tar.gz: 928ffac9d88d3b01054ff0e8337776bb016e481d
5
5
  SHA512:
6
- metadata.gz: 1db09ce43156586809c75d728a044073de3ed2c81f7f91352c0e53d2f8277b6dc3f5e92dca89d4ca7b9a00723b8961cda850b7f1c3bc69d0e29dc359b4666b1c
7
- data.tar.gz: b5f31024b1f2c60937527a27db76cc9f5f417723f2a8dd6ea3ddec6156052d03c76c92d560f506af1dff498f5ef73ef996183f8478975582197ae7515af39a5e
6
+ metadata.gz: 48f42b63d5edacc3562332e94d5f32c29b14b87c444abd2a909cb16731fab8129f547c61ebdd390480e360de3f5c904f247f0e087e2d427a3735b5dfd6e1dcce
7
+ data.tar.gz: 0ad1259efbd79199f0cb6b8f2a0ab435d234f09ad00eb451470ddc09ce8b07cbe0fd6524c4c36dccb25d910ed647d79a5a426e5b8ca090f5f22f6476d2266e9f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codestar/customizations'
42
42
  # @service
43
43
  module Aws::CodeStar
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc2'
46
46
 
47
47
  end
@@ -205,38 +205,20 @@ module Aws::CodeStar
205
205
  req.send_request(options)
206
206
  end
207
207
 
208
- # Creates a project in AWS CodeStar with minimal structure and no
209
- # resources.
208
+ # Reserved for future use. To create a project, use the AWS CodeStar
209
+ # console.
210
210
  #
211
211
  # @option params [required, String] :name
212
- # The friendly name for the project. This friendly name serves as the
213
- # basis for the names for resources associated with the project, such as
214
- # a repository name in AWS CodeCommit. The name is limited to 100
215
- # characters and cannot contain certain restricted symbols. For more
216
- # information, see [Limits][1] in the AWS CodeStar User Guide.
217
- #
218
- #
219
- #
220
- # [1]: http://docs.aws.amazon.com/codestar/latest/userguide/limits.html
212
+ # Reserved for future use.
221
213
  #
222
214
  # @option params [required, String] :id
223
- # The ID for the AWS CodeStar project. Project IDs must be unique within
224
- # an AWS account. Project IDs cannot exceed 15 characters and cannot
225
- # contain capital letters and other restricted symbols. For more
226
- # information, see [Limits][1] in the AWS CodeStar User Guide.
227
- #
228
- #
229
- #
230
- # [1]: http://docs.aws.amazon.com/codestar/latest/userguide/limits.html
215
+ # Reserved for future use.
231
216
  #
232
217
  # @option params [String] :description
233
- # Optional. The description for the project.
218
+ # Reserved for future use.
234
219
  #
235
220
  # @option params [String] :client_request_token
236
- # A user- or system-generated token that identifies the entity that
237
- # requested project creation. This token can be used to repeat the
238
- # request. It can also be used to identify which user or system made the
239
- # request in DescribeProject and ListProjects.
221
+ # Reserved for future use.
240
222
  #
241
223
  # @return [Types::CreateProjectResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
242
224
  #
@@ -839,7 +821,7 @@ module Aws::CodeStar
839
821
  params: params,
840
822
  config: config)
841
823
  context[:gem_name] = 'aws-sdk-codestar'
842
- context[:gem_version] = '1.0.0.rc1'
824
+ context[:gem_version] = '1.0.0.rc2'
843
825
  Seahorse::Client::Request.new(handlers, context)
844
826
  end
845
827
 
@@ -80,37 +80,19 @@ module Aws::CodeStar
80
80
  # }
81
81
  #
82
82
  # @!attribute [rw] name
83
- # The friendly name for the project. This friendly name serves as the
84
- # basis for the names for resources associated with the project, such
85
- # as a repository name in AWS CodeCommit. The name is limited to 100
86
- # characters and cannot contain certain restricted symbols. For more
87
- # information, see [Limits][1] in the AWS CodeStar User Guide.
88
- #
89
- #
90
- #
91
- # [1]: http://docs.aws.amazon.com/codestar/latest/userguide/limits.html
83
+ # Reserved for future use.
92
84
  # @return [String]
93
85
  #
94
86
  # @!attribute [rw] id
95
- # The ID for the AWS CodeStar project. Project IDs must be unique
96
- # within an AWS account. Project IDs cannot exceed 15 characters and
97
- # cannot contain capital letters and other restricted symbols. For
98
- # more information, see [Limits][1] in the AWS CodeStar User Guide.
99
- #
100
- #
101
- #
102
- # [1]: http://docs.aws.amazon.com/codestar/latest/userguide/limits.html
87
+ # Reserved for future use.
103
88
  # @return [String]
104
89
  #
105
90
  # @!attribute [rw] description
106
- # Optional. The description for the project.
91
+ # Reserved for future use.
107
92
  # @return [String]
108
93
  #
109
94
  # @!attribute [rw] client_request_token
110
- # A user- or system-generated token that identifies the entity that
111
- # requested project creation. This token can be used to repeat the
112
- # request. It can also be used to identify which user or system made
113
- # the request in DescribeProject and ListProjects.
95
+ # Reserved for future use.
114
96
  # @return [String]
115
97
  #
116
98
  # @see http://docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/CreateProjectRequest AWS API Documentation
@@ -124,23 +106,19 @@ module Aws::CodeStar
124
106
  end
125
107
 
126
108
  # @!attribute [rw] id
127
- # The ID for the project.
109
+ # Reserved for future use.
128
110
  # @return [String]
129
111
  #
130
112
  # @!attribute [rw] arn
131
- # The Amazon Resource Name (ARN) for the project.
113
+ # Reserved for future use.
132
114
  # @return [String]
133
115
  #
134
116
  # @!attribute [rw] client_request_token
135
- # The user- or system-generated token from the initial request that
136
- # can be used to repeat the request. It can also be used to identify
137
- # which user or system made the request in DescribeProject and
138
- # ListProjects.
117
+ # Reserved for future use.
139
118
  # @return [String]
140
119
  #
141
120
  # @!attribute [rw] project_template_id
142
- # The ID for the AWS CodeStar project template used to create the
143
- # project.
121
+ # Reserved for future use.
144
122
  # @return [String]
145
123
  #
146
124
  # @see http://docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/CreateProjectResult AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc1
4
+ version: 1.0.0.rc2
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: 2017-04-26 00:00:00.000000000 Z
11
+ date: 2017-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0.rc1
19
+ version: 3.0.0.rc9
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.0.rc1
26
+ version: 3.0.0.rc9
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sigv4
29
29
  requirement: !ruby/object:Gem::Requirement