aws-sdk-core 3.165.0 → 3.174.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 +105 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-core/credential_provider_chain.rb +8 -5
- data/lib/aws-sdk-core/ecs_credentials.rb +111 -53
- data/lib/aws-sdk-core/endpoints/condition.rb +5 -0
- data/lib/aws-sdk-core/endpoints/endpoint_rule.rb +5 -1
- data/lib/aws-sdk-core/endpoints/error_rule.rb +5 -0
- data/lib/aws-sdk-core/endpoints/function.rb +5 -0
- data/lib/aws-sdk-core/endpoints/reference.rb +5 -0
- data/lib/aws-sdk-core/endpoints/rule.rb +5 -0
- data/lib/aws-sdk-core/endpoints/rule_set.rb +5 -0
- data/lib/aws-sdk-core/endpoints/rules_provider.rb +5 -0
- data/lib/aws-sdk-core/endpoints/templater.rb +6 -0
- data/lib/aws-sdk-core/endpoints/tree_rule.rb +5 -0
- data/lib/aws-sdk-core/endpoints/url.rb +1 -0
- data/lib/aws-sdk-core/json/error_handler.rb +15 -5
- data/lib/aws-sdk-core/log/formatter.rb +6 -0
- data/lib/aws-sdk-core/pageable_response.rb +3 -1
- data/lib/aws-sdk-core/plugins/checksum_algorithm.rb +1 -1
- data/lib/aws-sdk-core/plugins/retries/error_inspector.rb +2 -1
- data/lib/aws-sdk-core/plugins/sign.rb +17 -7
- data/lib/aws-sdk-core/plugins/user_agent.rb +117 -14
- data/lib/aws-sdk-core/shared_config.rb +38 -9
- data/lib/aws-sdk-core/sso_credentials.rb +79 -44
- data/lib/aws-sdk-core/sso_token_provider.rb +3 -2
- data/lib/aws-sdk-core/waiters/poller.rb +3 -1
- data/lib/aws-sdk-core/xml/parser/engines/oga.rb +2 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-sso/client.rb +6 -1
- data/lib/aws-sdk-sso/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-sso/types.rb +0 -35
- data/lib/aws-sdk-sso.rb +1 -1
- data/lib/aws-sdk-ssooidc/client.rb +6 -1
- data/lib/aws-sdk-ssooidc/endpoint_provider.rb +35 -95
- data/lib/aws-sdk-ssooidc/types.rb +0 -32
- data/lib/aws-sdk-ssooidc.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +244 -241
- data/lib/aws-sdk-sts/endpoint_provider.rb +96 -213
- data/lib/aws-sdk-sts/types.rb +87 -195
- data/lib/aws-sdk-sts.rb +1 -1
- data/lib/seahorse/client/h2/connection.rb +12 -11
- metadata +4 -4
    
        data/lib/aws-sdk-sso/types.rb
    CHANGED
    
    | @@ -34,15 +34,6 @@ module Aws::SSO | |
| 34 34 | 
             
                  include Aws::Structure
         | 
| 35 35 | 
             
                end
         | 
| 36 36 |  | 
| 37 | 
            -
                # @note When making an API call, you may pass GetRoleCredentialsRequest
         | 
| 38 | 
            -
                #   data as a hash:
         | 
| 39 | 
            -
                #
         | 
| 40 | 
            -
                #       {
         | 
| 41 | 
            -
                #         role_name: "RoleNameType", # required
         | 
| 42 | 
            -
                #         account_id: "AccountIdType", # required
         | 
| 43 | 
            -
                #         access_token: "AccessTokenType", # required
         | 
| 44 | 
            -
                #       }
         | 
| 45 | 
            -
                #
         | 
| 46 37 | 
             
                # @!attribute [rw] role_name
         | 
| 47 38 | 
             
                #   The friendly name of the role that is assigned to the user.
         | 
| 48 39 | 
             
                #   @return [String]
         | 
| @@ -97,16 +88,6 @@ module Aws::SSO | |
| 97 88 | 
             
                  include Aws::Structure
         | 
| 98 89 | 
             
                end
         | 
| 99 90 |  | 
| 100 | 
            -
                # @note When making an API call, you may pass ListAccountRolesRequest
         | 
| 101 | 
            -
                #   data as a hash:
         | 
| 102 | 
            -
                #
         | 
| 103 | 
            -
                #       {
         | 
| 104 | 
            -
                #         next_token: "NextTokenType",
         | 
| 105 | 
            -
                #         max_results: 1,
         | 
| 106 | 
            -
                #         access_token: "AccessTokenType", # required
         | 
| 107 | 
            -
                #         account_id: "AccountIdType", # required
         | 
| 108 | 
            -
                #       }
         | 
| 109 | 
            -
                #
         | 
| 110 91 | 
             
                # @!attribute [rw] next_token
         | 
| 111 92 | 
             
                #   The page token from the previous response output when you request
         | 
| 112 93 | 
             
                #   subsequent pages.
         | 
| @@ -159,15 +140,6 @@ module Aws::SSO | |
| 159 140 | 
             
                  include Aws::Structure
         | 
| 160 141 | 
             
                end
         | 
| 161 142 |  | 
| 162 | 
            -
                # @note When making an API call, you may pass ListAccountsRequest
         | 
| 163 | 
            -
                #   data as a hash:
         | 
| 164 | 
            -
                #
         | 
| 165 | 
            -
                #       {
         | 
| 166 | 
            -
                #         next_token: "NextTokenType",
         | 
| 167 | 
            -
                #         max_results: 1,
         | 
| 168 | 
            -
                #         access_token: "AccessTokenType", # required
         | 
| 169 | 
            -
                #       }
         | 
| 170 | 
            -
                #
         | 
| 171 143 | 
             
                # @!attribute [rw] next_token
         | 
| 172 144 | 
             
                #   (Optional) When requesting subsequent pages, this is the page token
         | 
| 173 145 | 
             
                #   from the previous response output.
         | 
| @@ -215,13 +187,6 @@ module Aws::SSO | |
| 215 187 | 
             
                  include Aws::Structure
         | 
| 216 188 | 
             
                end
         | 
| 217 189 |  | 
| 218 | 
            -
                # @note When making an API call, you may pass LogoutRequest
         | 
| 219 | 
            -
                #   data as a hash:
         | 
| 220 | 
            -
                #
         | 
| 221 | 
            -
                #       {
         | 
| 222 | 
            -
                #         access_token: "AccessTokenType", # required
         | 
| 223 | 
            -
                #       }
         | 
| 224 | 
            -
                #
         | 
| 225 190 | 
             
                # @!attribute [rw] access_token
         | 
| 226 191 | 
             
                #   The token issued by the `CreateToken` API call. For more
         | 
| 227 192 | 
             
                #   information, see [CreateToken][1] in the *IAM Identity Center OIDC
         | 
    
        data/lib/aws-sdk-sso.rb
    CHANGED
    
    
| @@ -275,6 +275,11 @@ module Aws::SSOOIDC | |
| 275 275 | 
             
                #       in the future.
         | 
| 276 276 | 
             
                #
         | 
| 277 277 | 
             
                #
         | 
| 278 | 
            +
                #   @option options [String] :sdk_ua_app_id
         | 
| 279 | 
            +
                #     A unique and opaque application ID that is appended to the
         | 
| 280 | 
            +
                #     User-Agent header as app/<sdk_ua_app_id>. It should have a
         | 
| 281 | 
            +
                #     maximum length of 50.
         | 
| 282 | 
            +
                #
         | 
| 278 283 | 
             
                #   @option options [String] :secret_access_key
         | 
| 279 284 | 
             
                #
         | 
| 280 285 | 
             
                #   @option options [String] :session_token
         | 
| @@ -581,7 +586,7 @@ module Aws::SSOOIDC | |
| 581 586 | 
             
                    params: params,
         | 
| 582 587 | 
             
                    config: config)
         | 
| 583 588 | 
             
                  context[:gem_name] = 'aws-sdk-core'
         | 
| 584 | 
            -
                  context[:gem_version] = '3. | 
| 589 | 
            +
                  context[:gem_version] = '3.174.0'
         | 
| 585 590 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 586 591 | 
             
                end
         | 
| 587 592 |  | 
| @@ -9,103 +9,43 @@ | |
| 9 9 |  | 
| 10 10 | 
             
            module Aws::SSOOIDC
         | 
| 11 11 | 
             
              class EndpointProvider
         | 
| 12 | 
            -
                def  | 
| 13 | 
            -
                   | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
                       | 
| 20 | 
            -
             | 
| 12 | 
            +
                def resolve_endpoint(parameters)
         | 
| 13 | 
            +
                  region = parameters.region
         | 
| 14 | 
            +
                  use_dual_stack = parameters.use_dual_stack
         | 
| 15 | 
            +
                  use_fips = parameters.use_fips
         | 
| 16 | 
            +
                  endpoint = parameters.endpoint
         | 
| 17 | 
            +
                  if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
         | 
| 18 | 
            +
                    if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
         | 
| 19 | 
            +
                      if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
         | 
| 20 | 
            +
                        raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
         | 
| 21 | 
            +
                      end
         | 
| 22 | 
            +
                      if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
         | 
| 23 | 
            +
                        raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
         | 
| 24 | 
            +
                      end
         | 
| 25 | 
            +
                      return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
         | 
| 26 | 
            +
                    end
         | 
| 27 | 
            +
                    if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
         | 
| 28 | 
            +
                      if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
         | 
| 29 | 
            +
                        return Aws::Endpoints::Endpoint.new(url: "https://oidc-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
         | 
| 30 | 
            +
                      end
         | 
| 31 | 
            +
                      raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
         | 
| 32 | 
            +
                    end
         | 
| 33 | 
            +
                    if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
         | 
| 34 | 
            +
                      if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
         | 
| 35 | 
            +
                        return Aws::Endpoints::Endpoint.new(url: "https://oidc-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
         | 
| 36 | 
            +
                      end
         | 
| 37 | 
            +
                      raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
         | 
| 38 | 
            +
                    end
         | 
| 39 | 
            +
                    if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
         | 
| 40 | 
            +
                      if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
         | 
| 41 | 
            +
                        return Aws::Endpoints::Endpoint.new(url: "https://oidc.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
         | 
| 42 | 
            +
                      end
         | 
| 43 | 
            +
                      raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
         | 
| 44 | 
            +
                    end
         | 
| 45 | 
            +
                    return Aws::Endpoints::Endpoint.new(url: "https://oidc.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
         | 
| 21 46 | 
             
                  end
         | 
| 22 | 
            -
                   | 
| 23 | 
            -
                end
         | 
| 47 | 
            +
                  raise ArgumentError, 'No endpoint could be resolved'
         | 
| 24 48 |  | 
| 25 | 
            -
                def resolve_endpoint(parameters)
         | 
| 26 | 
            -
                  @provider.resolve_endpoint(parameters)
         | 
| 27 49 | 
             
                end
         | 
| 28 | 
            -
             | 
| 29 | 
            -
                # @api private
         | 
| 30 | 
            -
                RULES = <<-JSON
         | 
| 31 | 
            -
            eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
         | 
| 32 | 
            -
            bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
         | 
| 33 | 
            -
            dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
         | 
| 34 | 
            -
            cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
         | 
| 35 | 
            -
            dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
         | 
| 36 | 
            -
            ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
         | 
| 37 | 
            -
            ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
         | 
| 38 | 
            -
            ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
         | 
| 39 | 
            -
            aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
         | 
| 40 | 
            -
            OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
         | 
| 41 | 
            -
            UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
         | 
| 42 | 
            -
            dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
         | 
| 43 | 
            -
            UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
         | 
| 44 | 
            -
            dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
         | 
| 45 | 
            -
            ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
         | 
| 46 | 
            -
            IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
         | 
| 47 | 
            -
            aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
         | 
| 48 | 
            -
            bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
         | 
| 49 | 
            -
            ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
         | 
| 50 | 
            -
            Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
         | 
| 51 | 
            -
            cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
         | 
| 52 | 
            -
            InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
         | 
| 53 | 
            -
            aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
         | 
| 54 | 
            -
            cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
         | 
| 55 | 
            -
            InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
         | 
| 56 | 
            -
            W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
         | 
| 57 | 
            -
            UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
         | 
| 58 | 
            -
            SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
         | 
| 59 | 
            -
            eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
         | 
| 60 | 
            -
            InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
         | 
| 61 | 
            -
            LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
         | 
| 62 | 
            -
            ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
         | 
| 63 | 
            -
            b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
         | 
| 64 | 
            -
            fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
         | 
| 65 | 
            -
            RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
         | 
| 66 | 
            -
            ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
         | 
| 67 | 
            -
            ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
         | 
| 68 | 
            -
            ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
         | 
| 69 | 
            -
            dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
         | 
| 70 | 
            -
            dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
         | 
| 71 | 
            -
            Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
         | 
| 72 | 
            -
            In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
         | 
| 73 | 
            -
            YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
         | 
| 74 | 
            -
            YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
         | 
| 75 | 
            -
            cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
         | 
| 76 | 
            -
            dCI6eyJ1cmwiOiJodHRwczovL29pZGMtZmlwcy57UmVnaW9ufS57UGFydGl0
         | 
| 77 | 
            -
            aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7
         | 
| 78 | 
            -
            fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0
         | 
| 79 | 
            -
            aW9ucyI6W10sImVycm9yIjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFi
         | 
| 80 | 
            -
            bGVkLCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUg
         | 
| 81 | 
            -
            b3IgYm90aCIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJm
         | 
| 82 | 
            -
            biI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0s
         | 
| 83 | 
            -
            dHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
         | 
| 84 | 
            -
            W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6Imdl
         | 
| 85 | 
            -
            dEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3Vw
         | 
| 86 | 
            -
            cG9ydHNGSVBTIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25k
         | 
| 87 | 
            -
            aXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9u
         | 
| 88 | 
            -
            cyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vb2lkYy1maXBzLntS
         | 
| 89 | 
            -
            ZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRp
         | 
| 90 | 
            -
            ZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfSx7
         | 
| 91 | 
            -
            ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5hYmxlZCBidXQg
         | 
| 92 | 
            -
            dGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBTIiwidHlwZSI6
         | 
| 93 | 
            -
            ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFs
         | 
| 94 | 
            -
            cyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sInR5
         | 
| 95 | 
            -
            cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9v
         | 
| 96 | 
            -
            bGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJn
         | 
| 97 | 
            -
            diI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRHVhbFN0
         | 
| 98 | 
            -
            YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
         | 
| 99 | 
            -
            IjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9vaWRjLntSZWdpb259
         | 
| 100 | 
            -
            LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3Bl
         | 
| 101 | 
            -
            cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0s
         | 
| 102 | 
            -
            eyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3RhY2sgaXMgZW5hYmxl
         | 
| 103 | 
            -
            ZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBEdWFsU3Rh
         | 
| 104 | 
            -
            Y2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W10sImVuZHBv
         | 
| 105 | 
            -
            aW50Ijp7InVybCI6Imh0dHBzOi8vb2lkYy57UmVnaW9ufS57UGFydGl0aW9u
         | 
| 106 | 
            -
            UmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6
         | 
| 107 | 
            -
            e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0=
         | 
| 108 | 
            -
             | 
| 109 | 
            -
                JSON
         | 
| 110 50 | 
             
              end
         | 
| 111 51 | 
             
            end
         | 
| @@ -45,20 +45,6 @@ module Aws::SSOOIDC | |
| 45 45 | 
             
                  include Aws::Structure
         | 
| 46 46 | 
             
                end
         | 
| 47 47 |  | 
| 48 | 
            -
                # @note When making an API call, you may pass CreateTokenRequest
         | 
| 49 | 
            -
                #   data as a hash:
         | 
| 50 | 
            -
                #
         | 
| 51 | 
            -
                #       {
         | 
| 52 | 
            -
                #         client_id: "ClientId", # required
         | 
| 53 | 
            -
                #         client_secret: "ClientSecret", # required
         | 
| 54 | 
            -
                #         grant_type: "GrantType", # required
         | 
| 55 | 
            -
                #         device_code: "DeviceCode",
         | 
| 56 | 
            -
                #         code: "AuthCode",
         | 
| 57 | 
            -
                #         refresh_token: "RefreshToken",
         | 
| 58 | 
            -
                #         scope: ["Scope"],
         | 
| 59 | 
            -
                #         redirect_uri: "URI",
         | 
| 60 | 
            -
                #       }
         | 
| 61 | 
            -
                #
         | 
| 62 48 | 
             
                # @!attribute [rw] client_id
         | 
| 63 49 | 
             
                #   The unique identifier string for each client. This value should come
         | 
| 64 50 | 
             
                #   from the persisted result of the RegisterClient API.
         | 
| @@ -317,15 +303,6 @@ module Aws::SSOOIDC | |
| 317 303 | 
             
                  include Aws::Structure
         | 
| 318 304 | 
             
                end
         | 
| 319 305 |  | 
| 320 | 
            -
                # @note When making an API call, you may pass RegisterClientRequest
         | 
| 321 | 
            -
                #   data as a hash:
         | 
| 322 | 
            -
                #
         | 
| 323 | 
            -
                #       {
         | 
| 324 | 
            -
                #         client_name: "ClientName", # required
         | 
| 325 | 
            -
                #         client_type: "ClientType", # required
         | 
| 326 | 
            -
                #         scopes: ["Scope"],
         | 
| 327 | 
            -
                #       }
         | 
| 328 | 
            -
                #
         | 
| 329 306 | 
             
                # @!attribute [rw] client_name
         | 
| 330 307 | 
             
                #   The friendly name of the client.
         | 
| 331 308 | 
             
                #   @return [String]
         | 
| @@ -410,15 +387,6 @@ module Aws::SSOOIDC | |
| 410 387 | 
             
                  include Aws::Structure
         | 
| 411 388 | 
             
                end
         | 
| 412 389 |  | 
| 413 | 
            -
                # @note When making an API call, you may pass StartDeviceAuthorizationRequest
         | 
| 414 | 
            -
                #   data as a hash:
         | 
| 415 | 
            -
                #
         | 
| 416 | 
            -
                #       {
         | 
| 417 | 
            -
                #         client_id: "ClientId", # required
         | 
| 418 | 
            -
                #         client_secret: "ClientSecret", # required
         | 
| 419 | 
            -
                #         start_url: "URI", # required
         | 
| 420 | 
            -
                #       }
         | 
| 421 | 
            -
                #
         | 
| 422 390 | 
             
                # @!attribute [rw] client_id
         | 
| 423 391 | 
             
                #   The unique identifier string for the client that is registered with
         | 
| 424 392 | 
             
                #   IAM Identity Center. This value should come from the persisted
         |