aws-sdk-serverlessapplicationrepository 1.24.0 → 1.29.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
- SHA1:
3
- metadata.gz: 9d983be237eb51dad8637abce20439f78e3d53f3
4
- data.tar.gz: 81c0f415438d46139d07c2a20e8e72545858e517
2
+ SHA256:
3
+ metadata.gz: 2fa1154acb388ce4a67070c33eca193c8dfa84960509c6ce542b3cd4da3d7653
4
+ data.tar.gz: 587d8248683b62c31b03b937ff228371ec000cb8d653f40cd1cd0a546a9ebcbc
5
5
  SHA512:
6
- metadata.gz: 0b7afe7d1bb443c241432fbbce5dcc7d1594bb4ccfac67dca29796400a2c56cb3f3e165219448179f1c7bbc20e8b7f1f7fb3eed4ee266a17889c4ffe486369cd
7
- data.tar.gz: beee42de279cd7d76fab361036dbbe5e85186222a13f31aae6e7ecc791bfc22075c71e59398bdc849290964bdd68352bfbf44dd00eec1ff78f9b70c10c7ef242
6
+ metadata.gz: 875fad22f6743d2241a48b5af57d12bc9abc361aef28859fd87d61dec25cb70ebf0f290d5f93dc4634b9fb5214c11dea59fc38e8cafdc0199fcc72e02b2231ca
7
+ data.tar.gz: d65863f40d565ae9dd2cdcd4a1464276b2bcb37edb85113bf60bb6d8cda45abd2f5c6e273b8c5ce7b5ffe714ad0c32db13ee88e34b2ebb7ed247ef98a03e6483
@@ -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-serverlessapplicationrepository/customizations'
45
47
  # @service
46
48
  module Aws::ServerlessApplicationRepository
47
49
 
48
- GEM_VERSION = '1.24.0'
50
+ GEM_VERSION = '1.29.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:serverlessapplicationrepositor
32
35
  module Aws::ServerlessApplicationRepository
33
36
  # An API client for ServerlessApplicationRepository. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::ServerlessApplicationRepository::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::ServerlessApplicationRepository::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -69,6 +72,7 @@ module Aws::ServerlessApplicationRepository
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -105,7 +109,7 @@ module Aws::ServerlessApplicationRepository
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::ServerlessApplicationRepository
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::ServerlessApplicationRepository
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -229,15 +233,19 @@ module Aws::ServerlessApplicationRepository
229
233
  #
230
234
  # @option options [String] :retry_mode ("legacy")
231
235
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
241
249
  #
242
250
  # @option options [String] :secret_access_key
243
251
  #
@@ -265,8 +273,7 @@ module Aws::ServerlessApplicationRepository
265
273
  #
266
274
  # @option options [Integer] :http_read_timeout (60) The default
267
275
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
276
+ # safely be set per-request on the session.
270
277
  #
271
278
  # @option options [Float] :http_idle_timeout (5) The number of
272
279
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +285,7 @@ module Aws::ServerlessApplicationRepository
278
285
  # request body. This option has no effect unless the request has
279
286
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
287
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
288
+ # request on the session.
282
289
  #
283
290
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
291
  # HTTP debug output will be sent to the `:logger`.
@@ -749,6 +756,8 @@ module Aws::ServerlessApplicationRepository
749
756
  # resp.statements #=> Array
750
757
  # resp.statements[0].actions #=> Array
751
758
  # resp.statements[0].actions[0] #=> String
759
+ # resp.statements[0].principal_org_i_ds #=> Array
760
+ # resp.statements[0].principal_org_i_ds[0] #=> String
752
761
  # resp.statements[0].principals #=> Array
753
762
  # resp.statements[0].principals[0] #=> String
754
763
  # resp.statements[0].statement_id #=> String
@@ -820,6 +829,8 @@ module Aws::ServerlessApplicationRepository
820
829
  # * {Types::ListApplicationDependenciesResponse#dependencies #dependencies} => Array<Types::ApplicationDependencySummary>
821
830
  # * {Types::ListApplicationDependenciesResponse#next_token #next_token} => String
822
831
  #
832
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
833
+ #
823
834
  # @example Request syntax with placeholder values
824
835
  #
825
836
  # resp = client.list_application_dependencies({
@@ -858,6 +869,8 @@ module Aws::ServerlessApplicationRepository
858
869
  # * {Types::ListApplicationVersionsResponse#next_token #next_token} => String
859
870
  # * {Types::ListApplicationVersionsResponse#versions #versions} => Array<Types::VersionSummary>
860
871
  #
872
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
873
+ #
861
874
  # @example Request syntax with placeholder values
862
875
  #
863
876
  # resp = client.list_application_versions({
@@ -895,6 +908,8 @@ module Aws::ServerlessApplicationRepository
895
908
  # * {Types::ListApplicationsResponse#applications #applications} => Array<Types::ApplicationSummary>
896
909
  # * {Types::ListApplicationsResponse#next_token #next_token} => String
897
910
  #
911
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
912
+ #
898
913
  # @example Request syntax with placeholder values
899
914
  #
900
915
  # resp = client.list_applications({
@@ -947,6 +962,7 @@ module Aws::ServerlessApplicationRepository
947
962
  # statements: [ # required
948
963
  # {
949
964
  # actions: ["__string"], # required
965
+ # principal_org_i_ds: ["__string"],
950
966
  # principals: ["__string"], # required
951
967
  # statement_id: "__string",
952
968
  # },
@@ -958,6 +974,8 @@ module Aws::ServerlessApplicationRepository
958
974
  # resp.statements #=> Array
959
975
  # resp.statements[0].actions #=> Array
960
976
  # resp.statements[0].actions[0] #=> String
977
+ # resp.statements[0].principal_org_i_ds #=> Array
978
+ # resp.statements[0].principal_org_i_ds[0] #=> String
961
979
  # resp.statements[0].principals #=> Array
962
980
  # resp.statements[0].principals[0] #=> String
963
981
  # resp.statements[0].statement_id #=> String
@@ -971,6 +989,33 @@ module Aws::ServerlessApplicationRepository
971
989
  req.send_request(options)
972
990
  end
973
991
 
992
+ # Unshares an application from an AWS Organization.
993
+ #
994
+ # This operation can be called only from the organization's master
995
+ # account.
996
+ #
997
+ # @option params [required, String] :application_id
998
+ #
999
+ # @option params [required, String] :organization_id
1000
+ #
1001
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1002
+ #
1003
+ # @example Request syntax with placeholder values
1004
+ #
1005
+ # resp = client.unshare_application({
1006
+ # application_id: "__string", # required
1007
+ # organization_id: "__string", # required
1008
+ # })
1009
+ #
1010
+ # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/UnshareApplication AWS API Documentation
1011
+ #
1012
+ # @overload unshare_application(params = {})
1013
+ # @param [Hash] params ({})
1014
+ def unshare_application(params = {}, options = {})
1015
+ req = build_request(:unshare_application, params)
1016
+ req.send_request(options)
1017
+ end
1018
+
974
1019
  # Updates the specified application.
975
1020
  #
976
1021
  # @option params [required, String] :application_id
@@ -1078,7 +1123,7 @@ module Aws::ServerlessApplicationRepository
1078
1123
  params: params,
1079
1124
  config: config)
1080
1125
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1081
- context[:gem_version] = '1.24.0'
1126
+ context[:gem_version] = '1.29.0'
1082
1127
  Seahorse::Client::Request.new(handlers, context)
1083
1128
  end
1084
1129
 
@@ -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:
@@ -61,6 +63,8 @@ module Aws::ServerlessApplicationRepository
61
63
  Tag = Shapes::StructureShape.new(name: 'Tag')
62
64
  TemplateDetails = Shapes::StructureShape.new(name: 'TemplateDetails')
63
65
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
66
+ UnshareApplicationInput = Shapes::StructureShape.new(name: 'UnshareApplicationInput')
67
+ UnshareApplicationRequest = Shapes::StructureShape.new(name: 'UnshareApplicationRequest')
64
68
  UpdateApplicationInput = Shapes::StructureShape.new(name: 'UpdateApplicationInput')
65
69
  UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
66
70
  UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
@@ -113,6 +117,7 @@ module Aws::ServerlessApplicationRepository
113
117
  ApplicationPolicy.struct_class = Types::ApplicationPolicy
114
118
 
115
119
  ApplicationPolicyStatement.add_member(:actions, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "actions"))
120
+ ApplicationPolicyStatement.add_member(:principal_org_i_ds, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "principalOrgIDs"))
116
121
  ApplicationPolicyStatement.add_member(:principals, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "principals"))
117
122
  ApplicationPolicyStatement.add_member(:statement_id, Shapes::ShapeRef.new(shape: __string, location_name: "statementId"))
118
123
  ApplicationPolicyStatement.struct_class = Types::ApplicationPolicyStatement
@@ -398,6 +403,13 @@ module Aws::ServerlessApplicationRepository
398
403
  TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
399
404
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
400
405
 
406
+ UnshareApplicationInput.add_member(:organization_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "organizationId"))
407
+ UnshareApplicationInput.struct_class = Types::UnshareApplicationInput
408
+
409
+ UnshareApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "applicationId"))
410
+ UnshareApplicationRequest.add_member(:organization_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "organizationId"))
411
+ UnshareApplicationRequest.struct_class = Types::UnshareApplicationRequest
412
+
401
413
  UpdateApplicationInput.add_member(:author, Shapes::ShapeRef.new(shape: __string, location_name: "author"))
402
414
  UpdateApplicationInput.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
403
415
  UpdateApplicationInput.add_member(:home_page_url, Shapes::ShapeRef.new(shape: __string, location_name: "homePageUrl"))
@@ -658,6 +670,19 @@ module Aws::ServerlessApplicationRepository
658
670
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
659
671
  end)
660
672
 
673
+ api.add_operation(:unshare_application, Seahorse::Model::Operation.new.tap do |o|
674
+ o.name = "UnshareApplication"
675
+ o.http_method = "POST"
676
+ o.http_request_uri = "/applications/{applicationId}/unshare"
677
+ o.input = Shapes::ShapeRef.new(shape: UnshareApplicationRequest)
678
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
679
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
680
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
681
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
682
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
683
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
684
+ end)
685
+
661
686
  api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
662
687
  o.name = "UpdateApplication"
663
688
  o.http_method = "PATCH"
@@ -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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::ServerlessApplicationRepository
9
- # This class provides a resource oriented interface for ServerlessApplicationRepository.
10
- # To create a resource object:
11
- # resource = Aws::ServerlessApplicationRepository::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::ServerlessApplicationRepository::Client.new(region: 'us-west-2')
15
- # resource = Aws::ServerlessApplicationRepository::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -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:
@@ -104,6 +106,7 @@ module Aws::ServerlessApplicationRepository
104
106
  :spdx_license_id,
105
107
  :verified_author_url,
106
108
  :version)
109
+ SENSITIVE = []
107
110
  include Aws::Structure
108
111
  end
109
112
 
@@ -122,6 +125,7 @@ module Aws::ServerlessApplicationRepository
122
125
  class ApplicationDependencyPage < Struct.new(
123
126
  :dependencies,
124
127
  :next_token)
128
+ SENSITIVE = []
125
129
  include Aws::Structure
126
130
  end
127
131
 
@@ -140,6 +144,7 @@ module Aws::ServerlessApplicationRepository
140
144
  class ApplicationDependencySummary < Struct.new(
141
145
  :application_id,
142
146
  :semantic_version)
147
+ SENSITIVE = []
143
148
  include Aws::Structure
144
149
  end
145
150
 
@@ -158,6 +163,7 @@ module Aws::ServerlessApplicationRepository
158
163
  class ApplicationPage < Struct.new(
159
164
  :applications,
160
165
  :next_token)
166
+ SENSITIVE = []
161
167
  include Aws::Structure
162
168
  end
163
169
 
@@ -171,6 +177,7 @@ module Aws::ServerlessApplicationRepository
171
177
  #
172
178
  class ApplicationPolicy < Struct.new(
173
179
  :statements)
180
+ SENSITIVE = []
174
181
  include Aws::Structure
175
182
  end
176
183
 
@@ -181,6 +188,7 @@ module Aws::ServerlessApplicationRepository
181
188
  #
182
189
  # {
183
190
  # actions: ["__string"], # required
191
+ # principal_org_i_ds: ["__string"],
184
192
  # principals: ["__string"], # required
185
193
  # statement_id: "__string",
186
194
  # }
@@ -194,6 +202,15 @@ module Aws::ServerlessApplicationRepository
194
202
  # [1]: https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions
195
203
  # @return [Array<String>]
196
204
  #
205
+ # @!attribute [rw] principal_org_i_ds
206
+ # An array of PrinciplalOrgIDs, which corresponds to AWS IAM
207
+ # [aws:PrincipalOrgID][1] global condition key.
208
+ #
209
+ #
210
+ #
211
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#principal-org-id
212
+ # @return [Array<String>]
213
+ #
197
214
  # @!attribute [rw] principals
198
215
  # An array of AWS account IDs, or * to make the application public.
199
216
  # @return [Array<String>]
@@ -206,8 +223,10 @@ module Aws::ServerlessApplicationRepository
206
223
  #
207
224
  class ApplicationPolicyStatement < Struct.new(
208
225
  :actions,
226
+ :principal_org_i_ds,
209
227
  :principals,
210
228
  :statement_id)
229
+ SENSITIVE = []
211
230
  include Aws::Structure
212
231
  end
213
232
 
@@ -275,6 +294,7 @@ module Aws::ServerlessApplicationRepository
275
294
  :labels,
276
295
  :name,
277
296
  :spdx_license_id)
297
+ SENSITIVE = []
278
298
  include Aws::Structure
279
299
  end
280
300
 
@@ -293,6 +313,7 @@ module Aws::ServerlessApplicationRepository
293
313
  class ApplicationVersionPage < Struct.new(
294
314
  :next_token,
295
315
  :versions)
316
+ SENSITIVE = []
296
317
  include Aws::Structure
297
318
  end
298
319
 
@@ -311,6 +332,7 @@ module Aws::ServerlessApplicationRepository
311
332
  class BadRequestException < Struct.new(
312
333
  :error_code,
313
334
  :message)
335
+ SENSITIVE = []
314
336
  include Aws::Structure
315
337
  end
316
338
 
@@ -349,6 +371,7 @@ module Aws::ServerlessApplicationRepository
349
371
  :change_set_id,
350
372
  :semantic_version,
351
373
  :stack_id)
374
+ SENSITIVE = []
352
375
  include Aws::Structure
353
376
  end
354
377
 
@@ -367,6 +390,7 @@ module Aws::ServerlessApplicationRepository
367
390
  class ConflictException < Struct.new(
368
391
  :error_code,
369
392
  :message)
393
+ SENSITIVE = []
370
394
  include Aws::Structure
371
395
  end
372
396
 
@@ -513,6 +537,7 @@ module Aws::ServerlessApplicationRepository
513
537
  :spdx_license_id,
514
538
  :template_body,
515
539
  :template_url)
540
+ SENSITIVE = []
516
541
  include Aws::Structure
517
542
  end
518
543
 
@@ -600,6 +625,7 @@ module Aws::ServerlessApplicationRepository
600
625
  :spdx_license_id,
601
626
  :template_body,
602
627
  :template_url)
628
+ SENSITIVE = []
603
629
  include Aws::Structure
604
630
  end
605
631
 
@@ -659,6 +685,7 @@ module Aws::ServerlessApplicationRepository
659
685
  :spdx_license_id,
660
686
  :verified_author_url,
661
687
  :version)
688
+ SENSITIVE = []
662
689
  include Aws::Structure
663
690
  end
664
691
 
@@ -691,6 +718,7 @@ module Aws::ServerlessApplicationRepository
691
718
  :source_code_url,
692
719
  :template_body,
693
720
  :template_url)
721
+ SENSITIVE = []
694
722
  include Aws::Structure
695
723
  end
696
724
 
@@ -733,6 +761,7 @@ module Aws::ServerlessApplicationRepository
733
761
  :source_code_url,
734
762
  :template_body,
735
763
  :template_url)
764
+ SENSITIVE = []
736
765
  include Aws::Structure
737
766
  end
738
767
 
@@ -775,6 +804,7 @@ module Aws::ServerlessApplicationRepository
775
804
  :source_code_archive_url,
776
805
  :source_code_url,
777
806
  :template_url)
807
+ SENSITIVE = []
778
808
  include Aws::Structure
779
809
  end
780
810
 
@@ -919,6 +949,7 @@ module Aws::ServerlessApplicationRepository
919
949
  :stack_name,
920
950
  :tags,
921
951
  :template_id)
952
+ SENSITIVE = []
922
953
  include Aws::Structure
923
954
  end
924
955
 
@@ -1017,6 +1048,7 @@ module Aws::ServerlessApplicationRepository
1017
1048
  :stack_name,
1018
1049
  :tags,
1019
1050
  :template_id)
1051
+ SENSITIVE = []
1020
1052
  include Aws::Structure
1021
1053
  end
1022
1054
 
@@ -1039,6 +1071,7 @@ module Aws::ServerlessApplicationRepository
1039
1071
  :change_set_id,
1040
1072
  :semantic_version,
1041
1073
  :stack_id)
1074
+ SENSITIVE = []
1042
1075
  include Aws::Structure
1043
1076
  end
1044
1077
 
@@ -1061,6 +1094,7 @@ module Aws::ServerlessApplicationRepository
1061
1094
  class CreateCloudFormationTemplateRequest < Struct.new(
1062
1095
  :application_id,
1063
1096
  :semantic_version)
1097
+ SENSITIVE = []
1064
1098
  include Aws::Structure
1065
1099
  end
1066
1100
 
@@ -1095,6 +1129,7 @@ module Aws::ServerlessApplicationRepository
1095
1129
  :status,
1096
1130
  :template_id,
1097
1131
  :template_url)
1132
+ SENSITIVE = []
1098
1133
  include Aws::Structure
1099
1134
  end
1100
1135
 
@@ -1112,6 +1147,7 @@ module Aws::ServerlessApplicationRepository
1112
1147
  #
1113
1148
  class DeleteApplicationRequest < Struct.new(
1114
1149
  :application_id)
1150
+ SENSITIVE = []
1115
1151
  include Aws::Structure
1116
1152
  end
1117
1153
 
@@ -1130,6 +1166,7 @@ module Aws::ServerlessApplicationRepository
1130
1166
  class ForbiddenException < Struct.new(
1131
1167
  :error_code,
1132
1168
  :message)
1169
+ SENSITIVE = []
1133
1170
  include Aws::Structure
1134
1171
  end
1135
1172
 
@@ -1147,6 +1184,7 @@ module Aws::ServerlessApplicationRepository
1147
1184
  #
1148
1185
  class GetApplicationPolicyRequest < Struct.new(
1149
1186
  :application_id)
1187
+ SENSITIVE = []
1150
1188
  include Aws::Structure
1151
1189
  end
1152
1190
 
@@ -1157,6 +1195,7 @@ module Aws::ServerlessApplicationRepository
1157
1195
  #
1158
1196
  class GetApplicationPolicyResponse < Struct.new(
1159
1197
  :statements)
1198
+ SENSITIVE = []
1160
1199
  include Aws::Structure
1161
1200
  end
1162
1201
 
@@ -1179,6 +1218,7 @@ module Aws::ServerlessApplicationRepository
1179
1218
  class GetApplicationRequest < Struct.new(
1180
1219
  :application_id,
1181
1220
  :semantic_version)
1221
+ SENSITIVE = []
1182
1222
  include Aws::Structure
1183
1223
  end
1184
1224
 
@@ -1238,6 +1278,7 @@ module Aws::ServerlessApplicationRepository
1238
1278
  :spdx_license_id,
1239
1279
  :verified_author_url,
1240
1280
  :version)
1281
+ SENSITIVE = []
1241
1282
  include Aws::Structure
1242
1283
  end
1243
1284
 
@@ -1260,6 +1301,7 @@ module Aws::ServerlessApplicationRepository
1260
1301
  class GetCloudFormationTemplateRequest < Struct.new(
1261
1302
  :application_id,
1262
1303
  :template_id)
1304
+ SENSITIVE = []
1263
1305
  include Aws::Structure
1264
1306
  end
1265
1307
 
@@ -1294,6 +1336,7 @@ module Aws::ServerlessApplicationRepository
1294
1336
  :status,
1295
1337
  :template_id,
1296
1338
  :template_url)
1339
+ SENSITIVE = []
1297
1340
  include Aws::Structure
1298
1341
  end
1299
1342
 
@@ -1314,6 +1357,7 @@ module Aws::ServerlessApplicationRepository
1314
1357
  class InternalServerErrorException < Struct.new(
1315
1358
  :error_code,
1316
1359
  :message)
1360
+ SENSITIVE = []
1317
1361
  include Aws::Structure
1318
1362
  end
1319
1363
 
@@ -1346,6 +1390,7 @@ module Aws::ServerlessApplicationRepository
1346
1390
  :max_items,
1347
1391
  :next_token,
1348
1392
  :semantic_version)
1393
+ SENSITIVE = []
1349
1394
  include Aws::Structure
1350
1395
  end
1351
1396
 
@@ -1360,6 +1405,7 @@ module Aws::ServerlessApplicationRepository
1360
1405
  class ListApplicationDependenciesResponse < Struct.new(
1361
1406
  :dependencies,
1362
1407
  :next_token)
1408
+ SENSITIVE = []
1363
1409
  include Aws::Structure
1364
1410
  end
1365
1411
 
@@ -1387,6 +1433,7 @@ module Aws::ServerlessApplicationRepository
1387
1433
  :application_id,
1388
1434
  :max_items,
1389
1435
  :next_token)
1436
+ SENSITIVE = []
1390
1437
  include Aws::Structure
1391
1438
  end
1392
1439
 
@@ -1401,6 +1448,7 @@ module Aws::ServerlessApplicationRepository
1401
1448
  class ListApplicationVersionsResponse < Struct.new(
1402
1449
  :next_token,
1403
1450
  :versions)
1451
+ SENSITIVE = []
1404
1452
  include Aws::Structure
1405
1453
  end
1406
1454
 
@@ -1423,6 +1471,7 @@ module Aws::ServerlessApplicationRepository
1423
1471
  class ListApplicationsRequest < Struct.new(
1424
1472
  :max_items,
1425
1473
  :next_token)
1474
+ SENSITIVE = []
1426
1475
  include Aws::Structure
1427
1476
  end
1428
1477
 
@@ -1437,6 +1486,7 @@ module Aws::ServerlessApplicationRepository
1437
1486
  class ListApplicationsResponse < Struct.new(
1438
1487
  :applications,
1439
1488
  :next_token)
1489
+ SENSITIVE = []
1440
1490
  include Aws::Structure
1441
1491
  end
1442
1492
 
@@ -1457,6 +1507,7 @@ module Aws::ServerlessApplicationRepository
1457
1507
  class NotFoundException < Struct.new(
1458
1508
  :error_code,
1459
1509
  :message)
1510
+ SENSITIVE = []
1460
1511
  include Aws::Structure
1461
1512
  end
1462
1513
 
@@ -1583,6 +1634,7 @@ module Aws::ServerlessApplicationRepository
1583
1634
  :no_echo,
1584
1635
  :referenced_by_resources,
1585
1636
  :type)
1637
+ SENSITIVE = []
1586
1638
  include Aws::Structure
1587
1639
  end
1588
1640
 
@@ -1611,6 +1663,7 @@ module Aws::ServerlessApplicationRepository
1611
1663
  class ParameterValue < Struct.new(
1612
1664
  :name,
1613
1665
  :value)
1666
+ SENSITIVE = []
1614
1667
  include Aws::Structure
1615
1668
  end
1616
1669
 
@@ -1622,6 +1675,7 @@ module Aws::ServerlessApplicationRepository
1622
1675
  # statements: [ # required
1623
1676
  # {
1624
1677
  # actions: ["__string"], # required
1678
+ # principal_org_i_ds: ["__string"],
1625
1679
  # principals: ["__string"], # required
1626
1680
  # statement_id: "__string",
1627
1681
  # },
@@ -1639,6 +1693,7 @@ module Aws::ServerlessApplicationRepository
1639
1693
  class PutApplicationPolicyRequest < Struct.new(
1640
1694
  :application_id,
1641
1695
  :statements)
1696
+ SENSITIVE = []
1642
1697
  include Aws::Structure
1643
1698
  end
1644
1699
 
@@ -1649,6 +1704,7 @@ module Aws::ServerlessApplicationRepository
1649
1704
  #
1650
1705
  class PutApplicationPolicyResponse < Struct.new(
1651
1706
  :statements)
1707
+ SENSITIVE = []
1652
1708
  include Aws::Structure
1653
1709
  end
1654
1710
 
@@ -1688,6 +1744,7 @@ module Aws::ServerlessApplicationRepository
1688
1744
  class RollbackConfiguration < Struct.new(
1689
1745
  :monitoring_time_in_minutes,
1690
1746
  :rollback_triggers)
1747
+ SENSITIVE = []
1691
1748
  include Aws::Structure
1692
1749
  end
1693
1750
 
@@ -1722,6 +1779,7 @@ module Aws::ServerlessApplicationRepository
1722
1779
  class RollbackTrigger < Struct.new(
1723
1780
  :arn,
1724
1781
  :type)
1782
+ SENSITIVE = []
1725
1783
  include Aws::Structure
1726
1784
  end
1727
1785
 
@@ -1756,6 +1814,7 @@ module Aws::ServerlessApplicationRepository
1756
1814
  class Tag < Struct.new(
1757
1815
  :key,
1758
1816
  :value)
1817
+ SENSITIVE = []
1759
1818
  include Aws::Structure
1760
1819
  end
1761
1820
 
@@ -1812,6 +1871,7 @@ module Aws::ServerlessApplicationRepository
1812
1871
  :status,
1813
1872
  :template_id,
1814
1873
  :template_url)
1874
+ SENSITIVE = []
1815
1875
  include Aws::Structure
1816
1876
  end
1817
1877
 
@@ -1832,6 +1892,44 @@ module Aws::ServerlessApplicationRepository
1832
1892
  class TooManyRequestsException < Struct.new(
1833
1893
  :error_code,
1834
1894
  :message)
1895
+ SENSITIVE = []
1896
+ include Aws::Structure
1897
+ end
1898
+
1899
+ # Unshare application request.
1900
+ #
1901
+ # @!attribute [rw] organization_id
1902
+ # The AWS Organization ID to unshare the application from.
1903
+ # @return [String]
1904
+ #
1905
+ # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/UnshareApplicationInput AWS API Documentation
1906
+ #
1907
+ class UnshareApplicationInput < Struct.new(
1908
+ :organization_id)
1909
+ SENSITIVE = []
1910
+ include Aws::Structure
1911
+ end
1912
+
1913
+ # @note When making an API call, you may pass UnshareApplicationRequest
1914
+ # data as a hash:
1915
+ #
1916
+ # {
1917
+ # application_id: "__string", # required
1918
+ # organization_id: "__string", # required
1919
+ # }
1920
+ #
1921
+ # @!attribute [rw] application_id
1922
+ # @return [String]
1923
+ #
1924
+ # @!attribute [rw] organization_id
1925
+ # @return [String]
1926
+ #
1927
+ # @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/UnshareApplicationRequest AWS API Documentation
1928
+ #
1929
+ class UnshareApplicationRequest < Struct.new(
1930
+ :application_id,
1931
+ :organization_id)
1932
+ SENSITIVE = []
1835
1933
  include Aws::Structure
1836
1934
  end
1837
1935
 
@@ -1887,6 +1985,7 @@ module Aws::ServerlessApplicationRepository
1887
1985
  :labels,
1888
1986
  :readme_body,
1889
1987
  :readme_url)
1988
+ SENSITIVE = []
1890
1989
  include Aws::Structure
1891
1990
  end
1892
1991
 
@@ -1934,6 +2033,7 @@ module Aws::ServerlessApplicationRepository
1934
2033
  :labels,
1935
2034
  :readme_body,
1936
2035
  :readme_url)
2036
+ SENSITIVE = []
1937
2037
  include Aws::Structure
1938
2038
  end
1939
2039
 
@@ -1993,6 +2093,7 @@ module Aws::ServerlessApplicationRepository
1993
2093
  :spdx_license_id,
1994
2094
  :verified_author_url,
1995
2095
  :version)
2096
+ SENSITIVE = []
1996
2097
  include Aws::Structure
1997
2098
  end
1998
2099
 
@@ -2100,6 +2201,7 @@ module Aws::ServerlessApplicationRepository
2100
2201
  :source_code_archive_url,
2101
2202
  :source_code_url,
2102
2203
  :template_url)
2204
+ SENSITIVE = []
2103
2205
  include Aws::Structure
2104
2206
  end
2105
2207
 
@@ -2135,6 +2237,7 @@ module Aws::ServerlessApplicationRepository
2135
2237
  :creation_time,
2136
2238
  :semantic_version,
2137
2239
  :source_code_url)
2240
+ SENSITIVE = []
2138
2241
  include Aws::Structure
2139
2242
  end
2140
2243
 
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.24.0
4
+ version: 1.29.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-03-09 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - AWSServerlessApplicationRepository