aws-sdk-serverlessapplicationrepository 1.22.0 → 1.23.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: 04f4d6358b248fb9c625173ca586523253c852f0
4
- data.tar.gz: 9c523dbab52848ce42239cfedb03ca8beae5b458
3
+ metadata.gz: 8d554c3190450819a1e5b13f3b570c721ad8d787
4
+ data.tar.gz: 856c0ec6fd47ccb5ba08d9df693dd74e1e32e6e6
5
5
  SHA512:
6
- metadata.gz: 3d9480138542d44bdb2a1bd3f552417cf97296181c190cdf2fd598998221e7a0e3e60c376bb1b5fc70a395e29c5ff8cb528c5e24c33e3128df5b7519e9f28734
7
- data.tar.gz: 5189784365238a3d6981acaec28f279b4076135953a8e1de5908544ab4b36020108ad1da8637eaaf5609ea7e4e33708cbda116164941bc2a2d23009d1678e454
6
+ metadata.gz: f983f053bb3eac33137f56c96c1b38acde43c5f821b2144a0ce12462c50aad1fe4f49217df5ee4089c837ad37ef20dc133cbf60934dea3dd19ceecc1c700c796
7
+ data.tar.gz: 0e2130c9b4b0a5a5a32658f0db1f31657ff9d0c86bddb3c54b6278ae6281e4f10c187247bef45dceb9728b52c57619aa147efd8f1b9c02eb9d1a5251c1548072
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-serverlessapplicationrepository/customizations'
42
42
  # @service
43
43
  module Aws::ServerlessApplicationRepository
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  end
@@ -294,11 +294,13 @@ module Aws::ServerlessApplicationRepository
294
294
  # * {Types::CreateApplicationResponse#creation_time #creation_time} => String
295
295
  # * {Types::CreateApplicationResponse#description #description} => String
296
296
  # * {Types::CreateApplicationResponse#home_page_url #home_page_url} => String
297
+ # * {Types::CreateApplicationResponse#is_verified_author #is_verified_author} => Boolean
297
298
  # * {Types::CreateApplicationResponse#labels #labels} => Array<String>
298
299
  # * {Types::CreateApplicationResponse#license_url #license_url} => String
299
300
  # * {Types::CreateApplicationResponse#name #name} => String
300
301
  # * {Types::CreateApplicationResponse#readme_url #readme_url} => String
301
302
  # * {Types::CreateApplicationResponse#spdx_license_id #spdx_license_id} => String
303
+ # * {Types::CreateApplicationResponse#verified_author_url #verified_author_url} => String
302
304
  # * {Types::CreateApplicationResponse#version #version} => Types::Version
303
305
  #
304
306
  # @example Request syntax with placeholder values
@@ -328,12 +330,14 @@ module Aws::ServerlessApplicationRepository
328
330
  # resp.creation_time #=> String
329
331
  # resp.description #=> String
330
332
  # resp.home_page_url #=> String
333
+ # resp.is_verified_author #=> Boolean
331
334
  # resp.labels #=> Array
332
335
  # resp.labels[0] #=> String
333
336
  # resp.license_url #=> String
334
337
  # resp.name #=> String
335
338
  # resp.readme_url #=> String
336
339
  # resp.spdx_license_id #=> String
340
+ # resp.verified_author_url #=> String
337
341
  # resp.version.application_id #=> String
338
342
  # resp.version.creation_time #=> String
339
343
  # resp.version.parameter_definitions #=> Array
@@ -609,11 +613,13 @@ module Aws::ServerlessApplicationRepository
609
613
  # * {Types::GetApplicationResponse#creation_time #creation_time} => String
610
614
  # * {Types::GetApplicationResponse#description #description} => String
611
615
  # * {Types::GetApplicationResponse#home_page_url #home_page_url} => String
616
+ # * {Types::GetApplicationResponse#is_verified_author #is_verified_author} => Boolean
612
617
  # * {Types::GetApplicationResponse#labels #labels} => Array<String>
613
618
  # * {Types::GetApplicationResponse#license_url #license_url} => String
614
619
  # * {Types::GetApplicationResponse#name #name} => String
615
620
  # * {Types::GetApplicationResponse#readme_url #readme_url} => String
616
621
  # * {Types::GetApplicationResponse#spdx_license_id #spdx_license_id} => String
622
+ # * {Types::GetApplicationResponse#verified_author_url #verified_author_url} => String
617
623
  # * {Types::GetApplicationResponse#version #version} => Types::Version
618
624
  #
619
625
  # @example Request syntax with placeholder values
@@ -630,12 +636,14 @@ module Aws::ServerlessApplicationRepository
630
636
  # resp.creation_time #=> String
631
637
  # resp.description #=> String
632
638
  # resp.home_page_url #=> String
639
+ # resp.is_verified_author #=> Boolean
633
640
  # resp.labels #=> Array
634
641
  # resp.labels[0] #=> String
635
642
  # resp.license_url #=> String
636
643
  # resp.name #=> String
637
644
  # resp.readme_url #=> String
638
645
  # resp.spdx_license_id #=> String
646
+ # resp.verified_author_url #=> String
639
647
  # resp.version.application_id #=> String
640
648
  # resp.version.creation_time #=> String
641
649
  # resp.version.parameter_definitions #=> Array
@@ -935,11 +943,13 @@ module Aws::ServerlessApplicationRepository
935
943
  # * {Types::UpdateApplicationResponse#creation_time #creation_time} => String
936
944
  # * {Types::UpdateApplicationResponse#description #description} => String
937
945
  # * {Types::UpdateApplicationResponse#home_page_url #home_page_url} => String
946
+ # * {Types::UpdateApplicationResponse#is_verified_author #is_verified_author} => Boolean
938
947
  # * {Types::UpdateApplicationResponse#labels #labels} => Array<String>
939
948
  # * {Types::UpdateApplicationResponse#license_url #license_url} => String
940
949
  # * {Types::UpdateApplicationResponse#name #name} => String
941
950
  # * {Types::UpdateApplicationResponse#readme_url #readme_url} => String
942
951
  # * {Types::UpdateApplicationResponse#spdx_license_id #spdx_license_id} => String
952
+ # * {Types::UpdateApplicationResponse#verified_author_url #verified_author_url} => String
943
953
  # * {Types::UpdateApplicationResponse#version #version} => Types::Version
944
954
  #
945
955
  # @example Request syntax with placeholder values
@@ -961,12 +971,14 @@ module Aws::ServerlessApplicationRepository
961
971
  # resp.creation_time #=> String
962
972
  # resp.description #=> String
963
973
  # resp.home_page_url #=> String
974
+ # resp.is_verified_author #=> Boolean
964
975
  # resp.labels #=> Array
965
976
  # resp.labels[0] #=> String
966
977
  # resp.license_url #=> String
967
978
  # resp.name #=> String
968
979
  # resp.readme_url #=> String
969
980
  # resp.spdx_license_id #=> String
981
+ # resp.verified_author_url #=> String
970
982
  # resp.version.application_id #=> String
971
983
  # resp.version.creation_time #=> String
972
984
  # resp.version.parameter_definitions #=> Array
@@ -1015,7 +1027,7 @@ module Aws::ServerlessApplicationRepository
1015
1027
  params: params,
1016
1028
  config: config)
1017
1029
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1018
- context[:gem_version] = '1.22.0'
1030
+ context[:gem_version] = '1.23.0'
1019
1031
  Seahorse::Client::Request.new(handlers, context)
1020
1032
  end
1021
1033
 
@@ -87,11 +87,13 @@ module Aws::ServerlessApplicationRepository
87
87
  Application.add_member(:creation_time, Shapes::ShapeRef.new(shape: __string, location_name: "creationTime"))
88
88
  Application.add_member(:description, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "description"))
89
89
  Application.add_member(:home_page_url, Shapes::ShapeRef.new(shape: __string, location_name: "homePageUrl"))
90
+ Application.add_member(:is_verified_author, Shapes::ShapeRef.new(shape: __boolean, location_name: "isVerifiedAuthor"))
90
91
  Application.add_member(:labels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "labels"))
91
92
  Application.add_member(:license_url, Shapes::ShapeRef.new(shape: __string, location_name: "licenseUrl"))
92
93
  Application.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
93
94
  Application.add_member(:readme_url, Shapes::ShapeRef.new(shape: __string, location_name: "readmeUrl"))
94
95
  Application.add_member(:spdx_license_id, Shapes::ShapeRef.new(shape: __string, location_name: "spdxLicenseId"))
96
+ Application.add_member(:verified_author_url, Shapes::ShapeRef.new(shape: __string, location_name: "verifiedAuthorUrl"))
95
97
  Application.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
96
98
  Application.struct_class = Types::Application
97
99
 
@@ -182,11 +184,13 @@ module Aws::ServerlessApplicationRepository
182
184
  CreateApplicationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __string, location_name: "creationTime"))
183
185
  CreateApplicationResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
184
186
  CreateApplicationResponse.add_member(:home_page_url, Shapes::ShapeRef.new(shape: __string, location_name: "homePageUrl"))
187
+ CreateApplicationResponse.add_member(:is_verified_author, Shapes::ShapeRef.new(shape: __boolean, location_name: "isVerifiedAuthor"))
185
188
  CreateApplicationResponse.add_member(:labels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "labels"))
186
189
  CreateApplicationResponse.add_member(:license_url, Shapes::ShapeRef.new(shape: __string, location_name: "licenseUrl"))
187
190
  CreateApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
188
191
  CreateApplicationResponse.add_member(:readme_url, Shapes::ShapeRef.new(shape: __string, location_name: "readmeUrl"))
189
192
  CreateApplicationResponse.add_member(:spdx_license_id, Shapes::ShapeRef.new(shape: __string, location_name: "spdxLicenseId"))
193
+ CreateApplicationResponse.add_member(:verified_author_url, Shapes::ShapeRef.new(shape: __string, location_name: "verifiedAuthorUrl"))
190
194
  CreateApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
191
195
  CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
192
196
 
@@ -285,11 +289,13 @@ module Aws::ServerlessApplicationRepository
285
289
  GetApplicationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __string, location_name: "creationTime"))
286
290
  GetApplicationResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
287
291
  GetApplicationResponse.add_member(:home_page_url, Shapes::ShapeRef.new(shape: __string, location_name: "homePageUrl"))
292
+ GetApplicationResponse.add_member(:is_verified_author, Shapes::ShapeRef.new(shape: __boolean, location_name: "isVerifiedAuthor"))
288
293
  GetApplicationResponse.add_member(:labels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "labels"))
289
294
  GetApplicationResponse.add_member(:license_url, Shapes::ShapeRef.new(shape: __string, location_name: "licenseUrl"))
290
295
  GetApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
291
296
  GetApplicationResponse.add_member(:readme_url, Shapes::ShapeRef.new(shape: __string, location_name: "readmeUrl"))
292
297
  GetApplicationResponse.add_member(:spdx_license_id, Shapes::ShapeRef.new(shape: __string, location_name: "spdxLicenseId"))
298
+ GetApplicationResponse.add_member(:verified_author_url, Shapes::ShapeRef.new(shape: __string, location_name: "verifiedAuthorUrl"))
293
299
  GetApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
294
300
  GetApplicationResponse.struct_class = Types::GetApplicationResponse
295
301
 
@@ -414,11 +420,13 @@ module Aws::ServerlessApplicationRepository
414
420
  UpdateApplicationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __string, location_name: "creationTime"))
415
421
  UpdateApplicationResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
416
422
  UpdateApplicationResponse.add_member(:home_page_url, Shapes::ShapeRef.new(shape: __string, location_name: "homePageUrl"))
423
+ UpdateApplicationResponse.add_member(:is_verified_author, Shapes::ShapeRef.new(shape: __boolean, location_name: "isVerifiedAuthor"))
417
424
  UpdateApplicationResponse.add_member(:labels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "labels"))
418
425
  UpdateApplicationResponse.add_member(:license_url, Shapes::ShapeRef.new(shape: __string, location_name: "licenseUrl"))
419
426
  UpdateApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
420
427
  UpdateApplicationResponse.add_member(:readme_url, Shapes::ShapeRef.new(shape: __string, location_name: "readmeUrl"))
421
428
  UpdateApplicationResponse.add_member(:spdx_license_id, Shapes::ShapeRef.new(shape: __string, location_name: "spdxLicenseId"))
429
+ UpdateApplicationResponse.add_member(:verified_author_url, Shapes::ShapeRef.new(shape: __string, location_name: "verifiedAuthorUrl"))
422
430
  UpdateApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
423
431
  UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
424
432
 
@@ -37,6 +37,14 @@ module Aws::ServerlessApplicationRepository
37
37
  # location of your GitHub repository for the application.
38
38
  # @return [String]
39
39
  #
40
+ # @!attribute [rw] is_verified_author
41
+ # Whether the author of this application has been verified. This means
42
+ # means that AWS has made a good faith review, as a reasonable and
43
+ # prudent service provider, of the information provided by the
44
+ # requester and has confirmed that the requester's identity is as
45
+ # claimed.
46
+ # @return [Boolean]
47
+ #
40
48
  # @!attribute [rw] labels
41
49
  # Labels to improve discovery of apps in search results.
42
50
  #
@@ -71,6 +79,11 @@ module Aws::ServerlessApplicationRepository
71
79
  # A valid identifier from https://spdx.org/licenses/.
72
80
  # @return [String]
73
81
  #
82
+ # @!attribute [rw] verified_author_url
83
+ # The URL to the public profile of a verified author. This URL is
84
+ # submitted by the author.
85
+ # @return [String]
86
+ #
74
87
  # @!attribute [rw] version
75
88
  # Version information about the application.
76
89
  # @return [Types::Version]
@@ -83,11 +96,13 @@ module Aws::ServerlessApplicationRepository
83
96
  :creation_time,
84
97
  :description,
85
98
  :home_page_url,
99
+ :is_verified_author,
86
100
  :labels,
87
101
  :license_url,
88
102
  :name,
89
103
  :readme_url,
90
104
  :spdx_license_id,
105
+ :verified_author_url,
91
106
  :version)
92
107
  include Aws::Structure
93
108
  end
@@ -603,6 +618,9 @@ module Aws::ServerlessApplicationRepository
603
618
  # @!attribute [rw] home_page_url
604
619
  # @return [String]
605
620
  #
621
+ # @!attribute [rw] is_verified_author
622
+ # @return [Boolean]
623
+ #
606
624
  # @!attribute [rw] labels
607
625
  # @return [Array<String>]
608
626
  #
@@ -618,6 +636,9 @@ module Aws::ServerlessApplicationRepository
618
636
  # @!attribute [rw] spdx_license_id
619
637
  # @return [String]
620
638
  #
639
+ # @!attribute [rw] verified_author_url
640
+ # @return [String]
641
+ #
621
642
  # @!attribute [rw] version
622
643
  # Application version details.
623
644
  # @return [Types::Version]
@@ -630,11 +651,13 @@ module Aws::ServerlessApplicationRepository
630
651
  :creation_time,
631
652
  :description,
632
653
  :home_page_url,
654
+ :is_verified_author,
633
655
  :labels,
634
656
  :license_url,
635
657
  :name,
636
658
  :readme_url,
637
659
  :spdx_license_id,
660
+ :verified_author_url,
638
661
  :version)
639
662
  include Aws::Structure
640
663
  end
@@ -1174,6 +1197,9 @@ module Aws::ServerlessApplicationRepository
1174
1197
  # @!attribute [rw] home_page_url
1175
1198
  # @return [String]
1176
1199
  #
1200
+ # @!attribute [rw] is_verified_author
1201
+ # @return [Boolean]
1202
+ #
1177
1203
  # @!attribute [rw] labels
1178
1204
  # @return [Array<String>]
1179
1205
  #
@@ -1189,6 +1215,9 @@ module Aws::ServerlessApplicationRepository
1189
1215
  # @!attribute [rw] spdx_license_id
1190
1216
  # @return [String]
1191
1217
  #
1218
+ # @!attribute [rw] verified_author_url
1219
+ # @return [String]
1220
+ #
1192
1221
  # @!attribute [rw] version
1193
1222
  # Application version details.
1194
1223
  # @return [Types::Version]
@@ -1201,11 +1230,13 @@ module Aws::ServerlessApplicationRepository
1201
1230
  :creation_time,
1202
1231
  :description,
1203
1232
  :home_page_url,
1233
+ :is_verified_author,
1204
1234
  :labels,
1205
1235
  :license_url,
1206
1236
  :name,
1207
1237
  :readme_url,
1208
1238
  :spdx_license_id,
1239
+ :verified_author_url,
1209
1240
  :version)
1210
1241
  include Aws::Structure
1211
1242
  end
@@ -1921,6 +1952,9 @@ module Aws::ServerlessApplicationRepository
1921
1952
  # @!attribute [rw] home_page_url
1922
1953
  # @return [String]
1923
1954
  #
1955
+ # @!attribute [rw] is_verified_author
1956
+ # @return [Boolean]
1957
+ #
1924
1958
  # @!attribute [rw] labels
1925
1959
  # @return [Array<String>]
1926
1960
  #
@@ -1936,6 +1970,9 @@ module Aws::ServerlessApplicationRepository
1936
1970
  # @!attribute [rw] spdx_license_id
1937
1971
  # @return [String]
1938
1972
  #
1973
+ # @!attribute [rw] verified_author_url
1974
+ # @return [String]
1975
+ #
1939
1976
  # @!attribute [rw] version
1940
1977
  # Application version details.
1941
1978
  # @return [Types::Version]
@@ -1948,11 +1985,13 @@ module Aws::ServerlessApplicationRepository
1948
1985
  :creation_time,
1949
1986
  :description,
1950
1987
  :home_page_url,
1988
+ :is_verified_author,
1951
1989
  :labels,
1952
1990
  :license_url,
1953
1991
  :name,
1954
1992
  :readme_url,
1955
1993
  :spdx_license_id,
1994
+ :verified_author_url,
1956
1995
  :version)
1957
1996
  include Aws::Structure
1958
1997
  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.22.0
4
+ version: 1.23.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core