aws-sdk-devopsagent 1.9.0 → 1.10.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-devopsagent/client.rb +137 -33
- data/lib/aws-sdk-devopsagent/client_api.rb +127 -1
- data/lib/aws-sdk-devopsagent/types.rb +448 -31
- data/lib/aws-sdk-devopsagent.rb +1 -1
- data/sig/client.rbs +47 -6
- data/sig/params.rbs +19 -8
- data/sig/types.rbs +131 -6
- metadata +1 -1
|
@@ -26,6 +26,7 @@ module Aws::DevOpsAgent
|
|
|
26
26
|
ApiKeyValue = Shapes::StringShape.new(name: 'ApiKeyValue')
|
|
27
27
|
Asset = Shapes::StructureShape.new(name: 'Asset')
|
|
28
28
|
AssetContent = Shapes::UnionShape.new(name: 'AssetContent')
|
|
29
|
+
AssetContentUrl = Shapes::StringShape.new(name: 'AssetContentUrl')
|
|
29
30
|
AssetFile = Shapes::StructureShape.new(name: 'AssetFile')
|
|
30
31
|
AssetFileBody = Shapes::UnionShape.new(name: 'AssetFileBody')
|
|
31
32
|
AssetFileBytes = Shapes::BlobShape.new(name: 'AssetFileBytes')
|
|
@@ -36,6 +37,7 @@ module Aws::DevOpsAgent
|
|
|
36
37
|
AssetFileText = Shapes::StringShape.new(name: 'AssetFileText')
|
|
37
38
|
AssetIdList = Shapes::ListShape.new(name: 'AssetIdList')
|
|
38
39
|
AssetList = Shapes::ListShape.new(name: 'AssetList')
|
|
40
|
+
AssetSourceUrlContent = Shapes::StructureShape.new(name: 'AssetSourceUrlContent')
|
|
39
41
|
AssetType = Shapes::StringShape.new(name: 'AssetType')
|
|
40
42
|
AssetTypeList = Shapes::ListShape.new(name: 'AssetTypeList')
|
|
41
43
|
AssetTypeSummary = Shapes::StructureShape.new(name: 'AssetTypeSummary')
|
|
@@ -49,6 +51,7 @@ module Aws::DevOpsAgent
|
|
|
49
51
|
AssociateServiceInput = Shapes::StructureShape.new(name: 'AssociateServiceInput')
|
|
50
52
|
AssociateServiceOutput = Shapes::StructureShape.new(name: 'AssociateServiceOutput')
|
|
51
53
|
Association = Shapes::StructureShape.new(name: 'Association')
|
|
54
|
+
AssociationCapabilities = Shapes::MapShape.new(name: 'AssociationCapabilities')
|
|
52
55
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
|
53
56
|
AssociationsList = Shapes::ListShape.new(name: 'AssociationsList')
|
|
54
57
|
AuthFlow = Shapes::StringShape.new(name: 'AuthFlow')
|
|
@@ -58,6 +61,8 @@ module Aws::DevOpsAgent
|
|
|
58
61
|
BacklogTaskDescription = Shapes::StringShape.new(name: 'BacklogTaskDescription')
|
|
59
62
|
BacklogTaskTitle = Shapes::StringShape.new(name: 'BacklogTaskTitle')
|
|
60
63
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
64
|
+
CapabilityConfiguration = Shapes::StructureShape.new(name: 'CapabilityConfiguration')
|
|
65
|
+
CapabilityType = Shapes::StringShape.new(name: 'CapabilityType')
|
|
61
66
|
CertificateString = Shapes::StringShape.new(name: 'CertificateString')
|
|
62
67
|
ChatExecution = Shapes::StructureShape.new(name: 'ChatExecution')
|
|
63
68
|
ChatExecutionId = Shapes::StringShape.new(name: 'ChatExecutionId')
|
|
@@ -272,6 +277,7 @@ module Aws::DevOpsAgent
|
|
|
272
277
|
MCPServerOAuth3LOConfig = Shapes::StructureShape.new(name: 'MCPServerOAuth3LOConfig')
|
|
273
278
|
MCPServerOAuth3LOConfigAuthorizationUrlString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigAuthorizationUrlString')
|
|
274
279
|
MCPServerOAuth3LOConfigClientNameString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigClientNameString')
|
|
280
|
+
MCPServerOAuth3LOConfigClientSecretString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigClientSecretString')
|
|
275
281
|
MCPServerOAuth3LOConfigExchangeUrlString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigExchangeUrlString')
|
|
276
282
|
MCPServerOAuth3LOConfigReturnToEndpointString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigReturnToEndpointString')
|
|
277
283
|
MCPServerOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'MCPServerOAuthClientCredentialsConfig')
|
|
@@ -353,10 +359,38 @@ module Aws::DevOpsAgent
|
|
|
353
359
|
RegisteredMCPServerSigV4DetailsServiceString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsServiceString')
|
|
354
360
|
RegisteredNewRelicDetails = Shapes::StructureShape.new(name: 'RegisteredNewRelicDetails')
|
|
355
361
|
RegisteredPagerDutyDetails = Shapes::StructureShape.new(name: 'RegisteredPagerDutyDetails')
|
|
362
|
+
RegisteredRemoteAgentDetails = Shapes::StructureShape.new(name: 'RegisteredRemoteAgentDetails')
|
|
363
|
+
RegisteredRemoteAgentDetailsDescriptionString = Shapes::StringShape.new(name: 'RegisteredRemoteAgentDetailsDescriptionString')
|
|
364
|
+
RegisteredRemoteAgentSigV4Details = Shapes::StructureShape.new(name: 'RegisteredRemoteAgentSigV4Details')
|
|
365
|
+
RegisteredRemoteAgentSigV4DetailsDescriptionString = Shapes::StringShape.new(name: 'RegisteredRemoteAgentSigV4DetailsDescriptionString')
|
|
366
|
+
RegisteredRemoteAgentSigV4DetailsServiceString = Shapes::StringShape.new(name: 'RegisteredRemoteAgentSigV4DetailsServiceString')
|
|
356
367
|
RegisteredService = Shapes::StructureShape.new(name: 'RegisteredService')
|
|
357
368
|
RegisteredServiceNowDetails = Shapes::StructureShape.new(name: 'RegisteredServiceNowDetails')
|
|
358
369
|
RegisteredServicesList = Shapes::ListShape.new(name: 'RegisteredServicesList')
|
|
359
370
|
RegisteredSlackServiceDetails = Shapes::StructureShape.new(name: 'RegisteredSlackServiceDetails')
|
|
371
|
+
RemoteAgentAPIKeyConfig = Shapes::StructureShape.new(name: 'RemoteAgentAPIKeyConfig')
|
|
372
|
+
RemoteAgentAPIKeyConfigApiKeyHeaderString = Shapes::StringShape.new(name: 'RemoteAgentAPIKeyConfigApiKeyHeaderString')
|
|
373
|
+
RemoteAgentAPIKeyConfigApiKeyNameString = Shapes::StringShape.new(name: 'RemoteAgentAPIKeyConfigApiKeyNameString')
|
|
374
|
+
RemoteAgentAPIKeyConfigApiKeyValueString = Shapes::StringShape.new(name: 'RemoteAgentAPIKeyConfigApiKeyValueString')
|
|
375
|
+
RemoteAgentAuthorizationConfig = Shapes::UnionShape.new(name: 'RemoteAgentAuthorizationConfig')
|
|
376
|
+
RemoteAgentAuthorizationMethod = Shapes::StringShape.new(name: 'RemoteAgentAuthorizationMethod')
|
|
377
|
+
RemoteAgentBearerTokenConfig = Shapes::StructureShape.new(name: 'RemoteAgentBearerTokenConfig')
|
|
378
|
+
RemoteAgentBearerTokenConfigAuthorizationHeaderString = Shapes::StringShape.new(name: 'RemoteAgentBearerTokenConfigAuthorizationHeaderString')
|
|
379
|
+
RemoteAgentBearerTokenConfigTokenNameString = Shapes::StringShape.new(name: 'RemoteAgentBearerTokenConfigTokenNameString')
|
|
380
|
+
RemoteAgentBearerTokenConfigTokenValueString = Shapes::StringShape.new(name: 'RemoteAgentBearerTokenConfigTokenValueString')
|
|
381
|
+
RemoteAgentConfiguration = Shapes::StructureShape.new(name: 'RemoteAgentConfiguration')
|
|
382
|
+
RemoteAgentEndpoint = Shapes::StringShape.new(name: 'RemoteAgentEndpoint')
|
|
383
|
+
RemoteAgentName = Shapes::StringShape.new(name: 'RemoteAgentName')
|
|
384
|
+
RemoteAgentOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'RemoteAgentOAuthClientCredentialsConfig')
|
|
385
|
+
RemoteAgentOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'RemoteAgentOAuthClientCredentialsConfigClientNameString')
|
|
386
|
+
RemoteAgentOAuthClientCredentialsConfigExchangeUrlString = Shapes::StringShape.new(name: 'RemoteAgentOAuthClientCredentialsConfigExchangeUrlString')
|
|
387
|
+
RemoteAgentServiceDetails = Shapes::StructureShape.new(name: 'RemoteAgentServiceDetails')
|
|
388
|
+
RemoteAgentServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'RemoteAgentServiceDetailsDescriptionString')
|
|
389
|
+
RemoteAgentSigV4AuthorizationConfig = Shapes::StructureShape.new(name: 'RemoteAgentSigV4AuthorizationConfig')
|
|
390
|
+
RemoteAgentSigV4AuthorizationConfigServiceString = Shapes::StringShape.new(name: 'RemoteAgentSigV4AuthorizationConfigServiceString')
|
|
391
|
+
RemoteAgentSigV4Configuration = Shapes::StructureShape.new(name: 'RemoteAgentSigV4Configuration')
|
|
392
|
+
RemoteAgentSigV4ServiceDetails = Shapes::StructureShape.new(name: 'RemoteAgentSigV4ServiceDetails')
|
|
393
|
+
RemoteAgentSigV4ServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'RemoteAgentSigV4ServiceDetailsDescriptionString')
|
|
360
394
|
ResourceConfigDnsResolution = Shapes::StringShape.new(name: 'ResourceConfigDnsResolution')
|
|
361
395
|
ResourceConfigurationArn = Shapes::StringShape.new(name: 'ResourceConfigurationArn')
|
|
362
396
|
ResourceGatewayArn = Shapes::StringShape.new(name: 'ResourceGatewayArn')
|
|
@@ -504,6 +538,8 @@ module Aws::DevOpsAgent
|
|
|
504
538
|
AdditionalServiceDetails.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: RegisteredGrafanaServerDetails, location_name: "mcpservergrafana"))
|
|
505
539
|
AdditionalServiceDetails.add_member(:pagerduty, Shapes::ShapeRef.new(shape: RegisteredPagerDutyDetails, location_name: "pagerduty"))
|
|
506
540
|
AdditionalServiceDetails.add_member(:mcpserversigv4, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4Details, location_name: "mcpserversigv4"))
|
|
541
|
+
AdditionalServiceDetails.add_member(:remoteagent, Shapes::ShapeRef.new(shape: RegisteredRemoteAgentDetails, location_name: "remoteagent"))
|
|
542
|
+
AdditionalServiceDetails.add_member(:remoteagentsigv4, Shapes::ShapeRef.new(shape: RegisteredRemoteAgentSigV4Details, location_name: "remoteagentsigv4"))
|
|
507
543
|
AdditionalServiceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
508
544
|
AdditionalServiceDetails.add_member_subclass(:github, Types::AdditionalServiceDetails::Github)
|
|
509
545
|
AdditionalServiceDetails.add_member_subclass(:slack, Types::AdditionalServiceDetails::Slack)
|
|
@@ -518,6 +554,8 @@ module Aws::DevOpsAgent
|
|
|
518
554
|
AdditionalServiceDetails.add_member_subclass(:mcpservergrafana, Types::AdditionalServiceDetails::Mcpservergrafana)
|
|
519
555
|
AdditionalServiceDetails.add_member_subclass(:pagerduty, Types::AdditionalServiceDetails::Pagerduty)
|
|
520
556
|
AdditionalServiceDetails.add_member_subclass(:mcpserversigv4, Types::AdditionalServiceDetails::Mcpserversigv4)
|
|
557
|
+
AdditionalServiceDetails.add_member_subclass(:remoteagent, Types::AdditionalServiceDetails::Remoteagent)
|
|
558
|
+
AdditionalServiceDetails.add_member_subclass(:remoteagentsigv4, Types::AdditionalServiceDetails::Remoteagentsigv4)
|
|
521
559
|
AdditionalServiceDetails.add_member_subclass(:unknown, Types::AdditionalServiceDetails::Unknown)
|
|
522
560
|
AdditionalServiceDetails.struct_class = Types::AdditionalServiceDetails
|
|
523
561
|
|
|
@@ -548,9 +586,11 @@ module Aws::DevOpsAgent
|
|
|
548
586
|
|
|
549
587
|
AssetContent.add_member(:file, Shapes::ShapeRef.new(shape: AssetFileContent, location_name: "file"))
|
|
550
588
|
AssetContent.add_member(:zip, Shapes::ShapeRef.new(shape: AssetZipContent, location_name: "zip"))
|
|
589
|
+
AssetContent.add_member(:source_url, Shapes::ShapeRef.new(shape: AssetSourceUrlContent, location_name: "sourceUrl"))
|
|
551
590
|
AssetContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
552
591
|
AssetContent.add_member_subclass(:file, Types::AssetContent::File)
|
|
553
592
|
AssetContent.add_member_subclass(:zip, Types::AssetContent::Zip)
|
|
593
|
+
AssetContent.add_member_subclass(:source_url, Types::AssetContent::SourceUrl)
|
|
554
594
|
AssetContent.add_member_subclass(:unknown, Types::AssetContent::Unknown)
|
|
555
595
|
AssetContent.struct_class = Types::AssetContent
|
|
556
596
|
|
|
@@ -588,6 +628,9 @@ module Aws::DevOpsAgent
|
|
|
588
628
|
|
|
589
629
|
AssetList.member = Shapes::ShapeRef.new(shape: Asset)
|
|
590
630
|
|
|
631
|
+
AssetSourceUrlContent.add_member(:url, Shapes::ShapeRef.new(shape: AssetContentUrl, required: true, location_name: "url"))
|
|
632
|
+
AssetSourceUrlContent.struct_class = Types::AssetSourceUrlContent
|
|
633
|
+
|
|
591
634
|
AssetTypeList.member = Shapes::ShapeRef.new(shape: AssetTypeSummary)
|
|
592
635
|
|
|
593
636
|
AssetTypeSummary.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
|
|
@@ -617,6 +660,7 @@ module Aws::DevOpsAgent
|
|
|
617
660
|
AssociateServiceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
618
661
|
AssociateServiceInput.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "serviceId"))
|
|
619
662
|
AssociateServiceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, required: true, location_name: "configuration"))
|
|
663
|
+
AssociateServiceInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: AssociationCapabilities, location_name: "capabilities"))
|
|
620
664
|
AssociateServiceInput.struct_class = Types::AssociateServiceInput
|
|
621
665
|
|
|
622
666
|
AssociateServiceOutput.add_member(:association, Shapes::ShapeRef.new(shape: Association, required: true, location_name: "association"))
|
|
@@ -630,8 +674,12 @@ module Aws::DevOpsAgent
|
|
|
630
674
|
Association.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location_name: "associationId"))
|
|
631
675
|
Association.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "serviceId"))
|
|
632
676
|
Association.add_member(:configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, required: true, location_name: "configuration"))
|
|
677
|
+
Association.add_member(:capabilities, Shapes::ShapeRef.new(shape: AssociationCapabilities, location_name: "capabilities"))
|
|
633
678
|
Association.struct_class = Types::Association
|
|
634
679
|
|
|
680
|
+
AssociationCapabilities.key = Shapes::ShapeRef.new(shape: CapabilityType)
|
|
681
|
+
AssociationCapabilities.value = Shapes::ShapeRef.new(shape: CapabilityConfiguration)
|
|
682
|
+
|
|
635
683
|
AssociationsList.member = Shapes::ShapeRef.new(shape: Association)
|
|
636
684
|
|
|
637
685
|
AzureConfiguration.add_member(:subscription_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "subscriptionId"))
|
|
@@ -642,6 +690,9 @@ module Aws::DevOpsAgent
|
|
|
642
690
|
AzureDevOpsConfiguration.add_member(:project_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectName"))
|
|
643
691
|
AzureDevOpsConfiguration.struct_class = Types::AzureDevOpsConfiguration
|
|
644
692
|
|
|
693
|
+
CapabilityConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
|
694
|
+
CapabilityConfiguration.struct_class = Types::CapabilityConfiguration
|
|
695
|
+
|
|
645
696
|
ChatExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
646
697
|
ChatExecution.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
647
698
|
ChatExecution.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
@@ -978,11 +1029,13 @@ module Aws::DevOpsAgent
|
|
|
978
1029
|
GitHubConfiguration.add_member(:owner, Shapes::ShapeRef.new(shape: String, required: true, location_name: "owner"))
|
|
979
1030
|
GitHubConfiguration.add_member(:owner_type, Shapes::ShapeRef.new(shape: GithubRepoOwnerType, required: true, location_name: "ownerType"))
|
|
980
1031
|
GitHubConfiguration.add_member(:instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentifier"))
|
|
1032
|
+
GitHubConfiguration.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
|
|
981
1033
|
GitHubConfiguration.struct_class = Types::GitHubConfiguration
|
|
982
1034
|
|
|
983
1035
|
GitLabConfiguration.add_member(:project_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectId"))
|
|
984
1036
|
GitLabConfiguration.add_member(:project_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectPath"))
|
|
985
1037
|
GitLabConfiguration.add_member(:instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentifier"))
|
|
1038
|
+
GitLabConfiguration.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
|
|
986
1039
|
GitLabConfiguration.struct_class = Types::GitLabConfiguration
|
|
987
1040
|
|
|
988
1041
|
GitLabDetails.add_member(:target_url, Shapes::ShapeRef.new(shape: GitLabDetailsTargetUrlString, required: true, location_name: "targetUrl"))
|
|
@@ -1297,7 +1350,7 @@ module Aws::DevOpsAgent
|
|
|
1297
1350
|
MCPServerOAuth3LOConfig.add_member(:return_to_endpoint, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigReturnToEndpointString, required: true, location_name: "returnToEndpoint"))
|
|
1298
1351
|
MCPServerOAuth3LOConfig.add_member(:authorization_url, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigAuthorizationUrlString, required: true, location_name: "authorizationUrl"))
|
|
1299
1352
|
MCPServerOAuth3LOConfig.add_member(:exchange_url, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigExchangeUrlString, required: true, location_name: "exchangeUrl"))
|
|
1300
|
-
MCPServerOAuth3LOConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
1353
|
+
MCPServerOAuth3LOConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigClientSecretString, location_name: "clientSecret"))
|
|
1301
1354
|
MCPServerOAuth3LOConfig.add_member(:support_code_challenge, Shapes::ShapeRef.new(shape: Boolean, location_name: "supportCodeChallenge"))
|
|
1302
1355
|
MCPServerOAuth3LOConfig.add_member(:scopes, Shapes::ShapeRef.new(shape: Scopes, location_name: "scopes"))
|
|
1303
1356
|
MCPServerOAuth3LOConfig.struct_class = Types::MCPServerOAuth3LOConfig
|
|
@@ -1521,6 +1574,21 @@ module Aws::DevOpsAgent
|
|
|
1521
1574
|
RegisteredPagerDutyDetails.add_member(:scopes, Shapes::ShapeRef.new(shape: PagerDutyScopesList, required: true, location_name: "scopes"))
|
|
1522
1575
|
RegisteredPagerDutyDetails.struct_class = Types::RegisteredPagerDutyDetails
|
|
1523
1576
|
|
|
1577
|
+
RegisteredRemoteAgentDetails.add_member(:name, Shapes::ShapeRef.new(shape: RemoteAgentName, required: true, location_name: "name"))
|
|
1578
|
+
RegisteredRemoteAgentDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: RemoteAgentEndpoint, required: true, location_name: "endpoint"))
|
|
1579
|
+
RegisteredRemoteAgentDetails.add_member(:description, Shapes::ShapeRef.new(shape: RegisteredRemoteAgentDetailsDescriptionString, location_name: "description"))
|
|
1580
|
+
RegisteredRemoteAgentDetails.add_member(:authorization_method, Shapes::ShapeRef.new(shape: RemoteAgentAuthorizationMethod, required: true, location_name: "authorizationMethod"))
|
|
1581
|
+
RegisteredRemoteAgentDetails.add_member(:api_key_header, Shapes::ShapeRef.new(shape: String, location_name: "apiKeyHeader"))
|
|
1582
|
+
RegisteredRemoteAgentDetails.struct_class = Types::RegisteredRemoteAgentDetails
|
|
1583
|
+
|
|
1584
|
+
RegisteredRemoteAgentSigV4Details.add_member(:name, Shapes::ShapeRef.new(shape: RemoteAgentName, required: true, location_name: "name"))
|
|
1585
|
+
RegisteredRemoteAgentSigV4Details.add_member(:endpoint, Shapes::ShapeRef.new(shape: RemoteAgentEndpoint, required: true, location_name: "endpoint"))
|
|
1586
|
+
RegisteredRemoteAgentSigV4Details.add_member(:description, Shapes::ShapeRef.new(shape: RegisteredRemoteAgentSigV4DetailsDescriptionString, location_name: "description"))
|
|
1587
|
+
RegisteredRemoteAgentSigV4Details.add_member(:region, Shapes::ShapeRef.new(shape: SigV4Region, required: true, location_name: "region"))
|
|
1588
|
+
RegisteredRemoteAgentSigV4Details.add_member(:service, Shapes::ShapeRef.new(shape: RegisteredRemoteAgentSigV4DetailsServiceString, required: true, location_name: "service"))
|
|
1589
|
+
RegisteredRemoteAgentSigV4Details.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
1590
|
+
RegisteredRemoteAgentSigV4Details.struct_class = Types::RegisteredRemoteAgentSigV4Details
|
|
1591
|
+
|
|
1524
1592
|
RegisteredService.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "serviceId"))
|
|
1525
1593
|
RegisteredService.add_member(:service_type, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "serviceType"))
|
|
1526
1594
|
RegisteredService.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
|
@@ -1539,6 +1607,55 @@ module Aws::DevOpsAgent
|
|
|
1539
1607
|
RegisteredSlackServiceDetails.add_member(:team_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "teamName"))
|
|
1540
1608
|
RegisteredSlackServiceDetails.struct_class = Types::RegisteredSlackServiceDetails
|
|
1541
1609
|
|
|
1610
|
+
RemoteAgentAPIKeyConfig.add_member(:api_key_name, Shapes::ShapeRef.new(shape: RemoteAgentAPIKeyConfigApiKeyNameString, required: true, location_name: "apiKeyName"))
|
|
1611
|
+
RemoteAgentAPIKeyConfig.add_member(:api_key_value, Shapes::ShapeRef.new(shape: RemoteAgentAPIKeyConfigApiKeyValueString, required: true, location_name: "apiKeyValue"))
|
|
1612
|
+
RemoteAgentAPIKeyConfig.add_member(:api_key_header, Shapes::ShapeRef.new(shape: RemoteAgentAPIKeyConfigApiKeyHeaderString, required: true, location_name: "apiKeyHeader"))
|
|
1613
|
+
RemoteAgentAPIKeyConfig.struct_class = Types::RemoteAgentAPIKeyConfig
|
|
1614
|
+
|
|
1615
|
+
RemoteAgentAuthorizationConfig.add_member(:api_key, Shapes::ShapeRef.new(shape: RemoteAgentAPIKeyConfig, location_name: "apiKey"))
|
|
1616
|
+
RemoteAgentAuthorizationConfig.add_member(:o_auth_client_credentials, Shapes::ShapeRef.new(shape: RemoteAgentOAuthClientCredentialsConfig, location_name: "oAuthClientCredentials"))
|
|
1617
|
+
RemoteAgentAuthorizationConfig.add_member(:bearer_token, Shapes::ShapeRef.new(shape: RemoteAgentBearerTokenConfig, location_name: "bearerToken"))
|
|
1618
|
+
RemoteAgentAuthorizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1619
|
+
RemoteAgentAuthorizationConfig.add_member_subclass(:api_key, Types::RemoteAgentAuthorizationConfig::ApiKey)
|
|
1620
|
+
RemoteAgentAuthorizationConfig.add_member_subclass(:o_auth_client_credentials, Types::RemoteAgentAuthorizationConfig::OAuthClientCredentials)
|
|
1621
|
+
RemoteAgentAuthorizationConfig.add_member_subclass(:bearer_token, Types::RemoteAgentAuthorizationConfig::BearerToken)
|
|
1622
|
+
RemoteAgentAuthorizationConfig.add_member_subclass(:unknown, Types::RemoteAgentAuthorizationConfig::Unknown)
|
|
1623
|
+
RemoteAgentAuthorizationConfig.struct_class = Types::RemoteAgentAuthorizationConfig
|
|
1624
|
+
|
|
1625
|
+
RemoteAgentBearerTokenConfig.add_member(:token_name, Shapes::ShapeRef.new(shape: RemoteAgentBearerTokenConfigTokenNameString, required: true, location_name: "tokenName"))
|
|
1626
|
+
RemoteAgentBearerTokenConfig.add_member(:token_value, Shapes::ShapeRef.new(shape: RemoteAgentBearerTokenConfigTokenValueString, required: true, location_name: "tokenValue"))
|
|
1627
|
+
RemoteAgentBearerTokenConfig.add_member(:authorization_header, Shapes::ShapeRef.new(shape: RemoteAgentBearerTokenConfigAuthorizationHeaderString, location_name: "authorizationHeader"))
|
|
1628
|
+
RemoteAgentBearerTokenConfig.struct_class = Types::RemoteAgentBearerTokenConfig
|
|
1629
|
+
|
|
1630
|
+
RemoteAgentConfiguration.struct_class = Types::RemoteAgentConfiguration
|
|
1631
|
+
|
|
1632
|
+
RemoteAgentOAuthClientCredentialsConfig.add_member(:client_name, Shapes::ShapeRef.new(shape: RemoteAgentOAuthClientCredentialsConfigClientNameString, location_name: "clientName"))
|
|
1633
|
+
RemoteAgentOAuthClientCredentialsConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
|
1634
|
+
RemoteAgentOAuthClientCredentialsConfig.add_member(:exchange_parameters, Shapes::ShapeRef.new(shape: ExchangeParameters, location_name: "exchangeParameters"))
|
|
1635
|
+
RemoteAgentOAuthClientCredentialsConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
|
1636
|
+
RemoteAgentOAuthClientCredentialsConfig.add_member(:exchange_url, Shapes::ShapeRef.new(shape: RemoteAgentOAuthClientCredentialsConfigExchangeUrlString, required: true, location_name: "exchangeUrl"))
|
|
1637
|
+
RemoteAgentOAuthClientCredentialsConfig.add_member(:scopes, Shapes::ShapeRef.new(shape: Scopes, location_name: "scopes"))
|
|
1638
|
+
RemoteAgentOAuthClientCredentialsConfig.struct_class = Types::RemoteAgentOAuthClientCredentialsConfig
|
|
1639
|
+
|
|
1640
|
+
RemoteAgentServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: RemoteAgentName, required: true, location_name: "name"))
|
|
1641
|
+
RemoteAgentServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: RemoteAgentEndpoint, required: true, location_name: "endpoint"))
|
|
1642
|
+
RemoteAgentServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: RemoteAgentServiceDetailsDescriptionString, location_name: "description"))
|
|
1643
|
+
RemoteAgentServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: RemoteAgentAuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
1644
|
+
RemoteAgentServiceDetails.struct_class = Types::RemoteAgentServiceDetails
|
|
1645
|
+
|
|
1646
|
+
RemoteAgentSigV4AuthorizationConfig.add_member(:region, Shapes::ShapeRef.new(shape: SigV4Region, required: true, location_name: "region"))
|
|
1647
|
+
RemoteAgentSigV4AuthorizationConfig.add_member(:service, Shapes::ShapeRef.new(shape: RemoteAgentSigV4AuthorizationConfigServiceString, required: true, location_name: "service"))
|
|
1648
|
+
RemoteAgentSigV4AuthorizationConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
1649
|
+
RemoteAgentSigV4AuthorizationConfig.struct_class = Types::RemoteAgentSigV4AuthorizationConfig
|
|
1650
|
+
|
|
1651
|
+
RemoteAgentSigV4Configuration.struct_class = Types::RemoteAgentSigV4Configuration
|
|
1652
|
+
|
|
1653
|
+
RemoteAgentSigV4ServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: RemoteAgentName, required: true, location_name: "name"))
|
|
1654
|
+
RemoteAgentSigV4ServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: RemoteAgentEndpoint, required: true, location_name: "endpoint"))
|
|
1655
|
+
RemoteAgentSigV4ServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: RemoteAgentSigV4ServiceDetailsDescriptionString, location_name: "description"))
|
|
1656
|
+
RemoteAgentSigV4ServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: RemoteAgentSigV4AuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
1657
|
+
RemoteAgentSigV4ServiceDetails.struct_class = Types::RemoteAgentSigV4ServiceDetails
|
|
1658
|
+
|
|
1542
1659
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1543
1660
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1544
1661
|
|
|
@@ -1660,6 +1777,8 @@ module Aws::DevOpsAgent
|
|
|
1660
1777
|
ServiceConfiguration.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfiguration, location_name: "mcpservergrafana"))
|
|
1661
1778
|
ServiceConfiguration.add_member(:pagerduty, Shapes::ShapeRef.new(shape: PagerDutyConfiguration, location_name: "pagerduty"))
|
|
1662
1779
|
ServiceConfiguration.add_member(:mcpserversigv4, Shapes::ShapeRef.new(shape: MCPServerSigV4Configuration, location_name: "mcpserversigv4"))
|
|
1780
|
+
ServiceConfiguration.add_member(:remoteagent, Shapes::ShapeRef.new(shape: RemoteAgentConfiguration, location_name: "remoteagent"))
|
|
1781
|
+
ServiceConfiguration.add_member(:remoteagentsigv4, Shapes::ShapeRef.new(shape: RemoteAgentSigV4Configuration, location_name: "remoteagentsigv4"))
|
|
1663
1782
|
ServiceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1664
1783
|
ServiceConfiguration.add_member_subclass(:source_aws, Types::ServiceConfiguration::SourceAws)
|
|
1665
1784
|
ServiceConfiguration.add_member_subclass(:aws, Types::ServiceConfiguration::Aws)
|
|
@@ -1678,6 +1797,8 @@ module Aws::DevOpsAgent
|
|
|
1678
1797
|
ServiceConfiguration.add_member_subclass(:mcpservergrafana, Types::ServiceConfiguration::Mcpservergrafana)
|
|
1679
1798
|
ServiceConfiguration.add_member_subclass(:pagerduty, Types::ServiceConfiguration::Pagerduty)
|
|
1680
1799
|
ServiceConfiguration.add_member_subclass(:mcpserversigv4, Types::ServiceConfiguration::Mcpserversigv4)
|
|
1800
|
+
ServiceConfiguration.add_member_subclass(:remoteagent, Types::ServiceConfiguration::Remoteagent)
|
|
1801
|
+
ServiceConfiguration.add_member_subclass(:remoteagentsigv4, Types::ServiceConfiguration::Remoteagentsigv4)
|
|
1681
1802
|
ServiceConfiguration.add_member_subclass(:unknown, Types::ServiceConfiguration::Unknown)
|
|
1682
1803
|
ServiceConfiguration.struct_class = Types::ServiceConfiguration
|
|
1683
1804
|
|
|
@@ -1693,6 +1814,8 @@ module Aws::DevOpsAgent
|
|
|
1693
1814
|
ServiceDetails.add_member(:pagerduty, Shapes::ShapeRef.new(shape: PagerDutyDetails, location_name: "pagerduty"))
|
|
1694
1815
|
ServiceDetails.add_member(:azureidentity, Shapes::ShapeRef.new(shape: RegisteredAzureIdentityDetails, location_name: "azureidentity"))
|
|
1695
1816
|
ServiceDetails.add_member(:mcpserversigv4, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetails, location_name: "mcpserversigv4"))
|
|
1817
|
+
ServiceDetails.add_member(:remoteagent, Shapes::ShapeRef.new(shape: RemoteAgentServiceDetails, location_name: "remoteagent"))
|
|
1818
|
+
ServiceDetails.add_member(:remoteagentsigv4, Shapes::ShapeRef.new(shape: RemoteAgentSigV4ServiceDetails, location_name: "remoteagentsigv4"))
|
|
1696
1819
|
ServiceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1697
1820
|
ServiceDetails.add_member_subclass(:dynatrace, Types::ServiceDetails::Dynatrace)
|
|
1698
1821
|
ServiceDetails.add_member_subclass(:servicenow, Types::ServiceDetails::Servicenow)
|
|
@@ -1706,6 +1829,8 @@ module Aws::DevOpsAgent
|
|
|
1706
1829
|
ServiceDetails.add_member_subclass(:pagerduty, Types::ServiceDetails::Pagerduty)
|
|
1707
1830
|
ServiceDetails.add_member_subclass(:azureidentity, Types::ServiceDetails::Azureidentity)
|
|
1708
1831
|
ServiceDetails.add_member_subclass(:mcpserversigv4, Types::ServiceDetails::Mcpserversigv4)
|
|
1832
|
+
ServiceDetails.add_member_subclass(:remoteagent, Types::ServiceDetails::Remoteagent)
|
|
1833
|
+
ServiceDetails.add_member_subclass(:remoteagentsigv4, Types::ServiceDetails::Remoteagentsigv4)
|
|
1709
1834
|
ServiceDetails.add_member_subclass(:unknown, Types::ServiceDetails::Unknown)
|
|
1710
1835
|
ServiceDetails.struct_class = Types::ServiceDetails
|
|
1711
1836
|
|
|
@@ -1870,6 +1995,7 @@ module Aws::DevOpsAgent
|
|
|
1870
1995
|
UpdateAssociationInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1871
1996
|
UpdateAssociationInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
|
|
1872
1997
|
UpdateAssociationInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, required: true, location_name: "configuration"))
|
|
1998
|
+
UpdateAssociationInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: AssociationCapabilities, location_name: "capabilities"))
|
|
1873
1999
|
UpdateAssociationInput.struct_class = Types::UpdateAssociationInput
|
|
1874
2000
|
|
|
1875
2001
|
UpdateAssociationOutput.add_member(:association, Shapes::ShapeRef.new(shape: Association, required: true, location_name: "association"))
|