aws-sdk-codestar 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codestar.rb +1 -1
- data/lib/aws-sdk-codestar/client.rb +7 -25
- data/lib/aws-sdk-codestar/types.rb +8 -30
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b33bb6aede739f288217cbe514072e9ea1bf375e
|
4
|
+
data.tar.gz: 928ffac9d88d3b01054ff0e8337776bb016e481d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48f42b63d5edacc3562332e94d5f32c29b14b87c444abd2a909cb16731fab8129f547c61ebdd390480e360de3f5c904f247f0e087e2d427a3735b5dfd6e1dcce
|
7
|
+
data.tar.gz: 0ad1259efbd79199f0cb6b8f2a0ab435d234f09ad00eb451470ddc09ce8b07cbe0fd6524c4c36dccb25d910ed647d79a5a426e5b8ca090f5f22f6476d2266e9f
|
data/lib/aws-sdk-codestar.rb
CHANGED
@@ -205,38 +205,20 @@ module Aws::CodeStar
|
|
205
205
|
req.send_request(options)
|
206
206
|
end
|
207
207
|
|
208
|
-
#
|
209
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
218
|
+
# Reserved for future use.
|
234
219
|
#
|
235
220
|
# @option params [String] :client_request_token
|
236
|
-
#
|
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.
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
91
|
+
# Reserved for future use.
|
107
92
|
# @return [String]
|
108
93
|
#
|
109
94
|
# @!attribute [rw] client_request_token
|
110
|
-
#
|
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
|
-
#
|
109
|
+
# Reserved for future use.
|
128
110
|
# @return [String]
|
129
111
|
#
|
130
112
|
# @!attribute [rw] arn
|
131
|
-
#
|
113
|
+
# Reserved for future use.
|
132
114
|
# @return [String]
|
133
115
|
#
|
134
116
|
# @!attribute [rw] client_request_token
|
135
|
-
#
|
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
|
-
#
|
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.
|
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-
|
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.
|
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.
|
26
|
+
version: 3.0.0.rc9
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: aws-sigv4
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|