aws-sdk-codestarconnections 1.5.1 → 1.6.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: 94104e402259e43bbb0efa84f4813e2f8d2740fab1deae1bec7c28a0e3893c1a
4
- data.tar.gz: 19dc41423f791311d077b120e62abdba269d3626c6c3c9eba360466d0a02e22b
3
+ metadata.gz: ceab68df726b4e3cc9525e4dc9f6c22e42c54ffdd8a1d42a8a03bd34872ced74
4
+ data.tar.gz: 0e9d5e4000b4bb0c2af37a853d3c74dc49a1b90d38971f116c21335de6d2a533
5
5
  SHA512:
6
- metadata.gz: 97f707f77ce8093bdcb4d960c60e110045778cf8b78418ec4209ac6359a955170ce57963ebf9f0989f1ea1acd0b8e4b79a5b47adaf399dbf049a088ff6729abe
7
- data.tar.gz: 5c5326a9e096523f3e24bbba6ca13acd14dfd8ff70122fc0625ba59bed39a553fc7cc0e3f2b943ece09180e2f644d9f534b93e83f12e063a282039eb97bed5de
6
+ metadata.gz: cd5dbe0fee1942c4c0c4464b5103f9de1f12db4037d0dcaf3941ff7f0150069cd0edc6efcbe621cb2eb9500fefc3c6e6e9860bb5662e4709792552bd66f80191
7
+ data.tar.gz: 389d65a933acd285b69d2892a438e3da45436055a39a57734f72e40d3b6c4ccfe7a455cac3cbb8ab18da98fee667e4f3524600193a363581233b4818d445214c
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-codestarconnections/customizations'
45
47
  # @service
46
48
  module Aws::CodeStarconnections
47
49
 
48
- GEM_VERSION = '1.5.1'
50
+ GEM_VERSION = '1.6.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -583,7 +585,7 @@ module Aws::CodeStarconnections
583
585
  params: params,
584
586
  config: config)
585
587
  context[:gem_name] = 'aws-sdk-codestarconnections'
586
- context[:gem_version] = '1.5.1'
588
+ context[:gem_version] = '1.6.0'
587
589
  Seahorse::Client::Request.new(handlers, context)
588
590
  end
589
591
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -54,6 +56,7 @@ module Aws::CodeStarconnections
54
56
  :provider_type,
55
57
  :owner_account_id,
56
58
  :connection_status)
59
+ SENSITIVE = []
57
60
  include Aws::Structure
58
61
  end
59
62
 
@@ -92,6 +95,7 @@ module Aws::CodeStarconnections
92
95
  :provider_type,
93
96
  :connection_name,
94
97
  :tags)
98
+ SENSITIVE = []
95
99
  include Aws::Structure
96
100
  end
97
101
 
@@ -114,6 +118,7 @@ module Aws::CodeStarconnections
114
118
  class CreateConnectionOutput < Struct.new(
115
119
  :connection_arn,
116
120
  :tags)
121
+ SENSITIVE = []
117
122
  include Aws::Structure
118
123
  end
119
124
 
@@ -136,6 +141,7 @@ module Aws::CodeStarconnections
136
141
  #
137
142
  class DeleteConnectionInput < Struct.new(
138
143
  :connection_arn)
144
+ SENSITIVE = []
139
145
  include Aws::Structure
140
146
  end
141
147
 
@@ -158,6 +164,7 @@ module Aws::CodeStarconnections
158
164
  #
159
165
  class GetConnectionInput < Struct.new(
160
166
  :connection_arn)
167
+ SENSITIVE = []
161
168
  include Aws::Structure
162
169
  end
163
170
 
@@ -169,6 +176,7 @@ module Aws::CodeStarconnections
169
176
  #
170
177
  class GetConnectionOutput < Struct.new(
171
178
  :connection)
179
+ SENSITIVE = []
172
180
  include Aws::Structure
173
181
  end
174
182
 
@@ -181,6 +189,7 @@ module Aws::CodeStarconnections
181
189
  #
182
190
  class LimitExceededException < Struct.new(
183
191
  :message)
192
+ SENSITIVE = []
184
193
  include Aws::Structure
185
194
  end
186
195
 
@@ -216,6 +225,7 @@ module Aws::CodeStarconnections
216
225
  :provider_type_filter,
217
226
  :max_results,
218
227
  :next_token)
228
+ SENSITIVE = []
219
229
  include Aws::Structure
220
230
  end
221
231
 
@@ -235,6 +245,7 @@ module Aws::CodeStarconnections
235
245
  class ListConnectionsOutput < Struct.new(
236
246
  :connections,
237
247
  :next_token)
248
+ SENSITIVE = []
238
249
  include Aws::Structure
239
250
  end
240
251
 
@@ -254,6 +265,7 @@ module Aws::CodeStarconnections
254
265
  #
255
266
  class ListTagsForResourceInput < Struct.new(
256
267
  :resource_arn)
268
+ SENSITIVE = []
257
269
  include Aws::Structure
258
270
  end
259
271
 
@@ -266,6 +278,7 @@ module Aws::CodeStarconnections
266
278
  #
267
279
  class ListTagsForResourceOutput < Struct.new(
268
280
  :tags)
281
+ SENSITIVE = []
269
282
  include Aws::Structure
270
283
  end
271
284
 
@@ -278,6 +291,7 @@ module Aws::CodeStarconnections
278
291
  #
279
292
  class ResourceNotFoundException < Struct.new(
280
293
  :message)
294
+ SENSITIVE = []
281
295
  include Aws::Structure
282
296
  end
283
297
 
@@ -306,6 +320,7 @@ module Aws::CodeStarconnections
306
320
  class Tag < Struct.new(
307
321
  :key,
308
322
  :value)
323
+ SENSITIVE = []
309
324
  include Aws::Structure
310
325
  end
311
326
 
@@ -336,6 +351,7 @@ module Aws::CodeStarconnections
336
351
  class TagResourceInput < Struct.new(
337
352
  :resource_arn,
338
353
  :tags)
354
+ SENSITIVE = []
339
355
  include Aws::Structure
340
356
  end
341
357
 
@@ -364,6 +380,7 @@ module Aws::CodeStarconnections
364
380
  class UntagResourceInput < Struct.new(
365
381
  :resource_arn,
366
382
  :tag_keys)
383
+ SENSITIVE = []
367
384
  include Aws::Structure
368
385
  end
369
386
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core