aws-sdk-configservice 1.154.0 → 1.155.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-configservice/client.rb +332 -11
- data/lib/aws-sdk-configservice/client_api.rb +171 -2
- data/lib/aws-sdk-configservice/errors.rb +11 -0
- data/lib/aws-sdk-configservice/types.rb +423 -23
- data/lib/aws-sdk-configservice.rb +1 -1
- data/sig/client.rbs +92 -5
- data/sig/errors.rbs +2 -0
- data/sig/types.rbs +103 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e877d99f88becb25a54c37edaf55218c980ba54b7944a23eb75746dadbd5706
|
|
4
|
+
data.tar.gz: 379fe846b91f5568c43f959f832b07b1864be29d50ca4bee11e6f5e4ed7a5483
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13c04ab4758031a5ecd3fe9729804b9c8c471434dfa53cfa7f15bf5569a1fb51abfe1fe1349cf89052713274da7bf8274a21688e2128d6765d690b11d5e90fe4
|
|
7
|
+
data.tar.gz: a3a276a75b7fda4732e51e82ad4ec38567694811309dfd91f387b47f9a4274a6d4c70877a6514d64ef9d9ab975ce9ff57a6e90e92954bec5e1cf5d62ec185b61
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.155.0 (2026-07-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for connecting AWS Config to third-party cloud service providers. New APIs include PutConnector, GetConnector, DeleteConnector, and ListConnectors for managing connectors, and PutThirdPartyServiceLinkedConfigurationRecorder for creating third-party service-linked recorders.
|
|
8
|
+
|
|
4
9
|
1.154.0 (2026-07-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.155.0
|
|
@@ -533,6 +533,13 @@ module Aws::ConfigService
|
|
|
533
533
|
# resp.configuration_recorder.recording_mode.recording_mode_overrides[0].recording_frequency #=> String, one of "CONTINUOUS", "DAILY"
|
|
534
534
|
# resp.configuration_recorder.recording_scope #=> String, one of "INTERNAL", "PAID"
|
|
535
535
|
# resp.configuration_recorder.service_principal #=> String
|
|
536
|
+
# resp.configuration_recorder.connector_arn #=> String
|
|
537
|
+
# resp.configuration_recorder.scope_configuration.scope_type #=> String
|
|
538
|
+
# resp.configuration_recorder.scope_configuration.scope_values #=> Array
|
|
539
|
+
# resp.configuration_recorder.scope_configuration.scope_values[0] #=> String
|
|
540
|
+
# resp.configuration_recorder.scope_configuration.all_regions #=> Boolean
|
|
541
|
+
# resp.configuration_recorder.scope_configuration.included_regions #=> Array
|
|
542
|
+
# resp.configuration_recorder.scope_configuration.included_regions[0] #=> String
|
|
536
543
|
#
|
|
537
544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AssociateResourceTypes AWS API Documentation
|
|
538
545
|
#
|
|
@@ -873,6 +880,29 @@ module Aws::ConfigService
|
|
|
873
880
|
req.send_request(options)
|
|
874
881
|
end
|
|
875
882
|
|
|
883
|
+
# Deletes the specified connector.
|
|
884
|
+
#
|
|
885
|
+
# @option params [required, String] :arn
|
|
886
|
+
# The Amazon Resource Name (ARN) of the connector that you want to
|
|
887
|
+
# delete.
|
|
888
|
+
#
|
|
889
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
890
|
+
#
|
|
891
|
+
# @example Request syntax with placeholder values
|
|
892
|
+
#
|
|
893
|
+
# resp = client.delete_connector({
|
|
894
|
+
# arn: "AmazonResourceName", # required
|
|
895
|
+
# })
|
|
896
|
+
#
|
|
897
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConnector AWS API Documentation
|
|
898
|
+
#
|
|
899
|
+
# @overload delete_connector(params = {})
|
|
900
|
+
# @param [Hash] params ({})
|
|
901
|
+
def delete_connector(params = {}, options = {})
|
|
902
|
+
req = build_request(:delete_connector, params)
|
|
903
|
+
req.send_request(options)
|
|
904
|
+
end
|
|
905
|
+
|
|
876
906
|
# Deletes the delivery channel.
|
|
877
907
|
#
|
|
878
908
|
# Before you can delete the delivery channel, you must stop the customer
|
|
@@ -1211,9 +1241,18 @@ module Aws::ConfigService
|
|
|
1211
1241
|
#
|
|
1212
1242
|
# [1]: https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceConfigHistory.html
|
|
1213
1243
|
#
|
|
1214
|
-
# @option params [
|
|
1244
|
+
# @option params [String] :service_principal
|
|
1215
1245
|
# The service principal of the Amazon Web Services service for the
|
|
1216
|
-
# service-linked configuration recorder that you want to delete.
|
|
1246
|
+
# service-linked configuration recorder that you want to delete. This
|
|
1247
|
+
# field is only supported for Amazon Web Services service principals.
|
|
1248
|
+
# For third-party service-linked configuration recorders, use `Arn`
|
|
1249
|
+
# instead.
|
|
1250
|
+
#
|
|
1251
|
+
# @option params [String] :arn
|
|
1252
|
+
# The Amazon Resource Name (ARN) of the service-linked configuration
|
|
1253
|
+
# recorder that you want to delete. For third-party service-linked
|
|
1254
|
+
# configuration recorders, you must use `Arn`. You must specify exactly
|
|
1255
|
+
# one of `Arn` or `ServicePrincipal`.
|
|
1217
1256
|
#
|
|
1218
1257
|
# @return [Types::DeleteServiceLinkedConfigurationRecorderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1219
1258
|
#
|
|
@@ -1223,7 +1262,8 @@ module Aws::ConfigService
|
|
|
1223
1262
|
# @example Request syntax with placeholder values
|
|
1224
1263
|
#
|
|
1225
1264
|
# resp = client.delete_service_linked_configuration_recorder({
|
|
1226
|
-
# service_principal: "ServicePrincipal",
|
|
1265
|
+
# service_principal: "ServicePrincipal",
|
|
1266
|
+
# arn: "AmazonResourceName",
|
|
1227
1267
|
# })
|
|
1228
1268
|
#
|
|
1229
1269
|
# @example Response structure
|
|
@@ -1711,10 +1751,6 @@ module Aws::ConfigService
|
|
|
1711
1751
|
# The names of the Config rules for which you want details. If you do
|
|
1712
1752
|
# not specify any names, Config returns details for all your rules.
|
|
1713
1753
|
#
|
|
1714
|
-
# @option params [String] :next_token
|
|
1715
|
-
# The `nextToken` string returned on a previous page that you use to get
|
|
1716
|
-
# the next page of results in a paginated response.
|
|
1717
|
-
#
|
|
1718
1754
|
# @option params [Types::DescribeConfigRulesFilters] :filters
|
|
1719
1755
|
# Returns a list of Detective or Proactive Config rules. By default,
|
|
1720
1756
|
# this API returns an unfiltered list. For more information on Detective
|
|
@@ -1725,6 +1761,10 @@ module Aws::ConfigService
|
|
|
1725
1761
|
#
|
|
1726
1762
|
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config-rules.html
|
|
1727
1763
|
#
|
|
1764
|
+
# @option params [String] :next_token
|
|
1765
|
+
# The `nextToken` string returned on a previous page that you use to get
|
|
1766
|
+
# the next page of results in a paginated response.
|
|
1767
|
+
#
|
|
1728
1768
|
# @return [Types::DescribeConfigRulesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1729
1769
|
#
|
|
1730
1770
|
# * {Types::DescribeConfigRulesResponse#config_rules #config_rules} => Array<Types::ConfigRule>
|
|
@@ -1736,11 +1776,11 @@ module Aws::ConfigService
|
|
|
1736
1776
|
#
|
|
1737
1777
|
# resp = client.describe_config_rules({
|
|
1738
1778
|
# config_rule_names: ["ConfigRuleName"],
|
|
1739
|
-
# next_token: "String",
|
|
1740
1779
|
# filters: {
|
|
1741
1780
|
# evaluation_mode: "DETECTIVE", # accepts DETECTIVE, PROACTIVE
|
|
1742
1781
|
# rule_evaluation_visibility: "EXTERNAL", # accepts EXTERNAL, INTERNAL
|
|
1743
1782
|
# },
|
|
1783
|
+
# next_token: "String",
|
|
1744
1784
|
# })
|
|
1745
1785
|
#
|
|
1746
1786
|
# @example Response structure
|
|
@@ -1942,7 +1982,9 @@ module Aws::ConfigService
|
|
|
1942
1982
|
# @option params [String] :service_principal
|
|
1943
1983
|
# For service-linked configuration recorders, you can use the service
|
|
1944
1984
|
# principal of the linked Amazon Web Services service to specify the
|
|
1945
|
-
# configuration recorder.
|
|
1985
|
+
# configuration recorder. This field is only supported for Amazon Web
|
|
1986
|
+
# Services service principals. For third-party service-linked
|
|
1987
|
+
# configuration recorders, use `Arn` instead.
|
|
1946
1988
|
#
|
|
1947
1989
|
# @option params [String] :arn
|
|
1948
1990
|
# The Amazon Resource Name (ARN) of the configuration recorder that you
|
|
@@ -2006,7 +2048,9 @@ module Aws::ConfigService
|
|
|
2006
2048
|
# @option params [String] :service_principal
|
|
2007
2049
|
# For service-linked configuration recorders, you can use the service
|
|
2008
2050
|
# principal of the linked Amazon Web Services service to specify the
|
|
2009
|
-
# configuration recorder.
|
|
2051
|
+
# configuration recorder. This field is only supported for Amazon Web
|
|
2052
|
+
# Services service principals. For third-party service-linked
|
|
2053
|
+
# configuration recorders, use `Arn` instead.
|
|
2010
2054
|
#
|
|
2011
2055
|
# @option params [String] :arn
|
|
2012
2056
|
# The Amazon Resource Name (ARN) of the configuration recorder that you
|
|
@@ -2045,6 +2089,13 @@ module Aws::ConfigService
|
|
|
2045
2089
|
# resp.configuration_recorders[0].recording_mode.recording_mode_overrides[0].recording_frequency #=> String, one of "CONTINUOUS", "DAILY"
|
|
2046
2090
|
# resp.configuration_recorders[0].recording_scope #=> String, one of "INTERNAL", "PAID"
|
|
2047
2091
|
# resp.configuration_recorders[0].service_principal #=> String
|
|
2092
|
+
# resp.configuration_recorders[0].connector_arn #=> String
|
|
2093
|
+
# resp.configuration_recorders[0].scope_configuration.scope_type #=> String
|
|
2094
|
+
# resp.configuration_recorders[0].scope_configuration.scope_values #=> Array
|
|
2095
|
+
# resp.configuration_recorders[0].scope_configuration.scope_values[0] #=> String
|
|
2096
|
+
# resp.configuration_recorders[0].scope_configuration.all_regions #=> Boolean
|
|
2097
|
+
# resp.configuration_recorders[0].scope_configuration.included_regions #=> Array
|
|
2098
|
+
# resp.configuration_recorders[0].scope_configuration.included_regions[0] #=> String
|
|
2048
2099
|
#
|
|
2049
2100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorders AWS API Documentation
|
|
2050
2101
|
#
|
|
@@ -2955,6 +3006,13 @@ module Aws::ConfigService
|
|
|
2955
3006
|
# resp.configuration_recorder.recording_mode.recording_mode_overrides[0].recording_frequency #=> String, one of "CONTINUOUS", "DAILY"
|
|
2956
3007
|
# resp.configuration_recorder.recording_scope #=> String, one of "INTERNAL", "PAID"
|
|
2957
3008
|
# resp.configuration_recorder.service_principal #=> String
|
|
3009
|
+
# resp.configuration_recorder.connector_arn #=> String
|
|
3010
|
+
# resp.configuration_recorder.scope_configuration.scope_type #=> String
|
|
3011
|
+
# resp.configuration_recorder.scope_configuration.scope_values #=> Array
|
|
3012
|
+
# resp.configuration_recorder.scope_configuration.scope_values[0] #=> String
|
|
3013
|
+
# resp.configuration_recorder.scope_configuration.all_regions #=> Boolean
|
|
3014
|
+
# resp.configuration_recorder.scope_configuration.included_regions #=> Array
|
|
3015
|
+
# resp.configuration_recorder.scope_configuration.included_regions[0] #=> String
|
|
2958
3016
|
#
|
|
2959
3017
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DisassociateResourceTypes AWS API Documentation
|
|
2960
3018
|
#
|
|
@@ -3641,6 +3699,38 @@ module Aws::ConfigService
|
|
|
3641
3699
|
req.send_request(options)
|
|
3642
3700
|
end
|
|
3643
3701
|
|
|
3702
|
+
# Returns the details of the specified connector.
|
|
3703
|
+
#
|
|
3704
|
+
# @option params [required, String] :arn
|
|
3705
|
+
# The Amazon Resource Name (ARN) of the connector.
|
|
3706
|
+
#
|
|
3707
|
+
# @return [Types::GetConnectorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3708
|
+
#
|
|
3709
|
+
# * {Types::GetConnectorResponse#connector #connector} => Types::Connector
|
|
3710
|
+
#
|
|
3711
|
+
# @example Request syntax with placeholder values
|
|
3712
|
+
#
|
|
3713
|
+
# resp = client.get_connector({
|
|
3714
|
+
# arn: "AmazonResourceName", # required
|
|
3715
|
+
# })
|
|
3716
|
+
#
|
|
3717
|
+
# @example Response structure
|
|
3718
|
+
#
|
|
3719
|
+
# resp.connector.name #=> String
|
|
3720
|
+
# resp.connector.arn #=> String
|
|
3721
|
+
# resp.connector.connector_configuration.azure.tenant_identifier #=> String
|
|
3722
|
+
# resp.connector.connector_configuration.azure.client_identifier #=> String
|
|
3723
|
+
# resp.connector.created_time #=> Time
|
|
3724
|
+
#
|
|
3725
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConnector AWS API Documentation
|
|
3726
|
+
#
|
|
3727
|
+
# @overload get_connector(params = {})
|
|
3728
|
+
# @param [Hash] params ({})
|
|
3729
|
+
def get_connector(params = {}, options = {})
|
|
3730
|
+
req = build_request(:get_connector, params)
|
|
3731
|
+
req.send_request(options)
|
|
3732
|
+
end
|
|
3733
|
+
|
|
3644
3734
|
# Returns the policy definition containing the logic for your Config
|
|
3645
3735
|
# Custom Policy rule.
|
|
3646
3736
|
#
|
|
@@ -4246,6 +4336,7 @@ module Aws::ConfigService
|
|
|
4246
4336
|
# resp.configuration_recorder_summaries[0].name #=> String
|
|
4247
4337
|
# resp.configuration_recorder_summaries[0].service_principal #=> String
|
|
4248
4338
|
# resp.configuration_recorder_summaries[0].recording_scope #=> String, one of "INTERNAL", "PAID"
|
|
4339
|
+
# resp.configuration_recorder_summaries[0].provider #=> String, one of "AZURE"
|
|
4249
4340
|
# resp.next_token #=> String
|
|
4250
4341
|
#
|
|
4251
4342
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListConfigurationRecorders AWS API Documentation
|
|
@@ -4343,6 +4434,58 @@ module Aws::ConfigService
|
|
|
4343
4434
|
req.send_request(options)
|
|
4344
4435
|
end
|
|
4345
4436
|
|
|
4437
|
+
# Returns a list of connectors depending on the filters you specify.
|
|
4438
|
+
#
|
|
4439
|
+
# @option params [Integer] :max_results
|
|
4440
|
+
# The maximum number of results to include in the response.
|
|
4441
|
+
#
|
|
4442
|
+
# @option params [String] :next_token
|
|
4443
|
+
# The `NextToken` string returned on a previous page that you use to get
|
|
4444
|
+
# the next page of results in a paginated response.
|
|
4445
|
+
#
|
|
4446
|
+
# @option params [Array<Types::ConnectorFilter>] :filters
|
|
4447
|
+
# Filters the results based on a list of `ConnectorFilter` objects that
|
|
4448
|
+
# you specify.
|
|
4449
|
+
#
|
|
4450
|
+
# @return [Types::ListConnectorsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4451
|
+
#
|
|
4452
|
+
# * {Types::ListConnectorsResponse#connector_summaries #connector_summaries} => Array<Types::ConnectorSummary>
|
|
4453
|
+
# * {Types::ListConnectorsResponse#next_token #next_token} => String
|
|
4454
|
+
#
|
|
4455
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
4456
|
+
#
|
|
4457
|
+
# @example Request syntax with placeholder values
|
|
4458
|
+
#
|
|
4459
|
+
# resp = client.list_connectors({
|
|
4460
|
+
# max_results: 1,
|
|
4461
|
+
# next_token: "String",
|
|
4462
|
+
# filters: [
|
|
4463
|
+
# {
|
|
4464
|
+
# filter_name: "provider", # accepts provider
|
|
4465
|
+
# filter_values: ["String"],
|
|
4466
|
+
# },
|
|
4467
|
+
# ],
|
|
4468
|
+
# })
|
|
4469
|
+
#
|
|
4470
|
+
# @example Response structure
|
|
4471
|
+
#
|
|
4472
|
+
# resp.connector_summaries #=> Array
|
|
4473
|
+
# resp.connector_summaries[0].arn #=> String
|
|
4474
|
+
# resp.connector_summaries[0].name #=> String
|
|
4475
|
+
# resp.connector_summaries[0].provider #=> String, one of "AZURE"
|
|
4476
|
+
# resp.connector_summaries[0].tenant_identifier #=> String
|
|
4477
|
+
# resp.connector_summaries[0].created_time #=> Time
|
|
4478
|
+
# resp.next_token #=> String
|
|
4479
|
+
#
|
|
4480
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListConnectors AWS API Documentation
|
|
4481
|
+
#
|
|
4482
|
+
# @overload list_connectors(params = {})
|
|
4483
|
+
# @param [Hash] params ({})
|
|
4484
|
+
def list_connectors(params = {}, options = {})
|
|
4485
|
+
req = build_request(:list_connectors, params)
|
|
4486
|
+
req.send_request(options)
|
|
4487
|
+
end
|
|
4488
|
+
|
|
4346
4489
|
# Returns a list of resource resource identifiers for the specified
|
|
4347
4490
|
# resource types for the resources of that type. A *resource identifier*
|
|
4348
4491
|
# includes the resource type, ID, and (if available) the custom resource
|
|
@@ -4562,6 +4705,8 @@ module Aws::ConfigService
|
|
|
4562
4705
|
#
|
|
4563
4706
|
# * `StoredQuery`
|
|
4564
4707
|
#
|
|
4708
|
+
# * `Connector`
|
|
4709
|
+
#
|
|
4565
4710
|
# @option params [Integer] :limit
|
|
4566
4711
|
# The maximum number of tags returned on each page. The limit maximum is
|
|
4567
4712
|
# 50. You cannot specify a number greater than 50. If you specify 0,
|
|
@@ -5022,6 +5167,13 @@ module Aws::ConfigService
|
|
|
5022
5167
|
# },
|
|
5023
5168
|
# recording_scope: "INTERNAL", # accepts INTERNAL, PAID
|
|
5024
5169
|
# service_principal: "ServicePrincipal",
|
|
5170
|
+
# connector_arn: "AmazonResourceName",
|
|
5171
|
+
# scope_configuration: {
|
|
5172
|
+
# scope_type: "ScopeType", # required
|
|
5173
|
+
# scope_values: ["ScopeValue"],
|
|
5174
|
+
# all_regions: false, # required
|
|
5175
|
+
# included_regions: ["ThirdPartyCloudRegion"],
|
|
5176
|
+
# },
|
|
5025
5177
|
# },
|
|
5026
5178
|
# tags: [
|
|
5027
5179
|
# {
|
|
@@ -5188,6 +5340,82 @@ module Aws::ConfigService
|
|
|
5188
5340
|
req.send_request(options)
|
|
5189
5341
|
end
|
|
5190
5342
|
|
|
5343
|
+
# Creates a connector that specifies the connection between a
|
|
5344
|
+
# third-party cloud service provider and Config.
|
|
5345
|
+
#
|
|
5346
|
+
# A connector is required to create a service-linked configuration
|
|
5347
|
+
# recorder for a third-party cloud service provider using the
|
|
5348
|
+
# [PutThirdPartyServiceLinkedConfigurationRecorder][1] operation.
|
|
5349
|
+
#
|
|
5350
|
+
# This API creates a service-linked role
|
|
5351
|
+
# `AWSServiceRoleForConfigThirdParty` in your account. The
|
|
5352
|
+
# service-linked role is created only when the role does not exist in
|
|
5353
|
+
# your account.
|
|
5354
|
+
#
|
|
5355
|
+
# <note markdown="1"> **Connectors cannot be updated**
|
|
5356
|
+
#
|
|
5357
|
+
# To update the connector configuration, you must delete all associated
|
|
5358
|
+
# configuration recorders, delete the connector, and recreate it with
|
|
5359
|
+
# the updated configuration.
|
|
5360
|
+
#
|
|
5361
|
+
# </note>
|
|
5362
|
+
#
|
|
5363
|
+
# <note markdown="1"> **Tags are added at creation and cannot be updated with this
|
|
5364
|
+
# operation**
|
|
5365
|
+
#
|
|
5366
|
+
# Use [TagResource][2] and [UntagResource][3] to update tags after
|
|
5367
|
+
# creation.
|
|
5368
|
+
#
|
|
5369
|
+
# </note>
|
|
5370
|
+
#
|
|
5371
|
+
#
|
|
5372
|
+
#
|
|
5373
|
+
# [1]: https://docs.aws.amazon.com/config/latest/APIReference/API_PutThirdPartyServiceLinkedConfigurationRecorder.html
|
|
5374
|
+
# [2]: https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html
|
|
5375
|
+
# [3]: https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html
|
|
5376
|
+
#
|
|
5377
|
+
# @option params [required, Types::ConnectorConfiguration] :connector_configuration
|
|
5378
|
+
# The provider-specific configuration for connecting to the third-party
|
|
5379
|
+
# cloud service provider.
|
|
5380
|
+
#
|
|
5381
|
+
# @option params [Array<Types::Tag>] :tags
|
|
5382
|
+
# The tags for the connector. Each tag consists of a key and an optional
|
|
5383
|
+
# value, both of which you define.
|
|
5384
|
+
#
|
|
5385
|
+
# @return [Types::PutConnectorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5386
|
+
#
|
|
5387
|
+
# * {Types::PutConnectorResponse#arn #arn} => String
|
|
5388
|
+
#
|
|
5389
|
+
# @example Request syntax with placeholder values
|
|
5390
|
+
#
|
|
5391
|
+
# resp = client.put_connector({
|
|
5392
|
+
# connector_configuration: { # required
|
|
5393
|
+
# azure: {
|
|
5394
|
+
# tenant_identifier: "AzureTenantIdentifier", # required
|
|
5395
|
+
# client_identifier: "AzureClientIdentifier", # required
|
|
5396
|
+
# },
|
|
5397
|
+
# },
|
|
5398
|
+
# tags: [
|
|
5399
|
+
# {
|
|
5400
|
+
# key: "TagKey",
|
|
5401
|
+
# value: "TagValue",
|
|
5402
|
+
# },
|
|
5403
|
+
# ],
|
|
5404
|
+
# })
|
|
5405
|
+
#
|
|
5406
|
+
# @example Response structure
|
|
5407
|
+
#
|
|
5408
|
+
# resp.arn #=> String
|
|
5409
|
+
#
|
|
5410
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConnector AWS API Documentation
|
|
5411
|
+
#
|
|
5412
|
+
# @overload put_connector(params = {})
|
|
5413
|
+
# @param [Hash] params ({})
|
|
5414
|
+
def put_connector(params = {}, options = {})
|
|
5415
|
+
req = build_request(:put_connector, params)
|
|
5416
|
+
req.send_request(options)
|
|
5417
|
+
end
|
|
5418
|
+
|
|
5191
5419
|
# Creates or updates a delivery channel to deliver configuration
|
|
5192
5420
|
# information and other compliance information.
|
|
5193
5421
|
#
|
|
@@ -6155,6 +6383,95 @@ module Aws::ConfigService
|
|
|
6155
6383
|
req.send_request(options)
|
|
6156
6384
|
end
|
|
6157
6385
|
|
|
6386
|
+
# Creates or updates a service-linked configuration recorder that is
|
|
6387
|
+
# linked to a third-party cloud service provider based on the
|
|
6388
|
+
# `ConnectorArn` you specify.
|
|
6389
|
+
#
|
|
6390
|
+
# The configuration recorder's `name`, `recordingGroup`,
|
|
6391
|
+
# `recordingMode`, and `recordingScope` is set by the service that is
|
|
6392
|
+
# linked to the configuration recorder.
|
|
6393
|
+
#
|
|
6394
|
+
# If a service-linked configuration recorder already exists for the
|
|
6395
|
+
# specified service principal and connector, calling this operation
|
|
6396
|
+
# again updates the `ScopeConfiguration`.
|
|
6397
|
+
#
|
|
6398
|
+
# <note markdown="1"> **This operation can only be called by the Amazon Web Services service
|
|
6399
|
+
# linked to the configuration recorder**
|
|
6400
|
+
#
|
|
6401
|
+
# Customers cannot call this operation directly. Only the linked Amazon
|
|
6402
|
+
# Web Services service can create or update the service-linked
|
|
6403
|
+
# configuration recorder.
|
|
6404
|
+
#
|
|
6405
|
+
# </note>
|
|
6406
|
+
#
|
|
6407
|
+
# <note markdown="1"> **Tags are added at creation and cannot be updated with this
|
|
6408
|
+
# operation**
|
|
6409
|
+
#
|
|
6410
|
+
# Use [TagResource][1] and [UntagResource][2] to update tags after
|
|
6411
|
+
# creation.
|
|
6412
|
+
#
|
|
6413
|
+
# </note>
|
|
6414
|
+
#
|
|
6415
|
+
#
|
|
6416
|
+
#
|
|
6417
|
+
# [1]: https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html
|
|
6418
|
+
# [2]: https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html
|
|
6419
|
+
#
|
|
6420
|
+
# @option params [required, String] :service_principal
|
|
6421
|
+
# The service principal of the Amazon Web Services service for the
|
|
6422
|
+
# service-linked configuration recorder that you want to create.
|
|
6423
|
+
#
|
|
6424
|
+
# @option params [required, String] :connector_arn
|
|
6425
|
+
# The Amazon Resource Name (ARN) of the connector that specifies the
|
|
6426
|
+
# connection between the third-party cloud service provider and Config.
|
|
6427
|
+
# The specified connector must exist.
|
|
6428
|
+
#
|
|
6429
|
+
# @option params [required, Types::ScopeConfiguration] :scope_configuration
|
|
6430
|
+
# Specifies the scope of resources to record from the third-party cloud
|
|
6431
|
+
# service provider.
|
|
6432
|
+
#
|
|
6433
|
+
# @option params [Array<Types::Tag>] :tags
|
|
6434
|
+
# The tags for a service-linked configuration recorder. Each tag
|
|
6435
|
+
# consists of a key and an optional value, both of which you define.
|
|
6436
|
+
#
|
|
6437
|
+
# @return [Types::PutThirdPartyServiceLinkedConfigurationRecorderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6438
|
+
#
|
|
6439
|
+
# * {Types::PutThirdPartyServiceLinkedConfigurationRecorderResponse#arn #arn} => String
|
|
6440
|
+
# * {Types::PutThirdPartyServiceLinkedConfigurationRecorderResponse#name #name} => String
|
|
6441
|
+
#
|
|
6442
|
+
# @example Request syntax with placeholder values
|
|
6443
|
+
#
|
|
6444
|
+
# resp = client.put_third_party_service_linked_configuration_recorder({
|
|
6445
|
+
# service_principal: "ServicePrincipal", # required
|
|
6446
|
+
# connector_arn: "AmazonResourceName", # required
|
|
6447
|
+
# scope_configuration: { # required
|
|
6448
|
+
# scope_type: "ScopeType", # required
|
|
6449
|
+
# scope_values: ["ScopeValue"],
|
|
6450
|
+
# all_regions: false, # required
|
|
6451
|
+
# included_regions: ["ThirdPartyCloudRegion"],
|
|
6452
|
+
# },
|
|
6453
|
+
# tags: [
|
|
6454
|
+
# {
|
|
6455
|
+
# key: "TagKey",
|
|
6456
|
+
# value: "TagValue",
|
|
6457
|
+
# },
|
|
6458
|
+
# ],
|
|
6459
|
+
# })
|
|
6460
|
+
#
|
|
6461
|
+
# @example Response structure
|
|
6462
|
+
#
|
|
6463
|
+
# resp.arn #=> String
|
|
6464
|
+
# resp.name #=> String
|
|
6465
|
+
#
|
|
6466
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutThirdPartyServiceLinkedConfigurationRecorder AWS API Documentation
|
|
6467
|
+
#
|
|
6468
|
+
# @overload put_third_party_service_linked_configuration_recorder(params = {})
|
|
6469
|
+
# @param [Hash] params ({})
|
|
6470
|
+
def put_third_party_service_linked_configuration_recorder(params = {}, options = {})
|
|
6471
|
+
req = build_request(:put_third_party_service_linked_configuration_recorder, params)
|
|
6472
|
+
req.send_request(options)
|
|
6473
|
+
end
|
|
6474
|
+
|
|
6158
6475
|
# Accepts a structured query language (SQL) SELECT command and an
|
|
6159
6476
|
# aggregator to query configuration state of Amazon Web Services
|
|
6160
6477
|
# resources across multiple accounts and regions, performs the
|
|
@@ -6575,6 +6892,8 @@ module Aws::ConfigService
|
|
|
6575
6892
|
#
|
|
6576
6893
|
# * `StoredQuery`
|
|
6577
6894
|
#
|
|
6895
|
+
# * `Connector`
|
|
6896
|
+
#
|
|
6578
6897
|
# @option params [required, Array<Types::Tag>] :tags
|
|
6579
6898
|
# An array of tag object.
|
|
6580
6899
|
#
|
|
@@ -6623,6 +6942,8 @@ module Aws::ConfigService
|
|
|
6623
6942
|
#
|
|
6624
6943
|
# * `StoredQuery`
|
|
6625
6944
|
#
|
|
6945
|
+
# * `Connector`
|
|
6946
|
+
#
|
|
6626
6947
|
# @option params [required, Array<String>] :tag_keys
|
|
6627
6948
|
# The keys of the tags to be removed.
|
|
6628
6949
|
#
|
|
@@ -6662,7 +6983,7 @@ module Aws::ConfigService
|
|
|
6662
6983
|
tracer: tracer
|
|
6663
6984
|
)
|
|
6664
6985
|
context[:gem_name] = 'aws-sdk-configservice'
|
|
6665
|
-
context[:gem_version] = '1.
|
|
6986
|
+
context[:gem_version] = '1.155.0'
|
|
6666
6987
|
Seahorse::Client::Request.new(handlers, context)
|
|
6667
6988
|
end
|
|
6668
6989
|
|