aws-sdk-appconfig 1.8.0 → 1.9.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: 4563aeacfbef69605c77d067d9a5e2c711ccb67105dcea4af13a98a73717cc4c
4
- data.tar.gz: 83871b5c7fc063881c8f89187fc3c4170194cd56f4b7c5c48e2915e35bc0f3ce
3
+ metadata.gz: 9f4881458c2e3e687e6c07c61e51fd5b2405162f3c098e9fb572e3b88a0ec86d
4
+ data.tar.gz: d9df0a14f751b8618005eb78b6ec587dfb8b87a8b85d07581a7c4ee0b021b6db
5
5
  SHA512:
6
- metadata.gz: 49819f6434f5c2e9dd651bd5946435cadf28f5e17ca16e6b381fc0540830dc7750381dafd9608341adff86c6250e852e81639a7baa1776384c56f1b79fba055b
7
- data.tar.gz: c8dd5c0d2755ebfb6a060ef0747839c6d4af3cdc8407bedcc9556b8dcf3b1930e9256ec01dc9e85ec0eec74e3cf90dd1f33e3401facc146059f1b9212a86ff2a
6
+ metadata.gz: 46749189c62cbf0b02a74bff61da789bb120dac64ffb26302936a3682a73254f1e363040b3753761453ae71f9b5f2f9103bcd692a0f5b5009a452f33a63d10cf
7
+ data.tar.gz: 02f3f2003b74fe07b878d6f8f86dd5adb49795c8dd0ed08dd34b3843f7518c23489a59f4bb20998d0abf196b6150727550da867dfab62fd43e836c2c553f99aa
@@ -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-appconfig/customizations'
45
47
  # @service
46
48
  module Aws::AppConfig
47
49
 
48
- GEM_VERSION = '1.8.0'
50
+ GEM_VERSION = '1.9.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:
@@ -2083,7 +2085,7 @@ module Aws::AppConfig
2083
2085
  params: params,
2084
2086
  config: config)
2085
2087
  context[:gem_name] = 'aws-sdk-appconfig'
2086
- context[:gem_version] = '1.8.0'
2088
+ context[:gem_version] = '1.9.0'
2087
2089
  Seahorse::Client::Request.new(handlers, context)
2088
2090
  end
2089
2091
 
@@ -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:
@@ -26,6 +28,7 @@ module Aws::AppConfig
26
28
  :id,
27
29
  :name,
28
30
  :description)
31
+ SENSITIVE = []
29
32
  include Aws::Structure
30
33
  end
31
34
 
@@ -43,6 +46,7 @@ module Aws::AppConfig
43
46
  class Applications < Struct.new(
44
47
  :items,
45
48
  :next_token)
49
+ SENSITIVE = []
46
50
  include Aws::Structure
47
51
  end
48
52
 
@@ -56,6 +60,7 @@ module Aws::AppConfig
56
60
  #
57
61
  class BadRequestException < Struct.new(
58
62
  :message)
63
+ SENSITIVE = []
59
64
  include Aws::Structure
60
65
  end
61
66
 
@@ -82,6 +87,7 @@ module Aws::AppConfig
82
87
  :content,
83
88
  :configuration_version,
84
89
  :content_type)
90
+ SENSITIVE = [:content]
85
91
  include Aws::Structure
86
92
  end
87
93
 
@@ -124,6 +130,7 @@ module Aws::AppConfig
124
130
  :location_uri,
125
131
  :retrieval_role_arn,
126
132
  :validators)
133
+ SENSITIVE = []
127
134
  include Aws::Structure
128
135
  end
129
136
 
@@ -157,6 +164,7 @@ module Aws::AppConfig
157
164
  :name,
158
165
  :location_uri,
159
166
  :validator_types)
167
+ SENSITIVE = []
160
168
  include Aws::Structure
161
169
  end
162
170
 
@@ -174,6 +182,7 @@ module Aws::AppConfig
174
182
  class ConfigurationProfiles < Struct.new(
175
183
  :items,
176
184
  :next_token)
185
+ SENSITIVE = []
177
186
  include Aws::Structure
178
187
  end
179
188
 
@@ -187,6 +196,7 @@ module Aws::AppConfig
187
196
  #
188
197
  class ConflictException < Struct.new(
189
198
  :message)
199
+ SENSITIVE = []
190
200
  include Aws::Structure
191
201
  end
192
202
 
@@ -221,6 +231,7 @@ module Aws::AppConfig
221
231
  :name,
222
232
  :description,
223
233
  :tags)
234
+ SENSITIVE = []
224
235
  include Aws::Structure
225
236
  end
226
237
 
@@ -293,6 +304,7 @@ module Aws::AppConfig
293
304
  :retrieval_role_arn,
294
305
  :validators,
295
306
  :tags)
307
+ SENSITIVE = []
296
308
  include Aws::Structure
297
309
  end
298
310
 
@@ -386,6 +398,7 @@ module Aws::AppConfig
386
398
  :growth_type,
387
399
  :replicate_to,
388
400
  :tags)
401
+ SENSITIVE = []
389
402
  include Aws::Structure
390
403
  end
391
404
 
@@ -437,6 +450,7 @@ module Aws::AppConfig
437
450
  :description,
438
451
  :monitors,
439
452
  :tags)
453
+ SENSITIVE = []
440
454
  include Aws::Structure
441
455
  end
442
456
 
@@ -494,6 +508,7 @@ module Aws::AppConfig
494
508
  :content,
495
509
  :content_type,
496
510
  :latest_version_number)
511
+ SENSITIVE = [:content]
497
512
  include Aws::Structure
498
513
  end
499
514
 
@@ -512,6 +527,7 @@ module Aws::AppConfig
512
527
  #
513
528
  class DeleteApplicationRequest < Struct.new(
514
529
  :application_id)
530
+ SENSITIVE = []
515
531
  include Aws::Structure
516
532
  end
517
533
 
@@ -537,6 +553,7 @@ module Aws::AppConfig
537
553
  class DeleteConfigurationProfileRequest < Struct.new(
538
554
  :application_id,
539
555
  :configuration_profile_id)
556
+ SENSITIVE = []
540
557
  include Aws::Structure
541
558
  end
542
559
 
@@ -555,6 +572,7 @@ module Aws::AppConfig
555
572
  #
556
573
  class DeleteDeploymentStrategyRequest < Struct.new(
557
574
  :deployment_strategy_id)
575
+ SENSITIVE = []
558
576
  include Aws::Structure
559
577
  end
560
578
 
@@ -579,6 +597,7 @@ module Aws::AppConfig
579
597
  class DeleteEnvironmentRequest < Struct.new(
580
598
  :application_id,
581
599
  :environment_id)
600
+ SENSITIVE = []
582
601
  include Aws::Structure
583
602
  end
584
603
 
@@ -609,6 +628,7 @@ module Aws::AppConfig
609
628
  :application_id,
610
629
  :configuration_profile_id,
611
630
  :version_number)
631
+ SENSITIVE = []
612
632
  include Aws::Structure
613
633
  end
614
634
 
@@ -709,6 +729,7 @@ module Aws::AppConfig
709
729
  :percentage_complete,
710
730
  :started_at,
711
731
  :completed_at)
732
+ SENSITIVE = []
712
733
  include Aws::Structure
713
734
  end
714
735
 
@@ -746,6 +767,7 @@ module Aws::AppConfig
746
767
  :triggered_by,
747
768
  :description,
748
769
  :occurred_at)
770
+ SENSITIVE = []
749
771
  include Aws::Structure
750
772
  end
751
773
 
@@ -763,6 +785,7 @@ module Aws::AppConfig
763
785
  class DeploymentStrategies < Struct.new(
764
786
  :items,
765
787
  :next_token)
788
+ SENSITIVE = []
766
789
  include Aws::Structure
767
790
  end
768
791
 
@@ -812,6 +835,7 @@ module Aws::AppConfig
812
835
  :growth_factor,
813
836
  :final_bake_time_in_minutes,
814
837
  :replicate_to)
838
+ SENSITIVE = []
815
839
  include Aws::Structure
816
840
  end
817
841
 
@@ -878,6 +902,7 @@ module Aws::AppConfig
878
902
  :percentage_complete,
879
903
  :started_at,
880
904
  :completed_at)
905
+ SENSITIVE = []
881
906
  include Aws::Structure
882
907
  end
883
908
 
@@ -895,6 +920,7 @@ module Aws::AppConfig
895
920
  class Deployments < Struct.new(
896
921
  :items,
897
922
  :next_token)
923
+ SENSITIVE = []
898
924
  include Aws::Structure
899
925
  end
900
926
 
@@ -933,6 +959,7 @@ module Aws::AppConfig
933
959
  :description,
934
960
  :state,
935
961
  :monitors)
962
+ SENSITIVE = []
936
963
  include Aws::Structure
937
964
  end
938
965
 
@@ -950,6 +977,7 @@ module Aws::AppConfig
950
977
  class Environments < Struct.new(
951
978
  :items,
952
979
  :next_token)
980
+ SENSITIVE = []
953
981
  include Aws::Structure
954
982
  end
955
983
 
@@ -968,6 +996,7 @@ module Aws::AppConfig
968
996
  #
969
997
  class GetApplicationRequest < Struct.new(
970
998
  :application_id)
999
+ SENSITIVE = []
971
1000
  include Aws::Structure
972
1001
  end
973
1002
 
@@ -993,6 +1022,7 @@ module Aws::AppConfig
993
1022
  class GetConfigurationProfileRequest < Struct.new(
994
1023
  :application_id,
995
1024
  :configuration_profile_id)
1025
+ SENSITIVE = []
996
1026
  include Aws::Structure
997
1027
  end
998
1028
 
@@ -1060,6 +1090,7 @@ module Aws::AppConfig
1060
1090
  :configuration,
1061
1091
  :client_id,
1062
1092
  :client_configuration_version)
1093
+ SENSITIVE = []
1063
1094
  include Aws::Structure
1064
1095
  end
1065
1096
 
@@ -1092,6 +1123,7 @@ module Aws::AppConfig
1092
1123
  :application_id,
1093
1124
  :environment_id,
1094
1125
  :deployment_number)
1126
+ SENSITIVE = []
1095
1127
  include Aws::Structure
1096
1128
  end
1097
1129
 
@@ -1110,6 +1142,7 @@ module Aws::AppConfig
1110
1142
  #
1111
1143
  class GetDeploymentStrategyRequest < Struct.new(
1112
1144
  :deployment_strategy_id)
1145
+ SENSITIVE = []
1113
1146
  include Aws::Structure
1114
1147
  end
1115
1148
 
@@ -1135,6 +1168,7 @@ module Aws::AppConfig
1135
1168
  class GetEnvironmentRequest < Struct.new(
1136
1169
  :application_id,
1137
1170
  :environment_id)
1171
+ SENSITIVE = []
1138
1172
  include Aws::Structure
1139
1173
  end
1140
1174
 
@@ -1165,6 +1199,7 @@ module Aws::AppConfig
1165
1199
  :application_id,
1166
1200
  :configuration_profile_id,
1167
1201
  :version_number)
1202
+ SENSITIVE = []
1168
1203
  include Aws::Structure
1169
1204
  end
1170
1205
 
@@ -1206,6 +1241,7 @@ module Aws::AppConfig
1206
1241
  :description,
1207
1242
  :content,
1208
1243
  :content_type)
1244
+ SENSITIVE = [:content]
1209
1245
  include Aws::Structure
1210
1246
  end
1211
1247
 
@@ -1244,6 +1280,7 @@ module Aws::AppConfig
1244
1280
  :version_number,
1245
1281
  :description,
1246
1282
  :content_type)
1283
+ SENSITIVE = []
1247
1284
  include Aws::Structure
1248
1285
  end
1249
1286
 
@@ -1261,6 +1298,7 @@ module Aws::AppConfig
1261
1298
  class HostedConfigurationVersions < Struct.new(
1262
1299
  :items,
1263
1300
  :next_token)
1301
+ SENSITIVE = []
1264
1302
  include Aws::Structure
1265
1303
  end
1266
1304
 
@@ -1273,6 +1311,7 @@ module Aws::AppConfig
1273
1311
  #
1274
1312
  class InternalServerException < Struct.new(
1275
1313
  :message)
1314
+ SENSITIVE = []
1276
1315
  include Aws::Structure
1277
1316
  end
1278
1317
 
@@ -1300,6 +1339,7 @@ module Aws::AppConfig
1300
1339
  class ListApplicationsRequest < Struct.new(
1301
1340
  :max_results,
1302
1341
  :next_token)
1342
+ SENSITIVE = []
1303
1343
  include Aws::Structure
1304
1344
  end
1305
1345
 
@@ -1333,6 +1373,7 @@ module Aws::AppConfig
1333
1373
  :application_id,
1334
1374
  :max_results,
1335
1375
  :next_token)
1376
+ SENSITIVE = []
1336
1377
  include Aws::Structure
1337
1378
  end
1338
1379
 
@@ -1360,6 +1401,7 @@ module Aws::AppConfig
1360
1401
  class ListDeploymentStrategiesRequest < Struct.new(
1361
1402
  :max_results,
1362
1403
  :next_token)
1404
+ SENSITIVE = []
1363
1405
  include Aws::Structure
1364
1406
  end
1365
1407
 
@@ -1399,6 +1441,7 @@ module Aws::AppConfig
1399
1441
  :environment_id,
1400
1442
  :max_results,
1401
1443
  :next_token)
1444
+ SENSITIVE = []
1402
1445
  include Aws::Structure
1403
1446
  end
1404
1447
 
@@ -1432,6 +1475,7 @@ module Aws::AppConfig
1432
1475
  :application_id,
1433
1476
  :max_results,
1434
1477
  :next_token)
1478
+ SENSITIVE = []
1435
1479
  include Aws::Structure
1436
1480
  end
1437
1481
 
@@ -1471,6 +1515,7 @@ module Aws::AppConfig
1471
1515
  :configuration_profile_id,
1472
1516
  :max_results,
1473
1517
  :next_token)
1518
+ SENSITIVE = []
1474
1519
  include Aws::Structure
1475
1520
  end
1476
1521
 
@@ -1489,6 +1534,7 @@ module Aws::AppConfig
1489
1534
  #
1490
1535
  class ListTagsForResourceRequest < Struct.new(
1491
1536
  :resource_arn)
1537
+ SENSITIVE = []
1492
1538
  include Aws::Structure
1493
1539
  end
1494
1540
 
@@ -1515,6 +1561,7 @@ module Aws::AppConfig
1515
1561
  class Monitor < Struct.new(
1516
1562
  :alarm_arn,
1517
1563
  :alarm_role_arn)
1564
+ SENSITIVE = []
1518
1565
  include Aws::Structure
1519
1566
  end
1520
1567
 
@@ -1539,6 +1586,7 @@ module Aws::AppConfig
1539
1586
  :measure,
1540
1587
  :limit,
1541
1588
  :size)
1589
+ SENSITIVE = []
1542
1590
  include Aws::Structure
1543
1591
  end
1544
1592
 
@@ -1555,6 +1603,7 @@ module Aws::AppConfig
1555
1603
  class ResourceNotFoundException < Struct.new(
1556
1604
  :message,
1557
1605
  :resource_name)
1606
+ SENSITIVE = []
1558
1607
  include Aws::Structure
1559
1608
  end
1560
1609
 
@@ -1568,6 +1617,7 @@ module Aws::AppConfig
1568
1617
  #
1569
1618
  class ResourceTags < Struct.new(
1570
1619
  :tags)
1620
+ SENSITIVE = []
1571
1621
  include Aws::Structure
1572
1622
  end
1573
1623
 
@@ -1582,6 +1632,7 @@ module Aws::AppConfig
1582
1632
  #
1583
1633
  class ServiceQuotaExceededException < Struct.new(
1584
1634
  :message)
1635
+ SENSITIVE = []
1585
1636
  include Aws::Structure
1586
1637
  end
1587
1638
 
@@ -1640,6 +1691,7 @@ module Aws::AppConfig
1640
1691
  :configuration_version,
1641
1692
  :description,
1642
1693
  :tags)
1694
+ SENSITIVE = []
1643
1695
  include Aws::Structure
1644
1696
  end
1645
1697
 
@@ -1670,6 +1722,7 @@ module Aws::AppConfig
1670
1722
  :application_id,
1671
1723
  :environment_id,
1672
1724
  :deployment_number)
1725
+ SENSITIVE = []
1673
1726
  include Aws::Structure
1674
1727
  end
1675
1728
 
@@ -1698,6 +1751,7 @@ module Aws::AppConfig
1698
1751
  class TagResourceRequest < Struct.new(
1699
1752
  :resource_arn,
1700
1753
  :tags)
1754
+ SENSITIVE = []
1701
1755
  include Aws::Structure
1702
1756
  end
1703
1757
 
@@ -1722,6 +1776,7 @@ module Aws::AppConfig
1722
1776
  class UntagResourceRequest < Struct.new(
1723
1777
  :resource_arn,
1724
1778
  :tag_keys)
1779
+ SENSITIVE = []
1725
1780
  include Aws::Structure
1726
1781
  end
1727
1782
 
@@ -1752,6 +1807,7 @@ module Aws::AppConfig
1752
1807
  :application_id,
1753
1808
  :name,
1754
1809
  :description)
1810
+ SENSITIVE = []
1755
1811
  include Aws::Structure
1756
1812
  end
1757
1813
 
@@ -1806,6 +1862,7 @@ module Aws::AppConfig
1806
1862
  :description,
1807
1863
  :retrieval_role_arn,
1808
1864
  :validators)
1865
+ SENSITIVE = []
1809
1866
  include Aws::Structure
1810
1867
  end
1811
1868
 
@@ -1884,6 +1941,7 @@ module Aws::AppConfig
1884
1941
  :final_bake_time_in_minutes,
1885
1942
  :growth_factor,
1886
1943
  :growth_type)
1944
+ SENSITIVE = []
1887
1945
  include Aws::Structure
1888
1946
  end
1889
1947
 
@@ -1931,6 +1989,7 @@ module Aws::AppConfig
1931
1989
  :name,
1932
1990
  :description,
1933
1991
  :monitors)
1992
+ SENSITIVE = []
1934
1993
  include Aws::Structure
1935
1994
  end
1936
1995
 
@@ -1961,6 +2020,7 @@ module Aws::AppConfig
1961
2020
  :application_id,
1962
2021
  :configuration_profile_id,
1963
2022
  :configuration_version)
2023
+ SENSITIVE = []
1964
2024
  include Aws::Structure
1965
2025
  end
1966
2026
 
@@ -1993,6 +2053,7 @@ module Aws::AppConfig
1993
2053
  class Validator < Struct.new(
1994
2054
  :type,
1995
2055
  :content)
2056
+ SENSITIVE = [:content]
1996
2057
  include Aws::Structure
1997
2058
  end
1998
2059
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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-15 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