aws-sdk-codeguruprofiler 1.6.1 → 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: 980fc4e18c74a9f84e0061f7b7e091a387810fd8e0d65ef419bf2f7f3ab6e290
4
- data.tar.gz: '04239e618a8040610f390df60dd20e44f896bc7227954acb8e69d35bc2a65840'
3
+ metadata.gz: 4373b7be67d682f57930a38ed64c3b0947c2da73a4f247ae711ae016d854eda9
4
+ data.tar.gz: 0a99b74a3fc259a8df183530fb513205fa05c4d5b69a2022e6141197fcf77ad6
5
5
  SHA512:
6
- metadata.gz: 371cef5e8376579df7f55dad8f3418ec23fb5571fa33bd722b2ca81f17bfc9bf621c492fb2651a905ab047e0b1bd7be529e0b2c1fa61418f81963e6a5e47306d
7
- data.tar.gz: cc3b2e056d06156f6eb212dbc0879f1e799fee4c5a38525a75f75328de80d5eed9d609bbfe1bbc750631071f9e5f739082fb191d7353ebe18af4be4bd3063b07
6
+ metadata.gz: 1fd02a3e4e842952413b3446e3212df20b50e5ad4583a9162bb38bcfdaaab9862ddb037409c0c95139d0f84039ae640b7dea32e744f22726e5d4d0febb0ed839
7
+ data.tar.gz: 3d74ec70a4447feaffe63fd48cb8b08f384c6b535a7180c8b37406e5e6de95049db3cfc95f7272d76590ae50bee5cd84605f75f9f53ce14a445f4b160411aba5
@@ -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-codeguruprofiler/customizations'
45
47
  # @service
46
48
  module Aws::CodeGuruProfiler
47
49
 
48
- GEM_VERSION = '1.6.1'
50
+ GEM_VERSION = '1.7.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:
@@ -864,7 +866,7 @@ module Aws::CodeGuruProfiler
864
866
  params: params,
865
867
  config: config)
866
868
  context[:gem_name] = 'aws-sdk-codeguruprofiler'
867
- context[:gem_version] = '1.6.1'
869
+ context[:gem_version] = '1.7.0'
868
870
  Seahorse::Client::Request.new(handlers, context)
869
871
  end
870
872
 
@@ -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::CodeGuruProfiler
19
21
  class AgentConfiguration < Struct.new(
20
22
  :period_in_seconds,
21
23
  :should_profile)
24
+ SENSITIVE = []
22
25
  include Aws::Structure
23
26
  end
24
27
 
@@ -36,6 +39,7 @@ module Aws::CodeGuruProfiler
36
39
  #
37
40
  class AgentOrchestrationConfig < Struct.new(
38
41
  :profiling_enabled)
42
+ SENSITIVE = []
39
43
  include Aws::Structure
40
44
  end
41
45
 
@@ -55,6 +59,7 @@ module Aws::CodeGuruProfiler
55
59
  class AggregatedProfileTime < Struct.new(
56
60
  :period,
57
61
  :start)
62
+ SENSITIVE = []
58
63
  include Aws::Structure
59
64
  end
60
65
 
@@ -79,6 +84,7 @@ module Aws::CodeGuruProfiler
79
84
  class ConfigureAgentRequest < Struct.new(
80
85
  :fleet_instance_id,
81
86
  :profiling_group_name)
87
+ SENSITIVE = []
82
88
  include Aws::Structure
83
89
  end
84
90
 
@@ -91,6 +97,7 @@ module Aws::CodeGuruProfiler
91
97
  #
92
98
  class ConfigureAgentResponse < Struct.new(
93
99
  :configuration)
100
+ SENSITIVE = []
94
101
  include Aws::Structure
95
102
  end
96
103
 
@@ -105,6 +112,7 @@ module Aws::CodeGuruProfiler
105
112
  #
106
113
  class ConflictException < Struct.new(
107
114
  :message)
115
+ SENSITIVE = []
108
116
  include Aws::Structure
109
117
  end
110
118
 
@@ -146,6 +154,7 @@ module Aws::CodeGuruProfiler
146
154
  :agent_orchestration_config,
147
155
  :client_token,
148
156
  :profiling_group_name)
157
+ SENSITIVE = []
149
158
  include Aws::Structure
150
159
  end
151
160
 
@@ -159,6 +168,7 @@ module Aws::CodeGuruProfiler
159
168
  #
160
169
  class CreateProfilingGroupResponse < Struct.new(
161
170
  :profiling_group)
171
+ SENSITIVE = []
162
172
  include Aws::Structure
163
173
  end
164
174
 
@@ -179,6 +189,7 @@ module Aws::CodeGuruProfiler
179
189
  #
180
190
  class DeleteProfilingGroupRequest < Struct.new(
181
191
  :profiling_group_name)
192
+ SENSITIVE = []
182
193
  include Aws::Structure
183
194
  end
184
195
 
@@ -205,6 +216,7 @@ module Aws::CodeGuruProfiler
205
216
  #
206
217
  class DescribeProfilingGroupRequest < Struct.new(
207
218
  :profiling_group_name)
219
+ SENSITIVE = []
208
220
  include Aws::Structure
209
221
  end
210
222
 
@@ -218,6 +230,7 @@ module Aws::CodeGuruProfiler
218
230
  #
219
231
  class DescribeProfilingGroupResponse < Struct.new(
220
232
  :profiling_group)
233
+ SENSITIVE = []
221
234
  include Aws::Structure
222
235
  end
223
236
 
@@ -238,6 +251,7 @@ module Aws::CodeGuruProfiler
238
251
  #
239
252
  class GetPolicyRequest < Struct.new(
240
253
  :profiling_group_name)
254
+ SENSITIVE = []
241
255
  include Aws::Structure
242
256
  end
243
257
 
@@ -256,6 +270,7 @@ module Aws::CodeGuruProfiler
256
270
  class GetPolicyResponse < Struct.new(
257
271
  :policy,
258
272
  :revision_id)
273
+ SENSITIVE = []
259
274
  include Aws::Structure
260
275
  end
261
276
 
@@ -315,6 +330,7 @@ module Aws::CodeGuruProfiler
315
330
  :period,
316
331
  :profiling_group_name,
317
332
  :start_time)
333
+ SENSITIVE = []
318
334
  include Aws::Structure
319
335
  end
320
336
 
@@ -339,6 +355,7 @@ module Aws::CodeGuruProfiler
339
355
  :content_encoding,
340
356
  :content_type,
341
357
  :profile)
358
+ SENSITIVE = []
342
359
  include Aws::Structure
343
360
  end
344
361
 
@@ -352,6 +369,7 @@ module Aws::CodeGuruProfiler
352
369
  #
353
370
  class InternalServerException < Struct.new(
354
371
  :message)
372
+ SENSITIVE = []
355
373
  include Aws::Structure
356
374
  end
357
375
 
@@ -424,6 +442,7 @@ module Aws::CodeGuruProfiler
424
442
  :period,
425
443
  :profiling_group_name,
426
444
  :start_time)
445
+ SENSITIVE = []
427
446
  include Aws::Structure
428
447
  end
429
448
 
@@ -447,6 +466,7 @@ module Aws::CodeGuruProfiler
447
466
  class ListProfileTimesResponse < Struct.new(
448
467
  :next_token,
449
468
  :profile_times)
469
+ SENSITIVE = []
450
470
  include Aws::Structure
451
471
  end
452
472
 
@@ -494,6 +514,7 @@ module Aws::CodeGuruProfiler
494
514
  :include_description,
495
515
  :max_results,
496
516
  :next_token)
517
+ SENSITIVE = []
497
518
  include Aws::Structure
498
519
  end
499
520
 
@@ -521,6 +542,7 @@ module Aws::CodeGuruProfiler
521
542
  :next_token,
522
543
  :profiling_group_names,
523
544
  :profiling_groups)
545
+ SENSITIVE = []
524
546
  include Aws::Structure
525
547
  end
526
548
 
@@ -557,6 +579,7 @@ module Aws::CodeGuruProfiler
557
579
  :content_type,
558
580
  :profile_token,
559
581
  :profiling_group_name)
582
+ SENSITIVE = []
560
583
  include Aws::Structure
561
584
  end
562
585
 
@@ -576,6 +599,7 @@ module Aws::CodeGuruProfiler
576
599
  #
577
600
  class ProfileTime < Struct.new(
578
601
  :start)
602
+ SENSITIVE = []
579
603
  include Aws::Structure
580
604
  end
581
605
 
@@ -615,6 +639,7 @@ module Aws::CodeGuruProfiler
615
639
  :name,
616
640
  :profiling_status,
617
641
  :updated_at)
642
+ SENSITIVE = []
618
643
  include Aws::Structure
619
644
  end
620
645
 
@@ -640,6 +665,7 @@ module Aws::CodeGuruProfiler
640
665
  :latest_agent_orchestrated_at,
641
666
  :latest_agent_profile_reported_at,
642
667
  :latest_aggregated_profile)
668
+ SENSITIVE = []
643
669
  include Aws::Structure
644
670
  end
645
671
 
@@ -682,6 +708,7 @@ module Aws::CodeGuruProfiler
682
708
  :principals,
683
709
  :profiling_group_name,
684
710
  :revision_id)
711
+ SENSITIVE = []
685
712
  include Aws::Structure
686
713
  end
687
714
 
@@ -700,6 +727,7 @@ module Aws::CodeGuruProfiler
700
727
  class PutPermissionResponse < Struct.new(
701
728
  :policy,
702
729
  :revision_id)
730
+ SENSITIVE = []
703
731
  include Aws::Structure
704
732
  end
705
733
 
@@ -733,6 +761,7 @@ module Aws::CodeGuruProfiler
733
761
  :action_group,
734
762
  :profiling_group_name,
735
763
  :revision_id)
764
+ SENSITIVE = []
736
765
  include Aws::Structure
737
766
  end
738
767
 
@@ -751,6 +780,7 @@ module Aws::CodeGuruProfiler
751
780
  class RemovePermissionResponse < Struct.new(
752
781
  :policy,
753
782
  :revision_id)
783
+ SENSITIVE = []
754
784
  include Aws::Structure
755
785
  end
756
786
 
@@ -763,6 +793,7 @@ module Aws::CodeGuruProfiler
763
793
  #
764
794
  class ResourceNotFoundException < Struct.new(
765
795
  :message)
796
+ SENSITIVE = []
766
797
  include Aws::Structure
767
798
  end
768
799
 
@@ -781,6 +812,7 @@ module Aws::CodeGuruProfiler
781
812
  #
782
813
  class ServiceQuotaExceededException < Struct.new(
783
814
  :message)
815
+ SENSITIVE = []
784
816
  include Aws::Structure
785
817
  end
786
818
 
@@ -793,6 +825,7 @@ module Aws::CodeGuruProfiler
793
825
  #
794
826
  class ThrottlingException < Struct.new(
795
827
  :message)
828
+ SENSITIVE = []
796
829
  include Aws::Structure
797
830
  end
798
831
 
@@ -820,6 +853,7 @@ module Aws::CodeGuruProfiler
820
853
  class UpdateProfilingGroupRequest < Struct.new(
821
854
  :agent_orchestration_config,
822
855
  :profiling_group_name)
856
+ SENSITIVE = []
823
857
  include Aws::Structure
824
858
  end
825
859
 
@@ -833,6 +867,7 @@ module Aws::CodeGuruProfiler
833
867
  #
834
868
  class UpdateProfilingGroupResponse < Struct.new(
835
869
  :profiling_group)
870
+ SENSITIVE = []
836
871
  include Aws::Structure
837
872
  end
838
873
 
@@ -845,6 +880,7 @@ module Aws::CodeGuruProfiler
845
880
  #
846
881
  class ValidationException < Struct.new(
847
882
  :message)
883
+ SENSITIVE = []
848
884
  include Aws::Structure
849
885
  end
850
886
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeguruprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
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-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