aws-sdk-marketplacecatalog 1.5.0 → 1.10.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: 244891b12c4e00588ace94a90e52df229600c346f832dada5f7038efc0c39544
4
- data.tar.gz: 12e84061559a8e66706b323b399ff22eee18530404264c4e6c7be78358472d25
3
+ metadata.gz: '099b9069757fe53f7d6710d357fc8508e296470dc51b9b0c527c9e3150471020'
4
+ data.tar.gz: 976a93aab3213376f4d82eff8d7d41fe72d20de19f51a6fd281f1826c75dd8ed
5
5
  SHA512:
6
- metadata.gz: 3b4c47f9692d78a5d5f60388025e5335b0712dd3e5f42a6b99d226a99565d0a61b9d4c70f54301c7e9b9e6ffbf363a5f96d72dd9645bda2814afedeab03f3842
7
- data.tar.gz: fd1c30ffe2d4a0897fe3e231e81b2a9ce55418dc4a392b578d0ec555d27a90e182952267ca02a7f22663b0951c4a344b9f404cd2f867fac15a16053594eaec8d
6
+ metadata.gz: 6bd426587b0aa701c1a2d525a4adac9c413cfdb15731f37663f777fd74eb46f295fc14b10574941c316722a65f4a66c9412348f55e57ef3b05cb95ee68e18330
7
+ data.tar.gz: d5eab654496bbf3b53aff2a3d4cd84b8a820c449b255e55ef778c02702e7e696250357f3177b3aac0df334a279768cf0ca12b787be40ea989c0ddfd85c8b505b
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-marketplacecatalog/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::MarketplaceCatalog
49
50
 
50
- GEM_VERSION = '1.5.0'
51
+ GEM_VERSION = '1.10.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::MarketplaceCatalog
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::MarketplaceCatalog
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -369,6 +384,7 @@ module Aws::MarketplaceCatalog
369
384
  # * {Types::DescribeChangeSetResponse#start_time #start_time} => String
370
385
  # * {Types::DescribeChangeSetResponse#end_time #end_time} => String
371
386
  # * {Types::DescribeChangeSetResponse#status #status} => String
387
+ # * {Types::DescribeChangeSetResponse#failure_code #failure_code} => String
372
388
  # * {Types::DescribeChangeSetResponse#failure_description #failure_description} => String
373
389
  # * {Types::DescribeChangeSetResponse#change_set #change_set} => Array<Types::ChangeSummary>
374
390
  #
@@ -387,6 +403,7 @@ module Aws::MarketplaceCatalog
387
403
  # resp.start_time #=> String
388
404
  # resp.end_time #=> String
389
405
  # resp.status #=> String, one of "PREPARING", "APPLYING", "SUCCEEDED", "CANCELLED", "FAILED"
406
+ # resp.failure_code #=> String, one of "CLIENT_ERROR", "SERVER_FAULT"
390
407
  # resp.failure_description #=> String
391
408
  # resp.change_set #=> Array
392
409
  # resp.change_set[0].change_type #=> String
@@ -510,6 +527,7 @@ module Aws::MarketplaceCatalog
510
527
  # resp.change_set_summary_list[0].status #=> String, one of "PREPARING", "APPLYING", "SUCCEEDED", "CANCELLED", "FAILED"
511
528
  # resp.change_set_summary_list[0].entity_id_list #=> Array
512
529
  # resp.change_set_summary_list[0].entity_id_list[0] #=> String
530
+ # resp.change_set_summary_list[0].failure_code #=> String, one of "CLIENT_ERROR", "SERVER_FAULT"
513
531
  # resp.next_token #=> String
514
532
  #
515
533
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ListChangeSets AWS API Documentation
@@ -669,7 +687,7 @@ module Aws::MarketplaceCatalog
669
687
  params: params,
670
688
  config: config)
671
689
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
672
- context[:gem_version] = '1.5.0'
690
+ context[:gem_version] = '1.10.0'
673
691
  Seahorse::Client::Request.new(handlers, context)
674
692
  end
675
693
 
@@ -38,6 +38,7 @@ module Aws::MarketplaceCatalog
38
38
  EntityType = Shapes::StringShape.new(name: 'EntityType')
39
39
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
40
40
  ErrorDetailList = Shapes::ListShape.new(name: 'ErrorDetailList')
41
+ FailureCode = Shapes::StringShape.new(name: 'FailureCode')
41
42
  Filter = Shapes::StructureShape.new(name: 'Filter')
42
43
  FilterList = Shapes::ListShape.new(name: 'FilterList')
43
44
  FilterName = Shapes::StringShape.new(name: 'FilterName')
@@ -94,6 +95,7 @@ module Aws::MarketplaceCatalog
94
95
  ChangeSetSummaryListItem.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "EndTime"))
95
96
  ChangeSetSummaryListItem.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
96
97
  ChangeSetSummaryListItem.add_member(:entity_id_list, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "EntityIdList"))
98
+ ChangeSetSummaryListItem.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
97
99
  ChangeSetSummaryListItem.struct_class = Types::ChangeSetSummaryListItem
98
100
 
99
101
  ChangeSummary.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "ChangeType"))
@@ -112,6 +114,7 @@ module Aws::MarketplaceCatalog
112
114
  DescribeChangeSetResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "StartTime"))
113
115
  DescribeChangeSetResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeISO8601, location_name: "EndTime"))
114
116
  DescribeChangeSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
117
+ DescribeChangeSetResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
115
118
  DescribeChangeSetResponse.add_member(:failure_description, Shapes::ShapeRef.new(shape: StringValue, location_name: "FailureDescription"))
116
119
  DescribeChangeSetResponse.add_member(:change_set, Shapes::ShapeRef.new(shape: ChangeSetDescription, location_name: "ChangeSet"))
117
120
  DescribeChangeSetResponse.struct_class = Types::DescribeChangeSetResponse
@@ -142,6 +142,14 @@ module Aws::MarketplaceCatalog
142
142
  # contain at least one entity.
143
143
  # @return [Array<String>]
144
144
  #
145
+ # @!attribute [rw] failure_code
146
+ # Returned if the change set is in `FAILED` status. Can be either
147
+ # `CLIENT_ERROR`, which means that there are issues with the request
148
+ # (see the `ErrorDetailList` of `DescribeChangeSet`), or
149
+ # `SERVER_FAULT`, which means that there is a problem in the system,
150
+ # and you should retry your request.
151
+ # @return [String]
152
+ #
145
153
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ChangeSetSummaryListItem AWS API Documentation
146
154
  #
147
155
  class ChangeSetSummaryListItem < Struct.new(
@@ -151,7 +159,8 @@ module Aws::MarketplaceCatalog
151
159
  :start_time,
152
160
  :end_time,
153
161
  :status,
154
- :entity_id_list)
162
+ :entity_id_list,
163
+ :failure_code)
155
164
  SENSITIVE = []
156
165
  include Aws::Structure
157
166
  end
@@ -245,6 +254,13 @@ module Aws::MarketplaceCatalog
245
254
  # The status of the change request.
246
255
  # @return [String]
247
256
  #
257
+ # @!attribute [rw] failure_code
258
+ # Returned if the change set is in `FAILED` status. Can be either
259
+ # `CLIENT_ERROR`, which means that there are issues with the request
260
+ # (see the `ErrorDetailList`), or `SERVER_FAULT`, which means that
261
+ # there is a problem in the system, and you should retry your request.
262
+ # @return [String]
263
+ #
248
264
  # @!attribute [rw] failure_description
249
265
  # Returned if there is a failure on the change set, but that failure
250
266
  # is not related to any of the changes in the request.
@@ -263,6 +279,7 @@ module Aws::MarketplaceCatalog
263
279
  :start_time,
264
280
  :end_time,
265
281
  :status,
282
+ :failure_code,
266
283
  :failure_description,
267
284
  :change_set)
268
285
  SENSITIVE = []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.10.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-23 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement