aws-sdk-serverlessapplicationrepository 1.3.0 → 1.4.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
  SHA1:
3
- metadata.gz: 201e3f925ee446528a03faf18722913b8df63b17
4
- data.tar.gz: 1502931a677602a2afeee0b40ad9c7607373ffef
3
+ metadata.gz: 3e5a6c92ce33d9ef325cb78878f629fe7471fdff
4
+ data.tar.gz: 78591ca52f905b93782f0cbc57195d2f02e929cd
5
5
  SHA512:
6
- metadata.gz: 585ea96db0247a7fc73ad1998b180b88885c2a17ddbee500549f7afd6136b4ebd8464bdd80bd77a191bd83fa6424da45893972ce66ce5e1a91ba72a335637998
7
- data.tar.gz: 95fda80898119fbb778aba8e7d8d54a92741b52756c3320b43f4b555af9872592a67b2399a25b6714be715f504d6bb51331ce7b477224cda71c747a2e7f2fb70
6
+ metadata.gz: 86a07209c7693a88fbdfa8a86244e701d247eab37d6ac66c4a75cc254051f2f2fa235e3b9096ba01bf270dee598b215c9ef28b64ff608f31f67b00795d26dfaf
7
+ data.tar.gz: a0147aea623478492f0e67e9679a926e39928fcd28472d9667946c966e91ed48ccd2b3a5c3cd3e6065a2acea4f250bebdcf7bcdea72e8d9a438ac4964db1361b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-serverlessapplicationrepository/customizations'
42
42
  # @service
43
43
  module Aws::ServerlessApplicationRepository
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -159,9 +159,9 @@ module Aws::ServerlessApplicationRepository
159
159
  # Creates an application, optionally including an AWS SAM file to create
160
160
  # the first application version in the same call.
161
161
  #
162
- # @option params [String] :author
162
+ # @option params [required, String] :author
163
163
  #
164
- # @option params [String] :description
164
+ # @option params [required, String] :description
165
165
  #
166
166
  # @option params [String] :home_page_url
167
167
  #
@@ -171,7 +171,7 @@ module Aws::ServerlessApplicationRepository
171
171
  #
172
172
  # @option params [String] :license_url
173
173
  #
174
- # @option params [String] :name
174
+ # @option params [required, String] :name
175
175
  #
176
176
  # @option params [String] :readme_body
177
177
  #
@@ -204,13 +204,13 @@ module Aws::ServerlessApplicationRepository
204
204
  # @example Request syntax with placeholder values
205
205
  #
206
206
  # resp = client.create_application({
207
- # author: "__string",
208
- # description: "__string",
207
+ # author: "__string", # required
208
+ # description: "__string", # required
209
209
  # home_page_url: "__string",
210
210
  # labels: ["__string"],
211
211
  # license_body: "__string",
212
212
  # license_url: "__string",
213
- # name: "__string",
213
+ # name: "__string", # required
214
214
  # readme_body: "__string",
215
215
  # readme_url: "__string",
216
216
  # semantic_version: "__string",
@@ -328,7 +328,7 @@ module Aws::ServerlessApplicationRepository
328
328
  req.send_request(options)
329
329
  end
330
330
 
331
- # Creates an AWS CloudFormation ChangeSet for the given application.
331
+ # Creates an AWS CloudFormation change set for the given application.
332
332
  #
333
333
  # @option params [required, String] :application_id
334
334
  #
@@ -336,7 +336,7 @@ module Aws::ServerlessApplicationRepository
336
336
  #
337
337
  # @option params [String] :semantic_version
338
338
  #
339
- # @option params [String] :stack_name
339
+ # @option params [required, String] :stack_name
340
340
  #
341
341
  # @return [Types::CreateCloudFormationChangeSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
342
342
  #
@@ -356,7 +356,7 @@ module Aws::ServerlessApplicationRepository
356
356
  # },
357
357
  # ],
358
358
  # semantic_version: "__string",
359
- # stack_name: "__string",
359
+ # stack_name: "__string", # required
360
360
  # })
361
361
  #
362
362
  # @example Response structure
@@ -467,7 +467,7 @@ module Aws::ServerlessApplicationRepository
467
467
  req.send_request(options)
468
468
  end
469
469
 
470
- # Gets the policy for the specified application.
470
+ # Retrieves the policy for the application.
471
471
  #
472
472
  # @option params [required, String] :application_id
473
473
  #
@@ -579,11 +579,17 @@ module Aws::ServerlessApplicationRepository
579
579
  req.send_request(options)
580
580
  end
581
581
 
582
- # Puts the policy for the specified application.
582
+ # Sets the permission policy for an application. See [Application
583
+ # Permissions][1] for the list of supported actions that can be used
584
+ # with this operation.
585
+ #
586
+ #
587
+ #
588
+ # [1]: https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions
583
589
  #
584
590
  # @option params [required, String] :application_id
585
591
  #
586
- # @option params [Array<Types::ApplicationPolicyStatement>] :statements
592
+ # @option params [required, Array<Types::ApplicationPolicyStatement>] :statements
587
593
  #
588
594
  # @return [Types::PutApplicationPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
589
595
  #
@@ -593,7 +599,7 @@ module Aws::ServerlessApplicationRepository
593
599
  #
594
600
  # resp = client.put_application_policy({
595
601
  # application_id: "__string", # required
596
- # statements: [
602
+ # statements: [ # required
597
603
  # {
598
604
  # actions: ["__string"], # required
599
605
  # principals: ["__string"], # required
@@ -719,7 +725,7 @@ module Aws::ServerlessApplicationRepository
719
725
  params: params,
720
726
  config: config)
721
727
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
722
- context[:gem_version] = '1.3.0'
728
+ context[:gem_version] = '1.4.0'
723
729
  Seahorse::Client::Request.new(handlers, context)
724
730
  end
725
731
 
@@ -125,13 +125,13 @@ module Aws::ServerlessApplicationRepository
125
125
  CreateApplicationInput.add_member(:template_url, Shapes::ShapeRef.new(shape: __string, location_name: "templateUrl"))
126
126
  CreateApplicationInput.struct_class = Types::CreateApplicationInput
127
127
 
128
- CreateApplicationRequest.add_member(:author, Shapes::ShapeRef.new(shape: __string, location_name: "author"))
129
- CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
128
+ CreateApplicationRequest.add_member(:author, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "author"))
129
+ CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "description"))
130
130
  CreateApplicationRequest.add_member(:home_page_url, Shapes::ShapeRef.new(shape: __string, location_name: "homePageUrl"))
131
131
  CreateApplicationRequest.add_member(:labels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "labels"))
132
132
  CreateApplicationRequest.add_member(:license_body, Shapes::ShapeRef.new(shape: __string, location_name: "licenseBody"))
133
133
  CreateApplicationRequest.add_member(:license_url, Shapes::ShapeRef.new(shape: __string, location_name: "licenseUrl"))
134
- CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
134
+ CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
135
135
  CreateApplicationRequest.add_member(:readme_body, Shapes::ShapeRef.new(shape: __string, location_name: "readmeBody"))
136
136
  CreateApplicationRequest.add_member(:readme_url, Shapes::ShapeRef.new(shape: __string, location_name: "readmeUrl"))
137
137
  CreateApplicationRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: __string, location_name: "semanticVersion"))
@@ -182,7 +182,7 @@ module Aws::ServerlessApplicationRepository
182
182
  CreateCloudFormationChangeSetRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "applicationId"))
183
183
  CreateCloudFormationChangeSetRequest.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: __listOfParameterValue, location_name: "parameterOverrides"))
184
184
  CreateCloudFormationChangeSetRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: __string, location_name: "semanticVersion"))
185
- CreateCloudFormationChangeSetRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: __string, location_name: "stackName"))
185
+ CreateCloudFormationChangeSetRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "stackName"))
186
186
  CreateCloudFormationChangeSetRequest.struct_class = Types::CreateCloudFormationChangeSetRequest
187
187
 
188
188
  CreateCloudFormationChangeSetResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, location_name: "applicationId"))
@@ -254,7 +254,7 @@ module Aws::ServerlessApplicationRepository
254
254
  ParameterValue.struct_class = Types::ParameterValue
255
255
 
256
256
  PutApplicationPolicyRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "applicationId"))
257
- PutApplicationPolicyRequest.add_member(:statements, Shapes::ShapeRef.new(shape: __listOfApplicationPolicyStatement, location_name: "statements"))
257
+ PutApplicationPolicyRequest.add_member(:statements, Shapes::ShapeRef.new(shape: __listOfApplicationPolicyStatement, required: true, location_name: "statements"))
258
258
  PutApplicationPolicyRequest.struct_class = Types::PutApplicationPolicyRequest
259
259
 
260
260
  PutApplicationPolicyResponse.add_member(:statements, Shapes::ShapeRef.new(shape: __listOfApplicationPolicyStatement, location_name: "statements"))
@@ -17,19 +17,19 @@ module Aws::ServerlessApplicationRepository
17
17
  # @!attribute [rw] author
18
18
  # The name of the author publishing the app.
19
19
  #
20
- # Min Length=1. Max Length=127.
20
+ # Minimum length=1. Maximum length=127.
21
21
  #
22
22
  # Pattern "^\[a-z0-9\]((\[a-z0-9\]\|-(?!-))*\[a-z0-9\])?$";
23
23
  # @return [String]
24
24
  #
25
25
  # @!attribute [rw] creation_time
26
- # The date/time this resource was created.
26
+ # The date and time this resource was created.
27
27
  # @return [String]
28
28
  #
29
29
  # @!attribute [rw] description
30
30
  # The description of the application.
31
31
  #
32
- # Min Length=1. Max Length=256
32
+ # Minimum length=1. Maximum length=256
33
33
  # @return [String]
34
34
  #
35
35
  # @!attribute [rw] home_page_url
@@ -40,31 +40,31 @@ module Aws::ServerlessApplicationRepository
40
40
  # @!attribute [rw] labels
41
41
  # Labels to improve discovery of apps in search results.
42
42
  #
43
- # Min Length=1. Max Length=127. Maximum number of labels: 10
43
+ # Minimum length=1. Maximum length=127. Maximum number of labels: 10
44
44
  #
45
45
  # Pattern: "^\[a-zA-Z0-9+\\\\-\_:\\\\/@\]+$";
46
46
  # @return [Array<String>]
47
47
  #
48
48
  # @!attribute [rw] license_url
49
49
  # A link to a license file of the app that matches the spdxLicenseID
50
- # of your application.
50
+ # value of your application.
51
51
  #
52
- # Max size 5 MB
52
+ # Maximum size 5 MB
53
53
  # @return [String]
54
54
  #
55
55
  # @!attribute [rw] name
56
56
  # The name of the application.
57
57
  #
58
- # Min Length=1. Max Length=140
58
+ # Minimum length=1. Maximum length=140
59
59
  #
60
60
  # Pattern: "\[a-zA-Z0-9\\\\-\]+";
61
61
  # @return [String]
62
62
  #
63
63
  # @!attribute [rw] readme_url
64
- # A link to the readme file that contains a more detailed description
65
- # of the application and how it works in Markdown language.
64
+ # A link to the readme file in Markdown language that contains a more
65
+ # detailed description of the application and how it works.
66
66
  #
67
- # Max size 5 MB
67
+ # Maximum size 5 MB
68
68
  # @return [String]
69
69
  #
70
70
  # @!attribute [rw] spdx_license_id
@@ -92,10 +92,10 @@ module Aws::ServerlessApplicationRepository
92
92
  include Aws::Structure
93
93
  end
94
94
 
95
- # List of application details.
95
+ # A list of application details.
96
96
  #
97
97
  # @!attribute [rw] applications
98
- # Array of application summaries.
98
+ # An array of application summaries.
99
99
  # @return [Array<Types::ApplicationSummary>]
100
100
  #
101
101
  # @!attribute [rw] next_token
@@ -113,7 +113,7 @@ module Aws::ServerlessApplicationRepository
113
113
  # Policy statements applied to the application.
114
114
  #
115
115
  # @!attribute [rw] statements
116
- # Array of policy statements applied to the application.
116
+ # An array of policy statements applied to the application.
117
117
  # @return [Array<Types::ApplicationPolicyStatement>]
118
118
  #
119
119
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/ApplicationPolicy AWS API Documentation
@@ -135,17 +135,11 @@ module Aws::ServerlessApplicationRepository
135
135
  # }
136
136
  #
137
137
  # @!attribute [rw] actions
138
- # A list of supported actions:
138
+ # See [Application Permissions][1] for the list of supported actions.
139
139
  #
140
- # GetApplication
141
140
  #
142
- # CreateCloudFormationChangeSet
143
141
  #
144
- # ListApplicationVersions
145
- #
146
- # SearchApplications
147
- #
148
- # Deploy (Note: This action enables all other actions above.)
142
+ # [1]: https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions
149
143
  # @return [Array<String>]
150
144
  #
151
145
  # @!attribute [rw] principals
@@ -168,25 +162,25 @@ module Aws::ServerlessApplicationRepository
168
162
  # Summary of details about the application.
169
163
  #
170
164
  # @!attribute [rw] application_id
171
- # The application ARN.
165
+ # The application Amazon Resource Name (ARN).
172
166
  # @return [String]
173
167
  #
174
168
  # @!attribute [rw] author
175
169
  # The name of the author publishing the app.
176
170
  #
177
- # Min Length=1. Max Length=127.
171
+ # Minimum length=1. Maximum length=127.
178
172
  #
179
173
  # Pattern "^\[a-z0-9\]((\[a-z0-9\]\|-(?!-))*\[a-z0-9\])?$";
180
174
  # @return [String]
181
175
  #
182
176
  # @!attribute [rw] creation_time
183
- # The date/time this resource was created.
177
+ # The date and time this resource was created.
184
178
  # @return [String]
185
179
  #
186
180
  # @!attribute [rw] description
187
181
  # The description of the application.
188
182
  #
189
- # Min Length=1. Max Length=256
183
+ # Minimum length=1. Maximum length=256
190
184
  # @return [String]
191
185
  #
192
186
  # @!attribute [rw] home_page_url
@@ -197,7 +191,7 @@ module Aws::ServerlessApplicationRepository
197
191
  # @!attribute [rw] labels
198
192
  # Labels to improve discovery of apps in search results.
199
193
  #
200
- # Min Length=1. Max Length=127. Maximum number of labels: 10
194
+ # Minimum length=1. Maximum length=127. Maximum number of labels: 10
201
195
  #
202
196
  # Pattern: "^\[a-zA-Z0-9+\\\\-\_:\\\\/@\]+$";
203
197
  # @return [Array<String>]
@@ -205,7 +199,7 @@ module Aws::ServerlessApplicationRepository
205
199
  # @!attribute [rw] name
206
200
  # The name of the application.
207
201
  #
208
- # Min Length=1. Max Length=140
202
+ # Minimum length=1. Maximum length=140
209
203
  #
210
204
  # Pattern: "\[a-zA-Z0-9\\\\-\]+";
211
205
  # @return [String]
@@ -232,14 +226,14 @@ module Aws::ServerlessApplicationRepository
232
226
  include Aws::Structure
233
227
  end
234
228
 
235
- # List of version summaries for the application.
229
+ # A list of version summaries for the application.
236
230
  #
237
231
  # @!attribute [rw] next_token
238
232
  # The token to request the next page of results.
239
233
  # @return [String]
240
234
  #
241
235
  # @!attribute [rw] versions
242
- # Array of version summaries for the application.
236
+ # An array of version summaries for the application.
243
237
  # @return [Array<Types::VersionSummary>]
244
238
  #
245
239
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/ApplicationVersionPage AWS API Documentation
@@ -257,11 +251,11 @@ module Aws::ServerlessApplicationRepository
257
251
  # @return [String]
258
252
  #
259
253
  # @!attribute [rw] change_set_id
260
- # The ARN of the change set.
254
+ # The Amazon Resource Name (ARN) of the change set.
261
255
  #
262
- # Length Constraints: Minimum length of 1.
256
+ # Length constraints: Minimum length of 1.
263
257
  #
264
- # Pattern: Amazon Resource Name (ARN):\[-a-zA-Z0-9:/\]*
258
+ # Pattern: ARN:\[-a-zA-Z0-9:/\]*
265
259
  # @return [String]
266
260
  #
267
261
  # @!attribute [rw] semantic_version
@@ -288,12 +282,12 @@ module Aws::ServerlessApplicationRepository
288
282
  include Aws::Structure
289
283
  end
290
284
 
291
- # Create application request.
285
+ # Create an application request.
292
286
  #
293
287
  # @!attribute [rw] author
294
288
  # The name of the author publishing the app.
295
289
  #
296
- # Min Length=1. Max Length=127.
290
+ # Minimum length=1. Maximum length=127.
297
291
  #
298
292
  # Pattern "^\[a-z0-9\]((\[a-z0-9\]\|-(?!-))*\[a-z0-9\])?$";
299
293
  # @return [String]
@@ -301,7 +295,7 @@ module Aws::ServerlessApplicationRepository
301
295
  # @!attribute [rw] description
302
296
  # The description of the application.
303
297
  #
304
- # Min Length=1. Max Length=256
298
+ # Minimum length=1. Maximum length=256
305
299
  # @return [String]
306
300
  #
307
301
  # @!attribute [rw] home_page_url
@@ -312,45 +306,59 @@ module Aws::ServerlessApplicationRepository
312
306
  # @!attribute [rw] labels
313
307
  # Labels to improve discovery of apps in search results.
314
308
  #
315
- # Min Length=1. Max Length=127. Maximum number of labels: 10
309
+ # Minimum length=1. Maximum length=127. Maximum number of labels: 10
316
310
  #
317
311
  # Pattern: "^\[a-zA-Z0-9+\\\\-\_:\\\\/@\]+$";
318
312
  # @return [Array<String>]
319
313
  #
320
314
  # @!attribute [rw] license_body
321
- # A raw text file that contains the license of the app that matches
322
- # the spdxLicenseID of your application.
315
+ # A local text file that contains the license of the app that matches
316
+ # the spdxLicenseID value of your application. The file is of the
317
+ # format file://&lt;path>/&lt;filename>.
318
+ #
319
+ # Maximum size 5 MB
323
320
  #
324
- # Max size 5 MB
321
+ # Note: Only one of licenseBody and licenseUrl can be specified,
322
+ # otherwise an error will result.
325
323
  # @return [String]
326
324
  #
327
325
  # @!attribute [rw] license_url
328
- # A link to a license file of the app that matches the spdxLicenseID
329
- # of your application.
326
+ # A link to the S3 object that contains the license of the app that
327
+ # matches the spdxLicenseID value of your application.
328
+ #
329
+ # Maximum size 5 MB
330
330
  #
331
- # Max size 5 MB
331
+ # Note: Only one of licenseBody and licenseUrl can be specified,
332
+ # otherwise an error will result.
332
333
  # @return [String]
333
334
  #
334
335
  # @!attribute [rw] name
335
- # The name of the application you want to publish.
336
+ # The name of the application that you want to publish.
336
337
  #
337
- # Min Length=1. Max Length=140
338
+ # Minimum length=1. Maximum length=140
338
339
  #
339
340
  # Pattern: "\[a-zA-Z0-9\\\\-\]+";
340
341
  # @return [String]
341
342
  #
342
343
  # @!attribute [rw] readme_body
343
- # A raw text Readme file that contains a more detailed description of
344
- # the application and how it works in markdown language.
344
+ # A local text readme file in Markdown language that contains a more
345
+ # detailed description of the application and how it works. The file
346
+ # is of the format file://&lt;path>/&lt;filename>.
345
347
  #
346
- # Max size 5 MB
348
+ # Maximum size 5 MB
349
+ #
350
+ # Note: Only one of readmeBody and readmeUrl can be specified,
351
+ # otherwise an error will result.
347
352
  # @return [String]
348
353
  #
349
354
  # @!attribute [rw] readme_url
350
- # A link to the Readme file that contains a more detailed description
351
- # of the application and how it works in markdown language.
355
+ # A link to the S3 object in Markdown language that contains a more
356
+ # detailed description of the application and how it works.
357
+ #
358
+ # Maximum size 5 MB
352
359
  #
353
- # Max size 5 MB
360
+ # Note: Only one of readmeBody and readmeUrl can be specified,
361
+ # otherwise an error will result.
354
362
  # @return [String]
355
363
  #
356
364
  # @!attribute [rw] semantic_version
@@ -377,11 +385,19 @@ module Aws::ServerlessApplicationRepository
377
385
  # @return [String]
378
386
  #
379
387
  # @!attribute [rw] template_body
380
- # The raw packaged AWS SAM template of your application.
388
+ # The local raw packaged AWS SAM template file of your application.
389
+ # The file is of the format file://&lt;path>/&lt;filename>.
390
+ #
391
+ # Note: Only one of templateBody and templateUrl can be specified,
392
+ # otherwise an error will result.
381
393
  # @return [String]
382
394
  #
383
395
  # @!attribute [rw] template_url
384
- # A link to the packaged AWS SAM template of your application.
396
+ # A link to the S3 object cotaining the packaged AWS SAM template of
397
+ # your application.
398
+ #
399
+ # Note: Only one of templateBody and templateUrl can be specified,
400
+ # otherwise an error will result.
385
401
  # @return [String]
386
402
  #
387
403
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/CreateApplicationInput AWS API Documentation
@@ -408,13 +424,13 @@ module Aws::ServerlessApplicationRepository
408
424
  # data as a hash:
409
425
  #
410
426
  # {
411
- # author: "__string",
412
- # description: "__string",
427
+ # author: "__string", # required
428
+ # description: "__string", # required
413
429
  # home_page_url: "__string",
414
430
  # labels: ["__string"],
415
431
  # license_body: "__string",
416
432
  # license_url: "__string",
417
- # name: "__string",
433
+ # name: "__string", # required
418
434
  # readme_body: "__string",
419
435
  # readme_url: "__string",
420
436
  # semantic_version: "__string",
@@ -537,7 +553,7 @@ module Aws::ServerlessApplicationRepository
537
553
  include Aws::Structure
538
554
  end
539
555
 
540
- # Create version request.
556
+ # Create a version request.
541
557
  #
542
558
  # @!attribute [rw] source_code_url
543
559
  # A link to a public repository for the source code of your
@@ -628,7 +644,7 @@ module Aws::ServerlessApplicationRepository
628
644
  include Aws::Structure
629
645
  end
630
646
 
631
- # Create application ChangeSet request.
647
+ # Create an application change set request.
632
648
  #
633
649
  # @!attribute [rw] parameter_overrides
634
650
  # A list of parameter values for the parameters of the application.
@@ -677,7 +693,7 @@ module Aws::ServerlessApplicationRepository
677
693
  # },
678
694
  # ],
679
695
  # semantic_version: "__string",
680
- # stack_name: "__string",
696
+ # stack_name: "__string", # required
681
697
  # }
682
698
  #
683
699
  # @!attribute [rw] application_id
@@ -926,7 +942,7 @@ module Aws::ServerlessApplicationRepository
926
942
  # @return [String]
927
943
  #
928
944
  # @!attribute [rw] allowed_values
929
- # Array containing the list of values allowed for the parameter.
945
+ # An array containing the list of values allowed for the parameter.
930
946
  # @return [Array<String>]
931
947
  #
932
948
  # @!attribute [rw] constraint_description
@@ -939,7 +955,7 @@ module Aws::ServerlessApplicationRepository
939
955
  # \[A-Za-z0-9\]+
940
956
  #
941
957
  # By adding a constraint description, such as "must contain only
942
- # uppercase and lowercase letters, and numbers," you can display the
958
+ # uppercase and lowercase letters and numbers," you can display the
943
959
  # following customized error message:
944
960
  #
945
961
  # Malformed input-Parameter MyParameter must contain only uppercase
@@ -959,22 +975,22 @@ module Aws::ServerlessApplicationRepository
959
975
  #
960
976
  # @!attribute [rw] max_length
961
977
  # An integer value that determines the largest number of characters
962
- # you want to allow for String types.
978
+ # that you want to allow for String types.
963
979
  # @return [Integer]
964
980
  #
965
981
  # @!attribute [rw] max_value
966
- # A numeric value that determines the largest numeric value you want
967
- # to allow for Number types.
982
+ # A numeric value that determines the largest numeric value that you
983
+ # want to allow for Number types.
968
984
  # @return [Integer]
969
985
  #
970
986
  # @!attribute [rw] min_length
971
987
  # An integer value that determines the smallest number of characters
972
- # you want to allow for String types.
988
+ # that you want to allow for String types.
973
989
  # @return [Integer]
974
990
  #
975
991
  # @!attribute [rw] min_value
976
- # A numeric value that determines the smallest numeric value you want
977
- # to allow for Number types.
992
+ # A numeric value that determines the smallest numeric value that you
993
+ # want to allow for Number types.
978
994
  # @return [Integer]
979
995
  #
980
996
  # @!attribute [rw] name
@@ -999,29 +1015,29 @@ module Aws::ServerlessApplicationRepository
999
1015
  #
1000
1016
  # String: A literal string.
1001
1017
  #
1002
- # For example, users could specify "MyUserName".
1018
+ # For example, users can specify "MyUserName".
1003
1019
  #
1004
1020
  # Number: An integer or float. AWS CloudFormation validates the
1005
- # parameter value as a number; however, when you use the parameter
1021
+ # parameter value as a number. However, when you use the parameter
1006
1022
  # elsewhere in your template (for example, by using the Ref intrinsic
1007
1023
  # function), the parameter value becomes a string.
1008
1024
  #
1009
- # For example, users could specify "8888".
1025
+ # For example, users might specify "8888".
1010
1026
  #
1011
1027
  # List&lt;Number>: An array of integers or floats that are separated
1012
1028
  # by commas. AWS CloudFormation validates the parameter value as
1013
- # numbers; however, when you use the parameter elsewhere in your
1029
+ # numbers. However, when you use the parameter elsewhere in your
1014
1030
  # template (for example, by using the Ref intrinsic function), the
1015
1031
  # parameter value becomes a list of strings.
1016
1032
  #
1017
- # For example, users could specify "80,20", and a Ref results in
1033
+ # For example, users might specify "80,20", and then Ref results in
1018
1034
  # \["80","20"\].
1019
1035
  #
1020
1036
  # CommaDelimitedList: An array of literal strings that are separated
1021
1037
  # by commas. The total number of strings should be one more than the
1022
1038
  # total number of commas. Also, each member string is space-trimmed.
1023
1039
  #
1024
- # For example, users could specify "test,dev,prod", and a Ref
1040
+ # For example, users might specify "test,dev,prod", and then Ref
1025
1041
  # results in \["test","dev","prod"\].
1026
1042
  # @return [String]
1027
1043
  #
@@ -1077,7 +1093,7 @@ module Aws::ServerlessApplicationRepository
1077
1093
  #
1078
1094
  # {
1079
1095
  # application_id: "__string", # required
1080
- # statements: [
1096
+ # statements: [ # required
1081
1097
  # {
1082
1098
  # actions: ["__string"], # required
1083
1099
  # principals: ["__string"], # required
@@ -1110,12 +1126,12 @@ module Aws::ServerlessApplicationRepository
1110
1126
  include Aws::Structure
1111
1127
  end
1112
1128
 
1113
- # Update application request.
1129
+ # Update the application request.
1114
1130
  #
1115
1131
  # @!attribute [rw] author
1116
1132
  # The name of the author publishing the app.
1117
1133
  #
1118
- # Min Length=1. Max Length=127.
1134
+ # Minimum length=1. Maximum length=127.
1119
1135
  #
1120
1136
  # Pattern "^\[a-z0-9\]((\[a-z0-9\]\|-(?!-))*\[a-z0-9\])?$";
1121
1137
  # @return [String]
@@ -1123,7 +1139,7 @@ module Aws::ServerlessApplicationRepository
1123
1139
  # @!attribute [rw] description
1124
1140
  # The description of the application.
1125
1141
  #
1126
- # Min Length=1. Max Length=256
1142
+ # Minimum length=1. Maximum length=256
1127
1143
  # @return [String]
1128
1144
  #
1129
1145
  # @!attribute [rw] home_page_url
@@ -1134,23 +1150,23 @@ module Aws::ServerlessApplicationRepository
1134
1150
  # @!attribute [rw] labels
1135
1151
  # Labels to improve discovery of apps in search results.
1136
1152
  #
1137
- # Min Length=1. Max Length=127. Maximum number of labels: 10
1153
+ # Minimum length=1. Maximum length=127. Maximum number of labels: 10
1138
1154
  #
1139
1155
  # Pattern: "^\[a-zA-Z0-9+\\\\-\_:\\\\/@\]+$";
1140
1156
  # @return [Array<String>]
1141
1157
  #
1142
1158
  # @!attribute [rw] readme_body
1143
- # A raw text Readme file that contains a more detailed description of
1144
- # the application and how it works in markdown language.
1159
+ # A text readme file in Markdown language that contains a more
1160
+ # detailed description of the application and how it works.
1145
1161
  #
1146
- # Max size 5 MB
1162
+ # Maximum size 5 MB
1147
1163
  # @return [String]
1148
1164
  #
1149
1165
  # @!attribute [rw] readme_url
1150
- # A link to the Readme file that contains a more detailed description
1151
- # of the application and how it works in markdown language.
1166
+ # A link to the readme file in Markdown language that contains a more
1167
+ # detailed description of the application and how it works.
1152
1168
  #
1153
- # Max size 5 MB
1169
+ # Maximum size 5 MB
1154
1170
  # @return [String]
1155
1171
  #
1156
1172
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/UpdateApplicationInput AWS API Documentation
@@ -1270,11 +1286,11 @@ module Aws::ServerlessApplicationRepository
1270
1286
  # @return [String]
1271
1287
  #
1272
1288
  # @!attribute [rw] creation_time
1273
- # The date/time this resource was created.
1289
+ # The date and time this resource was created.
1274
1290
  # @return [String]
1275
1291
  #
1276
1292
  # @!attribute [rw] parameter_definitions
1277
- # Array of parameter types supported by the application.
1293
+ # An array of parameter types supported by the application.
1278
1294
  # @return [Array<Types::ParameterDefinition>]
1279
1295
  #
1280
1296
  # @!attribute [rw] semantic_version
@@ -1308,14 +1324,14 @@ module Aws::ServerlessApplicationRepository
1308
1324
  include Aws::Structure
1309
1325
  end
1310
1326
 
1311
- # Application version summary.
1327
+ # An application version summary.
1312
1328
  #
1313
1329
  # @!attribute [rw] application_id
1314
1330
  # The application Amazon Resource Name (ARN).
1315
1331
  # @return [String]
1316
1332
  #
1317
1333
  # @!attribute [rw] creation_time
1318
- # The date/time this resource was created.
1334
+ # The date and time this resource was created.
1319
1335
  # @return [String]
1320
1336
  #
1321
1337
  # @!attribute [rw] semantic_version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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: 2018-06-26 00:00:00.000000000 Z
11
+ date: 2018-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core