aws-sdk-applicationinsights 1.37.0 → 1.39.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.
@@ -23,6 +23,47 @@ module Aws::ApplicationInsights
23
23
  include Aws::Structure
24
24
  end
25
25
 
26
+ # @!attribute [rw] resource_group_name
27
+ # The name of the resource group.
28
+ # @return [String]
29
+ #
30
+ # @!attribute [rw] component_name
31
+ # The name of the component.
32
+ # @return [String]
33
+ #
34
+ # @!attribute [rw] workload_configuration
35
+ # The configuration settings of the workload. The value is the escaped
36
+ # JSON of the configuration.
37
+ # @return [Types::WorkloadConfiguration]
38
+ #
39
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/AddWorkloadRequest AWS API Documentation
40
+ #
41
+ class AddWorkloadRequest < Struct.new(
42
+ :resource_group_name,
43
+ :component_name,
44
+ :workload_configuration)
45
+ SENSITIVE = []
46
+ include Aws::Structure
47
+ end
48
+
49
+ # @!attribute [rw] workload_id
50
+ # The ID of the workload.
51
+ # @return [String]
52
+ #
53
+ # @!attribute [rw] workload_configuration
54
+ # The configuration settings of the workload. The value is the escaped
55
+ # JSON of the configuration.
56
+ # @return [Types::WorkloadConfiguration]
57
+ #
58
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/AddWorkloadResponse AWS API Documentation
59
+ #
60
+ class AddWorkloadResponse < Struct.new(
61
+ :workload_id,
62
+ :workload_configuration)
63
+ SENSITIVE = []
64
+ include Aws::Structure
65
+ end
66
+
26
67
  # Describes a standalone resource or similarly grouped resources that
27
68
  # the application is made up of.
28
69
  #
@@ -72,6 +113,10 @@ module Aws::ApplicationInsights
72
113
 
73
114
  # Describes the status of the application.
74
115
  #
116
+ # @!attribute [rw] account_id
117
+ # The AWS account ID for the owner of the application.
118
+ # @return [String]
119
+ #
75
120
  # @!attribute [rw] resource_group_name
76
121
  # The name of the resource group used for the application.
77
122
  # @return [String]
@@ -118,6 +163,7 @@ module Aws::ApplicationInsights
118
163
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ApplicationInfo AWS API Documentation
119
164
  #
120
165
  class ApplicationInfo < Struct.new(
166
+ :account_id,
121
167
  :resource_group_name,
122
168
  :life_cycle,
123
169
  :ops_item_sns_topic_arn,
@@ -145,6 +191,16 @@ module Aws::ApplicationInsights
145
191
 
146
192
  # The event information.
147
193
  #
194
+ # @!attribute [rw] resource_group_name
195
+ # The name of the resource group of the application to which the
196
+ # configuration event belongs.
197
+ # @return [String]
198
+ #
199
+ # @!attribute [rw] account_id
200
+ # The AWS account ID for the owner of the application to which the
201
+ # configuration event belongs.
202
+ # @return [String]
203
+ #
148
204
  # @!attribute [rw] monitored_resource_arn
149
205
  # The resource monitored by Application Insights.
150
206
  # @return [String]
@@ -175,6 +231,8 @@ module Aws::ApplicationInsights
175
231
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ConfigurationEvent AWS API Documentation
176
232
  #
177
233
  class ConfigurationEvent < Struct.new(
234
+ :resource_group_name,
235
+ :account_id,
178
236
  :monitored_resource_arn,
179
237
  :event_status,
180
238
  :event_resource_type,
@@ -409,10 +467,15 @@ module Aws::ApplicationInsights
409
467
  # The name of the resource group.
410
468
  # @return [String]
411
469
  #
470
+ # @!attribute [rw] account_id
471
+ # The AWS account ID for the resource group owner.
472
+ # @return [String]
473
+ #
412
474
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeApplicationRequest AWS API Documentation
413
475
  #
414
476
  class DescribeApplicationRequest < Struct.new(
415
- :resource_group_name)
477
+ :resource_group_name,
478
+ :account_id)
416
479
  SENSITIVE = []
417
480
  include Aws::Structure
418
481
  end
@@ -441,12 +504,17 @@ module Aws::ApplicationInsights
441
504
  # The tier of the application component.
442
505
  # @return [String]
443
506
  #
507
+ # @!attribute [rw] recommendation_type
508
+ # The recommended configuration type.
509
+ # @return [String]
510
+ #
444
511
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentConfigurationRecommendationRequest AWS API Documentation
445
512
  #
446
513
  class DescribeComponentConfigurationRecommendationRequest < Struct.new(
447
514
  :resource_group_name,
448
515
  :component_name,
449
- :tier)
516
+ :tier,
517
+ :recommendation_type)
450
518
  SENSITIVE = []
451
519
  include Aws::Structure
452
520
  end
@@ -472,11 +540,16 @@ module Aws::ApplicationInsights
472
540
  # The name of the component.
473
541
  # @return [String]
474
542
  #
543
+ # @!attribute [rw] account_id
544
+ # The AWS account ID for the resource group owner.
545
+ # @return [String]
546
+ #
475
547
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentConfigurationRequest AWS API Documentation
476
548
  #
477
549
  class DescribeComponentConfigurationRequest < Struct.new(
478
550
  :resource_group_name,
479
- :component_name)
551
+ :component_name,
552
+ :account_id)
480
553
  SENSITIVE = []
481
554
  include Aws::Structure
482
555
  end
@@ -514,11 +587,16 @@ module Aws::ApplicationInsights
514
587
  # The name of the component.
515
588
  # @return [String]
516
589
  #
590
+ # @!attribute [rw] account_id
591
+ # The AWS account ID for the resource group owner.
592
+ # @return [String]
593
+ #
517
594
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentRequest AWS API Documentation
518
595
  #
519
596
  class DescribeComponentRequest < Struct.new(
520
597
  :resource_group_name,
521
- :component_name)
598
+ :component_name,
599
+ :account_id)
522
600
  SENSITIVE = []
523
601
  include Aws::Structure
524
602
  end
@@ -553,12 +631,17 @@ module Aws::ApplicationInsights
553
631
  # The name of the log pattern.
554
632
  # @return [String]
555
633
  #
634
+ # @!attribute [rw] account_id
635
+ # The AWS account ID for the resource group owner.
636
+ # @return [String]
637
+ #
556
638
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeLogPatternRequest AWS API Documentation
557
639
  #
558
640
  class DescribeLogPatternRequest < Struct.new(
559
641
  :resource_group_name,
560
642
  :pattern_set_name,
561
- :pattern_name)
643
+ :pattern_name,
644
+ :account_id)
562
645
  SENSITIVE = []
563
646
  include Aws::Structure
564
647
  end
@@ -567,6 +650,10 @@ module Aws::ApplicationInsights
567
650
  # The name of the resource group.
568
651
  # @return [String]
569
652
  #
653
+ # @!attribute [rw] account_id
654
+ # The AWS account ID for the resource group owner.
655
+ # @return [String]
656
+ #
570
657
  # @!attribute [rw] log_pattern
571
658
  # The successfully created log pattern.
572
659
  # @return [Types::LogPattern]
@@ -575,6 +662,7 @@ module Aws::ApplicationInsights
575
662
  #
576
663
  class DescribeLogPatternResponse < Struct.new(
577
664
  :resource_group_name,
665
+ :account_id,
578
666
  :log_pattern)
579
667
  SENSITIVE = []
580
668
  include Aws::Structure
@@ -584,10 +672,15 @@ module Aws::ApplicationInsights
584
672
  # The ID of the observation.
585
673
  # @return [String]
586
674
  #
675
+ # @!attribute [rw] account_id
676
+ # The AWS account ID for the resource group owner.
677
+ # @return [String]
678
+ #
587
679
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeObservationRequest AWS API Documentation
588
680
  #
589
681
  class DescribeObservationRequest < Struct.new(
590
- :observation_id)
682
+ :observation_id,
683
+ :account_id)
591
684
  SENSITIVE = []
592
685
  include Aws::Structure
593
686
  end
@@ -608,10 +701,15 @@ module Aws::ApplicationInsights
608
701
  # The ID of the problem.
609
702
  # @return [String]
610
703
  #
704
+ # @!attribute [rw] account_id
705
+ # The AWS account ID for the resource group owner.
706
+ # @return [String]
707
+ #
611
708
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblemObservationsRequest AWS API Documentation
612
709
  #
613
710
  class DescribeProblemObservationsRequest < Struct.new(
614
- :problem_id)
711
+ :problem_id,
712
+ :account_id)
615
713
  SENSITIVE = []
616
714
  include Aws::Structure
617
715
  end
@@ -632,10 +730,16 @@ module Aws::ApplicationInsights
632
730
  # The ID of the problem.
633
731
  # @return [String]
634
732
  #
733
+ # @!attribute [rw] account_id
734
+ # The AWS account ID for the owner of the resource group affected by
735
+ # the problem.
736
+ # @return [String]
737
+ #
635
738
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblemRequest AWS API Documentation
636
739
  #
637
740
  class DescribeProblemRequest < Struct.new(
638
- :problem_id)
741
+ :problem_id,
742
+ :account_id)
639
743
  SENSITIVE = []
640
744
  include Aws::Structure
641
745
  end
@@ -652,6 +756,57 @@ module Aws::ApplicationInsights
652
756
  include Aws::Structure
653
757
  end
654
758
 
759
+ # @!attribute [rw] resource_group_name
760
+ # The name of the resource group.
761
+ # @return [String]
762
+ #
763
+ # @!attribute [rw] component_name
764
+ # The name of the component.
765
+ # @return [String]
766
+ #
767
+ # @!attribute [rw] workload_id
768
+ # The ID of the workload.
769
+ # @return [String]
770
+ #
771
+ # @!attribute [rw] account_id
772
+ # The AWS account ID for the workload owner.
773
+ # @return [String]
774
+ #
775
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeWorkloadRequest AWS API Documentation
776
+ #
777
+ class DescribeWorkloadRequest < Struct.new(
778
+ :resource_group_name,
779
+ :component_name,
780
+ :workload_id,
781
+ :account_id)
782
+ SENSITIVE = []
783
+ include Aws::Structure
784
+ end
785
+
786
+ # @!attribute [rw] workload_id
787
+ # The ID of the workload.
788
+ # @return [String]
789
+ #
790
+ # @!attribute [rw] workload_remarks
791
+ # If logging is supported for the resource type, shows whether the
792
+ # component has configured logs to be monitored.
793
+ # @return [String]
794
+ #
795
+ # @!attribute [rw] workload_configuration
796
+ # The configuration settings of the workload. The value is the escaped
797
+ # JSON of the configuration.
798
+ # @return [Types::WorkloadConfiguration]
799
+ #
800
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeWorkloadResponse AWS API Documentation
801
+ #
802
+ class DescribeWorkloadResponse < Struct.new(
803
+ :workload_id,
804
+ :workload_remarks,
805
+ :workload_configuration)
806
+ SENSITIVE = []
807
+ include Aws::Structure
808
+ end
809
+
655
810
  # The server encountered an internal error and is unable to complete the
656
811
  # request.
657
812
  #
@@ -676,11 +831,16 @@ module Aws::ApplicationInsights
676
831
  # The token to request the next page of results.
677
832
  # @return [String]
678
833
  #
834
+ # @!attribute [rw] account_id
835
+ # The AWS account ID for the resource group owner.
836
+ # @return [String]
837
+ #
679
838
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListApplicationsRequest AWS API Documentation
680
839
  #
681
840
  class ListApplicationsRequest < Struct.new(
682
841
  :max_results,
683
- :next_token)
842
+ :next_token,
843
+ :account_id)
684
844
  SENSITIVE = []
685
845
  include Aws::Structure
686
846
  end
@@ -717,12 +877,17 @@ module Aws::ApplicationInsights
717
877
  # The token to request the next page of results.
718
878
  # @return [String]
719
879
  #
880
+ # @!attribute [rw] account_id
881
+ # The AWS account ID for the resource group owner.
882
+ # @return [String]
883
+ #
720
884
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListComponentsRequest AWS API Documentation
721
885
  #
722
886
  class ListComponentsRequest < Struct.new(
723
887
  :resource_group_name,
724
888
  :max_results,
725
- :next_token)
889
+ :next_token,
890
+ :account_id)
726
891
  SENSITIVE = []
727
892
  include Aws::Structure
728
893
  end
@@ -781,6 +946,10 @@ module Aws::ApplicationInsights
781
946
  # results to return.
782
947
  # @return [String]
783
948
  #
949
+ # @!attribute [rw] account_id
950
+ # The AWS account ID for the resource group owner.
951
+ # @return [String]
952
+ #
784
953
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListConfigurationHistoryRequest AWS API Documentation
785
954
  #
786
955
  class ListConfigurationHistoryRequest < Struct.new(
@@ -789,7 +958,8 @@ module Aws::ApplicationInsights
789
958
  :end_time,
790
959
  :event_status,
791
960
  :max_results,
792
- :next_token)
961
+ :next_token,
962
+ :account_id)
793
963
  SENSITIVE = []
794
964
  include Aws::Structure
795
965
  end
@@ -829,12 +999,17 @@ module Aws::ApplicationInsights
829
999
  # The token to request the next page of results.
830
1000
  # @return [String]
831
1001
  #
1002
+ # @!attribute [rw] account_id
1003
+ # The AWS account ID for the resource group owner.
1004
+ # @return [String]
1005
+ #
832
1006
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListLogPatternSetsRequest AWS API Documentation
833
1007
  #
834
1008
  class ListLogPatternSetsRequest < Struct.new(
835
1009
  :resource_group_name,
836
1010
  :max_results,
837
- :next_token)
1011
+ :next_token,
1012
+ :account_id)
838
1013
  SENSITIVE = []
839
1014
  include Aws::Structure
840
1015
  end
@@ -843,6 +1018,10 @@ module Aws::ApplicationInsights
843
1018
  # The name of the resource group.
844
1019
  # @return [String]
845
1020
  #
1021
+ # @!attribute [rw] account_id
1022
+ # The AWS account ID for the resource group owner.
1023
+ # @return [String]
1024
+ #
846
1025
  # @!attribute [rw] log_pattern_sets
847
1026
  # The list of log pattern sets.
848
1027
  # @return [Array<String>]
@@ -856,6 +1035,7 @@ module Aws::ApplicationInsights
856
1035
  #
857
1036
  class ListLogPatternSetsResponse < Struct.new(
858
1037
  :resource_group_name,
1038
+ :account_id,
859
1039
  :log_pattern_sets,
860
1040
  :next_token)
861
1041
  SENSITIVE = []
@@ -880,13 +1060,18 @@ module Aws::ApplicationInsights
880
1060
  # The token to request the next page of results.
881
1061
  # @return [String]
882
1062
  #
1063
+ # @!attribute [rw] account_id
1064
+ # The AWS account ID for the resource group owner.
1065
+ # @return [String]
1066
+ #
883
1067
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListLogPatternsRequest AWS API Documentation
884
1068
  #
885
1069
  class ListLogPatternsRequest < Struct.new(
886
1070
  :resource_group_name,
887
1071
  :pattern_set_name,
888
1072
  :max_results,
889
- :next_token)
1073
+ :next_token,
1074
+ :account_id)
890
1075
  SENSITIVE = []
891
1076
  include Aws::Structure
892
1077
  end
@@ -895,6 +1080,10 @@ module Aws::ApplicationInsights
895
1080
  # The name of the resource group.
896
1081
  # @return [String]
897
1082
  #
1083
+ # @!attribute [rw] account_id
1084
+ # The AWS account ID for the resource group owner.
1085
+ # @return [String]
1086
+ #
898
1087
  # @!attribute [rw] log_patterns
899
1088
  # The list of log patterns.
900
1089
  # @return [Array<Types::LogPattern>]
@@ -908,12 +1097,17 @@ module Aws::ApplicationInsights
908
1097
  #
909
1098
  class ListLogPatternsResponse < Struct.new(
910
1099
  :resource_group_name,
1100
+ :account_id,
911
1101
  :log_patterns,
912
1102
  :next_token)
913
1103
  SENSITIVE = []
914
1104
  include Aws::Structure
915
1105
  end
916
1106
 
1107
+ # @!attribute [rw] account_id
1108
+ # The AWS account ID for the resource group owner.
1109
+ # @return [String]
1110
+ #
917
1111
  # @!attribute [rw] resource_group_name
918
1112
  # The name of the resource group.
919
1113
  # @return [String]
@@ -943,15 +1137,22 @@ module Aws::ApplicationInsights
943
1137
  # The name of the component.
944
1138
  # @return [String]
945
1139
  #
1140
+ # @!attribute [rw] visibility
1141
+ # Specifies whether or not you can view the problem. If not specified,
1142
+ # visible and ignored problems are returned.
1143
+ # @return [String]
1144
+ #
946
1145
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListProblemsRequest AWS API Documentation
947
1146
  #
948
1147
  class ListProblemsRequest < Struct.new(
1148
+ :account_id,
949
1149
  :resource_group_name,
950
1150
  :start_time,
951
1151
  :end_time,
952
1152
  :max_results,
953
1153
  :next_token,
954
- :component_name)
1154
+ :component_name,
1155
+ :visibility)
955
1156
  SENSITIVE = []
956
1157
  include Aws::Structure
957
1158
  end
@@ -969,12 +1170,17 @@ module Aws::ApplicationInsights
969
1170
  # The name of the resource group.
970
1171
  # @return [String]
971
1172
  #
1173
+ # @!attribute [rw] account_id
1174
+ # The AWS account ID for the resource group owner.
1175
+ # @return [String]
1176
+ #
972
1177
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListProblemsResponse AWS API Documentation
973
1178
  #
974
1179
  class ListProblemsResponse < Struct.new(
975
1180
  :problem_list,
976
1181
  :next_token,
977
- :resource_group_name)
1182
+ :resource_group_name,
1183
+ :account_id)
978
1184
  SENSITIVE = []
979
1185
  include Aws::Structure
980
1186
  end
@@ -1006,6 +1212,57 @@ module Aws::ApplicationInsights
1006
1212
  include Aws::Structure
1007
1213
  end
1008
1214
 
1215
+ # @!attribute [rw] resource_group_name
1216
+ # The name of the resource group.
1217
+ # @return [String]
1218
+ #
1219
+ # @!attribute [rw] component_name
1220
+ # The name of the component.
1221
+ # @return [String]
1222
+ #
1223
+ # @!attribute [rw] max_results
1224
+ # The maximum number of results to return in a single call. To
1225
+ # retrieve the remaining results, make another call with the returned
1226
+ # `NextToken` value.
1227
+ # @return [Integer]
1228
+ #
1229
+ # @!attribute [rw] next_token
1230
+ # The token to request the next page of results.
1231
+ # @return [String]
1232
+ #
1233
+ # @!attribute [rw] account_id
1234
+ # The AWS account ID of the owner of the workload.
1235
+ # @return [String]
1236
+ #
1237
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListWorkloadsRequest AWS API Documentation
1238
+ #
1239
+ class ListWorkloadsRequest < Struct.new(
1240
+ :resource_group_name,
1241
+ :component_name,
1242
+ :max_results,
1243
+ :next_token,
1244
+ :account_id)
1245
+ SENSITIVE = []
1246
+ include Aws::Structure
1247
+ end
1248
+
1249
+ # @!attribute [rw] workload_list
1250
+ # The list of workloads.
1251
+ # @return [Array<Types::Workload>]
1252
+ #
1253
+ # @!attribute [rw] next_token
1254
+ # The token to request the next page of results.
1255
+ # @return [String]
1256
+ #
1257
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListWorkloadsResponse AWS API Documentation
1258
+ #
1259
+ class ListWorkloadsResponse < Struct.new(
1260
+ :workload_list,
1261
+ :next_token)
1262
+ SENSITIVE = []
1263
+ include Aws::Structure
1264
+ end
1265
+
1009
1266
  # An object that defines the log patterns that belongs to a
1010
1267
  # `LogPatternSet`.
1011
1268
  #
@@ -1334,6 +1591,11 @@ module Aws::ApplicationInsights
1334
1591
  # A measure of the level of impact of the problem.
1335
1592
  # @return [String]
1336
1593
  #
1594
+ # @!attribute [rw] account_id
1595
+ # The AWS account ID for the owner of the resource group affected by
1596
+ # the problem.
1597
+ # @return [String]
1598
+ #
1337
1599
  # @!attribute [rw] resource_group_name
1338
1600
  # The name of the resource group affected by the problem.
1339
1601
  # @return [String]
@@ -1351,6 +1613,18 @@ module Aws::ApplicationInsights
1351
1613
  # The last time that the problem reoccurred after its last resolution.
1352
1614
  # @return [Time]
1353
1615
  #
1616
+ # @!attribute [rw] visibility
1617
+ # Specifies whether or not you can view the problem. Updates to
1618
+ # ignored problems do not generate notifications.
1619
+ # @return [String]
1620
+ #
1621
+ # @!attribute [rw] resolution_method
1622
+ # Specifies how the problem was resolved. If the value is `AUTOMATIC`,
1623
+ # the system resolved the problem. If the value is `MANUAL`, the user
1624
+ # resolved the problem. If the value is `UNRESOLVED`, then the problem
1625
+ # is not resolved.
1626
+ # @return [String]
1627
+ #
1354
1628
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/Problem AWS API Documentation
1355
1629
  #
1356
1630
  class Problem < Struct.new(
@@ -1362,10 +1636,13 @@ module Aws::ApplicationInsights
1362
1636
  :start_time,
1363
1637
  :end_time,
1364
1638
  :severity_level,
1639
+ :account_id,
1365
1640
  :resource_group_name,
1366
1641
  :feedback,
1367
1642
  :recurring_count,
1368
- :last_recurrence_time)
1643
+ :last_recurrence_time,
1644
+ :visibility,
1645
+ :resolution_method)
1369
1646
  SENSITIVE = []
1370
1647
  include Aws::Structure
1371
1648
  end
@@ -1384,6 +1661,32 @@ module Aws::ApplicationInsights
1384
1661
  include Aws::Structure
1385
1662
  end
1386
1663
 
1664
+ # @!attribute [rw] resource_group_name
1665
+ # The name of the resource group.
1666
+ # @return [String]
1667
+ #
1668
+ # @!attribute [rw] component_name
1669
+ # The name of the component.
1670
+ # @return [String]
1671
+ #
1672
+ # @!attribute [rw] workload_id
1673
+ # The ID of the workload.
1674
+ # @return [String]
1675
+ #
1676
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/RemoveWorkloadRequest AWS API Documentation
1677
+ #
1678
+ class RemoveWorkloadRequest < Struct.new(
1679
+ :resource_group_name,
1680
+ :component_name,
1681
+ :workload_id)
1682
+ SENSITIVE = []
1683
+ include Aws::Structure
1684
+ end
1685
+
1686
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/RemoveWorkloadResponse AWS API Documentation
1687
+ #
1688
+ class RemoveWorkloadResponse < Aws::EmptyStructure; end
1689
+
1387
1690
  # The resource is already created or in use.
1388
1691
  #
1389
1692
  # @!attribute [rw] message
@@ -1740,6 +2043,82 @@ module Aws::ApplicationInsights
1740
2043
  include Aws::Structure
1741
2044
  end
1742
2045
 
2046
+ # @!attribute [rw] problem_id
2047
+ # The ID of the problem.
2048
+ # @return [String]
2049
+ #
2050
+ # @!attribute [rw] update_status
2051
+ # The status of the problem. Arguments can be passed for only problems
2052
+ # that show a status of `RECOVERING`.
2053
+ # @return [String]
2054
+ #
2055
+ # @!attribute [rw] visibility
2056
+ # The visibility of a problem. When you pass a value of `IGNORED`, the
2057
+ # problem is removed from the default view, and all notifications for
2058
+ # the problem are suspended. When `VISIBLE` is passed, the `IGNORED`
2059
+ # action is reversed.
2060
+ # @return [String]
2061
+ #
2062
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateProblemRequest AWS API Documentation
2063
+ #
2064
+ class UpdateProblemRequest < Struct.new(
2065
+ :problem_id,
2066
+ :update_status,
2067
+ :visibility)
2068
+ SENSITIVE = []
2069
+ include Aws::Structure
2070
+ end
2071
+
2072
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateProblemResponse AWS API Documentation
2073
+ #
2074
+ class UpdateProblemResponse < Aws::EmptyStructure; end
2075
+
2076
+ # @!attribute [rw] resource_group_name
2077
+ # The name of the resource group.
2078
+ # @return [String]
2079
+ #
2080
+ # @!attribute [rw] component_name
2081
+ # The name of the component.
2082
+ # @return [String]
2083
+ #
2084
+ # @!attribute [rw] workload_id
2085
+ # The ID of the workload.
2086
+ # @return [String]
2087
+ #
2088
+ # @!attribute [rw] workload_configuration
2089
+ # The configuration settings of the workload. The value is the escaped
2090
+ # JSON of the configuration.
2091
+ # @return [Types::WorkloadConfiguration]
2092
+ #
2093
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateWorkloadRequest AWS API Documentation
2094
+ #
2095
+ class UpdateWorkloadRequest < Struct.new(
2096
+ :resource_group_name,
2097
+ :component_name,
2098
+ :workload_id,
2099
+ :workload_configuration)
2100
+ SENSITIVE = []
2101
+ include Aws::Structure
2102
+ end
2103
+
2104
+ # @!attribute [rw] workload_id
2105
+ # The ID of the workload.
2106
+ # @return [String]
2107
+ #
2108
+ # @!attribute [rw] workload_configuration
2109
+ # The configuration settings of the workload. The value is the escaped
2110
+ # JSON of the configuration.
2111
+ # @return [Types::WorkloadConfiguration]
2112
+ #
2113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateWorkloadResponse AWS API Documentation
2114
+ #
2115
+ class UpdateWorkloadResponse < Struct.new(
2116
+ :workload_id,
2117
+ :workload_configuration)
2118
+ SENSITIVE = []
2119
+ include Aws::Structure
2120
+ end
2121
+
1743
2122
  # The parameter is not valid.
1744
2123
  #
1745
2124
  # @!attribute [rw] message
@@ -1753,5 +2132,64 @@ module Aws::ApplicationInsights
1753
2132
  include Aws::Structure
1754
2133
  end
1755
2134
 
2135
+ # Describes the workloads on a component.
2136
+ #
2137
+ # @!attribute [rw] workload_id
2138
+ # The ID of the workload.
2139
+ # @return [String]
2140
+ #
2141
+ # @!attribute [rw] component_name
2142
+ # The name of the component.
2143
+ # @return [String]
2144
+ #
2145
+ # @!attribute [rw] workload_name
2146
+ # The name of the workload.
2147
+ # @return [String]
2148
+ #
2149
+ # @!attribute [rw] tier
2150
+ # The tier of the workload.
2151
+ # @return [String]
2152
+ #
2153
+ # @!attribute [rw] workload_remarks
2154
+ # If logging is supported for the resource type, shows whether the
2155
+ # component has configured logs to be monitored.
2156
+ # @return [String]
2157
+ #
2158
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/Workload AWS API Documentation
2159
+ #
2160
+ class Workload < Struct.new(
2161
+ :workload_id,
2162
+ :component_name,
2163
+ :workload_name,
2164
+ :tier,
2165
+ :workload_remarks)
2166
+ SENSITIVE = []
2167
+ include Aws::Structure
2168
+ end
2169
+
2170
+ # The configuration of the workload.
2171
+ #
2172
+ # @!attribute [rw] workload_name
2173
+ # The name of the workload.
2174
+ # @return [String]
2175
+ #
2176
+ # @!attribute [rw] tier
2177
+ # The configuration of the workload tier.
2178
+ # @return [String]
2179
+ #
2180
+ # @!attribute [rw] configuration
2181
+ # The configuration settings of the workload.
2182
+ # @return [String]
2183
+ #
2184
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/WorkloadConfiguration AWS API Documentation
2185
+ #
2186
+ class WorkloadConfiguration < Struct.new(
2187
+ :workload_name,
2188
+ :tier,
2189
+ :configuration)
2190
+ SENSITIVE = []
2191
+ include Aws::Structure
2192
+ end
2193
+
1756
2194
  end
1757
2195
  end