aws-sdk-serverlessapplicationrepository 1.70.0 → 1.71.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
  SHA256:
3
- metadata.gz: c4dd7feb22f0f8cf62b6716e69e5780ee829850b686c19599d3304c8fa897ec6
4
- data.tar.gz: ddccfe8525c96fe522c04e00ab481a2187061cabf09e888a4dd34b5620e4d977
3
+ metadata.gz: 68b24b03f0ce0d8717d9dc454518cf80bddff3cb331c3f542e5a9aa106cc51e3
4
+ data.tar.gz: b77d47507425144b4fbc7687cbe83facd860ab9f2b010e2c558065b25d3ec625
5
5
  SHA512:
6
- metadata.gz: 51e32e94ea5e038cda26598a0f6f2d8999fda3867d8e2b45e971b193b30852280191cd628df55c745e98fe696dc2023f0a03419dfa3e4c4d662a8b61b2cb9d28
7
- data.tar.gz: ffafa3551a888f00a0c271eb9cedc62000a5ca8d2f682ae402eff33a855b1f63a0c5368f2502c9081dc4d4f1788737246093f0974592982db7bb5b0f05b2f61c
6
+ metadata.gz: d45b4b5ef3669cc1d37edb3659e2aa9e94bf2ffd585938cf9381da0efe140b5dfb0a0108f7d2f66b6367d0107ee2248ed400c0954d9213309a5b3fbfd6530cef
7
+ data.tar.gz: da3a07323f0562c5fdd5d72f75adfb1eb60ee75e328880d912827dd074138d2d4a2e11f9ca52aa0b952a420aaeea2fecb0c10d607f92626117c246c713e14b06
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -661,7 +661,7 @@ module Aws::ServerlessApplicationRepository
661
661
  # @option params [Types::RollbackConfiguration] :rollback_configuration
662
662
  # This property corresponds to the <i>AWS CloudFormation <a
663
663
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
664
- # </i> Data Type.
664
+ # </i> Data Type.
665
665
  #
666
666
  # @option params [String] :semantic_version
667
667
  #
@@ -1263,7 +1263,7 @@ module Aws::ServerlessApplicationRepository
1263
1263
  tracer: tracer
1264
1264
  )
1265
1265
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1266
- context[:gem_version] = '1.70.0'
1266
+ context[:gem_version] = '1.71.0'
1267
1267
  Seahorse::Client::Request.new(handlers, context)
1268
1268
  end
1269
1269
 
@@ -818,28 +818,28 @@ module Aws::ServerlessApplicationRepository
818
818
  # This property corresponds to the parameter of the same name for the
819
819
  # <i>AWS CloudFormation <a
820
820
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
821
- # </i> API.
821
+ # </i> API.
822
822
  # @return [String]
823
823
  #
824
824
  # @!attribute [rw] client_token
825
825
  # This property corresponds to the parameter of the same name for the
826
826
  # <i>AWS CloudFormation <a
827
827
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
828
- # </i> API.
828
+ # </i> API.
829
829
  # @return [String]
830
830
  #
831
831
  # @!attribute [rw] description
832
832
  # This property corresponds to the parameter of the same name for the
833
833
  # <i>AWS CloudFormation <a
834
834
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
835
- # </i> API.
835
+ # </i> API.
836
836
  # @return [String]
837
837
  #
838
838
  # @!attribute [rw] notification_arns
839
839
  # This property corresponds to the parameter of the same name for the
840
840
  # <i>AWS CloudFormation <a
841
841
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
842
- # </i> API.
842
+ # </i> API.
843
843
  # @return [Array<String>]
844
844
  #
845
845
  # @!attribute [rw] parameter_overrides
@@ -850,14 +850,14 @@ module Aws::ServerlessApplicationRepository
850
850
  # This property corresponds to the parameter of the same name for the
851
851
  # <i>AWS CloudFormation <a
852
852
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
853
- # </i> API.
853
+ # </i> API.
854
854
  # @return [Array<String>]
855
855
  #
856
856
  # @!attribute [rw] rollback_configuration
857
857
  # This property corresponds to the parameter of the same name for the
858
858
  # <i>AWS CloudFormation <a
859
859
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
860
- # </i> API.
860
+ # </i> API.
861
861
  # @return [Types::RollbackConfiguration]
862
862
  #
863
863
  # @!attribute [rw] semantic_version
@@ -874,14 +874,14 @@ module Aws::ServerlessApplicationRepository
874
874
  # This property corresponds to the parameter of the same name for the
875
875
  # <i>AWS CloudFormation <a
876
876
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
877
- # </i> API.
877
+ # </i> API.
878
878
  # @return [String]
879
879
  #
880
880
  # @!attribute [rw] tags
881
881
  # This property corresponds to the parameter of the same name for the
882
882
  # <i>AWS CloudFormation <a
883
883
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
884
- # </i> API.
884
+ # </i> API.
885
885
  # @return [Array<Types::Tag>]
886
886
  #
887
887
  # @!attribute [rw] template_id
@@ -937,7 +937,7 @@ module Aws::ServerlessApplicationRepository
937
937
  # @!attribute [rw] rollback_configuration
938
938
  # This property corresponds to the <i>AWS CloudFormation <a
939
939
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
940
- # </i> Data Type.
940
+ # </i> Data Type.
941
941
  # @return [Types::RollbackConfiguration]
942
942
  #
943
943
  # @!attribute [rw] semantic_version
@@ -1542,20 +1542,20 @@ module Aws::ServerlessApplicationRepository
1542
1542
 
1543
1543
  # This property corresponds to the <i>AWS CloudFormation <a
1544
1544
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
1545
- # </i> Data Type.
1545
+ # </i> Data Type.
1546
1546
  #
1547
1547
  # @!attribute [rw] monitoring_time_in_minutes
1548
1548
  # This property corresponds to the content of the same name for the
1549
1549
  # <i>AWS CloudFormation <a
1550
1550
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
1551
- # </i> Data Type.
1551
+ # </i> Data Type.
1552
1552
  # @return [Integer]
1553
1553
  #
1554
1554
  # @!attribute [rw] rollback_triggers
1555
1555
  # This property corresponds to the content of the same name for the
1556
1556
  # <i>AWS CloudFormation <a
1557
1557
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
1558
- # </i> Data Type.
1558
+ # </i> Data Type.
1559
1559
  # @return [Array<Types::RollbackTrigger>]
1560
1560
  #
1561
1561
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/RollbackConfiguration AWS API Documentation
@@ -1569,20 +1569,20 @@ module Aws::ServerlessApplicationRepository
1569
1569
 
1570
1570
  # This property corresponds to the <i>AWS CloudFormation <a
1571
1571
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
1572
- # </i> Data Type.
1572
+ # </i> Data Type.
1573
1573
  #
1574
1574
  # @!attribute [rw] arn
1575
1575
  # This property corresponds to the content of the same name for the
1576
1576
  # <i>AWS CloudFormation <a
1577
1577
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
1578
- # </i> Data Type.
1578
+ # </i> Data Type.
1579
1579
  # @return [String]
1580
1580
  #
1581
1581
  # @!attribute [rw] type
1582
1582
  # This property corresponds to the content of the same name for the
1583
1583
  # <i>AWS CloudFormation <a
1584
1584
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
1585
- # </i> Data Type.
1585
+ # </i> Data Type.
1586
1586
  # @return [String]
1587
1587
  #
1588
1588
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/RollbackTrigger AWS API Documentation
@@ -1596,20 +1596,21 @@ module Aws::ServerlessApplicationRepository
1596
1596
 
1597
1597
  # This property corresponds to the <i>AWS CloudFormation <a
1598
1598
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">Tag</a>
1599
- # </i> Data Type.
1599
+ # </i> Data Type.
1600
1600
  #
1601
1601
  # @!attribute [rw] key
1602
1602
  # This property corresponds to the content of the same name for the
1603
1603
  # <i>AWS CloudFormation <a
1604
1604
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">Tag</a>
1605
- # </i> Data Type.
1605
+ # </i> Data Type.
1606
1606
  # @return [String]
1607
1607
  #
1608
1608
  # @!attribute [rw] value
1609
1609
  # This property corresponds to the content of the same name for the
1610
1610
  # <i>AWS CloudFormation <a
1611
1611
  # href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">
1612
- # Tag</a> </i> Data Type.
1612
+ # Tag</a>
1613
+ # </i> Data Type.
1613
1614
  # @return [String]
1614
1615
  #
1615
1616
  # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/Tag AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::ServerlessApplicationRepository
54
54
  autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.71.0'
58
58
 
59
59
  end
60
60
 
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.70.0
4
+ version: 1.71.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: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core