aws-sdk-organizations 1.130.0 → 1.131.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-organizations/client.rb +58 -31
- data/lib/aws-sdk-organizations/types.rb +40 -10
- data/lib/aws-sdk-organizations.rb +1 -1
- data/sig/client.rbs +10 -10
- data/sig/types.rbs +13 -13
- 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: ed193bcebe570643ac77ca9d57a87b7fdd715f3b6e6a102592b91d51863d62d6
|
|
4
|
+
data.tar.gz: 60042096326bddb95060e917f00c571ae1aff7e6b0b4e77c1f5983747895c720
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ca37a58018d1092e19a25518abb10ff5b7e844389021dca60ca991a434bbc65008ea64b49293df827db61162f7fe3c3c263c52850e430460c25831e1db2beb8
|
|
7
|
+
data.tar.gz: 3a290199a07505299dfdc6857af7f86d1b892d0f3a042689691217d90cc64ef1ed20a2b14a4ea7f337f6cf84edf74308b8dca775212e6039e15a02bc4d71f25d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.131.0
|
|
@@ -642,6 +642,8 @@ module Aws::Organizations
|
|
|
642
642
|
#
|
|
643
643
|
# * [S3\_POLICY][12]
|
|
644
644
|
#
|
|
645
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
646
|
+
#
|
|
645
647
|
# You can only call this operation from the management account or a
|
|
646
648
|
# member account that is a delegated administrator.
|
|
647
649
|
#
|
|
@@ -658,7 +660,8 @@ module Aws::Organizations
|
|
|
658
660
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
659
661
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
660
662
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
661
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
663
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
664
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
662
665
|
#
|
|
663
666
|
# @option params [required, String] :policy_id
|
|
664
667
|
# ID for the policy that you want to attach to the target. You can get
|
|
@@ -1560,7 +1563,7 @@ module Aws::Organizations
|
|
|
1560
1563
|
# resp.organization.master_account_id #=> String
|
|
1561
1564
|
# resp.organization.master_account_email #=> String
|
|
1562
1565
|
# resp.organization.available_policy_types #=> Array
|
|
1563
|
-
# resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
1566
|
+
# resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
1564
1567
|
# resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
|
|
1565
1568
|
#
|
|
1566
1569
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization AWS API Documentation
|
|
@@ -1751,6 +1754,8 @@ module Aws::Organizations
|
|
|
1751
1754
|
#
|
|
1752
1755
|
# * [S3\_POLICY][12]
|
|
1753
1756
|
#
|
|
1757
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
1758
|
+
#
|
|
1754
1759
|
#
|
|
1755
1760
|
#
|
|
1756
1761
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -1764,7 +1769,8 @@ module Aws::Organizations
|
|
|
1764
1769
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
1765
1770
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
1766
1771
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
1767
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
1772
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
1773
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
1768
1774
|
#
|
|
1769
1775
|
# @option params [Array<Types::Tag>] :tags
|
|
1770
1776
|
# A list of tags that you want to attach to the newly created policy.
|
|
@@ -1821,7 +1827,7 @@ module Aws::Organizations
|
|
|
1821
1827
|
# content: "PolicyContent", # required
|
|
1822
1828
|
# description: "PolicyDescription", # required
|
|
1823
1829
|
# name: "PolicyName", # required
|
|
1824
|
-
# type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
1830
|
+
# type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
1825
1831
|
# tags: [
|
|
1826
1832
|
# {
|
|
1827
1833
|
# key: "TagKey", # required
|
|
@@ -1836,7 +1842,7 @@ module Aws::Organizations
|
|
|
1836
1842
|
# resp.policy.policy_summary.arn #=> String
|
|
1837
1843
|
# resp.policy.policy_summary.name #=> String
|
|
1838
1844
|
# resp.policy.policy_summary.description #=> String
|
|
1839
|
-
# resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
1845
|
+
# resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
1840
1846
|
# resp.policy.policy_summary.aws_managed #=> Boolean
|
|
1841
1847
|
# resp.policy.content #=> String
|
|
1842
1848
|
#
|
|
@@ -2312,6 +2318,8 @@ module Aws::Organizations
|
|
|
2312
2318
|
#
|
|
2313
2319
|
# * [S3\_POLICY][10]
|
|
2314
2320
|
#
|
|
2321
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
2322
|
+
#
|
|
2315
2323
|
#
|
|
2316
2324
|
#
|
|
2317
2325
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -2323,7 +2331,8 @@ module Aws::Organizations
|
|
|
2323
2331
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
2324
2332
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
2325
2333
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
2326
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2334
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
2335
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
2327
2336
|
#
|
|
2328
2337
|
# @option params [String] :target_id
|
|
2329
2338
|
# When you're signed in as the management account, specify the ID of
|
|
@@ -2337,7 +2346,7 @@ module Aws::Organizations
|
|
|
2337
2346
|
# @example Request syntax with placeholder values
|
|
2338
2347
|
#
|
|
2339
2348
|
# resp = client.describe_effective_policy({
|
|
2340
|
-
# policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
2349
|
+
# policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
2341
2350
|
# target_id: "PolicyTargetId",
|
|
2342
2351
|
# })
|
|
2343
2352
|
#
|
|
@@ -2346,7 +2355,7 @@ module Aws::Organizations
|
|
|
2346
2355
|
# resp.effective_policy.policy_content #=> String
|
|
2347
2356
|
# resp.effective_policy.last_updated_timestamp #=> Time
|
|
2348
2357
|
# resp.effective_policy.target_id #=> String
|
|
2349
|
-
# resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
2358
|
+
# resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
2350
2359
|
#
|
|
2351
2360
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicy AWS API Documentation
|
|
2352
2361
|
#
|
|
@@ -2513,7 +2522,7 @@ module Aws::Organizations
|
|
|
2513
2522
|
# resp.organization.master_account_id #=> String
|
|
2514
2523
|
# resp.organization.master_account_email #=> String
|
|
2515
2524
|
# resp.organization.available_policy_types #=> Array
|
|
2516
|
-
# resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
2525
|
+
# resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
2517
2526
|
# resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
|
|
2518
2527
|
#
|
|
2519
2528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization AWS API Documentation
|
|
@@ -2643,7 +2652,7 @@ module Aws::Organizations
|
|
|
2643
2652
|
# resp.policy.policy_summary.arn #=> String
|
|
2644
2653
|
# resp.policy.policy_summary.name #=> String
|
|
2645
2654
|
# resp.policy.policy_summary.description #=> String
|
|
2646
|
-
# resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
2655
|
+
# resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
2647
2656
|
# resp.policy.policy_summary.aws_managed #=> Boolean
|
|
2648
2657
|
# resp.policy.content #=> String
|
|
2649
2658
|
#
|
|
@@ -2993,6 +3002,8 @@ module Aws::Organizations
|
|
|
2993
3002
|
#
|
|
2994
3003
|
# * [S3\_POLICY][12]
|
|
2995
3004
|
#
|
|
3005
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
3006
|
+
#
|
|
2996
3007
|
#
|
|
2997
3008
|
#
|
|
2998
3009
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -3006,7 +3017,8 @@ module Aws::Organizations
|
|
|
3006
3017
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
3007
3018
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
3008
3019
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
3009
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3020
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
3021
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
3010
3022
|
#
|
|
3011
3023
|
# @return [Types::DisablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3012
3024
|
#
|
|
@@ -3038,7 +3050,7 @@ module Aws::Organizations
|
|
|
3038
3050
|
#
|
|
3039
3051
|
# resp = client.disable_policy_type({
|
|
3040
3052
|
# root_id: "RootId", # required
|
|
3041
|
-
# policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
3053
|
+
# policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
3042
3054
|
# })
|
|
3043
3055
|
#
|
|
3044
3056
|
# @example Response structure
|
|
@@ -3047,7 +3059,7 @@ module Aws::Organizations
|
|
|
3047
3059
|
# resp.root.arn #=> String
|
|
3048
3060
|
# resp.root.name #=> String
|
|
3049
3061
|
# resp.root.policy_types #=> Array
|
|
3050
|
-
# resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
3062
|
+
# resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
3051
3063
|
# resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
|
|
3052
3064
|
#
|
|
3053
3065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType AWS API Documentation
|
|
@@ -3268,6 +3280,8 @@ module Aws::Organizations
|
|
|
3268
3280
|
#
|
|
3269
3281
|
# * [S3\_POLICY][12]
|
|
3270
3282
|
#
|
|
3283
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
3284
|
+
#
|
|
3271
3285
|
#
|
|
3272
3286
|
#
|
|
3273
3287
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -3281,7 +3295,8 @@ module Aws::Organizations
|
|
|
3281
3295
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
3282
3296
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
3283
3297
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
3284
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3298
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
3299
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
3285
3300
|
#
|
|
3286
3301
|
# @return [Types::EnablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3287
3302
|
#
|
|
@@ -3317,7 +3332,7 @@ module Aws::Organizations
|
|
|
3317
3332
|
#
|
|
3318
3333
|
# resp = client.enable_policy_type({
|
|
3319
3334
|
# root_id: "RootId", # required
|
|
3320
|
-
# policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
3335
|
+
# policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
3321
3336
|
# })
|
|
3322
3337
|
#
|
|
3323
3338
|
# @example Response structure
|
|
@@ -3326,7 +3341,7 @@ module Aws::Organizations
|
|
|
3326
3341
|
# resp.root.arn #=> String
|
|
3327
3342
|
# resp.root.name #=> String
|
|
3328
3343
|
# resp.root.policy_types #=> Array
|
|
3329
|
-
# resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
3344
|
+
# resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
3330
3345
|
# resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
|
|
3331
3346
|
#
|
|
3332
3347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType AWS API Documentation
|
|
@@ -4081,6 +4096,8 @@ module Aws::Organizations
|
|
|
4081
4096
|
#
|
|
4082
4097
|
# * [S3\_POLICY][10]
|
|
4083
4098
|
#
|
|
4099
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
4100
|
+
#
|
|
4084
4101
|
#
|
|
4085
4102
|
#
|
|
4086
4103
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -4092,7 +4109,8 @@ module Aws::Organizations
|
|
|
4092
4109
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
4093
4110
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
4094
4111
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
4095
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
4112
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
4113
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
4096
4114
|
#
|
|
4097
4115
|
# @option params [String] :next_token
|
|
4098
4116
|
# The parameter for receiving additional results if you receive a
|
|
@@ -4153,7 +4171,7 @@ module Aws::Organizations
|
|
|
4153
4171
|
# @example Request syntax with placeholder values
|
|
4154
4172
|
#
|
|
4155
4173
|
# resp = client.list_accounts_with_invalid_effective_policy({
|
|
4156
|
-
# policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
4174
|
+
# policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
4157
4175
|
# next_token: "NextToken",
|
|
4158
4176
|
# max_results: 1,
|
|
4159
4177
|
# })
|
|
@@ -4169,7 +4187,7 @@ module Aws::Organizations
|
|
|
4169
4187
|
# resp.accounts[0].state #=> String, one of "PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED"
|
|
4170
4188
|
# resp.accounts[0].joined_method #=> String, one of "INVITED", "CREATED"
|
|
4171
4189
|
# resp.accounts[0].joined_timestamp #=> Time
|
|
4172
|
-
# resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
4190
|
+
# resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
4173
4191
|
# resp.next_token #=> String
|
|
4174
4192
|
#
|
|
4175
4193
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAccountsWithInvalidEffectivePolicy AWS API Documentation
|
|
@@ -4561,6 +4579,8 @@ module Aws::Organizations
|
|
|
4561
4579
|
#
|
|
4562
4580
|
# * [S3\_POLICY][10]
|
|
4563
4581
|
#
|
|
4582
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
4583
|
+
#
|
|
4564
4584
|
#
|
|
4565
4585
|
#
|
|
4566
4586
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -4572,7 +4592,8 @@ module Aws::Organizations
|
|
|
4572
4592
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
4573
4593
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
4574
4594
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
4575
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
4595
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
4596
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
4576
4597
|
#
|
|
4577
4598
|
# @option params [String] :next_token
|
|
4578
4599
|
# The parameter for receiving additional results if you receive a
|
|
@@ -4639,7 +4660,7 @@ module Aws::Organizations
|
|
|
4639
4660
|
#
|
|
4640
4661
|
# resp = client.list_effective_policy_validation_errors({
|
|
4641
4662
|
# account_id: "AccountId", # required
|
|
4642
|
-
# policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
4663
|
+
# policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
4643
4664
|
# next_token: "NextToken",
|
|
4644
4665
|
# max_results: 1,
|
|
4645
4666
|
# })
|
|
@@ -4647,7 +4668,7 @@ module Aws::Organizations
|
|
|
4647
4668
|
# @example Response structure
|
|
4648
4669
|
#
|
|
4649
4670
|
# resp.account_id #=> String
|
|
4650
|
-
# resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
4671
|
+
# resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
4651
4672
|
# resp.path #=> String
|
|
4652
4673
|
# resp.evaluation_timestamp #=> Time
|
|
4653
4674
|
# resp.next_token #=> String
|
|
@@ -5423,6 +5444,8 @@ module Aws::Organizations
|
|
|
5423
5444
|
#
|
|
5424
5445
|
# * [S3\_POLICY][12]
|
|
5425
5446
|
#
|
|
5447
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
5448
|
+
#
|
|
5426
5449
|
#
|
|
5427
5450
|
#
|
|
5428
5451
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -5436,7 +5459,8 @@ module Aws::Organizations
|
|
|
5436
5459
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
5437
5460
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
5438
5461
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
5439
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
5462
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
5463
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
5440
5464
|
#
|
|
5441
5465
|
# @option params [String] :next_token
|
|
5442
5466
|
# The parameter for receiving additional results if you receive a
|
|
@@ -5499,7 +5523,7 @@ module Aws::Organizations
|
|
|
5499
5523
|
# @example Request syntax with placeholder values
|
|
5500
5524
|
#
|
|
5501
5525
|
# resp = client.list_policies({
|
|
5502
|
-
# filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
5526
|
+
# filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
5503
5527
|
# next_token: "NextToken",
|
|
5504
5528
|
# max_results: 1,
|
|
5505
5529
|
# })
|
|
@@ -5511,7 +5535,7 @@ module Aws::Organizations
|
|
|
5511
5535
|
# resp.policies[0].arn #=> String
|
|
5512
5536
|
# resp.policies[0].name #=> String
|
|
5513
5537
|
# resp.policies[0].description #=> String
|
|
5514
|
-
# resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
5538
|
+
# resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
5515
5539
|
# resp.policies[0].aws_managed #=> Boolean
|
|
5516
5540
|
# resp.next_token #=> String
|
|
5517
5541
|
#
|
|
@@ -5589,6 +5613,8 @@ module Aws::Organizations
|
|
|
5589
5613
|
#
|
|
5590
5614
|
# * [S3\_POLICY][12]
|
|
5591
5615
|
#
|
|
5616
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
5617
|
+
#
|
|
5592
5618
|
#
|
|
5593
5619
|
#
|
|
5594
5620
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -5602,7 +5628,8 @@ module Aws::Organizations
|
|
|
5602
5628
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
5603
5629
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
5604
5630
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
5605
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
5631
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
5632
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
5606
5633
|
#
|
|
5607
5634
|
# @option params [String] :next_token
|
|
5608
5635
|
# The parameter for receiving additional results if you receive a
|
|
@@ -5653,7 +5680,7 @@ module Aws::Organizations
|
|
|
5653
5680
|
#
|
|
5654
5681
|
# resp = client.list_policies_for_target({
|
|
5655
5682
|
# target_id: "PolicyTargetId", # required
|
|
5656
|
-
# filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
|
|
5683
|
+
# filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY
|
|
5657
5684
|
# next_token: "NextToken",
|
|
5658
5685
|
# max_results: 1,
|
|
5659
5686
|
# })
|
|
@@ -5665,7 +5692,7 @@ module Aws::Organizations
|
|
|
5665
5692
|
# resp.policies[0].arn #=> String
|
|
5666
5693
|
# resp.policies[0].name #=> String
|
|
5667
5694
|
# resp.policies[0].description #=> String
|
|
5668
|
-
# resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
5695
|
+
# resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
5669
5696
|
# resp.policies[0].aws_managed #=> Boolean
|
|
5670
5697
|
# resp.next_token #=> String
|
|
5671
5698
|
#
|
|
@@ -5759,7 +5786,7 @@ module Aws::Organizations
|
|
|
5759
5786
|
# resp.roots[0].arn #=> String
|
|
5760
5787
|
# resp.roots[0].name #=> String
|
|
5761
5788
|
# resp.roots[0].policy_types #=> Array
|
|
5762
|
-
# resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
5789
|
+
# resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
5763
5790
|
# resp.roots[0].policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
|
|
5764
5791
|
# resp.next_token #=> String
|
|
5765
5792
|
#
|
|
@@ -6590,7 +6617,7 @@ module Aws::Organizations
|
|
|
6590
6617
|
# resp.policy.policy_summary.arn #=> String
|
|
6591
6618
|
# resp.policy.policy_summary.name #=> String
|
|
6592
6619
|
# resp.policy.policy_summary.description #=> String
|
|
6593
|
-
# resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
|
|
6620
|
+
# resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
|
|
6594
6621
|
# resp.policy.policy_summary.aws_managed #=> Boolean
|
|
6595
6622
|
# resp.policy.content #=> String
|
|
6596
6623
|
#
|
|
@@ -6697,7 +6724,7 @@ module Aws::Organizations
|
|
|
6697
6724
|
tracer: tracer
|
|
6698
6725
|
)
|
|
6699
6726
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
6700
|
-
context[:gem_version] = '1.
|
|
6727
|
+
context[:gem_version] = '1.131.0'
|
|
6701
6728
|
Seahorse::Client::Request.new(handlers, context)
|
|
6702
6729
|
end
|
|
6703
6730
|
|
|
@@ -1292,6 +1292,8 @@ module Aws::Organizations
|
|
|
1292
1292
|
#
|
|
1293
1293
|
# * [S3\_POLICY][12]
|
|
1294
1294
|
#
|
|
1295
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
1296
|
+
#
|
|
1295
1297
|
#
|
|
1296
1298
|
#
|
|
1297
1299
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -1305,7 +1307,8 @@ module Aws::Organizations
|
|
|
1305
1307
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
1306
1308
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
1307
1309
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
1308
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
1310
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
1311
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
1309
1312
|
# @return [String]
|
|
1310
1313
|
#
|
|
1311
1314
|
# @!attribute [rw] tags
|
|
@@ -1644,6 +1647,8 @@ module Aws::Organizations
|
|
|
1644
1647
|
#
|
|
1645
1648
|
# * [S3\_POLICY][10]
|
|
1646
1649
|
#
|
|
1650
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
1651
|
+
#
|
|
1647
1652
|
#
|
|
1648
1653
|
#
|
|
1649
1654
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -1655,7 +1660,8 @@ module Aws::Organizations
|
|
|
1655
1660
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
1656
1661
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
1657
1662
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
1658
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
1663
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
1664
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
1659
1665
|
# @return [String]
|
|
1660
1666
|
#
|
|
1661
1667
|
# @!attribute [rw] target_id
|
|
@@ -1954,6 +1960,8 @@ module Aws::Organizations
|
|
|
1954
1960
|
#
|
|
1955
1961
|
# * [S3\_POLICY][12]
|
|
1956
1962
|
#
|
|
1963
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
1964
|
+
#
|
|
1957
1965
|
#
|
|
1958
1966
|
#
|
|
1959
1967
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -1967,7 +1975,8 @@ module Aws::Organizations
|
|
|
1967
1975
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
1968
1976
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
1969
1977
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
1970
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
1978
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
1979
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
1971
1980
|
# @return [String]
|
|
1972
1981
|
#
|
|
1973
1982
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyTypeRequest AWS API Documentation
|
|
@@ -2227,6 +2236,8 @@ module Aws::Organizations
|
|
|
2227
2236
|
#
|
|
2228
2237
|
# * [S3\_POLICY][12]
|
|
2229
2238
|
#
|
|
2239
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
2240
|
+
#
|
|
2230
2241
|
#
|
|
2231
2242
|
#
|
|
2232
2243
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -2240,7 +2251,8 @@ module Aws::Organizations
|
|
|
2240
2251
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
2241
2252
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
2242
2253
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
2243
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2254
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
2255
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
2244
2256
|
# @return [String]
|
|
2245
2257
|
#
|
|
2246
2258
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyTypeRequest AWS API Documentation
|
|
@@ -3122,6 +3134,8 @@ module Aws::Organizations
|
|
|
3122
3134
|
#
|
|
3123
3135
|
# * [S3\_POLICY][10]
|
|
3124
3136
|
#
|
|
3137
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
3138
|
+
#
|
|
3125
3139
|
#
|
|
3126
3140
|
#
|
|
3127
3141
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -3133,7 +3147,8 @@ module Aws::Organizations
|
|
|
3133
3147
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
3134
3148
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
3135
3149
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
3136
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3150
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
3151
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
3137
3152
|
# @return [String]
|
|
3138
3153
|
#
|
|
3139
3154
|
# @!attribute [rw] next_token
|
|
@@ -3189,6 +3204,8 @@ module Aws::Organizations
|
|
|
3189
3204
|
#
|
|
3190
3205
|
# * [S3\_POLICY][10]
|
|
3191
3206
|
#
|
|
3207
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
3208
|
+
#
|
|
3192
3209
|
#
|
|
3193
3210
|
#
|
|
3194
3211
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -3200,7 +3217,8 @@ module Aws::Organizations
|
|
|
3200
3217
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
3201
3218
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
3202
3219
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
3203
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3220
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
3221
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
3204
3222
|
# @return [String]
|
|
3205
3223
|
#
|
|
3206
3224
|
# @!attribute [rw] next_token
|
|
@@ -3482,6 +3500,8 @@ module Aws::Organizations
|
|
|
3482
3500
|
#
|
|
3483
3501
|
# * [S3\_POLICY][10]
|
|
3484
3502
|
#
|
|
3503
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
3504
|
+
#
|
|
3485
3505
|
#
|
|
3486
3506
|
#
|
|
3487
3507
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -3493,7 +3513,8 @@ module Aws::Organizations
|
|
|
3493
3513
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
3494
3514
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
3495
3515
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
3496
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3516
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
3517
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
3497
3518
|
# @return [String]
|
|
3498
3519
|
#
|
|
3499
3520
|
# @!attribute [rw] next_token
|
|
@@ -3549,6 +3570,8 @@ module Aws::Organizations
|
|
|
3549
3570
|
#
|
|
3550
3571
|
# * [S3\_POLICY][10]
|
|
3551
3572
|
#
|
|
3573
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][11]
|
|
3574
|
+
#
|
|
3552
3575
|
#
|
|
3553
3576
|
#
|
|
3554
3577
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html
|
|
@@ -3560,7 +3583,8 @@ module Aws::Organizations
|
|
|
3560
3583
|
# [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
3561
3584
|
# [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
3562
3585
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
3563
|
-
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3586
|
+
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
3587
|
+
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
3564
3588
|
# @return [String]
|
|
3565
3589
|
#
|
|
3566
3590
|
# @!attribute [rw] path
|
|
@@ -3991,6 +4015,8 @@ module Aws::Organizations
|
|
|
3991
4015
|
#
|
|
3992
4016
|
# * [S3\_POLICY][12]
|
|
3993
4017
|
#
|
|
4018
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
4019
|
+
#
|
|
3994
4020
|
#
|
|
3995
4021
|
#
|
|
3996
4022
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -4004,7 +4030,8 @@ module Aws::Organizations
|
|
|
4004
4030
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
4005
4031
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
4006
4032
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
4007
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
4033
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
4034
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
4008
4035
|
# @return [String]
|
|
4009
4036
|
#
|
|
4010
4037
|
# @!attribute [rw] next_token
|
|
@@ -4082,6 +4109,8 @@ module Aws::Organizations
|
|
|
4082
4109
|
#
|
|
4083
4110
|
# * [S3\_POLICY][12]
|
|
4084
4111
|
#
|
|
4112
|
+
# * [NETWORK\_SECURITY\_DIRECTOR\_POLICY][13]
|
|
4113
|
+
#
|
|
4085
4114
|
#
|
|
4086
4115
|
#
|
|
4087
4116
|
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
@@ -4095,7 +4124,8 @@ module Aws::Organizations
|
|
|
4095
4124
|
# [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
|
|
4096
4125
|
# [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
|
|
4097
4126
|
# [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
|
|
4098
|
-
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
4127
|
+
# [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_s3.html
|
|
4128
|
+
# [13]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_network_security_director.html
|
|
4099
4129
|
# @return [String]
|
|
4100
4130
|
#
|
|
4101
4131
|
# @!attribute [rw] next_token
|
data/sig/client.rbs
CHANGED
|
@@ -186,7 +186,7 @@ module Aws
|
|
|
186
186
|
content: ::String,
|
|
187
187
|
description: ::String,
|
|
188
188
|
name: ::String,
|
|
189
|
-
type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
|
|
189
|
+
type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY"),
|
|
190
190
|
?tags: Array[
|
|
191
191
|
{
|
|
192
192
|
key: ::String,
|
|
@@ -259,7 +259,7 @@ module Aws
|
|
|
259
259
|
end
|
|
260
260
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#describe_effective_policy-instance_method
|
|
261
261
|
def describe_effective_policy: (
|
|
262
|
-
policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
|
|
262
|
+
policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY"),
|
|
263
263
|
?target_id: ::String
|
|
264
264
|
) -> _DescribeEffectivePolicyResponseSuccess
|
|
265
265
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEffectivePolicyResponseSuccess
|
|
@@ -340,7 +340,7 @@ module Aws
|
|
|
340
340
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#disable_policy_type-instance_method
|
|
341
341
|
def disable_policy_type: (
|
|
342
342
|
root_id: ::String,
|
|
343
|
-
policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
343
|
+
policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
344
344
|
) -> _DisablePolicyTypeResponseSuccess
|
|
345
345
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisablePolicyTypeResponseSuccess
|
|
346
346
|
|
|
@@ -366,7 +366,7 @@ module Aws
|
|
|
366
366
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#enable_policy_type-instance_method
|
|
367
367
|
def enable_policy_type: (
|
|
368
368
|
root_id: ::String,
|
|
369
|
-
policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
369
|
+
policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
370
370
|
) -> _EnablePolicyTypeResponseSuccess
|
|
371
371
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnablePolicyTypeResponseSuccess
|
|
372
372
|
|
|
@@ -457,12 +457,12 @@ module Aws
|
|
|
457
457
|
interface _ListAccountsWithInvalidEffectivePolicyResponseSuccess
|
|
458
458
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListAccountsWithInvalidEffectivePolicyResponse]
|
|
459
459
|
def accounts: () -> ::Array[Types::Account]
|
|
460
|
-
def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
460
|
+
def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
461
461
|
def next_token: () -> ::String
|
|
462
462
|
end
|
|
463
463
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_accounts_with_invalid_effective_policy-instance_method
|
|
464
464
|
def list_accounts_with_invalid_effective_policy: (
|
|
465
|
-
policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
|
|
465
|
+
policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY"),
|
|
466
466
|
?next_token: ::String,
|
|
467
467
|
?max_results: ::Integer
|
|
468
468
|
) -> _ListAccountsWithInvalidEffectivePolicyResponseSuccess
|
|
@@ -524,7 +524,7 @@ module Aws
|
|
|
524
524
|
interface _ListEffectivePolicyValidationErrorsResponseSuccess
|
|
525
525
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListEffectivePolicyValidationErrorsResponse]
|
|
526
526
|
def account_id: () -> ::String
|
|
527
|
-
def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
527
|
+
def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
528
528
|
def path: () -> ::String
|
|
529
529
|
def evaluation_timestamp: () -> ::Time
|
|
530
530
|
def next_token: () -> ::String
|
|
@@ -533,7 +533,7 @@ module Aws
|
|
|
533
533
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_effective_policy_validation_errors-instance_method
|
|
534
534
|
def list_effective_policy_validation_errors: (
|
|
535
535
|
account_id: ::String,
|
|
536
|
-
policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
|
|
536
|
+
policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY"),
|
|
537
537
|
?next_token: ::String,
|
|
538
538
|
?max_results: ::Integer
|
|
539
539
|
) -> _ListEffectivePolicyValidationErrorsResponseSuccess
|
|
@@ -631,7 +631,7 @@ module Aws
|
|
|
631
631
|
end
|
|
632
632
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_policies-instance_method
|
|
633
633
|
def list_policies: (
|
|
634
|
-
filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
|
|
634
|
+
filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY"),
|
|
635
635
|
?next_token: ::String,
|
|
636
636
|
?max_results: ::Integer
|
|
637
637
|
) -> _ListPoliciesResponseSuccess
|
|
@@ -645,7 +645,7 @@ module Aws
|
|
|
645
645
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_policies_for_target-instance_method
|
|
646
646
|
def list_policies_for_target: (
|
|
647
647
|
target_id: ::String,
|
|
648
|
-
filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
|
|
648
|
+
filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY"),
|
|
649
649
|
?next_token: ::String,
|
|
650
650
|
?max_results: ::Integer
|
|
651
651
|
) -> _ListPoliciesForTargetResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -195,7 +195,7 @@ module Aws::Organizations
|
|
|
195
195
|
attr_accessor content: ::String
|
|
196
196
|
attr_accessor description: ::String
|
|
197
197
|
attr_accessor name: ::String
|
|
198
|
-
attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
198
|
+
attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
199
199
|
attr_accessor tags: ::Array[Types::Tag]
|
|
200
200
|
SENSITIVE: []
|
|
201
201
|
end
|
|
@@ -271,7 +271,7 @@ module Aws::Organizations
|
|
|
271
271
|
end
|
|
272
272
|
|
|
273
273
|
class DescribeEffectivePolicyRequest
|
|
274
|
-
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
274
|
+
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
275
275
|
attr_accessor target_id: ::String
|
|
276
276
|
SENSITIVE: []
|
|
277
277
|
end
|
|
@@ -349,7 +349,7 @@ module Aws::Organizations
|
|
|
349
349
|
|
|
350
350
|
class DisablePolicyTypeRequest
|
|
351
351
|
attr_accessor root_id: ::String
|
|
352
|
-
attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
352
|
+
attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
353
353
|
SENSITIVE: []
|
|
354
354
|
end
|
|
355
355
|
|
|
@@ -387,7 +387,7 @@ module Aws::Organizations
|
|
|
387
387
|
attr_accessor policy_content: ::String
|
|
388
388
|
attr_accessor last_updated_timestamp: ::Time
|
|
389
389
|
attr_accessor target_id: ::String
|
|
390
|
-
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
390
|
+
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
391
391
|
SENSITIVE: []
|
|
392
392
|
end
|
|
393
393
|
|
|
@@ -419,7 +419,7 @@ module Aws::Organizations
|
|
|
419
419
|
|
|
420
420
|
class EnablePolicyTypeRequest
|
|
421
421
|
attr_accessor root_id: ::String
|
|
422
|
-
attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
422
|
+
attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
423
423
|
SENSITIVE: []
|
|
424
424
|
end
|
|
425
425
|
|
|
@@ -567,7 +567,7 @@ module Aws::Organizations
|
|
|
567
567
|
end
|
|
568
568
|
|
|
569
569
|
class ListAccountsWithInvalidEffectivePolicyRequest
|
|
570
|
-
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
570
|
+
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
571
571
|
attr_accessor next_token: ::String
|
|
572
572
|
attr_accessor max_results: ::Integer
|
|
573
573
|
SENSITIVE: []
|
|
@@ -575,7 +575,7 @@ module Aws::Organizations
|
|
|
575
575
|
|
|
576
576
|
class ListAccountsWithInvalidEffectivePolicyResponse
|
|
577
577
|
attr_accessor accounts: ::Array[Types::Account]
|
|
578
|
-
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
578
|
+
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
579
579
|
attr_accessor next_token: ::String
|
|
580
580
|
SENSITIVE: []
|
|
581
581
|
end
|
|
@@ -635,7 +635,7 @@ module Aws::Organizations
|
|
|
635
635
|
|
|
636
636
|
class ListEffectivePolicyValidationErrorsRequest
|
|
637
637
|
attr_accessor account_id: ::String
|
|
638
|
-
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
638
|
+
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
639
639
|
attr_accessor next_token: ::String
|
|
640
640
|
attr_accessor max_results: ::Integer
|
|
641
641
|
SENSITIVE: []
|
|
@@ -643,7 +643,7 @@ module Aws::Organizations
|
|
|
643
643
|
|
|
644
644
|
class ListEffectivePolicyValidationErrorsResponse
|
|
645
645
|
attr_accessor account_id: ::String
|
|
646
|
-
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
646
|
+
attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
647
647
|
attr_accessor path: ::String
|
|
648
648
|
attr_accessor evaluation_timestamp: ::Time
|
|
649
649
|
attr_accessor next_token: ::String
|
|
@@ -732,7 +732,7 @@ module Aws::Organizations
|
|
|
732
732
|
|
|
733
733
|
class ListPoliciesForTargetRequest
|
|
734
734
|
attr_accessor target_id: ::String
|
|
735
|
-
attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
735
|
+
attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
736
736
|
attr_accessor next_token: ::String
|
|
737
737
|
attr_accessor max_results: ::Integer
|
|
738
738
|
SENSITIVE: []
|
|
@@ -745,7 +745,7 @@ module Aws::Organizations
|
|
|
745
745
|
end
|
|
746
746
|
|
|
747
747
|
class ListPoliciesRequest
|
|
748
|
-
attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
748
|
+
attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
749
749
|
attr_accessor next_token: ::String
|
|
750
750
|
attr_accessor max_results: ::Integer
|
|
751
751
|
SENSITIVE: []
|
|
@@ -886,7 +886,7 @@ module Aws::Organizations
|
|
|
886
886
|
attr_accessor arn: ::String
|
|
887
887
|
attr_accessor name: ::String
|
|
888
888
|
attr_accessor description: ::String
|
|
889
|
-
attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
889
|
+
attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
890
890
|
attr_accessor aws_managed: bool
|
|
891
891
|
SENSITIVE: []
|
|
892
892
|
end
|
|
@@ -915,7 +915,7 @@ module Aws::Organizations
|
|
|
915
915
|
end
|
|
916
916
|
|
|
917
917
|
class PolicyTypeSummary
|
|
918
|
-
attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
|
|
918
|
+
attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY")
|
|
919
919
|
attr_accessor status: ("ENABLED" | "PENDING_ENABLE" | "PENDING_DISABLE")
|
|
920
920
|
SENSITIVE: []
|
|
921
921
|
end
|