aws-sdk-servicediscovery 1.25.1 → 1.26.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: 0bb3a22273fcc871a3e3200f28a9304852b5472d48f86d24af4dc1933878e46c
4
- data.tar.gz: 3a7af313fe058ba361904b640a7a57a63d594f7d2ffcd28efe8a40f9b63e021c
3
+ metadata.gz: ba0f0c9d82125cb5267c5ca9c248a901f64ba2c1dac13be0631b3dbd9de9a827
4
+ data.tar.gz: e859879cb185def6b8c189f742deb8a929e97764670f85f23a8625aef6239b9b
5
5
  SHA512:
6
- metadata.gz: 51868392fe4c86b81acdd15fbbcc4e66a5a50812040dc52def844c62bcc22e2e50a0fd611d729c161efe1474f69c3d7505046a1926469548cc70e86ba0dfd64c
7
- data.tar.gz: cbcfc66ec0e660f373f09c264c4c9a9883ba9d0f1a8d14cedfadeb2b0276eb8c1f042ffbcd79c288a6a399613cbc4de93c505f5eafe49f91fba56c90f554424a
6
+ metadata.gz: 3489c4c9a017239c54626b5d7073c505b5315fb510dd82385c904e18b136b823889cca72efcc16a2afad7f35a86b9af4c2b2fe5022b30a66b1df2080e4d052b5
7
+ data.tar.gz: 0ee1513d2c9ad5b2117b2a77f666c4c6d0d40bad541f67376b39a58e1e8c980699132b9bf8585d679a17d233302d94a08d4fe6b6a866cfd00cbd542116bb0442
@@ -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-servicediscovery/customizations'
45
47
  # @service
46
48
  module Aws::ServiceDiscovery
47
49
 
48
- GEM_VERSION = '1.25.1'
50
+ GEM_VERSION = '1.26.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:
@@ -2331,7 +2333,7 @@ module Aws::ServiceDiscovery
2331
2333
  params: params,
2332
2334
  config: config)
2333
2335
  context[:gem_name] = 'aws-sdk-servicediscovery'
2334
- context[:gem_version] = '1.25.1'
2336
+ context[:gem_version] = '1.26.0'
2335
2337
  Seahorse::Client::Request.new(handlers, context)
2336
2338
  end
2337
2339
 
@@ -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:
@@ -55,6 +57,7 @@ module Aws::ServiceDiscovery
55
57
  :creator_request_id,
56
58
  :description,
57
59
  :tags)
60
+ SENSITIVE = []
58
61
  include Aws::Structure
59
62
  end
60
63
 
@@ -72,6 +75,7 @@ module Aws::ServiceDiscovery
72
75
  #
73
76
  class CreateHttpNamespaceResponse < Struct.new(
74
77
  :operation_id)
78
+ SENSITIVE = []
75
79
  include Aws::Structure
76
80
  end
77
81
 
@@ -132,6 +136,7 @@ module Aws::ServiceDiscovery
132
136
  :description,
133
137
  :vpc,
134
138
  :tags)
139
+ SENSITIVE = []
135
140
  include Aws::Structure
136
141
  end
137
142
 
@@ -149,6 +154,7 @@ module Aws::ServiceDiscovery
149
154
  #
150
155
  class CreatePrivateDnsNamespaceResponse < Struct.new(
151
156
  :operation_id)
157
+ SENSITIVE = []
152
158
  include Aws::Structure
153
159
  end
154
160
 
@@ -199,6 +205,7 @@ module Aws::ServiceDiscovery
199
205
  :creator_request_id,
200
206
  :description,
201
207
  :tags)
208
+ SENSITIVE = []
202
209
  include Aws::Structure
203
210
  end
204
211
 
@@ -216,6 +223,7 @@ module Aws::ServiceDiscovery
216
223
  #
217
224
  class CreatePublicDnsNamespaceResponse < Struct.new(
218
225
  :operation_id)
226
+ SENSITIVE = []
219
227
  include Aws::Structure
220
228
  end
221
229
 
@@ -346,6 +354,7 @@ module Aws::ServiceDiscovery
346
354
  :health_check_config,
347
355
  :health_check_custom_config,
348
356
  :tags)
357
+ SENSITIVE = []
349
358
  include Aws::Structure
350
359
  end
351
360
 
@@ -357,6 +366,7 @@ module Aws::ServiceDiscovery
357
366
  #
358
367
  class CreateServiceResponse < Struct.new(
359
368
  :service)
369
+ SENSITIVE = []
360
370
  include Aws::Structure
361
371
  end
362
372
 
@@ -370,6 +380,7 @@ module Aws::ServiceDiscovery
370
380
  #
371
381
  class CustomHealthNotFound < Struct.new(
372
382
  :message)
383
+ SENSITIVE = []
373
384
  include Aws::Structure
374
385
  end
375
386
 
@@ -388,6 +399,7 @@ module Aws::ServiceDiscovery
388
399
  #
389
400
  class DeleteNamespaceRequest < Struct.new(
390
401
  :id)
402
+ SENSITIVE = []
391
403
  include Aws::Structure
392
404
  end
393
405
 
@@ -405,6 +417,7 @@ module Aws::ServiceDiscovery
405
417
  #
406
418
  class DeleteNamespaceResponse < Struct.new(
407
419
  :operation_id)
420
+ SENSITIVE = []
408
421
  include Aws::Structure
409
422
  end
410
423
 
@@ -423,6 +436,7 @@ module Aws::ServiceDiscovery
423
436
  #
424
437
  class DeleteServiceRequest < Struct.new(
425
438
  :id)
439
+ SENSITIVE = []
426
440
  include Aws::Structure
427
441
  end
428
442
 
@@ -456,6 +470,7 @@ module Aws::ServiceDiscovery
456
470
  class DeregisterInstanceRequest < Struct.new(
457
471
  :service_id,
458
472
  :instance_id)
473
+ SENSITIVE = []
459
474
  include Aws::Structure
460
475
  end
461
476
 
@@ -472,6 +487,7 @@ module Aws::ServiceDiscovery
472
487
  #
473
488
  class DeregisterInstanceResponse < Struct.new(
474
489
  :operation_id)
490
+ SENSITIVE = []
475
491
  include Aws::Structure
476
492
  end
477
493
 
@@ -524,6 +540,7 @@ module Aws::ServiceDiscovery
524
540
  :max_results,
525
541
  :query_parameters,
526
542
  :health_status)
543
+ SENSITIVE = []
527
544
  include Aws::Structure
528
545
  end
529
546
 
@@ -536,6 +553,7 @@ module Aws::ServiceDiscovery
536
553
  #
537
554
  class DiscoverInstancesResponse < Struct.new(
538
555
  :instances)
556
+ SENSITIVE = []
539
557
  include Aws::Structure
540
558
  end
541
559
 
@@ -632,6 +650,7 @@ module Aws::ServiceDiscovery
632
650
  :namespace_id,
633
651
  :routing_policy,
634
652
  :dns_records)
653
+ SENSITIVE = []
635
654
  include Aws::Structure
636
655
  end
637
656
 
@@ -660,6 +679,7 @@ module Aws::ServiceDiscovery
660
679
  #
661
680
  class DnsConfigChange < Struct.new(
662
681
  :dns_records)
682
+ SENSITIVE = []
663
683
  include Aws::Structure
664
684
  end
665
685
 
@@ -675,6 +695,7 @@ module Aws::ServiceDiscovery
675
695
  #
676
696
  class DnsProperties < Struct.new(
677
697
  :hosted_zone_id)
698
+ SENSITIVE = []
678
699
  include Aws::Structure
679
700
  end
680
701
 
@@ -814,6 +835,7 @@ module Aws::ServiceDiscovery
814
835
  class DnsRecord < Struct.new(
815
836
  :type,
816
837
  :ttl)
838
+ SENSITIVE = []
817
839
  include Aws::Structure
818
840
  end
819
841
 
@@ -831,6 +853,7 @@ module Aws::ServiceDiscovery
831
853
  class DuplicateRequest < Struct.new(
832
854
  :message,
833
855
  :duplicate_operation_id)
856
+ SENSITIVE = []
834
857
  include Aws::Structure
835
858
  end
836
859
 
@@ -855,6 +878,7 @@ module Aws::ServiceDiscovery
855
878
  class GetInstanceRequest < Struct.new(
856
879
  :service_id,
857
880
  :instance_id)
881
+ SENSITIVE = []
858
882
  include Aws::Structure
859
883
  end
860
884
 
@@ -866,6 +890,7 @@ module Aws::ServiceDiscovery
866
890
  #
867
891
  class GetInstanceResponse < Struct.new(
868
892
  :instance)
893
+ SENSITIVE = []
869
894
  include Aws::Structure
870
895
  end
871
896
 
@@ -923,6 +948,7 @@ module Aws::ServiceDiscovery
923
948
  :instances,
924
949
  :max_results,
925
950
  :next_token)
951
+ SENSITIVE = []
926
952
  include Aws::Structure
927
953
  end
928
954
 
@@ -944,6 +970,7 @@ module Aws::ServiceDiscovery
944
970
  class GetInstancesHealthStatusResponse < Struct.new(
945
971
  :status,
946
972
  :next_token)
973
+ SENSITIVE = []
947
974
  include Aws::Structure
948
975
  end
949
976
 
@@ -962,6 +989,7 @@ module Aws::ServiceDiscovery
962
989
  #
963
990
  class GetNamespaceRequest < Struct.new(
964
991
  :id)
992
+ SENSITIVE = []
965
993
  include Aws::Structure
966
994
  end
967
995
 
@@ -974,6 +1002,7 @@ module Aws::ServiceDiscovery
974
1002
  #
975
1003
  class GetNamespaceResponse < Struct.new(
976
1004
  :namespace)
1005
+ SENSITIVE = []
977
1006
  include Aws::Structure
978
1007
  end
979
1008
 
@@ -992,6 +1021,7 @@ module Aws::ServiceDiscovery
992
1021
  #
993
1022
  class GetOperationRequest < Struct.new(
994
1023
  :operation_id)
1024
+ SENSITIVE = []
995
1025
  include Aws::Structure
996
1026
  end
997
1027
 
@@ -1003,6 +1033,7 @@ module Aws::ServiceDiscovery
1003
1033
  #
1004
1034
  class GetOperationResponse < Struct.new(
1005
1035
  :operation)
1036
+ SENSITIVE = []
1006
1037
  include Aws::Structure
1007
1038
  end
1008
1039
 
@@ -1021,6 +1052,7 @@ module Aws::ServiceDiscovery
1021
1052
  #
1022
1053
  class GetServiceRequest < Struct.new(
1023
1054
  :id)
1055
+ SENSITIVE = []
1024
1056
  include Aws::Structure
1025
1057
  end
1026
1058
 
@@ -1032,6 +1064,7 @@ module Aws::ServiceDiscovery
1032
1064
  #
1033
1065
  class GetServiceResponse < Struct.new(
1034
1066
  :service)
1067
+ SENSITIVE = []
1035
1068
  include Aws::Structure
1036
1069
  end
1037
1070
 
@@ -1176,6 +1209,7 @@ module Aws::ServiceDiscovery
1176
1209
  :type,
1177
1210
  :resource_path,
1178
1211
  :failure_threshold)
1212
+ SENSITIVE = []
1179
1213
  include Aws::Structure
1180
1214
  end
1181
1215
 
@@ -1265,6 +1299,7 @@ module Aws::ServiceDiscovery
1265
1299
  #
1266
1300
  class HealthCheckCustomConfig < Struct.new(
1267
1301
  :failure_threshold)
1302
+ SENSITIVE = []
1268
1303
  include Aws::Structure
1269
1304
  end
1270
1305
 
@@ -1309,6 +1344,7 @@ module Aws::ServiceDiscovery
1309
1344
  :service_name,
1310
1345
  :health_status,
1311
1346
  :attributes)
1347
+ SENSITIVE = []
1312
1348
  include Aws::Structure
1313
1349
  end
1314
1350
 
@@ -1322,6 +1358,7 @@ module Aws::ServiceDiscovery
1322
1358
  #
1323
1359
  class HttpProperties < Struct.new(
1324
1360
  :http_name)
1361
+ SENSITIVE = []
1325
1362
  include Aws::Structure
1326
1363
  end
1327
1364
 
@@ -1462,6 +1499,7 @@ module Aws::ServiceDiscovery
1462
1499
  :id,
1463
1500
  :creator_request_id,
1464
1501
  :attributes)
1502
+ SENSITIVE = []
1465
1503
  include Aws::Structure
1466
1504
  end
1467
1505
 
@@ -1475,6 +1513,7 @@ module Aws::ServiceDiscovery
1475
1513
  #
1476
1514
  class InstanceNotFound < Struct.new(
1477
1515
  :message)
1516
+ SENSITIVE = []
1478
1517
  include Aws::Structure
1479
1518
  end
1480
1519
 
@@ -1521,6 +1560,7 @@ module Aws::ServiceDiscovery
1521
1560
  class InstanceSummary < Struct.new(
1522
1561
  :id,
1523
1562
  :attributes)
1563
+ SENSITIVE = []
1524
1564
  include Aws::Structure
1525
1565
  end
1526
1566
 
@@ -1535,6 +1575,7 @@ module Aws::ServiceDiscovery
1535
1575
  #
1536
1576
  class InvalidInput < Struct.new(
1537
1577
  :message)
1578
+ SENSITIVE = []
1538
1579
  include Aws::Structure
1539
1580
  end
1540
1581
 
@@ -1573,6 +1614,7 @@ module Aws::ServiceDiscovery
1573
1614
  :service_id,
1574
1615
  :next_token,
1575
1616
  :max_results)
1617
+ SENSITIVE = []
1576
1618
  include Aws::Structure
1577
1619
  end
1578
1620
 
@@ -1593,6 +1635,7 @@ module Aws::ServiceDiscovery
1593
1635
  class ListInstancesResponse < Struct.new(
1594
1636
  :instances,
1595
1637
  :next_token)
1638
+ SENSITIVE = []
1596
1639
  include Aws::Structure
1597
1640
  end
1598
1641
 
@@ -1649,6 +1692,7 @@ module Aws::ServiceDiscovery
1649
1692
  :next_token,
1650
1693
  :max_results,
1651
1694
  :filters)
1695
+ SENSITIVE = []
1652
1696
  include Aws::Structure
1653
1697
  end
1654
1698
 
@@ -1677,6 +1721,7 @@ module Aws::ServiceDiscovery
1677
1721
  class ListNamespacesResponse < Struct.new(
1678
1722
  :namespaces,
1679
1723
  :next_token)
1724
+ SENSITIVE = []
1680
1725
  include Aws::Structure
1681
1726
  end
1682
1727
 
@@ -1733,6 +1778,7 @@ module Aws::ServiceDiscovery
1733
1778
  :next_token,
1734
1779
  :max_results,
1735
1780
  :filters)
1781
+ SENSITIVE = []
1736
1782
  include Aws::Structure
1737
1783
  end
1738
1784
 
@@ -1761,6 +1807,7 @@ module Aws::ServiceDiscovery
1761
1807
  class ListOperationsResponse < Struct.new(
1762
1808
  :operations,
1763
1809
  :next_token)
1810
+ SENSITIVE = []
1764
1811
  include Aws::Structure
1765
1812
  end
1766
1813
 
@@ -1815,6 +1862,7 @@ module Aws::ServiceDiscovery
1815
1862
  :next_token,
1816
1863
  :max_results,
1817
1864
  :filters)
1865
+ SENSITIVE = []
1818
1866
  include Aws::Structure
1819
1867
  end
1820
1868
 
@@ -1842,6 +1890,7 @@ module Aws::ServiceDiscovery
1842
1890
  class ListServicesResponse < Struct.new(
1843
1891
  :services,
1844
1892
  :next_token)
1893
+ SENSITIVE = []
1845
1894
  include Aws::Structure
1846
1895
  end
1847
1896
 
@@ -1861,6 +1910,7 @@ module Aws::ServiceDiscovery
1861
1910
  #
1862
1911
  class ListTagsForResourceRequest < Struct.new(
1863
1912
  :resource_arn)
1913
+ SENSITIVE = []
1864
1914
  include Aws::Structure
1865
1915
  end
1866
1916
 
@@ -1872,6 +1922,7 @@ module Aws::ServiceDiscovery
1872
1922
  #
1873
1923
  class ListTagsForResourceResponse < Struct.new(
1874
1924
  :tags)
1925
+ SENSITIVE = []
1875
1926
  include Aws::Structure
1876
1927
  end
1877
1928
 
@@ -1943,6 +1994,7 @@ module Aws::ServiceDiscovery
1943
1994
  :properties,
1944
1995
  :create_date,
1945
1996
  :creator_request_id)
1997
+ SENSITIVE = []
1946
1998
  include Aws::Structure
1947
1999
  end
1948
2000
 
@@ -1965,6 +2017,7 @@ module Aws::ServiceDiscovery
1965
2017
  :message,
1966
2018
  :creator_request_id,
1967
2019
  :namespace_id)
2020
+ SENSITIVE = []
1968
2021
  include Aws::Structure
1969
2022
  end
1970
2023
 
@@ -2013,6 +2066,7 @@ module Aws::ServiceDiscovery
2013
2066
  :name,
2014
2067
  :values,
2015
2068
  :condition)
2069
+ SENSITIVE = []
2016
2070
  include Aws::Structure
2017
2071
  end
2018
2072
 
@@ -2025,6 +2079,7 @@ module Aws::ServiceDiscovery
2025
2079
  #
2026
2080
  class NamespaceNotFound < Struct.new(
2027
2081
  :message)
2082
+ SENSITIVE = []
2028
2083
  include Aws::Structure
2029
2084
  end
2030
2085
 
@@ -2045,6 +2100,7 @@ module Aws::ServiceDiscovery
2045
2100
  class NamespaceProperties < Struct.new(
2046
2101
  :dns_properties,
2047
2102
  :http_properties)
2103
+ SENSITIVE = []
2048
2104
  include Aws::Structure
2049
2105
  end
2050
2106
 
@@ -2097,6 +2153,7 @@ module Aws::ServiceDiscovery
2097
2153
  :service_count,
2098
2154
  :properties,
2099
2155
  :create_date)
2156
+ SENSITIVE = []
2100
2157
  include Aws::Structure
2101
2158
  end
2102
2159
 
@@ -2188,6 +2245,7 @@ module Aws::ServiceDiscovery
2188
2245
  :create_date,
2189
2246
  :update_date,
2190
2247
  :targets)
2248
+ SENSITIVE = []
2191
2249
  include Aws::Structure
2192
2250
  end
2193
2251
 
@@ -2265,6 +2323,7 @@ module Aws::ServiceDiscovery
2265
2323
  :name,
2266
2324
  :values,
2267
2325
  :condition)
2326
+ SENSITIVE = []
2268
2327
  include Aws::Structure
2269
2328
  end
2270
2329
 
@@ -2277,6 +2336,7 @@ module Aws::ServiceDiscovery
2277
2336
  #
2278
2337
  class OperationNotFound < Struct.new(
2279
2338
  :message)
2339
+ SENSITIVE = []
2280
2340
  include Aws::Structure
2281
2341
  end
2282
2342
 
@@ -2311,6 +2371,7 @@ module Aws::ServiceDiscovery
2311
2371
  class OperationSummary < Struct.new(
2312
2372
  :id,
2313
2373
  :status)
2374
+ SENSITIVE = []
2314
2375
  include Aws::Structure
2315
2376
  end
2316
2377
 
@@ -2485,6 +2546,7 @@ module Aws::ServiceDiscovery
2485
2546
  :instance_id,
2486
2547
  :creator_request_id,
2487
2548
  :attributes)
2549
+ SENSITIVE = []
2488
2550
  include Aws::Structure
2489
2551
  end
2490
2552
 
@@ -2502,6 +2564,7 @@ module Aws::ServiceDiscovery
2502
2564
  #
2503
2565
  class RegisterInstanceResponse < Struct.new(
2504
2566
  :operation_id)
2567
+ SENSITIVE = []
2505
2568
  include Aws::Structure
2506
2569
  end
2507
2570
 
@@ -2515,6 +2578,7 @@ module Aws::ServiceDiscovery
2515
2578
  #
2516
2579
  class RequestLimitExceeded < Struct.new(
2517
2580
  :message)
2581
+ SENSITIVE = []
2518
2582
  include Aws::Structure
2519
2583
  end
2520
2584
 
@@ -2529,6 +2593,7 @@ module Aws::ServiceDiscovery
2529
2593
  #
2530
2594
  class ResourceInUse < Struct.new(
2531
2595
  :message)
2596
+ SENSITIVE = []
2532
2597
  include Aws::Structure
2533
2598
  end
2534
2599
 
@@ -2542,6 +2607,7 @@ module Aws::ServiceDiscovery
2542
2607
  #
2543
2608
  class ResourceLimitExceeded < Struct.new(
2544
2609
  :message)
2610
+ SENSITIVE = []
2545
2611
  include Aws::Structure
2546
2612
  end
2547
2613
 
@@ -2554,6 +2620,7 @@ module Aws::ServiceDiscovery
2554
2620
  #
2555
2621
  class ResourceNotFoundException < Struct.new(
2556
2622
  :message)
2623
+ SENSITIVE = []
2557
2624
  include Aws::Structure
2558
2625
  end
2559
2626
 
@@ -2644,6 +2711,7 @@ module Aws::ServiceDiscovery
2644
2711
  :health_check_custom_config,
2645
2712
  :create_date,
2646
2713
  :creator_request_id)
2714
+ SENSITIVE = []
2647
2715
  include Aws::Structure
2648
2716
  end
2649
2717
 
@@ -2667,6 +2735,7 @@ module Aws::ServiceDiscovery
2667
2735
  :message,
2668
2736
  :creator_request_id,
2669
2737
  :service_id)
2738
+ SENSITIVE = []
2670
2739
  include Aws::Structure
2671
2740
  end
2672
2741
 
@@ -2780,6 +2849,7 @@ module Aws::ServiceDiscovery
2780
2849
  :description,
2781
2850
  :dns_config,
2782
2851
  :health_check_config)
2852
+ SENSITIVE = []
2783
2853
  include Aws::Structure
2784
2854
  end
2785
2855
 
@@ -2825,6 +2895,7 @@ module Aws::ServiceDiscovery
2825
2895
  :name,
2826
2896
  :values,
2827
2897
  :condition)
2898
+ SENSITIVE = []
2828
2899
  include Aws::Structure
2829
2900
  end
2830
2901
 
@@ -2837,6 +2908,7 @@ module Aws::ServiceDiscovery
2837
2908
  #
2838
2909
  class ServiceNotFound < Struct.new(
2839
2910
  :message)
2911
+ SENSITIVE = []
2840
2912
  include Aws::Structure
2841
2913
  end
2842
2914
 
@@ -3022,6 +3094,7 @@ module Aws::ServiceDiscovery
3022
3094
  :health_check_config,
3023
3095
  :health_check_custom_config,
3024
3096
  :create_date)
3097
+ SENSITIVE = []
3025
3098
  include Aws::Structure
3026
3099
  end
3027
3100
 
@@ -3050,6 +3123,7 @@ module Aws::ServiceDiscovery
3050
3123
  class Tag < Struct.new(
3051
3124
  :key,
3052
3125
  :value)
3126
+ SENSITIVE = []
3053
3127
  include Aws::Structure
3054
3128
  end
3055
3129
 
@@ -3082,6 +3156,7 @@ module Aws::ServiceDiscovery
3082
3156
  class TagResourceRequest < Struct.new(
3083
3157
  :resource_arn,
3084
3158
  :tags)
3159
+ SENSITIVE = []
3085
3160
  include Aws::Structure
3086
3161
  end
3087
3162
 
@@ -3104,6 +3179,7 @@ module Aws::ServiceDiscovery
3104
3179
  class TooManyTagsException < Struct.new(
3105
3180
  :message,
3106
3181
  :resource_name)
3182
+ SENSITIVE = []
3107
3183
  include Aws::Structure
3108
3184
  end
3109
3185
 
@@ -3129,6 +3205,7 @@ module Aws::ServiceDiscovery
3129
3205
  class UntagResourceRequest < Struct.new(
3130
3206
  :resource_arn,
3131
3207
  :tag_keys)
3208
+ SENSITIVE = []
3132
3209
  include Aws::Structure
3133
3210
  end
3134
3211
 
@@ -3165,6 +3242,7 @@ module Aws::ServiceDiscovery
3165
3242
  :service_id,
3166
3243
  :instance_id,
3167
3244
  :status)
3245
+ SENSITIVE = []
3168
3246
  include Aws::Structure
3169
3247
  end
3170
3248
 
@@ -3204,6 +3282,7 @@ module Aws::ServiceDiscovery
3204
3282
  class UpdateServiceRequest < Struct.new(
3205
3283
  :id,
3206
3284
  :service)
3285
+ SENSITIVE = []
3207
3286
  include Aws::Structure
3208
3287
  end
3209
3288
 
@@ -3221,6 +3300,7 @@ module Aws::ServiceDiscovery
3221
3300
  #
3222
3301
  class UpdateServiceResponse < Struct.new(
3223
3302
  :operation_id)
3303
+ SENSITIVE = []
3224
3304
  include Aws::Structure
3225
3305
  end
3226
3306
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicediscovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.1
4
+ version: 1.26.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