aws-sdk-core 3.165.1 → 3.168.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -394,18 +394,18 @@ module Aws::STS
394
394
  #
395
395
  # (Optional) You can pass inline or managed [session policies][3] to
396
396
  # this operation. You can pass a single JSON policy document to use as
397
- # an inline session policy. You can also specify up to 10 managed
398
- # policies to use as managed session policies. The plaintext that you
399
- # use for both inline and managed session policies can't exceed 2,048
400
- # characters. Passing policies to this operation returns new temporary
401
- # credentials. The resulting session's permissions are the intersection
402
- # of the role's identity-based policy and the session policies. You can
403
- # use the role's temporary credentials in subsequent Amazon Web
404
- # Services API calls to access resources in the account that owns the
405
- # role. You cannot use session policies to grant more permissions than
406
- # those allowed by the identity-based policy of the role that is being
407
- # assumed. For more information, see [Session Policies][3] in the *IAM
408
- # User Guide*.
397
+ # an inline session policy. You can also specify up to 10 managed policy
398
+ # Amazon Resource Names (ARNs) to use as managed session policies. The
399
+ # plaintext that you use for both inline and managed session policies
400
+ # can't exceed 2,048 characters. Passing policies to this operation
401
+ # returns new temporary credentials. The resulting session's
402
+ # permissions are the intersection of the role's identity-based policy
403
+ # and the session policies. You can use the role's temporary
404
+ # credentials in subsequent Amazon Web Services API calls to access
405
+ # resources in the account that owns the role. You cannot use session
406
+ # policies to grant more permissions than those allowed by the
407
+ # identity-based policy of the role that is being assumed. For more
408
+ # information, see [Session Policies][3] in the *IAM User Guide*.
409
409
  #
410
410
  # When you create a role, you create two policies: A role trust policy
411
411
  # that specifies *who* can assume the role and a permissions policy that
@@ -519,12 +519,12 @@ module Aws::STS
519
519
  # about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services
520
520
  # Service Namespaces][1] in the Amazon Web Services General Reference.
521
521
  #
522
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
523
- # policies and session tags into a packed binary format that has a
524
- # separate limit. Your request can fail for this limit even if your
525
- # plaintext meets the other requirements. The `PackedPolicySize`
526
- # response element indicates by percentage how close the policies and
527
- # tags for your request are to the upper size limit.
522
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
523
+ # policy, managed policy ARNs, and session tags into a packed binary
524
+ # format that has a separate limit. Your request can fail for this limit
525
+ # even if your plaintext meets the other requirements. The
526
+ # `PackedPolicySize` response element indicates by percentage how close
527
+ # the policies and tags for your request are to the upper size limit.
528
528
  #
529
529
  # </note>
530
530
  #
@@ -564,12 +564,12 @@ module Aws::STS
564
564
  # the tab (\\u0009), linefeed (\\u000A), and carriage return (\\u000D)
565
565
  # characters.
566
566
  #
567
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
568
- # policies and session tags into a packed binary format that has a
569
- # separate limit. Your request can fail for this limit even if your
570
- # plaintext meets the other requirements. The `PackedPolicySize`
571
- # response element indicates by percentage how close the policies and
572
- # tags for your request are to the upper size limit.
567
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
568
+ # policy, managed policy ARNs, and session tags into a packed binary
569
+ # format that has a separate limit. Your request can fail for this limit
570
+ # even if your plaintext meets the other requirements. The
571
+ # `PackedPolicySize` response element indicates by percentage how close
572
+ # the policies and tags for your request are to the upper size limit.
573
573
  #
574
574
  # </note>
575
575
  #
@@ -627,12 +627,12 @@ module Aws::STS
627
627
  # can’t exceed 256 characters. For these and additional limits, see [IAM
628
628
  # and STS Character Limits][2] in the *IAM User Guide*.
629
629
  #
630
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
631
- # policies and session tags into a packed binary format that has a
632
- # separate limit. Your request can fail for this limit even if your
633
- # plaintext meets the other requirements. The `PackedPolicySize`
634
- # response element indicates by percentage how close the policies and
635
- # tags for your request are to the upper size limit.
630
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
631
+ # policy, managed policy ARNs, and session tags into a packed binary
632
+ # format that has a separate limit. Your request can fail for this limit
633
+ # even if your plaintext meets the other requirements. The
634
+ # `PackedPolicySize` response element indicates by percentage how close
635
+ # the policies and tags for your request are to the upper size limit.
636
636
  #
637
637
  # </note>
638
638
  #
@@ -895,18 +895,18 @@ module Aws::STS
895
895
  #
896
896
  # (Optional) You can pass inline or managed [session policies][6] to
897
897
  # this operation. You can pass a single JSON policy document to use as
898
- # an inline session policy. You can also specify up to 10 managed
899
- # policies to use as managed session policies. The plaintext that you
900
- # use for both inline and managed session policies can't exceed 2,048
901
- # characters. Passing policies to this operation returns new temporary
902
- # credentials. The resulting session's permissions are the intersection
903
- # of the role's identity-based policy and the session policies. You can
904
- # use the role's temporary credentials in subsequent Amazon Web
905
- # Services API calls to access resources in the account that owns the
906
- # role. You cannot use session policies to grant more permissions than
907
- # those allowed by the identity-based policy of the role that is being
908
- # assumed. For more information, see [Session Policies][6] in the *IAM
909
- # User Guide*.
898
+ # an inline session policy. You can also specify up to 10 managed policy
899
+ # Amazon Resource Names (ARNs) to use as managed session policies. The
900
+ # plaintext that you use for both inline and managed session policies
901
+ # can't exceed 2,048 characters. Passing policies to this operation
902
+ # returns new temporary credentials. The resulting session's
903
+ # permissions are the intersection of the role's identity-based policy
904
+ # and the session policies. You can use the role's temporary
905
+ # credentials in subsequent Amazon Web Services API calls to access
906
+ # resources in the account that owns the role. You cannot use session
907
+ # policies to grant more permissions than those allowed by the
908
+ # identity-based policy of the role that is being assumed. For more
909
+ # information, see [Session Policies][6] in the *IAM User Guide*.
910
910
  #
911
911
  # Calling `AssumeRoleWithSAML` does not require the use of Amazon Web
912
912
  # Services security credentials. The identity of the caller is validated
@@ -932,12 +932,12 @@ module Aws::STS
932
932
  # characters. For these and additional limits, see [IAM and STS
933
933
  # Character Limits][8] in the *IAM User Guide*.
934
934
  #
935
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
936
- # policies and session tags into a packed binary format that has a
937
- # separate limit. Your request can fail for this limit even if your
938
- # plaintext meets the other requirements. The `PackedPolicySize`
939
- # response element indicates by percentage how close the policies and
940
- # tags for your request are to the upper size limit.
935
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
936
+ # policy, managed policy ARNs, and session tags into a packed binary
937
+ # format that has a separate limit. Your request can fail for this limit
938
+ # even if your plaintext meets the other requirements. The
939
+ # `PackedPolicySize` response element indicates by percentage how close
940
+ # the policies and tags for your request are to the upper size limit.
941
941
  #
942
942
  # </note>
943
943
  #
@@ -1023,12 +1023,12 @@ module Aws::STS
1023
1023
  # about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services
1024
1024
  # Service Namespaces][1] in the Amazon Web Services General Reference.
1025
1025
  #
1026
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
1027
- # policies and session tags into a packed binary format that has a
1028
- # separate limit. Your request can fail for this limit even if your
1029
- # plaintext meets the other requirements. The `PackedPolicySize`
1030
- # response element indicates by percentage how close the policies and
1031
- # tags for your request are to the upper size limit.
1026
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
1027
+ # policy, managed policy ARNs, and session tags into a packed binary
1028
+ # format that has a separate limit. Your request can fail for this limit
1029
+ # even if your plaintext meets the other requirements. The
1030
+ # `PackedPolicySize` response element indicates by percentage how close
1031
+ # the policies and tags for your request are to the upper size limit.
1032
1032
  #
1033
1033
  # </note>
1034
1034
  #
@@ -1068,12 +1068,12 @@ module Aws::STS
1068
1068
  # the tab (\\u0009), linefeed (\\u000A), and carriage return (\\u000D)
1069
1069
  # characters.
1070
1070
  #
1071
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
1072
- # policies and session tags into a packed binary format that has a
1073
- # separate limit. Your request can fail for this limit even if your
1074
- # plaintext meets the other requirements. The `PackedPolicySize`
1075
- # response element indicates by percentage how close the policies and
1076
- # tags for your request are to the upper size limit.
1071
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
1072
+ # policy, managed policy ARNs, and session tags into a packed binary
1073
+ # format that has a separate limit. Your request can fail for this limit
1074
+ # even if your plaintext meets the other requirements. The
1075
+ # `PackedPolicySize` response element indicates by percentage how close
1076
+ # the policies and tags for your request are to the upper size limit.
1077
1077
  #
1078
1078
  # </note>
1079
1079
  #
@@ -1256,18 +1256,18 @@ module Aws::STS
1256
1256
  #
1257
1257
  # (Optional) You can pass inline or managed [session policies][10] to
1258
1258
  # this operation. You can pass a single JSON policy document to use as
1259
- # an inline session policy. You can also specify up to 10 managed
1260
- # policies to use as managed session policies. The plaintext that you
1261
- # use for both inline and managed session policies can't exceed 2,048
1262
- # characters. Passing policies to this operation returns new temporary
1263
- # credentials. The resulting session's permissions are the intersection
1264
- # of the role's identity-based policy and the session policies. You can
1265
- # use the role's temporary credentials in subsequent Amazon Web
1266
- # Services API calls to access resources in the account that owns the
1267
- # role. You cannot use session policies to grant more permissions than
1268
- # those allowed by the identity-based policy of the role that is being
1269
- # assumed. For more information, see [Session Policies][10] in the *IAM
1270
- # User Guide*.
1259
+ # an inline session policy. You can also specify up to 10 managed policy
1260
+ # Amazon Resource Names (ARNs) to use as managed session policies. The
1261
+ # plaintext that you use for both inline and managed session policies
1262
+ # can't exceed 2,048 characters. Passing policies to this operation
1263
+ # returns new temporary credentials. The resulting session's
1264
+ # permissions are the intersection of the role's identity-based policy
1265
+ # and the session policies. You can use the role's temporary
1266
+ # credentials in subsequent Amazon Web Services API calls to access
1267
+ # resources in the account that owns the role. You cannot use session
1268
+ # policies to grant more permissions than those allowed by the
1269
+ # identity-based policy of the role that is being assumed. For more
1270
+ # information, see [Session Policies][10] in the *IAM User Guide*.
1271
1271
  #
1272
1272
  # **Tags**
1273
1273
  #
@@ -1281,12 +1281,12 @@ module Aws::STS
1281
1281
  # characters. For these and additional limits, see [IAM and STS
1282
1282
  # Character Limits][12] in the *IAM User Guide*.
1283
1283
  #
1284
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
1285
- # policies and session tags into a packed binary format that has a
1286
- # separate limit. Your request can fail for this limit even if your
1287
- # plaintext meets the other requirements. The `PackedPolicySize`
1288
- # response element indicates by percentage how close the policies and
1289
- # tags for your request are to the upper size limit.
1284
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
1285
+ # policy, managed policy ARNs, and session tags into a packed binary
1286
+ # format that has a separate limit. Your request can fail for this limit
1287
+ # even if your plaintext meets the other requirements. The
1288
+ # `PackedPolicySize` response element indicates by percentage how close
1289
+ # the policies and tags for your request are to the upper size limit.
1290
1290
  #
1291
1291
  # </note>
1292
1292
  #
@@ -1410,12 +1410,12 @@ module Aws::STS
1410
1410
  # about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services
1411
1411
  # Service Namespaces][1] in the Amazon Web Services General Reference.
1412
1412
  #
1413
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
1414
- # policies and session tags into a packed binary format that has a
1415
- # separate limit. Your request can fail for this limit even if your
1416
- # plaintext meets the other requirements. The `PackedPolicySize`
1417
- # response element indicates by percentage how close the policies and
1418
- # tags for your request are to the upper size limit.
1413
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
1414
+ # policy, managed policy ARNs, and session tags into a packed binary
1415
+ # format that has a separate limit. Your request can fail for this limit
1416
+ # even if your plaintext meets the other requirements. The
1417
+ # `PackedPolicySize` response element indicates by percentage how close
1418
+ # the policies and tags for your request are to the upper size limit.
1419
1419
  #
1420
1420
  # </note>
1421
1421
  #
@@ -1455,12 +1455,12 @@ module Aws::STS
1455
1455
  # the tab (\\u0009), linefeed (\\u000A), and carriage return (\\u000D)
1456
1456
  # characters.
1457
1457
  #
1458
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
1459
- # policies and session tags into a packed binary format that has a
1460
- # separate limit. Your request can fail for this limit even if your
1461
- # plaintext meets the other requirements. The `PackedPolicySize`
1462
- # response element indicates by percentage how close the policies and
1463
- # tags for your request are to the upper size limit.
1458
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
1459
+ # policy, managed policy ARNs, and session tags into a packed binary
1460
+ # format that has a separate limit. Your request can fail for this limit
1461
+ # even if your plaintext meets the other requirements. The
1462
+ # `PackedPolicySize` response element indicates by percentage how close
1463
+ # the policies and tags for your request are to the upper size limit.
1464
1464
  #
1465
1465
  # </note>
1466
1466
  #
@@ -1852,10 +1852,10 @@ module Aws::STS
1852
1852
  #
1853
1853
  # You must pass an inline or managed [session policy][6] to this
1854
1854
  # operation. You can pass a single JSON policy document to use as an
1855
- # inline session policy. You can also specify up to 10 managed policies
1856
- # to use as managed session policies. The plaintext that you use for
1857
- # both inline and managed session policies can't exceed 2,048
1858
- # characters.
1855
+ # inline session policy. You can also specify up to 10 managed policy
1856
+ # Amazon Resource Names (ARNs) to use as managed session policies. The
1857
+ # plaintext that you use for both inline and managed session policies
1858
+ # can't exceed 2,048 characters.
1859
1859
  #
1860
1860
  # Though the session policy parameters are optional, if you do not pass
1861
1861
  # a policy, then the resulting federated user session has no
@@ -1934,8 +1934,8 @@ module Aws::STS
1934
1934
  #
1935
1935
  # You must pass an inline or managed [session policy][1] to this
1936
1936
  # operation. You can pass a single JSON policy document to use as an
1937
- # inline session policy. You can also specify up to 10 managed policies
1938
- # to use as managed session policies.
1937
+ # inline session policy. You can also specify up to 10 managed policy
1938
+ # Amazon Resource Names (ARNs) to use as managed session policies.
1939
1939
  #
1940
1940
  # This parameter is optional. However, if you do not pass any session
1941
1941
  # policies, then the resulting federated user session has no
@@ -1963,12 +1963,12 @@ module Aws::STS
1963
1963
  # the tab (\\u0009), linefeed (\\u000A), and carriage return (\\u000D)
1964
1964
  # characters.
1965
1965
  #
1966
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
1967
- # policies and session tags into a packed binary format that has a
1968
- # separate limit. Your request can fail for this limit even if your
1969
- # plaintext meets the other requirements. The `PackedPolicySize`
1970
- # response element indicates by percentage how close the policies and
1971
- # tags for your request are to the upper size limit.
1966
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
1967
+ # policy, managed policy ARNs, and session tags into a packed binary
1968
+ # format that has a separate limit. Your request can fail for this limit
1969
+ # even if your plaintext meets the other requirements. The
1970
+ # `PackedPolicySize` response element indicates by percentage how close
1971
+ # the policies and tags for your request are to the upper size limit.
1972
1972
  #
1973
1973
  # </note>
1974
1974
  #
@@ -1983,13 +1983,13 @@ module Aws::STS
1983
1983
  #
1984
1984
  # You must pass an inline or managed [session policy][1] to this
1985
1985
  # operation. You can pass a single JSON policy document to use as an
1986
- # inline session policy. You can also specify up to 10 managed policies
1987
- # to use as managed session policies. The plaintext that you use for
1988
- # both inline and managed session policies can't exceed 2,048
1989
- # characters. You can provide up to 10 managed policy ARNs. For more
1990
- # information about ARNs, see [Amazon Resource Names (ARNs) and Amazon
1991
- # Web Services Service Namespaces][2] in the Amazon Web Services General
1992
- # Reference.
1986
+ # inline session policy. You can also specify up to 10 managed policy
1987
+ # Amazon Resource Names (ARNs) to use as managed session policies. The
1988
+ # plaintext that you use for both inline and managed session policies
1989
+ # can't exceed 2,048 characters. You can provide up to 10 managed
1990
+ # policy ARNs. For more information about ARNs, see [Amazon Resource
1991
+ # Names (ARNs) and Amazon Web Services Service Namespaces][2] in the
1992
+ # Amazon Web Services General Reference.
1993
1993
  #
1994
1994
  # This parameter is optional. However, if you do not pass any session
1995
1995
  # policies, then the resulting federated user session has no
@@ -2010,12 +2010,12 @@ module Aws::STS
2010
2010
  # are granted in addition to the permissions that are granted by the
2011
2011
  # session policies.
2012
2012
  #
2013
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
2014
- # policies and session tags into a packed binary format that has a
2015
- # separate limit. Your request can fail for this limit even if your
2016
- # plaintext meets the other requirements. The `PackedPolicySize`
2017
- # response element indicates by percentage how close the policies and
2018
- # tags for your request are to the upper size limit.
2013
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
2014
+ # policy, managed policy ARNs, and session tags into a packed binary
2015
+ # format that has a separate limit. Your request can fail for this limit
2016
+ # even if your plaintext meets the other requirements. The
2017
+ # `PackedPolicySize` response element indicates by percentage how close
2018
+ # the policies and tags for your request are to the upper size limit.
2019
2019
  #
2020
2020
  # </note>
2021
2021
  #
@@ -2043,12 +2043,12 @@ module Aws::STS
2043
2043
  # can’t exceed 256 characters. For these and additional limits, see [IAM
2044
2044
  # and STS Character Limits][2] in the *IAM User Guide*.
2045
2045
  #
2046
- # <note markdown="1"> An Amazon Web Services conversion compresses the passed session
2047
- # policies and session tags into a packed binary format that has a
2048
- # separate limit. Your request can fail for this limit even if your
2049
- # plaintext meets the other requirements. The `PackedPolicySize`
2050
- # response element indicates by percentage how close the policies and
2051
- # tags for your request are to the upper size limit.
2046
+ # <note markdown="1"> An Amazon Web Services conversion compresses the passed inline session
2047
+ # policy, managed policy ARNs, and session tags into a packed binary
2048
+ # format that has a separate limit. Your request can fail for this limit
2049
+ # even if your plaintext meets the other requirements. The
2050
+ # `PackedPolicySize` response element indicates by percentage how close
2051
+ # the policies and tags for your request are to the upper size limit.
2052
2052
  #
2053
2053
  # </note>
2054
2054
  #
@@ -2316,7 +2316,7 @@ module Aws::STS
2316
2316
  params: params,
2317
2317
  config: config)
2318
2318
  context[:gem_name] = 'aws-sdk-core'
2319
- context[:gem_version] = '3.165.0'
2319
+ context[:gem_version] = '3.168.4'
2320
2320
  Seahorse::Client::Request.new(handlers, context)
2321
2321
  end
2322
2322
 
@@ -217,8 +217,8 @@ cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoic3Ry
217
217
  aW5nRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiUmVnaW9uIn0sImF3cy1nbG9i
218
218
  YWwiXX1dLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL3N0cy5hbWF6b25h
219
219
  d3MuY29tIiwicHJvcGVydGllcyI6eyJhdXRoU2NoZW1lcyI6W3sibmFtZSI6
220
- InNpZ3Y0Iiwic2lnbmluZ05hbWUiOiJzdHMiLCJzaWduaW5nUmVnaW9uIjoi
221
- dXMtZWFzdC0xIn1dfSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQi
220
+ InNpZ3Y0Iiwic2lnbmluZ1JlZ2lvbiI6InVzLWVhc3QtMSIsInNpZ25pbmdO
221
+ YW1lIjoic3RzIn1dfSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQi
222
222
  fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczov
223
223
  L3N0cy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJw
224
224
  cm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQi