tencentcloud-sdk-apigateway 1.0.216 → 1.0.217
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180808/models.rb +20 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b83a7c065b5d8db24106cfa5f68a751c1a57b873
|
4
|
+
data.tar.gz: bfe05e9c545bb1c7b4e8bc5cb2262042e62ed7c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfbc8591f01ed225350836d1c1f919a364ee6e338fa7169c88bd8ebf75c5c6ea1bba41f5b504fe0a21be00e193a4d52c0364faf46984c76810bdfea074162459
|
7
|
+
data.tar.gz: f65ca9e428110f4ed359136ea208c13fcf09f27f31308c704eaa6096950337623e51d9dc9126080adbfced6d504f9ca0d096697e61e45c8e59d0160efc0de760
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.217
|
data/lib/v20180808/models.rb
CHANGED
@@ -1810,10 +1810,18 @@ module TencentCloud
|
|
1810
1810
|
# @type IsBase64Encoded: Boolean
|
1811
1811
|
# @param ServiceScfFunctionType: scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
|
1812
1812
|
# @type ServiceScfFunctionType: String
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1813
|
+
# @param EIAMAppType: EIAM应用类型。
|
1814
|
+
# @type EIAMAppType: String
|
1815
|
+
# @param EIAMAuthType: EIAM应用认证类型,支持仅认证(AuthenticationOnly)、认证和鉴权(Authorization)。
|
1816
|
+
# @type EIAMAuthType: String
|
1817
|
+
# @param TokenTimeout: EIAM应用Token 有效时间,单位为秒,默认为7200秒。
|
1818
|
+
# @type TokenTimeout: Integer
|
1819
|
+
# @param EIAMAppId: EIAM应用ID。
|
1820
|
+
# @type EIAMAppId: String
|
1821
|
+
|
1822
|
+
attr_accessor :ServiceId, :ServiceType, :ServiceTimeout, :Protocol, :RequestConfig, :ApiName, :ApiDesc, :ApiType, :AuthType, :EnableCORS, :ConstantParameters, :RequestParameters, :ApiBusinessType, :ServiceMockReturnMessage, :MicroServices, :ServiceTsfLoadBalanceConf, :ServiceTsfHealthCheckConf, :TargetServices, :TargetServicesLoadBalanceConf, :TargetServicesHealthCheckConf, :ServiceScfFunctionName, :ServiceWebsocketRegisterFunctionName, :ServiceWebsocketCleanupFunctionName, :ServiceWebsocketTransportFunctionName, :ServiceScfFunctionNamespace, :ServiceScfFunctionQualifier, :ServiceWebsocketRegisterFunctionNamespace, :ServiceWebsocketRegisterFunctionQualifier, :ServiceWebsocketTransportFunctionNamespace, :ServiceWebsocketTransportFunctionQualifier, :ServiceWebsocketCleanupFunctionNamespace, :ServiceWebsocketCleanupFunctionQualifier, :ServiceScfIsIntegratedResponse, :IsDebugAfterCharge, :IsDeleteResponseErrorCodes, :ResponseType, :ResponseSuccessExample, :ResponseFailExample, :ServiceConfig, :AuthRelationApiId, :ServiceParameters, :OauthConfig, :ResponseErrorCodes, :TargetNamespaceId, :UserType, :IsBase64Encoded, :ServiceScfFunctionType, :EIAMAppType, :EIAMAuthType, :TokenTimeout, :EIAMAppId
|
1823
|
+
|
1824
|
+
def initialize(serviceid=nil, servicetype=nil, servicetimeout=nil, protocol=nil, requestconfig=nil, apiname=nil, apidesc=nil, apitype=nil, authtype=nil, enablecors=nil, constantparameters=nil, requestparameters=nil, apibusinesstype=nil, servicemockreturnmessage=nil, microservices=nil, servicetsfloadbalanceconf=nil, servicetsfhealthcheckconf=nil, targetservices=nil, targetservicesloadbalanceconf=nil, targetserviceshealthcheckconf=nil, servicescffunctionname=nil, servicewebsocketregisterfunctionname=nil, servicewebsocketcleanupfunctionname=nil, servicewebsockettransportfunctionname=nil, servicescffunctionnamespace=nil, servicescffunctionqualifier=nil, servicewebsocketregisterfunctionnamespace=nil, servicewebsocketregisterfunctionqualifier=nil, servicewebsockettransportfunctionnamespace=nil, servicewebsockettransportfunctionqualifier=nil, servicewebsocketcleanupfunctionnamespace=nil, servicewebsocketcleanupfunctionqualifier=nil, servicescfisintegratedresponse=nil, isdebugaftercharge=nil, isdeleteresponseerrorcodes=nil, responsetype=nil, responsesuccessexample=nil, responsefailexample=nil, serviceconfig=nil, authrelationapiid=nil, serviceparameters=nil, oauthconfig=nil, responseerrorcodes=nil, targetnamespaceid=nil, usertype=nil, isbase64encoded=nil, servicescffunctiontype=nil, eiamapptype=nil, eiamauthtype=nil, tokentimeout=nil, eiamappid=nil)
|
1817
1825
|
@ServiceId = serviceid
|
1818
1826
|
@ServiceType = servicetype
|
1819
1827
|
@ServiceTimeout = servicetimeout
|
@@ -1861,6 +1869,10 @@ module TencentCloud
|
|
1861
1869
|
@UserType = usertype
|
1862
1870
|
@IsBase64Encoded = isbase64encoded
|
1863
1871
|
@ServiceScfFunctionType = servicescffunctiontype
|
1872
|
+
@EIAMAppType = eiamapptype
|
1873
|
+
@EIAMAuthType = eiamauthtype
|
1874
|
+
@TokenTimeout = tokentimeout
|
1875
|
+
@EIAMAppId = eiamappid
|
1864
1876
|
end
|
1865
1877
|
|
1866
1878
|
def deserialize(params)
|
@@ -1971,6 +1983,10 @@ module TencentCloud
|
|
1971
1983
|
@UserType = params['UserType']
|
1972
1984
|
@IsBase64Encoded = params['IsBase64Encoded']
|
1973
1985
|
@ServiceScfFunctionType = params['ServiceScfFunctionType']
|
1986
|
+
@EIAMAppType = params['EIAMAppType']
|
1987
|
+
@EIAMAuthType = params['EIAMAuthType']
|
1988
|
+
@TokenTimeout = params['TokenTimeout']
|
1989
|
+
@EIAMAppId = params['EIAMAppId']
|
1974
1990
|
end
|
1975
1991
|
end
|
1976
1992
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-apigateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.217
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|