aws-sdk-schemas 1.2.0 → 1.7.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: c0b39fe3e0aeb40c9be48a8e6f527226bcbaf652db1eeda9bdb360ad8564aaf3
4
- data.tar.gz: 61d511801bca17e9eeffd40b9f36f0bc630a58b9cc5e0c6f54a26bf6b33435e8
3
+ metadata.gz: 56c9c0bf54e62060341f7050e97878e59756bab9f97fb9bac20c663114690a2e
4
+ data.tar.gz: bc74d60efffc201521aaf89657cdfe6283088f4421890dc5ec92cf9204166a21
5
5
  SHA512:
6
- metadata.gz: b2c0cb1153efa7fc7654553a88d2768344adcd214540fa1139a3c3c571cb4677e6397f9135854f7baf2379e0013586ee97272dce3aed7a238485026fa205b87a
7
- data.tar.gz: f2d748472d3dc55d67334de268279a578438585cf6c09e46d8381ff9f213396690b6ec80da3a84c5687c11060392610a62266d2071adb6dd574b431c7579078c
6
+ metadata.gz: d0e9b1a556460518834429c0afc300f81458890b77f30627fff8fa2a605de1a1f30f0bf1482706228c2bb27b8a97592c6a13f9b79275f07dcb737fd6781bfd18
7
+ data.tar.gz: 4ec5c7f25e364d607df350d1848c9dedf1f16b36bed3008fc04b0a95e356e30cdc0dec76875b378868077adc5c576c3198b04ac4f21945a6a83c006d64dacf96
@@ -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:
@@ -43,9 +45,9 @@ require_relative 'aws-sdk-schemas/customizations'
43
45
  #
44
46
  # See {Errors} for more information.
45
47
  #
46
- # @service
48
+ # @!group service
47
49
  module Aws::Schemas
48
50
 
49
- GEM_VERSION = '1.2.0'
51
+ GEM_VERSION = '1.7.0'
50
52
 
51
53
  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
 
@@ -69,6 +72,7 @@ module Aws::Schemas
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
 
@@ -81,13 +85,28 @@ module Aws::Schemas
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
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
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,15 +116,15 @@ module Aws::Schemas
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # 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.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
107
126
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
127
+ # a default `:region` is searched for in the following locations:
109
128
  #
110
129
  # * `Aws.config[:region]`
111
130
  # * `ENV['AWS_REGION']`
@@ -161,7 +180,7 @@ module Aws::Schemas
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +195,7 @@ module Aws::Schemas
176
195
  # requests fetching endpoints information. Defaults to 60 sec.
177
196
  #
178
197
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
198
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
199
  #
181
200
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
201
  # The log formatter.
@@ -1436,7 +1455,7 @@ module Aws::Schemas
1436
1455
  params: params,
1437
1456
  config: config)
1438
1457
  context[:gem_name] = 'aws-sdk-schemas'
1439
- context[:gem_version] = '1.2.0'
1458
+ context[:gem_version] = '1.7.0'
1440
1459
  Seahorse::Client::Request.new(handlers, context)
1441
1460
  end
1442
1461
 
@@ -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:
@@ -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:
@@ -19,6 +21,7 @@ module Aws::Schemas
19
21
  class BadRequestException < Struct.new(
20
22
  :code,
21
23
  :message)
24
+ SENSITIVE = []
22
25
  include Aws::Structure
23
26
  end
24
27
 
@@ -45,6 +48,7 @@ module Aws::Schemas
45
48
  :last_modified,
46
49
  :schema_version,
47
50
  :status)
51
+ SENSITIVE = []
48
52
  include Aws::Structure
49
53
  end
50
54
 
@@ -59,6 +63,7 @@ module Aws::Schemas
59
63
  class ConflictException < Struct.new(
60
64
  :code,
61
65
  :message)
66
+ SENSITIVE = []
62
67
  include Aws::Structure
63
68
  end
64
69
 
@@ -80,6 +85,7 @@ module Aws::Schemas
80
85
  :description,
81
86
  :source_arn,
82
87
  :tags)
88
+ SENSITIVE = []
83
89
  include Aws::Structure
84
90
  end
85
91
 
@@ -110,6 +116,7 @@ module Aws::Schemas
110
116
  :description,
111
117
  :source_arn,
112
118
  :tags)
119
+ SENSITIVE = []
113
120
  include Aws::Structure
114
121
  end
115
122
 
@@ -141,6 +148,7 @@ module Aws::Schemas
141
148
  :source_arn,
142
149
  :state,
143
150
  :tags)
151
+ SENSITIVE = []
144
152
  include Aws::Structure
145
153
  end
146
154
 
@@ -157,6 +165,7 @@ module Aws::Schemas
157
165
  class CreateRegistryInput < Struct.new(
158
166
  :description,
159
167
  :tags)
168
+ SENSITIVE = []
160
169
  include Aws::Structure
161
170
  end
162
171
 
@@ -187,6 +196,7 @@ module Aws::Schemas
187
196
  :description,
188
197
  :registry_name,
189
198
  :tags)
199
+ SENSITIVE = []
190
200
  include Aws::Structure
191
201
  end
192
202
 
@@ -210,6 +220,7 @@ module Aws::Schemas
210
220
  :registry_arn,
211
221
  :registry_name,
212
222
  :tags)
223
+ SENSITIVE = []
213
224
  include Aws::Structure
214
225
  end
215
226
 
@@ -236,6 +247,7 @@ module Aws::Schemas
236
247
  :description,
237
248
  :tags,
238
249
  :type)
250
+ SENSITIVE = []
239
251
  include Aws::Structure
240
252
  end
241
253
 
@@ -281,6 +293,7 @@ module Aws::Schemas
281
293
  :schema_name,
282
294
  :tags,
283
295
  :type)
296
+ SENSITIVE = []
284
297
  include Aws::Structure
285
298
  end
286
299
 
@@ -320,6 +333,7 @@ module Aws::Schemas
320
333
  :tags,
321
334
  :type,
322
335
  :version_created_date)
336
+ SENSITIVE = []
323
337
  include Aws::Structure
324
338
  end
325
339
 
@@ -337,6 +351,7 @@ module Aws::Schemas
337
351
  #
338
352
  class DeleteDiscovererRequest < Struct.new(
339
353
  :discoverer_id)
354
+ SENSITIVE = []
340
355
  include Aws::Structure
341
356
  end
342
357
 
@@ -354,6 +369,7 @@ module Aws::Schemas
354
369
  #
355
370
  class DeleteRegistryRequest < Struct.new(
356
371
  :registry_name)
372
+ SENSITIVE = []
357
373
  include Aws::Structure
358
374
  end
359
375
 
@@ -371,6 +387,7 @@ module Aws::Schemas
371
387
  #
372
388
  class DeleteResourcePolicyRequest < Struct.new(
373
389
  :registry_name)
390
+ SENSITIVE = []
374
391
  include Aws::Structure
375
392
  end
376
393
 
@@ -393,6 +410,7 @@ module Aws::Schemas
393
410
  class DeleteSchemaRequest < Struct.new(
394
411
  :registry_name,
395
412
  :schema_name)
413
+ SENSITIVE = []
396
414
  include Aws::Structure
397
415
  end
398
416
 
@@ -420,6 +438,7 @@ module Aws::Schemas
420
438
  :registry_name,
421
439
  :schema_name,
422
440
  :schema_version)
441
+ SENSITIVE = []
423
442
  include Aws::Structure
424
443
  end
425
444
 
@@ -452,6 +471,7 @@ module Aws::Schemas
452
471
  :registry_name,
453
472
  :schema_name,
454
473
  :schema_version)
474
+ SENSITIVE = []
455
475
  include Aws::Structure
456
476
  end
457
477
 
@@ -474,6 +494,7 @@ module Aws::Schemas
474
494
  :last_modified,
475
495
  :schema_version,
476
496
  :status)
497
+ SENSITIVE = []
477
498
  include Aws::Structure
478
499
  end
479
500
 
@@ -491,6 +512,7 @@ module Aws::Schemas
491
512
  #
492
513
  class DescribeDiscovererRequest < Struct.new(
493
514
  :discoverer_id)
515
+ SENSITIVE = []
494
516
  include Aws::Structure
495
517
  end
496
518
 
@@ -522,6 +544,7 @@ module Aws::Schemas
522
544
  :source_arn,
523
545
  :state,
524
546
  :tags)
547
+ SENSITIVE = []
525
548
  include Aws::Structure
526
549
  end
527
550
 
@@ -539,6 +562,7 @@ module Aws::Schemas
539
562
  #
540
563
  class DescribeRegistryRequest < Struct.new(
541
564
  :registry_name)
565
+ SENSITIVE = []
542
566
  include Aws::Structure
543
567
  end
544
568
 
@@ -562,6 +586,7 @@ module Aws::Schemas
562
586
  :registry_arn,
563
587
  :registry_name,
564
588
  :tags)
589
+ SENSITIVE = []
565
590
  include Aws::Structure
566
591
  end
567
592
 
@@ -613,6 +638,7 @@ module Aws::Schemas
613
638
  :tags,
614
639
  :type,
615
640
  :version_created_date)
641
+ SENSITIVE = []
616
642
  include Aws::Structure
617
643
  end
618
644
 
@@ -640,6 +666,7 @@ module Aws::Schemas
640
666
  :registry_name,
641
667
  :schema_name,
642
668
  :schema_version)
669
+ SENSITIVE = []
643
670
  include Aws::Structure
644
671
  end
645
672
 
@@ -683,6 +710,7 @@ module Aws::Schemas
683
710
  :tags,
684
711
  :type,
685
712
  :version_created_date)
713
+ SENSITIVE = []
686
714
  include Aws::Structure
687
715
  end
688
716
 
@@ -719,6 +747,7 @@ module Aws::Schemas
719
747
  :source_arn,
720
748
  :state,
721
749
  :tags)
750
+ SENSITIVE = []
722
751
  include Aws::Structure
723
752
  end
724
753
 
@@ -735,6 +764,7 @@ module Aws::Schemas
735
764
  class DiscovererStateOutput < Struct.new(
736
765
  :discoverer_id,
737
766
  :state)
767
+ SENSITIVE = []
738
768
  include Aws::Structure
739
769
  end
740
770
 
@@ -766,6 +796,7 @@ module Aws::Schemas
766
796
  :source_arn,
767
797
  :state,
768
798
  :tags)
799
+ SENSITIVE = []
769
800
  include Aws::Structure
770
801
  end
771
802
 
@@ -782,6 +813,7 @@ module Aws::Schemas
782
813
  class ErrorOutput < Struct.new(
783
814
  :code,
784
815
  :message)
816
+ SENSITIVE = []
785
817
  include Aws::Structure
786
818
  end
787
819
 
@@ -796,6 +828,7 @@ module Aws::Schemas
796
828
  class ForbiddenException < Struct.new(
797
829
  :code,
798
830
  :message)
831
+ SENSITIVE = []
799
832
  include Aws::Structure
800
833
  end
801
834
 
@@ -828,6 +861,7 @@ module Aws::Schemas
828
861
  :registry_name,
829
862
  :schema_name,
830
863
  :schema_version)
864
+ SENSITIVE = []
831
865
  include Aws::Structure
832
866
  end
833
867
 
@@ -838,6 +872,7 @@ module Aws::Schemas
838
872
  #
839
873
  class GetCodeBindingSourceResponse < Struct.new(
840
874
  :body)
875
+ SENSITIVE = []
841
876
  include Aws::Structure
842
877
  end
843
878
 
@@ -856,6 +891,7 @@ module Aws::Schemas
856
891
  class GetDiscoveredSchemaInput < Struct.new(
857
892
  :events,
858
893
  :type)
894
+ SENSITIVE = []
859
895
  include Aws::Structure
860
896
  end
861
897
 
@@ -867,6 +903,7 @@ module Aws::Schemas
867
903
  #
868
904
  class GetDiscoveredSchemaOutput < Struct.new(
869
905
  :content)
906
+ SENSITIVE = []
870
907
  include Aws::Structure
871
908
  end
872
909
 
@@ -889,6 +926,7 @@ module Aws::Schemas
889
926
  class GetDiscoveredSchemaRequest < Struct.new(
890
927
  :events,
891
928
  :type)
929
+ SENSITIVE = []
892
930
  include Aws::Structure
893
931
  end
894
932
 
@@ -899,6 +937,7 @@ module Aws::Schemas
899
937
  #
900
938
  class GetDiscoveredSchemaResponse < Struct.new(
901
939
  :content)
940
+ SENSITIVE = []
902
941
  include Aws::Structure
903
942
  end
904
943
 
@@ -917,6 +956,7 @@ module Aws::Schemas
917
956
  class GetResourcePolicyOutput < Struct.new(
918
957
  :policy,
919
958
  :revision_id)
959
+ SENSITIVE = []
920
960
  include Aws::Structure
921
961
  end
922
962
 
@@ -934,6 +974,7 @@ module Aws::Schemas
934
974
  #
935
975
  class GetResourcePolicyRequest < Struct.new(
936
976
  :registry_name)
977
+ SENSITIVE = []
937
978
  include Aws::Structure
938
979
  end
939
980
 
@@ -948,6 +989,7 @@ module Aws::Schemas
948
989
  class GetResourcePolicyResponse < Struct.new(
949
990
  :policy,
950
991
  :revision_id)
992
+ SENSITIVE = []
951
993
  include Aws::Structure
952
994
  end
953
995
 
@@ -962,6 +1004,7 @@ module Aws::Schemas
962
1004
  class GoneException < Struct.new(
963
1005
  :code,
964
1006
  :message)
1007
+ SENSITIVE = []
965
1008
  include Aws::Structure
966
1009
  end
967
1010
 
@@ -976,6 +1019,7 @@ module Aws::Schemas
976
1019
  class InternalServerErrorException < Struct.new(
977
1020
  :code,
978
1021
  :message)
1022
+ SENSITIVE = []
979
1023
  include Aws::Structure
980
1024
  end
981
1025
 
@@ -994,6 +1038,7 @@ module Aws::Schemas
994
1038
  class ListDiscoverersOutput < Struct.new(
995
1039
  :discoverers,
996
1040
  :next_token)
1041
+ SENSITIVE = []
997
1042
  include Aws::Structure
998
1043
  end
999
1044
 
@@ -1026,6 +1071,7 @@ module Aws::Schemas
1026
1071
  :limit,
1027
1072
  :next_token,
1028
1073
  :source_arn_prefix)
1074
+ SENSITIVE = []
1029
1075
  include Aws::Structure
1030
1076
  end
1031
1077
 
@@ -1040,6 +1086,7 @@ module Aws::Schemas
1040
1086
  class ListDiscoverersResponse < Struct.new(
1041
1087
  :discoverers,
1042
1088
  :next_token)
1089
+ SENSITIVE = []
1043
1090
  include Aws::Structure
1044
1091
  end
1045
1092
 
@@ -1060,6 +1107,7 @@ module Aws::Schemas
1060
1107
  class ListRegistriesOutput < Struct.new(
1061
1108
  :next_token,
1062
1109
  :registries)
1110
+ SENSITIVE = []
1063
1111
  include Aws::Structure
1064
1112
  end
1065
1113
 
@@ -1092,6 +1140,7 @@ module Aws::Schemas
1092
1140
  :next_token,
1093
1141
  :registry_name_prefix,
1094
1142
  :scope)
1143
+ SENSITIVE = []
1095
1144
  include Aws::Structure
1096
1145
  end
1097
1146
 
@@ -1106,6 +1155,7 @@ module Aws::Schemas
1106
1155
  class ListRegistriesResponse < Struct.new(
1107
1156
  :next_token,
1108
1157
  :registries)
1158
+ SENSITIVE = []
1109
1159
  include Aws::Structure
1110
1160
  end
1111
1161
 
@@ -1124,6 +1174,7 @@ module Aws::Schemas
1124
1174
  class ListSchemaVersionsOutput < Struct.new(
1125
1175
  :next_token,
1126
1176
  :schema_versions)
1177
+ SENSITIVE = []
1127
1178
  include Aws::Structure
1128
1179
  end
1129
1180
 
@@ -1156,6 +1207,7 @@ module Aws::Schemas
1156
1207
  :next_token,
1157
1208
  :registry_name,
1158
1209
  :schema_name)
1210
+ SENSITIVE = []
1159
1211
  include Aws::Structure
1160
1212
  end
1161
1213
 
@@ -1170,6 +1222,7 @@ module Aws::Schemas
1170
1222
  class ListSchemaVersionsResponse < Struct.new(
1171
1223
  :next_token,
1172
1224
  :schema_versions)
1225
+ SENSITIVE = []
1173
1226
  include Aws::Structure
1174
1227
  end
1175
1228
 
@@ -1188,6 +1241,7 @@ module Aws::Schemas
1188
1241
  class ListSchemasOutput < Struct.new(
1189
1242
  :next_token,
1190
1243
  :schemas)
1244
+ SENSITIVE = []
1191
1245
  include Aws::Structure
1192
1246
  end
1193
1247
 
@@ -1220,6 +1274,7 @@ module Aws::Schemas
1220
1274
  :next_token,
1221
1275
  :registry_name,
1222
1276
  :schema_name_prefix)
1277
+ SENSITIVE = []
1223
1278
  include Aws::Structure
1224
1279
  end
1225
1280
 
@@ -1234,6 +1289,7 @@ module Aws::Schemas
1234
1289
  class ListSchemasResponse < Struct.new(
1235
1290
  :next_token,
1236
1291
  :schemas)
1292
+ SENSITIVE = []
1237
1293
  include Aws::Structure
1238
1294
  end
1239
1295
 
@@ -1245,6 +1301,7 @@ module Aws::Schemas
1245
1301
  #
1246
1302
  class ListTagsForResourceOutput < Struct.new(
1247
1303
  :tags)
1304
+ SENSITIVE = []
1248
1305
  include Aws::Structure
1249
1306
  end
1250
1307
 
@@ -1262,6 +1319,7 @@ module Aws::Schemas
1262
1319
  #
1263
1320
  class ListTagsForResourceRequest < Struct.new(
1264
1321
  :resource_arn)
1322
+ SENSITIVE = []
1265
1323
  include Aws::Structure
1266
1324
  end
1267
1325
 
@@ -1273,6 +1331,7 @@ module Aws::Schemas
1273
1331
  #
1274
1332
  class ListTagsForResourceResponse < Struct.new(
1275
1333
  :tags)
1334
+ SENSITIVE = []
1276
1335
  include Aws::Structure
1277
1336
  end
1278
1337
 
@@ -1287,6 +1346,7 @@ module Aws::Schemas
1287
1346
  class LockServiceLinkedRoleInput < Struct.new(
1288
1347
  :role_arn,
1289
1348
  :timeout)
1349
+ SENSITIVE = []
1290
1350
  include Aws::Structure
1291
1351
  end
1292
1352
 
@@ -1305,6 +1365,7 @@ module Aws::Schemas
1305
1365
  :can_be_deleted,
1306
1366
  :reason_of_failure,
1307
1367
  :related_resources)
1368
+ SENSITIVE = []
1308
1369
  include Aws::Structure
1309
1370
  end
1310
1371
 
@@ -1319,6 +1380,7 @@ module Aws::Schemas
1319
1380
  class LockServiceLinkedRoleRequest < Struct.new(
1320
1381
  :role_arn,
1321
1382
  :timeout)
1383
+ SENSITIVE = []
1322
1384
  include Aws::Structure
1323
1385
  end
1324
1386
 
@@ -1337,6 +1399,7 @@ module Aws::Schemas
1337
1399
  :can_be_deleted,
1338
1400
  :reason_of_failure,
1339
1401
  :related_resources)
1402
+ SENSITIVE = []
1340
1403
  include Aws::Structure
1341
1404
  end
1342
1405
 
@@ -1351,6 +1414,7 @@ module Aws::Schemas
1351
1414
  class NotFoundException < Struct.new(
1352
1415
  :code,
1353
1416
  :message)
1417
+ SENSITIVE = []
1354
1418
  include Aws::Structure
1355
1419
  end
1356
1420
 
@@ -1365,6 +1429,7 @@ module Aws::Schemas
1365
1429
  class PreconditionFailedException < Struct.new(
1366
1430
  :code,
1367
1431
  :message)
1432
+ SENSITIVE = []
1368
1433
  include Aws::Structure
1369
1434
  end
1370
1435
 
@@ -1397,6 +1462,7 @@ module Aws::Schemas
1397
1462
  :registry_name,
1398
1463
  :schema_name,
1399
1464
  :schema_version)
1465
+ SENSITIVE = []
1400
1466
  include Aws::Structure
1401
1467
  end
1402
1468
 
@@ -1419,6 +1485,7 @@ module Aws::Schemas
1419
1485
  :last_modified,
1420
1486
  :schema_version,
1421
1487
  :status)
1488
+ SENSITIVE = []
1422
1489
  include Aws::Structure
1423
1490
  end
1424
1491
 
@@ -1439,6 +1506,7 @@ module Aws::Schemas
1439
1506
  class PutResourcePolicyInput < Struct.new(
1440
1507
  :policy,
1441
1508
  :revision_id)
1509
+ SENSITIVE = []
1442
1510
  include Aws::Structure
1443
1511
  end
1444
1512
 
@@ -1457,6 +1525,7 @@ module Aws::Schemas
1457
1525
  class PutResourcePolicyOutput < Struct.new(
1458
1526
  :policy,
1459
1527
  :revision_id)
1528
+ SENSITIVE = []
1460
1529
  include Aws::Structure
1461
1530
  end
1462
1531
 
@@ -1484,6 +1553,7 @@ module Aws::Schemas
1484
1553
  :policy,
1485
1554
  :registry_name,
1486
1555
  :revision_id)
1556
+ SENSITIVE = []
1487
1557
  include Aws::Structure
1488
1558
  end
1489
1559
 
@@ -1498,6 +1568,7 @@ module Aws::Schemas
1498
1568
  class PutResourcePolicyResponse < Struct.new(
1499
1569
  :policy,
1500
1570
  :revision_id)
1571
+ SENSITIVE = []
1501
1572
  include Aws::Structure
1502
1573
  end
1503
1574
 
@@ -1524,6 +1595,7 @@ module Aws::Schemas
1524
1595
  :registry_arn,
1525
1596
  :registry_name,
1526
1597
  :tags)
1598
+ SENSITIVE = []
1527
1599
  include Aws::Structure
1528
1600
  end
1529
1601
 
@@ -1545,6 +1617,7 @@ module Aws::Schemas
1545
1617
  :registry_arn,
1546
1618
  :registry_name,
1547
1619
  :tags)
1620
+ SENSITIVE = []
1548
1621
  include Aws::Structure
1549
1622
  end
1550
1623
 
@@ -1591,6 +1664,7 @@ module Aws::Schemas
1591
1664
  :tags,
1592
1665
  :type,
1593
1666
  :version_created_date)
1667
+ SENSITIVE = []
1594
1668
  include Aws::Structure
1595
1669
  end
1596
1670
 
@@ -1624,6 +1698,7 @@ module Aws::Schemas
1624
1698
  :schema_name,
1625
1699
  :tags,
1626
1700
  :version_count)
1701
+ SENSITIVE = []
1627
1702
  include Aws::Structure
1628
1703
  end
1629
1704
 
@@ -1645,6 +1720,7 @@ module Aws::Schemas
1645
1720
  :schema_arn,
1646
1721
  :schema_name,
1647
1722
  :schema_version)
1723
+ SENSITIVE = []
1648
1724
  include Aws::Structure
1649
1725
  end
1650
1726
 
@@ -1671,6 +1747,7 @@ module Aws::Schemas
1671
1747
  :schema_arn,
1672
1748
  :schema_name,
1673
1749
  :schema_versions)
1750
+ SENSITIVE = []
1674
1751
  include Aws::Structure
1675
1752
  end
1676
1753
 
@@ -1687,6 +1764,7 @@ module Aws::Schemas
1687
1764
  class SearchSchemaVersionSummary < Struct.new(
1688
1765
  :created_date,
1689
1766
  :schema_version)
1767
+ SENSITIVE = []
1690
1768
  include Aws::Structure
1691
1769
  end
1692
1770
 
@@ -1705,6 +1783,7 @@ module Aws::Schemas
1705
1783
  class SearchSchemasOutput < Struct.new(
1706
1784
  :next_token,
1707
1785
  :schemas)
1786
+ SENSITIVE = []
1708
1787
  include Aws::Structure
1709
1788
  end
1710
1789
 
@@ -1737,6 +1816,7 @@ module Aws::Schemas
1737
1816
  :limit,
1738
1817
  :next_token,
1739
1818
  :registry_name)
1819
+ SENSITIVE = []
1740
1820
  include Aws::Structure
1741
1821
  end
1742
1822
 
@@ -1751,6 +1831,7 @@ module Aws::Schemas
1751
1831
  class SearchSchemasResponse < Struct.new(
1752
1832
  :next_token,
1753
1833
  :schemas)
1834
+ SENSITIVE = []
1754
1835
  include Aws::Structure
1755
1836
  end
1756
1837
 
@@ -1765,6 +1846,7 @@ module Aws::Schemas
1765
1846
  class ServiceUnavailableException < Struct.new(
1766
1847
  :code,
1767
1848
  :message)
1849
+ SENSITIVE = []
1768
1850
  include Aws::Structure
1769
1851
  end
1770
1852
 
@@ -1782,6 +1864,7 @@ module Aws::Schemas
1782
1864
  #
1783
1865
  class StartDiscovererRequest < Struct.new(
1784
1866
  :discoverer_id)
1867
+ SENSITIVE = []
1785
1868
  include Aws::Structure
1786
1869
  end
1787
1870
 
@@ -1796,6 +1879,7 @@ module Aws::Schemas
1796
1879
  class StartDiscovererResponse < Struct.new(
1797
1880
  :discoverer_id,
1798
1881
  :state)
1882
+ SENSITIVE = []
1799
1883
  include Aws::Structure
1800
1884
  end
1801
1885
 
@@ -1813,6 +1897,7 @@ module Aws::Schemas
1813
1897
  #
1814
1898
  class StopDiscovererRequest < Struct.new(
1815
1899
  :discoverer_id)
1900
+ SENSITIVE = []
1816
1901
  include Aws::Structure
1817
1902
  end
1818
1903
 
@@ -1827,6 +1912,7 @@ module Aws::Schemas
1827
1912
  class StopDiscovererResponse < Struct.new(
1828
1913
  :discoverer_id,
1829
1914
  :state)
1915
+ SENSITIVE = []
1830
1916
  include Aws::Structure
1831
1917
  end
1832
1918
 
@@ -1838,6 +1924,7 @@ module Aws::Schemas
1838
1924
  #
1839
1925
  class TagResourceInput < Struct.new(
1840
1926
  :tags)
1927
+ SENSITIVE = []
1841
1928
  include Aws::Structure
1842
1929
  end
1843
1930
 
@@ -1863,6 +1950,7 @@ module Aws::Schemas
1863
1950
  class TagResourceRequest < Struct.new(
1864
1951
  :resource_arn,
1865
1952
  :tags)
1953
+ SENSITIVE = []
1866
1954
  include Aws::Structure
1867
1955
  end
1868
1956
 
@@ -1877,6 +1965,7 @@ module Aws::Schemas
1877
1965
  class TooManyRequestsException < Struct.new(
1878
1966
  :code,
1879
1967
  :message)
1968
+ SENSITIVE = []
1880
1969
  include Aws::Structure
1881
1970
  end
1882
1971
 
@@ -1891,6 +1980,7 @@ module Aws::Schemas
1891
1980
  class UnauthorizedException < Struct.new(
1892
1981
  :code,
1893
1982
  :message)
1983
+ SENSITIVE = []
1894
1984
  include Aws::Structure
1895
1985
  end
1896
1986
 
@@ -1901,6 +1991,7 @@ module Aws::Schemas
1901
1991
  #
1902
1992
  class UnlockServiceLinkedRoleInput < Struct.new(
1903
1993
  :role_arn)
1994
+ SENSITIVE = []
1904
1995
  include Aws::Structure
1905
1996
  end
1906
1997
 
@@ -1911,6 +2002,7 @@ module Aws::Schemas
1911
2002
  #
1912
2003
  class UnlockServiceLinkedRoleRequest < Struct.new(
1913
2004
  :role_arn)
2005
+ SENSITIVE = []
1914
2006
  include Aws::Structure
1915
2007
  end
1916
2008
 
@@ -1937,6 +2029,7 @@ module Aws::Schemas
1937
2029
  class UntagResourceRequest < Struct.new(
1938
2030
  :resource_arn,
1939
2031
  :tag_keys)
2032
+ SENSITIVE = []
1940
2033
  include Aws::Structure
1941
2034
  end
1942
2035
 
@@ -1948,6 +2041,7 @@ module Aws::Schemas
1948
2041
  #
1949
2042
  class UpdateDiscovererInput < Struct.new(
1950
2043
  :description)
2044
+ SENSITIVE = []
1951
2045
  include Aws::Structure
1952
2046
  end
1953
2047
 
@@ -1970,6 +2064,7 @@ module Aws::Schemas
1970
2064
  class UpdateDiscovererRequest < Struct.new(
1971
2065
  :description,
1972
2066
  :discoverer_id)
2067
+ SENSITIVE = []
1973
2068
  include Aws::Structure
1974
2069
  end
1975
2070
 
@@ -2001,6 +2096,7 @@ module Aws::Schemas
2001
2096
  :source_arn,
2002
2097
  :state,
2003
2098
  :tags)
2099
+ SENSITIVE = []
2004
2100
  include Aws::Structure
2005
2101
  end
2006
2102
 
@@ -2012,6 +2108,7 @@ module Aws::Schemas
2012
2108
  #
2013
2109
  class UpdateRegistryInput < Struct.new(
2014
2110
  :description)
2111
+ SENSITIVE = []
2015
2112
  include Aws::Structure
2016
2113
  end
2017
2114
 
@@ -2034,6 +2131,7 @@ module Aws::Schemas
2034
2131
  class UpdateRegistryRequest < Struct.new(
2035
2132
  :description,
2036
2133
  :registry_name)
2134
+ SENSITIVE = []
2037
2135
  include Aws::Structure
2038
2136
  end
2039
2137
 
@@ -2057,6 +2155,7 @@ module Aws::Schemas
2057
2155
  :registry_arn,
2058
2156
  :registry_name,
2059
2157
  :tags)
2158
+ SENSITIVE = []
2060
2159
  include Aws::Structure
2061
2160
  end
2062
2161
 
@@ -2086,6 +2185,7 @@ module Aws::Schemas
2086
2185
  :content,
2087
2186
  :description,
2088
2187
  :type)
2188
+ SENSITIVE = []
2089
2189
  include Aws::Structure
2090
2190
  end
2091
2191
 
@@ -2130,6 +2230,7 @@ module Aws::Schemas
2130
2230
  :registry_name,
2131
2231
  :schema_name,
2132
2232
  :type)
2233
+ SENSITIVE = []
2133
2234
  include Aws::Structure
2134
2235
  end
2135
2236
 
@@ -2169,6 +2270,7 @@ module Aws::Schemas
2169
2270
  :tags,
2170
2271
  :type,
2171
2272
  :version_created_date)
2273
+ SENSITIVE = []
2172
2274
  include Aws::Structure
2173
2275
  end
2174
2276
 
@@ -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:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.7.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-04-30 00:00:00.000000000 Z
11
+ date: 2020-08-25 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