aws-sdk-serverlessapplicationrepository 1.11.0 → 1.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa030307e29070de299ba8c937bb43848de3a14d
4
- data.tar.gz: ef9aeff3ba048a6254cbd95d83a19346f41ac348
3
+ metadata.gz: 0be63c838cf97dce8458c0672f5df42cb283a9dd
4
+ data.tar.gz: 519957df724639366e176ed637fabcb82fe419c9
5
5
  SHA512:
6
- metadata.gz: 208653614b3b48788aec5080504f48d934005e4339cba18a5e18739e6e8e99ba23bd5b1627c9b7fc94288264eb6898385b0b96b56052e99c032575577f25a384
7
- data.tar.gz: fce54f41e1c30b47d0f6d0c4118dcb5c7178d789e08028e980f272fae190a6b568fe0d8f2d9765b4b43d17d6be759853a609d2028851897f9b4963f0297e471d
6
+ metadata.gz: c79f50e33fed4ede3a16cc94125ee124837394399e3e58669f01865b0e539df83e3387e104bc17586cf6cab554b37a9fef2a60560caf145e6d412c40463da1d0
7
+ data.tar.gz: fb116f4627c8c3fff007a49a966ee64536f2c553a5aab1b320678cc6cfde12d4b4a7b93c95c1b357cf44b902c8e678987536f767a3fa01ba58fbb38a92f43f92
@@ -228,6 +228,8 @@ module Aws::ServerlessApplicationRepository
228
228
  #
229
229
  # @option params [String] :semantic_version
230
230
  #
231
+ # @option params [String] :source_code_archive_url
232
+ #
231
233
  # @option params [String] :source_code_url
232
234
  #
233
235
  # @option params [String] :spdx_license_id
@@ -263,6 +265,7 @@ module Aws::ServerlessApplicationRepository
263
265
  # readme_body: "__string",
264
266
  # readme_url: "__string",
265
267
  # semantic_version: "__string",
268
+ # source_code_archive_url: "__string",
266
269
  # source_code_url: "__string",
267
270
  # spdx_license_id: "__string",
268
271
  # template_body: "__string",
@@ -304,6 +307,7 @@ module Aws::ServerlessApplicationRepository
304
307
  # resp.version.required_capabilities[0] #=> String, one of "CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND", "CAPABILITY_RESOURCE_POLICY"
305
308
  # resp.version.resources_supported #=> Boolean
306
309
  # resp.version.semantic_version #=> String
310
+ # resp.version.source_code_archive_url #=> String
307
311
  # resp.version.source_code_url #=> String
308
312
  # resp.version.template_url #=> String
309
313
  #
@@ -322,6 +326,8 @@ module Aws::ServerlessApplicationRepository
322
326
  #
323
327
  # @option params [required, String] :semantic_version
324
328
  #
329
+ # @option params [String] :source_code_archive_url
330
+ #
325
331
  # @option params [String] :source_code_url
326
332
  #
327
333
  # @option params [String] :template_body
@@ -336,6 +342,7 @@ module Aws::ServerlessApplicationRepository
336
342
  # * {Types::CreateApplicationVersionResponse#required_capabilities #required_capabilities} => Array<String>
337
343
  # * {Types::CreateApplicationVersionResponse#resources_supported #resources_supported} => Boolean
338
344
  # * {Types::CreateApplicationVersionResponse#semantic_version #semantic_version} => String
345
+ # * {Types::CreateApplicationVersionResponse#source_code_archive_url #source_code_archive_url} => String
339
346
  # * {Types::CreateApplicationVersionResponse#source_code_url #source_code_url} => String
340
347
  # * {Types::CreateApplicationVersionResponse#template_url #template_url} => String
341
348
  #
@@ -344,6 +351,7 @@ module Aws::ServerlessApplicationRepository
344
351
  # resp = client.create_application_version({
345
352
  # application_id: "__string", # required
346
353
  # semantic_version: "__string", # required
354
+ # source_code_archive_url: "__string",
347
355
  # source_code_url: "__string",
348
356
  # template_body: "__string",
349
357
  # template_url: "__string",
@@ -373,6 +381,7 @@ module Aws::ServerlessApplicationRepository
373
381
  # resp.required_capabilities[0] #=> String, one of "CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND", "CAPABILITY_RESOURCE_POLICY"
374
382
  # resp.resources_supported #=> Boolean
375
383
  # resp.semantic_version #=> String
384
+ # resp.source_code_archive_url #=> String
376
385
  # resp.source_code_url #=> String
377
386
  # resp.template_url #=> String
378
387
  #
@@ -404,12 +413,9 @@ module Aws::ServerlessApplicationRepository
404
413
  # @option params [Array<String>] :resource_types
405
414
  #
406
415
  # @option params [Types::RollbackConfiguration] :rollback_configuration
407
- # This property corresponds to the *AWS CloudFormation
408
- # [RollbackConfiguration][1]* Data Type.
409
- #
410
- #
411
- #
412
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration
416
+ # This property corresponds to the <i>AWS CloudFormation <a
417
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
418
+ # </i> Data Type.
413
419
  #
414
420
  # @option params [String] :semantic_version
415
421
  #
@@ -603,6 +609,7 @@ module Aws::ServerlessApplicationRepository
603
609
  # resp.version.required_capabilities[0] #=> String, one of "CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND", "CAPABILITY_RESOURCE_POLICY"
604
610
  # resp.version.resources_supported #=> Boolean
605
611
  # resp.version.semantic_version #=> String
612
+ # resp.version.source_code_archive_url #=> String
606
613
  # resp.version.source_code_url #=> String
607
614
  # resp.version.template_url #=> String
608
615
  #
@@ -933,6 +940,7 @@ module Aws::ServerlessApplicationRepository
933
940
  # resp.version.required_capabilities[0] #=> String, one of "CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND", "CAPABILITY_RESOURCE_POLICY"
934
941
  # resp.version.resources_supported #=> Boolean
935
942
  # resp.version.semantic_version #=> String
943
+ # resp.version.source_code_archive_url #=> String
936
944
  # resp.version.source_code_url #=> String
937
945
  # resp.version.template_url #=> String
938
946
  #
@@ -958,7 +966,7 @@ module Aws::ServerlessApplicationRepository
958
966
  params: params,
959
967
  config: config)
960
968
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
961
- context[:gem_version] = '1.11.0'
969
+ context[:gem_version] = '1.12.0'
962
970
  Seahorse::Client::Request.new(handlers, context)
963
971
  end
964
972
 
@@ -145,6 +145,7 @@ module Aws::ServerlessApplicationRepository
145
145
  CreateApplicationInput.add_member(:readme_body, Shapes::ShapeRef.new(shape: __string, location_name: "readmeBody"))
146
146
  CreateApplicationInput.add_member(:readme_url, Shapes::ShapeRef.new(shape: __string, location_name: "readmeUrl"))
147
147
  CreateApplicationInput.add_member(:semantic_version, Shapes::ShapeRef.new(shape: __string, location_name: "semanticVersion"))
148
+ CreateApplicationInput.add_member(:source_code_archive_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeArchiveUrl"))
148
149
  CreateApplicationInput.add_member(:source_code_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeUrl"))
149
150
  CreateApplicationInput.add_member(:spdx_license_id, Shapes::ShapeRef.new(shape: __string, location_name: "spdxLicenseId"))
150
151
  CreateApplicationInput.add_member(:template_body, Shapes::ShapeRef.new(shape: __string, location_name: "templateBody"))
@@ -161,6 +162,7 @@ module Aws::ServerlessApplicationRepository
161
162
  CreateApplicationRequest.add_member(:readme_body, Shapes::ShapeRef.new(shape: __string, location_name: "readmeBody"))
162
163
  CreateApplicationRequest.add_member(:readme_url, Shapes::ShapeRef.new(shape: __string, location_name: "readmeUrl"))
163
164
  CreateApplicationRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: __string, location_name: "semanticVersion"))
165
+ CreateApplicationRequest.add_member(:source_code_archive_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeArchiveUrl"))
164
166
  CreateApplicationRequest.add_member(:source_code_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeUrl"))
165
167
  CreateApplicationRequest.add_member(:spdx_license_id, Shapes::ShapeRef.new(shape: __string, location_name: "spdxLicenseId"))
166
168
  CreateApplicationRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: __string, location_name: "templateBody"))
@@ -180,6 +182,7 @@ module Aws::ServerlessApplicationRepository
180
182
  CreateApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
181
183
  CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
182
184
 
185
+ CreateApplicationVersionInput.add_member(:source_code_archive_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeArchiveUrl"))
183
186
  CreateApplicationVersionInput.add_member(:source_code_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeUrl"))
184
187
  CreateApplicationVersionInput.add_member(:template_body, Shapes::ShapeRef.new(shape: __string, location_name: "templateBody"))
185
188
  CreateApplicationVersionInput.add_member(:template_url, Shapes::ShapeRef.new(shape: __string, location_name: "templateUrl"))
@@ -187,6 +190,7 @@ module Aws::ServerlessApplicationRepository
187
190
 
188
191
  CreateApplicationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "applicationId"))
189
192
  CreateApplicationVersionRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "semanticVersion"))
193
+ CreateApplicationVersionRequest.add_member(:source_code_archive_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeArchiveUrl"))
190
194
  CreateApplicationVersionRequest.add_member(:source_code_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeUrl"))
191
195
  CreateApplicationVersionRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: __string, location_name: "templateBody"))
192
196
  CreateApplicationVersionRequest.add_member(:template_url, Shapes::ShapeRef.new(shape: __string, location_name: "templateUrl"))
@@ -198,6 +202,7 @@ module Aws::ServerlessApplicationRepository
198
202
  CreateApplicationVersionResponse.add_member(:required_capabilities, Shapes::ShapeRef.new(shape: __listOfCapability, location_name: "requiredCapabilities"))
199
203
  CreateApplicationVersionResponse.add_member(:resources_supported, Shapes::ShapeRef.new(shape: __boolean, location_name: "resourcesSupported"))
200
204
  CreateApplicationVersionResponse.add_member(:semantic_version, Shapes::ShapeRef.new(shape: __string, location_name: "semanticVersion"))
205
+ CreateApplicationVersionResponse.add_member(:source_code_archive_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeArchiveUrl"))
201
206
  CreateApplicationVersionResponse.add_member(:source_code_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeUrl"))
202
207
  CreateApplicationVersionResponse.add_member(:template_url, Shapes::ShapeRef.new(shape: __string, location_name: "templateUrl"))
203
208
  CreateApplicationVersionResponse.struct_class = Types::CreateApplicationVersionResponse
@@ -399,6 +404,7 @@ module Aws::ServerlessApplicationRepository
399
404
  Version.add_member(:required_capabilities, Shapes::ShapeRef.new(shape: __listOfCapability, required: true, location_name: "requiredCapabilities"))
400
405
  Version.add_member(:resources_supported, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "resourcesSupported"))
401
406
  Version.add_member(:semantic_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "semanticVersion"))
407
+ Version.add_member(:source_code_archive_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeArchiveUrl"))
402
408
  Version.add_member(:source_code_url, Shapes::ShapeRef.new(shape: __string, location_name: "sourceCodeUrl"))
403
409
  Version.add_member(:template_url, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "templateUrl"))
404
410
  Version.struct_class = Types::Version
@@ -180,7 +180,7 @@ module Aws::ServerlessApplicationRepository
180
180
  # @return [Array<String>]
181
181
  #
182
182
  # @!attribute [rw] principals
183
- # An AWS account ID, or * to make the application public.
183
+ # An array of AWS account IDs, or * to make the application public.
184
184
  # @return [Array<String>]
185
185
  #
186
186
  # @!attribute [rw] statement_id
@@ -408,9 +408,16 @@ module Aws::ServerlessApplicationRepository
408
408
  # [1]: https://semver.org/
409
409
  # @return [String]
410
410
  #
411
+ # @!attribute [rw] source_code_archive_url
412
+ # A link to the S3 object that contains the ZIP archive of the source
413
+ # code for this version of your application.
414
+ #
415
+ # Maximum size 50 MB
416
+ # @return [String]
417
+ #
411
418
  # @!attribute [rw] source_code_url
412
419
  # A link to a public repository for the source code of your
413
- # application.
420
+ # application, for example the URL of a specific GitHub commit.
414
421
  # @return [String]
415
422
  #
416
423
  # @!attribute [rw] spdx_license_id
@@ -450,6 +457,7 @@ module Aws::ServerlessApplicationRepository
450
457
  :readme_body,
451
458
  :readme_url,
452
459
  :semantic_version,
460
+ :source_code_archive_url,
453
461
  :source_code_url,
454
462
  :spdx_license_id,
455
463
  :template_body,
@@ -471,6 +479,7 @@ module Aws::ServerlessApplicationRepository
471
479
  # readme_body: "__string",
472
480
  # readme_url: "__string",
473
481
  # semantic_version: "__string",
482
+ # source_code_archive_url: "__string",
474
483
  # source_code_url: "__string",
475
484
  # spdx_license_id: "__string",
476
485
  # template_body: "__string",
@@ -507,6 +516,9 @@ module Aws::ServerlessApplicationRepository
507
516
  # @!attribute [rw] semantic_version
508
517
  # @return [String]
509
518
  #
519
+ # @!attribute [rw] source_code_archive_url
520
+ # @return [String]
521
+ #
510
522
  # @!attribute [rw] source_code_url
511
523
  # @return [String]
512
524
  #
@@ -532,6 +544,7 @@ module Aws::ServerlessApplicationRepository
532
544
  :readme_body,
533
545
  :readme_url,
534
546
  :semantic_version,
547
+ :source_code_archive_url,
535
548
  :source_code_url,
536
549
  :spdx_license_id,
537
550
  :template_body,
@@ -592,9 +605,16 @@ module Aws::ServerlessApplicationRepository
592
605
 
593
606
  # Create a version request.
594
607
  #
608
+ # @!attribute [rw] source_code_archive_url
609
+ # A link to the S3 object that contains the ZIP archive of the source
610
+ # code for this version of your application.
611
+ #
612
+ # Maximum size 50 MB
613
+ # @return [String]
614
+ #
595
615
  # @!attribute [rw] source_code_url
596
616
  # A link to a public repository for the source code of your
597
- # application.
617
+ # application, for example the URL of a specific GitHub commit.
598
618
  # @return [String]
599
619
  #
600
620
  # @!attribute [rw] template_body
@@ -608,6 +628,7 @@ module Aws::ServerlessApplicationRepository
608
628
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/CreateApplicationVersionInput AWS API Documentation
609
629
  #
610
630
  class CreateApplicationVersionInput < Struct.new(
631
+ :source_code_archive_url,
611
632
  :source_code_url,
612
633
  :template_body,
613
634
  :template_url)
@@ -620,6 +641,7 @@ module Aws::ServerlessApplicationRepository
620
641
  # {
621
642
  # application_id: "__string", # required
622
643
  # semantic_version: "__string", # required
644
+ # source_code_archive_url: "__string",
623
645
  # source_code_url: "__string",
624
646
  # template_body: "__string",
625
647
  # template_url: "__string",
@@ -631,6 +653,9 @@ module Aws::ServerlessApplicationRepository
631
653
  # @!attribute [rw] semantic_version
632
654
  # @return [String]
633
655
  #
656
+ # @!attribute [rw] source_code_archive_url
657
+ # @return [String]
658
+ #
634
659
  # @!attribute [rw] source_code_url
635
660
  # @return [String]
636
661
  #
@@ -645,6 +670,7 @@ module Aws::ServerlessApplicationRepository
645
670
  class CreateApplicationVersionRequest < Struct.new(
646
671
  :application_id,
647
672
  :semantic_version,
673
+ :source_code_archive_url,
648
674
  :source_code_url,
649
675
  :template_body,
650
676
  :template_url)
@@ -669,6 +695,9 @@ module Aws::ServerlessApplicationRepository
669
695
  # @!attribute [rw] semantic_version
670
696
  # @return [String]
671
697
  #
698
+ # @!attribute [rw] source_code_archive_url
699
+ # @return [String]
700
+ #
672
701
  # @!attribute [rw] source_code_url
673
702
  # @return [String]
674
703
  #
@@ -684,6 +713,7 @@ module Aws::ServerlessApplicationRepository
684
713
  :required_capabilities,
685
714
  :resources_supported,
686
715
  :semantic_version,
716
+ :source_code_archive_url,
687
717
  :source_code_url,
688
718
  :template_url)
689
719
  include Aws::Structure
@@ -700,7 +730,7 @@ module Aws::ServerlessApplicationRepository
700
730
  # specifying this parameter.
701
731
  #
702
732
  # The only valid values are CAPABILITY\_IAM, CAPABILITY\_NAMED\_IAM,
703
- # and CAPABILITY\_RESOURCE\_POLICY.
733
+ # CAPABILITY\_RESOURCE\_POLICY, and CAPABILITY\_AUTO\_EXPAND.
704
734
  #
705
735
  # The following resources require you to specify CAPABILITY\_IAM or
706
736
  # CAPABILITY\_NAMED\_IAM: [AWS::IAM::Group][1],
@@ -717,14 +747,14 @@ module Aws::ServerlessApplicationRepository
717
747
  # [AWS::S3::BucketPolicy][7], [AWS::SQS::QueuePolicy][8], and
718
748
  # [AWS::SNS:TopicPolicy][9].
719
749
  #
750
+ # Applications that contain one or more nested applications require
751
+ # you to specify CAPABILITY\_AUTO\_EXPAND.
752
+ #
720
753
  # If your application template contains any of the above resources, we
721
754
  # recommend that you review all permissions associated with the
722
755
  # application before deploying. If you don't specify this parameter
723
756
  # for an application that requires capabilities, the call will fail.
724
757
  #
725
- # Valid values: CAPABILITY\_IAM \| CAPABILITY\_NAMED\_IAM \|
726
- # CAPABILITY\_RESOURCE\_POLICY
727
- #
728
758
  #
729
759
  #
730
760
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html
@@ -740,38 +770,30 @@ module Aws::ServerlessApplicationRepository
740
770
  #
741
771
  # @!attribute [rw] change_set_name
742
772
  # This property corresponds to the parameter of the same name for the
743
- # *AWS CloudFormation [CreateChangeSet][1]* API.
744
- #
745
- #
746
- #
747
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
773
+ # <i>AWS CloudFormation <a
774
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
775
+ # </i> API.
748
776
  # @return [String]
749
777
  #
750
778
  # @!attribute [rw] client_token
751
779
  # This property corresponds to the parameter of the same name for the
752
- # *AWS CloudFormation [CreateChangeSet][1]* API.
753
- #
754
- #
755
- #
756
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
780
+ # <i>AWS CloudFormation <a
781
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
782
+ # </i> API.
757
783
  # @return [String]
758
784
  #
759
785
  # @!attribute [rw] description
760
786
  # This property corresponds to the parameter of the same name for the
761
- # *AWS CloudFormation [CreateChangeSet][1]* API.
762
- #
763
- #
764
- #
765
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
787
+ # <i>AWS CloudFormation <a
788
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
789
+ # </i> API.
766
790
  # @return [String]
767
791
  #
768
792
  # @!attribute [rw] notification_arns
769
793
  # This property corresponds to the parameter of the same name for the
770
- # *AWS CloudFormation [CreateChangeSet][1]* API.
771
- #
772
- #
773
- #
774
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
794
+ # <i>AWS CloudFormation <a
795
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
796
+ # </i> API.
775
797
  # @return [Array<String>]
776
798
  #
777
799
  # @!attribute [rw] parameter_overrides
@@ -780,20 +802,16 @@ module Aws::ServerlessApplicationRepository
780
802
  #
781
803
  # @!attribute [rw] resource_types
782
804
  # This property corresponds to the parameter of the same name for the
783
- # *AWS CloudFormation [CreateChangeSet][1]* API.
784
- #
785
- #
786
- #
787
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
805
+ # <i>AWS CloudFormation <a
806
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
807
+ # </i> API.
788
808
  # @return [Array<String>]
789
809
  #
790
810
  # @!attribute [rw] rollback_configuration
791
811
  # This property corresponds to the parameter of the same name for the
792
- # *AWS CloudFormation [CreateChangeSet][1]* API.
793
- #
794
- #
795
- #
796
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
812
+ # <i>AWS CloudFormation <a
813
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
814
+ # </i> API.
797
815
  # @return [Types::RollbackConfiguration]
798
816
  #
799
817
  # @!attribute [rw] semantic_version
@@ -808,20 +826,16 @@ module Aws::ServerlessApplicationRepository
808
826
  #
809
827
  # @!attribute [rw] stack_name
810
828
  # This property corresponds to the parameter of the same name for the
811
- # *AWS CloudFormation [CreateChangeSet][1]* API.
812
- #
813
- #
814
- #
815
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
829
+ # <i>AWS CloudFormation <a
830
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
831
+ # </i> API.
816
832
  # @return [String]
817
833
  #
818
834
  # @!attribute [rw] tags
819
835
  # This property corresponds to the parameter of the same name for the
820
- # *AWS CloudFormation [CreateChangeSet][1]* API.
821
- #
822
- #
823
- #
824
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet
836
+ # <i>AWS CloudFormation <a
837
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
838
+ # </i> API.
825
839
  # @return [Array<Types::Tag>]
826
840
  #
827
841
  # @!attribute [rw] template_id
@@ -911,12 +925,9 @@ module Aws::ServerlessApplicationRepository
911
925
  # @return [Array<String>]
912
926
  #
913
927
  # @!attribute [rw] rollback_configuration
914
- # This property corresponds to the *AWS CloudFormation
915
- # [RollbackConfiguration][1]* Data Type.
916
- #
917
- #
918
- #
919
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration
928
+ # This property corresponds to the <i>AWS CloudFormation <a
929
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
930
+ # </i> Data Type.
920
931
  # @return [Types::RollbackConfiguration]
921
932
  #
922
933
  # @!attribute [rw] semantic_version
@@ -1516,12 +1527,9 @@ module Aws::ServerlessApplicationRepository
1516
1527
  include Aws::Structure
1517
1528
  end
1518
1529
 
1519
- # This property corresponds to the *AWS CloudFormation
1520
- # [RollbackConfiguration][1]* Data Type.
1521
- #
1522
- #
1523
- #
1524
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration
1530
+ # This property corresponds to the <i>AWS CloudFormation <a
1531
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
1532
+ # </i> Data Type.
1525
1533
  #
1526
1534
  # @note When making an API call, you may pass RollbackConfiguration
1527
1535
  # data as a hash:
@@ -1538,20 +1546,16 @@ module Aws::ServerlessApplicationRepository
1538
1546
  #
1539
1547
  # @!attribute [rw] monitoring_time_in_minutes
1540
1548
  # This property corresponds to the content of the same name for the
1541
- # *AWS CloudFormation [RollbackConfiguration][1]* Data Type.
1542
- #
1543
- #
1544
- #
1545
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration
1549
+ # <i>AWS CloudFormation <a
1550
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
1551
+ # </i> Data Type.
1546
1552
  # @return [Integer]
1547
1553
  #
1548
1554
  # @!attribute [rw] rollback_triggers
1549
1555
  # This property corresponds to the content of the same name for the
1550
- # *AWS CloudFormation [RollbackConfiguration][1]* Data Type.
1551
- #
1552
- #
1553
- #
1554
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration
1556
+ # <i>AWS CloudFormation <a
1557
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
1558
+ # </i> Data Type.
1555
1559
  # @return [Array<Types::RollbackTrigger>]
1556
1560
  #
1557
1561
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/RollbackConfiguration AWS API Documentation
@@ -1562,12 +1566,9 @@ module Aws::ServerlessApplicationRepository
1562
1566
  include Aws::Structure
1563
1567
  end
1564
1568
 
1565
- # This property corresponds to the *AWS CloudFormation
1566
- # [RollbackTrigger][1]* Data Type.
1567
- #
1568
- #
1569
- #
1570
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger
1569
+ # This property corresponds to the <i>AWS CloudFormation <a
1570
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
1571
+ # </i> Data Type.
1571
1572
  #
1572
1573
  # @note When making an API call, you may pass RollbackTrigger
1573
1574
  # data as a hash:
@@ -1579,20 +1580,16 @@ module Aws::ServerlessApplicationRepository
1579
1580
  #
1580
1581
  # @!attribute [rw] arn
1581
1582
  # This property corresponds to the content of the same name for the
1582
- # *AWS CloudFormation [RollbackTrigger][1]* Data Type.
1583
- #
1584
- #
1585
- #
1586
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger
1583
+ # <i>AWS CloudFormation <a
1584
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
1585
+ # </i> Data Type.
1587
1586
  # @return [String]
1588
1587
  #
1589
1588
  # @!attribute [rw] type
1590
1589
  # This property corresponds to the content of the same name for the
1591
- # *AWS CloudFormation [RollbackTrigger][1]* Data Type.
1592
- #
1593
- #
1594
- #
1595
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger
1590
+ # <i>AWS CloudFormation <a
1591
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
1592
+ # </i> Data Type.
1596
1593
  # @return [String]
1597
1594
  #
1598
1595
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/RollbackTrigger AWS API Documentation
@@ -1603,12 +1600,9 @@ module Aws::ServerlessApplicationRepository
1603
1600
  include Aws::Structure
1604
1601
  end
1605
1602
 
1606
- # This property corresponds to the *AWS CloudFormation [Tag][1]* Data
1607
- # Type.
1608
- #
1609
- #
1610
- #
1611
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag
1603
+ # This property corresponds to the <i>AWS CloudFormation <a
1604
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">Tag</a>
1605
+ # </i> Data Type.
1612
1606
  #
1613
1607
  # @note When making an API call, you may pass Tag
1614
1608
  # data as a hash:
@@ -1620,11 +1614,9 @@ module Aws::ServerlessApplicationRepository
1620
1614
  #
1621
1615
  # @!attribute [rw] key
1622
1616
  # This property corresponds to the content of the same name for the
1623
- # *AWS CloudFormation [Tag][1]* Data Type.
1624
- #
1625
- #
1626
- #
1627
- # [1]: https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag
1617
+ # <i>AWS CloudFormation <a
1618
+ # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">Tag</a>
1619
+ # </i> Data Type.
1628
1620
  # @return [String]
1629
1621
  #
1630
1622
  # @!attribute [rw] value
@@ -1874,7 +1866,7 @@ module Aws::ServerlessApplicationRepository
1874
1866
  # specifying this parameter.
1875
1867
  #
1876
1868
  # The only valid values are CAPABILITY\_IAM, CAPABILITY\_NAMED\_IAM,
1877
- # and CAPABILITY\_RESOURCE\_POLICY.
1869
+ # CAPABILITY\_RESOURCE\_POLICY, and CAPABILITY\_AUTO\_EXPAND.
1878
1870
  #
1879
1871
  # The following resources require you to specify CAPABILITY\_IAM or
1880
1872
  # CAPABILITY\_NAMED\_IAM: [AWS::IAM::Group][1],
@@ -1891,14 +1883,14 @@ module Aws::ServerlessApplicationRepository
1891
1883
  # [AWS::S3::BucketPolicy][7], [AWS::SQS::QueuePolicy][8], and
1892
1884
  # [AWS::SNS::TopicPolicy][9].
1893
1885
  #
1886
+ # Applications that contain one or more nested applications require
1887
+ # you to specify CAPABILITY\_AUTO\_EXPAND.
1888
+ #
1894
1889
  # If your application template contains any of the above resources, we
1895
1890
  # recommend that you review all permissions associated with the
1896
1891
  # application before deploying. If you don't specify this parameter
1897
1892
  # for an application that requires capabilities, the call will fail.
1898
1893
  #
1899
- # Valid values: CAPABILITY\_IAM \| CAPABILITY\_NAMED\_IAM \|
1900
- # CAPABILITY\_RESOURCE\_POLICY
1901
- #
1902
1894
  #
1903
1895
  #
1904
1896
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html
@@ -1927,9 +1919,16 @@ module Aws::ServerlessApplicationRepository
1927
1919
  # [1]: https://semver.org/
1928
1920
  # @return [String]
1929
1921
  #
1922
+ # @!attribute [rw] source_code_archive_url
1923
+ # A link to the S3 object that contains the ZIP archive of the source
1924
+ # code for this version of your application.
1925
+ #
1926
+ # Maximum size 50 MB
1927
+ # @return [String]
1928
+ #
1930
1929
  # @!attribute [rw] source_code_url
1931
1930
  # A link to a public repository for the source code of your
1932
- # application.
1931
+ # application, for example the URL of a specific GitHub commit.
1933
1932
  # @return [String]
1934
1933
  #
1935
1934
  # @!attribute [rw] template_url
@@ -1945,6 +1944,7 @@ module Aws::ServerlessApplicationRepository
1945
1944
  :required_capabilities,
1946
1945
  :resources_supported,
1947
1946
  :semantic_version,
1947
+ :source_code_archive_url,
1948
1948
  :source_code_url,
1949
1949
  :template_url)
1950
1950
  include Aws::Structure
@@ -1972,7 +1972,7 @@ module Aws::ServerlessApplicationRepository
1972
1972
  #
1973
1973
  # @!attribute [rw] source_code_url
1974
1974
  # A link to a public repository for the source code of your
1975
- # application.
1975
+ # application, for example the URL of a specific GitHub commit.
1976
1976
  # @return [String]
1977
1977
  #
1978
1978
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/VersionSummary AWS API Documentation
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-serverlessapplicationrepository/customizations'
42
42
  # @service
43
43
  module Aws::ServerlessApplicationRepository
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
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.11.0
4
+ version: 1.12.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-11-29 00:00:00.000000000 Z
11
+ date: 2019-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core