aws-sdk-mobile 1.20.1 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e25d53400c59a9237822e934749bf257dd1612a5aea50eb9d10b57ea240e71cc
4
- data.tar.gz: e9e3e3279af0fa78b950a58cbe8b6b8df034054aed141eeda77b5ecfb0102f74
3
+ metadata.gz: b004ef42fc94ed542bc6ce9ef3e6bbe94d60c7aa7656a35f46b4a11dfffa6082
4
+ data.tar.gz: 81520122ab7eaa40e966816afc3e1784202d1f98d58f269c4c0b98e3f57ece8c
5
5
  SHA512:
6
- metadata.gz: 6965090ad79a0057cfd8eae0d1d21f9c62c99779316030dae7bf299955468e857c847cfd799d5588cb202fec1a423b0622a94b6ba63e2409d4b4d947c36da532
7
- data.tar.gz: d574d46bcc84ab655b26c5b833061b91362be2ffdd88a3da995a8ab58e463644b5d95ed768198ac1507b1626296b9e8ee8fd6af8354bbc37d73c188818d4d0bb
6
+ metadata.gz: d0f22b6fa1c8fb66be03d6af08bd39e4f3d46e6b00ed319eaf4226d658428e1d9a564543e0d8486cf4bb11d08456f0457252945fae5ed3b6f3817937fd0096e9
7
+ data.tar.gz: af134e7d1ecb02073ffd00a117eb05da187569eb3ab4716127b0bc613fbd93bd4493722ece23661501d20d9451ad4630a730c7182e49b71f604a5161e36ef7dd
@@ -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-mobile/customizations'
45
47
  # @service
46
48
  module Aws::Mobile
47
49
 
48
- GEM_VERSION = '1.20.1'
50
+ GEM_VERSION = '1.21.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:
@@ -708,7 +710,7 @@ module Aws::Mobile
708
710
  params: params,
709
711
  config: config)
710
712
  context[:gem_name] = 'aws-sdk-mobile'
711
- context[:gem_version] = '1.20.1'
713
+ context[:gem_version] = '1.21.0'
712
714
  Seahorse::Client::Request.new(handlers, context)
713
715
  end
714
716
 
@@ -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:
@@ -18,6 +20,7 @@ module Aws::Mobile
18
20
  #
19
21
  class AccountActionRequiredException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -32,6 +35,7 @@ module Aws::Mobile
32
35
  #
33
36
  class BadRequestException < Struct.new(
34
37
  :message)
38
+ SENSITIVE = []
35
39
  include Aws::Structure
36
40
  end
37
41
 
@@ -70,6 +74,7 @@ module Aws::Mobile
70
74
  :description,
71
75
  :icon_url,
72
76
  :available_platforms)
77
+ SENSITIVE = []
73
78
  include Aws::Structure
74
79
  end
75
80
 
@@ -112,6 +117,7 @@ module Aws::Mobile
112
117
  :region,
113
118
  :contents,
114
119
  :snapshot_id)
120
+ SENSITIVE = []
115
121
  include Aws::Structure
116
122
  end
117
123
 
@@ -125,6 +131,7 @@ module Aws::Mobile
125
131
  #
126
132
  class CreateProjectResult < Struct.new(
127
133
  :details)
134
+ SENSITIVE = []
128
135
  include Aws::Structure
129
136
  end
130
137
 
@@ -145,6 +152,7 @@ module Aws::Mobile
145
152
  #
146
153
  class DeleteProjectRequest < Struct.new(
147
154
  :project_id)
155
+ SENSITIVE = []
148
156
  include Aws::Structure
149
157
  end
150
158
 
@@ -164,6 +172,7 @@ module Aws::Mobile
164
172
  class DeleteProjectResult < Struct.new(
165
173
  :deleted_resources,
166
174
  :orphaned_resources)
175
+ SENSITIVE = []
167
176
  include Aws::Structure
168
177
  end
169
178
 
@@ -184,6 +193,7 @@ module Aws::Mobile
184
193
  #
185
194
  class DescribeBundleRequest < Struct.new(
186
195
  :bundle_id)
196
+ SENSITIVE = []
187
197
  include Aws::Structure
188
198
  end
189
199
 
@@ -197,6 +207,7 @@ module Aws::Mobile
197
207
  #
198
208
  class DescribeBundleResult < Struct.new(
199
209
  :details)
210
+ SENSITIVE = []
200
211
  include Aws::Structure
201
212
  end
202
213
 
@@ -225,6 +236,7 @@ module Aws::Mobile
225
236
  class DescribeProjectRequest < Struct.new(
226
237
  :project_id,
227
238
  :sync_from_resources)
239
+ SENSITIVE = []
228
240
  include Aws::Structure
229
241
  end
230
242
 
@@ -238,6 +250,7 @@ module Aws::Mobile
238
250
  #
239
251
  class DescribeProjectResult < Struct.new(
240
252
  :details)
253
+ SENSITIVE = []
241
254
  include Aws::Structure
242
255
  end
243
256
 
@@ -272,6 +285,7 @@ module Aws::Mobile
272
285
  :bundle_id,
273
286
  :project_id,
274
287
  :platform)
288
+ SENSITIVE = []
275
289
  include Aws::Structure
276
290
  end
277
291
 
@@ -289,6 +303,7 @@ module Aws::Mobile
289
303
  #
290
304
  class ExportBundleResult < Struct.new(
291
305
  :download_url)
306
+ SENSITIVE = []
292
307
  include Aws::Structure
293
308
  end
294
309
 
@@ -310,6 +325,7 @@ module Aws::Mobile
310
325
  #
311
326
  class ExportProjectRequest < Struct.new(
312
327
  :project_id)
328
+ SENSITIVE = []
313
329
  include Aws::Structure
314
330
  end
315
331
 
@@ -343,6 +359,7 @@ module Aws::Mobile
343
359
  :download_url,
344
360
  :share_url,
345
361
  :snapshot_id)
362
+ SENSITIVE = []
346
363
  include Aws::Structure
347
364
  end
348
365
 
@@ -357,6 +374,7 @@ module Aws::Mobile
357
374
  #
358
375
  class InternalFailureException < Struct.new(
359
376
  :message)
377
+ SENSITIVE = []
360
378
  include Aws::Structure
361
379
  end
362
380
 
@@ -378,6 +396,7 @@ module Aws::Mobile
378
396
  class LimitExceededException < Struct.new(
379
397
  :retry_after_seconds,
380
398
  :message)
399
+ SENSITIVE = []
381
400
  include Aws::Structure
382
401
  end
383
402
 
@@ -406,6 +425,7 @@ module Aws::Mobile
406
425
  class ListBundlesRequest < Struct.new(
407
426
  :max_results,
408
427
  :next_token)
428
+ SENSITIVE = []
409
429
  include Aws::Structure
410
430
  end
411
431
 
@@ -427,6 +447,7 @@ module Aws::Mobile
427
447
  class ListBundlesResult < Struct.new(
428
448
  :bundle_list,
429
449
  :next_token)
450
+ SENSITIVE = []
430
451
  include Aws::Structure
431
452
  end
432
453
 
@@ -455,6 +476,7 @@ module Aws::Mobile
455
476
  class ListProjectsRequest < Struct.new(
456
477
  :max_results,
457
478
  :next_token)
479
+ SENSITIVE = []
458
480
  include Aws::Structure
459
481
  end
460
482
 
@@ -475,6 +497,7 @@ module Aws::Mobile
475
497
  class ListProjectsResult < Struct.new(
476
498
  :projects,
477
499
  :next_token)
500
+ SENSITIVE = []
478
501
  include Aws::Structure
479
502
  end
480
503
 
@@ -488,6 +511,7 @@ module Aws::Mobile
488
511
  #
489
512
  class NotFoundException < Struct.new(
490
513
  :message)
514
+ SENSITIVE = []
491
515
  include Aws::Structure
492
516
  end
493
517
 
@@ -537,6 +561,7 @@ module Aws::Mobile
537
561
  :last_updated_date,
538
562
  :console_url,
539
563
  :resources)
564
+ SENSITIVE = []
540
565
  include Aws::Structure
541
566
  end
542
567
 
@@ -555,6 +580,7 @@ module Aws::Mobile
555
580
  class ProjectSummary < Struct.new(
556
581
  :name,
557
582
  :project_id)
583
+ SENSITIVE = []
558
584
  include Aws::Structure
559
585
  end
560
586
 
@@ -593,6 +619,7 @@ module Aws::Mobile
593
619
  :arn,
594
620
  :feature,
595
621
  :attributes)
622
+ SENSITIVE = []
596
623
  include Aws::Structure
597
624
  end
598
625
 
@@ -612,6 +639,7 @@ module Aws::Mobile
612
639
  class ServiceUnavailableException < Struct.new(
613
640
  :retry_after_seconds,
614
641
  :message)
642
+ SENSITIVE = []
615
643
  include Aws::Structure
616
644
  end
617
645
 
@@ -631,6 +659,7 @@ module Aws::Mobile
631
659
  class TooManyRequestsException < Struct.new(
632
660
  :retry_after_seconds,
633
661
  :message)
662
+ SENSITIVE = []
634
663
  include Aws::Structure
635
664
  end
636
665
 
@@ -644,6 +673,7 @@ module Aws::Mobile
644
673
  #
645
674
  class UnauthorizedException < Struct.new(
646
675
  :message)
676
+ SENSITIVE = []
647
677
  include Aws::Structure
648
678
  end
649
679
 
@@ -672,6 +702,7 @@ module Aws::Mobile
672
702
  class UpdateProjectRequest < Struct.new(
673
703
  :contents,
674
704
  :project_id)
705
+ SENSITIVE = []
675
706
  include Aws::Structure
676
707
  end
677
708
 
@@ -685,6 +716,7 @@ module Aws::Mobile
685
716
  #
686
717
  class UpdateProjectResult < Struct.new(
687
718
  :details)
719
+ SENSITIVE = []
688
720
  include Aws::Structure
689
721
  end
690
722
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.1
4
+ version: 1.21.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-11 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